08:38:05 Triggered by Gerrit: https://gerrit.fd.io/r/c/csit/+/42684 08:38:05 Running as SYSTEM 08:38:05 [EnvInject] - Loading node environment variables. 08:38:05 Building remotely on m-builder-ubuntu2404-prod-x86_64-47df70dedb247c (m-builder-ubuntu2404-prod-x86_64) in workspace /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:38:05 [ssh-agent] Looking for ssh-agent implementation... 08:38:05 $ ssh-agent 08:38:05 SSH_AUTH_SOCK=/tmp/ssh-nSVW8rkE8iPR/agent.222 08:38:05 SSH_AGENT_PID=223 08:38:05 [ssh-agent] Started. 08:38:05 Running ssh-add (command line suppressed) 08:38:05 Identity added: /w/workspace/csit-vpp-perf-verify-master-3n-icx@tmp/private_key_9324890784003703514.key (/w/workspace/csit-vpp-perf-verify-master-3n-icx@tmp/private_key_9324890784003703514.key) 08:38:05 [ssh-agent] Using credentials rotterdam-jobbuilder (Rotterdam JJB) 08:38:05 The recommended git tool is: NONE 08:38:07 using credential jenkins-gerrit-credentials 08:38:08 Wiping out workspace first. 08:38:08 Cloning the remote Git repository 08:38:08 Cloning repository git://10.30.48.3/mirror/csit 08:38:08 > git init /w/workspace/csit-vpp-perf-verify-master-3n-icx # timeout=10 08:38:08 Fetching upstream changes from git://10.30.48.3/mirror/csit 08:38:08 > git --version # timeout=10 08:38:08 > git --version # 'git version 2.43.0' 08:38:08 using GIT_SSH to set credentials Rotterdam JJB 08:38:08 > git fetch --tags --force --progress -- git://10.30.48.3/mirror/csit +refs/heads/*:refs/remotes/origin/* # timeout=10 08:38:15 > git config remote.origin.url git://10.30.48.3/mirror/csit # timeout=10 08:38:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:38:16 > git config remote.origin.url git://10.30.48.3/mirror/csit # timeout=10 08:38:16 Fetching upstream changes from git://10.30.48.3/mirror/csit 08:38:16 using GIT_SSH to set credentials Rotterdam JJB 08:38:16 > git fetch --tags --force --progress -- git://10.30.48.3/mirror/csit refs/changes/84/42684/20 # timeout=10 08:38:16 > git rev-parse 49c915a958b2c0e264ffa2d227a6b04cc19fe00c^{commit} # timeout=10 08:38:16 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 08:38:16 Checking out Revision 49c915a958b2c0e264ffa2d227a6b04cc19fe00c (refs/changes/84/42684/20) 08:38:16 > git config core.sparsecheckout # timeout=10 08:38:16 > git checkout -f 49c915a958b2c0e264ffa2d227a6b04cc19fe00c # timeout=10 08:38:20 Commit message: "Experiment: iperf tweaks" 08:38:20 > git rev-parse FETCH_HEAD^{commit} # timeout=10 08:38:20 > git rev-list --no-walk af97aa3ccbdebeb06ead830377d1125836c20e68 # timeout=10 08:38:20 [csit-vpp-perf-verify-master-3n-icx] $ /bin/bash /tmp/jenkins11775238964872181217.sh 08:38:20 ---> jjb/scripts/setup_executor_env.sh 08:38:20 ************************************************************************ 08:38:20 Executor Runtime Attributes: 08:38:20 OS: ubuntu-24.04 08:38:20 Arch: x86_64 08:38:20 Nomad Client Hostname: s26-nomad 08:38:20 Container ID: 1e9420be1d97 08:38:20 ************************************************************************ 08:38:20 Executor Dockerfile: /scratch/docker-build/Dockerfile 08:38:20 ----- %< ----- 08:38:20 FROM cruizba/ubuntu-dind:noble-26.1.3-r2 AS builder-executor-image 08:38:20 LABEL Description="FD.io CI 'builder' executor docker image for ubuntu-24.04/x86_64" 08:38:20 LABEL Vendor="fd.io" 08:38:20 LABEL Version="2025_04_15_235349_UTC-x86_64" 08:38:20 # Remove extraneous environment variable(s) created in "cruizba/ubuntu-dind:noble-26.1.3-r2" 08:38:20 ENV DEBUG= 08:38:20 08:38:20 # Create download dir to cache external tarballs 08:38:20 WORKDIR /root/Downloads 08:38:20 08:38:20 # Copy-in temporary build tree containing 08:38:20 # ci-management, vpp, & csit git repos 08:38:20 WORKDIR /scratch/docker-build 08:38:20 COPY . . 08:38:20 08:38:20 # Build Environment Variables 08:38:20 ENV DEBIAN_FRONTEND="noninteractive" 08:38:20 ENV FDIOTOOLS_IMAGE="fdiotools/builder-ubuntu2404:2025_04_15_235349_UTC-x86_64" 08:38:20 ENV FDIOTOOLS_EXECUTOR_CLASS="builder" 08:38:20 ENV CIMAN_ROOT="/scratch/docker-build/ci-management" 08:38:20 ENV PATH="$PATH:/scratch/docker-build/ci-management/docker/scripts" 08:38:20 08:38:20 # Configure locales 08:38:20 RUN apt-get update -qq \ 08:38:20 && apt-get install -y \ 08:38:20 apt-utils \ 08:38:20 locales \ 08:38:20 && sed -i 's/# \(en_US\.UTF-8 .*\)/\1/' /etc/locale.gen \ 08:38:20 && locale-gen en_US.UTF-8 \ 08:38:20 && dpkg-reconfigure --frontend=noninteractive locales \ 08:38:20 && update-locale LANG=en_US.UTF-8 \ 08:38:20 && TZ=Etc/UTC && ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone \ 08:38:20 && rm -r /var/lib/apt/lists/* 08:38:20 ENV LANG="en_US.UTF-8" LANGUAGE="en_US" LC_ALL="en_US.UTF-8" 08:38:20 08:38:20 # Install baseline packages (minimum build & utils). 08:38:20 # 08:38:20 # ci-management global-jjb requirements: 08:38:20 # facter 08:38:20 # python3-pip 08:38:20 # python3-venv 08:38:20 # for lftools: 08:38:20 # xmlstarlet 08:38:20 # libxml2-dev 08:38:20 # libxslt-dev 08:38:20 # from packer/provision/baseline.sh: 08:38:20 # unzip 08:38:20 # xz-utils 08:38:20 # git 08:38:20 # git-review 08:38:20 # libxml2-dev 08:38:20 # libxml-xpath-perl 08:38:20 # libxslt-dev 08:38:20 # make 08:38:20 # wget 08:38:20 # jq 08:38:20 # 08:38:20 # Python build from source requirements: 08:38:20 # build-essential 08:38:20 # 08:38:20 # TODO: Fix broken project requirement install targets 08:38:20 # graphviz for doxygen (HICN) 08:38:20 # doxygen for doxygen (HICN) 08:38:20 # libffi-dev for python cffi install (Ubuntu24.04/VPP/aarch64) 08:38:20 # liblapack-dev for python numpy/scipy (CSIT/aarch64) 08:38:20 # libopenblas-dev for python numpy/scipy (CSIT/aarch64) 08:38:20 # libpcap-dev for python pypcap install (CSIT) 08:38:20 # sshpass for CSIT jobs 08:38:20 # 08:38:20 RUN apt-get update -qq \ 08:38:20 && apt-get install -y \ 08:38:20 apt-transport-https \ 08:38:20 curl \ 08:38:20 ca-certificates \ 08:38:20 default-jdk \ 08:38:20 default-jre \ 08:38:20 dnsutils \ 08:38:20 doxygen \ 08:38:20 emacs \ 08:38:20 facter \ 08:38:20 gawk \ 08:38:20 gdb \ 08:38:20 gfortran \ 08:38:20 git \ 08:38:20 git-review \ 08:38:20 gnupg-agent \ 08:38:20 graphviz \ 08:38:20 iproute2 \ 08:38:20 iputils-clockdiff \ 08:38:20 iputils-ping \ 08:38:20 iputils-tracepath \ 08:38:20 jq \ 08:38:20 libffi-dev \ 08:38:20 liblapack-dev \ 08:38:20 libopenblas-dev \ 08:38:20 libpcap-dev \ 08:38:20 libxml-xpath-perl \ 08:38:20 make \ 08:38:20 python3-pip \ 08:38:20 python3-venv \ 08:38:20 python3-virtualenv \ 08:38:20 rsync \ 08:38:20 ruby-dev \ 08:38:20 software-properties-common \ 08:38:20 sshpass \ 08:38:20 sysstat \ 08:38:20 sudo \ 08:38:20 traceroute \ 08:38:20 tree \ 08:38:20 vim \ 08:38:20 wget \ 08:38:20 xmlstarlet \ 08:38:20 xz-utils \ 08:38:20 && curl -L https://packagecloud.io/fdio/master/gpgkey | apt-key add - \ 08:38:20 && curl -s https://packagecloud.io/install/repositories/fdio/master/script.deb.sh | bash \ 08:38:20 && rm -r /var/lib/apt/lists/* 08:38:20 08:38:20 # Install terraform for CSIT 08:38:20 # 08:38:20 RUN wget https://releases.hashicorp.com/terraform/1.7.3/terraform_1.7.3_linux_amd64.zip \ 08:38:20 && unzip terraform_1.7.3_linux_amd64.zip \ 08:38:20 && mv terraform /usr/bin \ 08:38:20 && rm -f terraform_1.7.3_linux_amd64.zip 08:38:20 08:38:20 # Install golang for HostStack Test (HST) jobs 08:38:20 # 08:38:20 ENV GOPATH /go 08:38:20 ENV GOROOT /usr/local/go 08:38:20 ENV PATH $GOPATH/bin:/usr/local/go/bin:$PATH 08:38:20 RUN rm -rf /usr/local/go /usr/bin/go \ 08:38:20 && wget -P /tmp "https://go.dev/dl/go1.22.5.linux-amd64.tar.gz" \ 08:38:20 && tar -C /usr/local -xzf "/tmp/go1.22.5.linux-amd64.tar.gz" \ 08:38:20 && rm "/tmp/go1.22.5.linux-amd64.tar.gz" \ 08:38:20 && ln -s /usr/local/go/bin/go /usr/bin/go \ 08:38:20 && echo -n "\nGOPATH=$GOPATH\nGOROOT=$GOROOT" | tee -a /etc/environment \ 08:38:20 && mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH" 08:38:20 08:38:20 # Install packages for all project branches 08:38:20 # 08:38:20 RUN apt-get update -qq \ 08:38:20 && dbld_vpp_install_packages.sh \ 08:38:20 && dbld_csit_install_packages.sh \ 08:38:20 && apt-get install -y pkg-config \ 08:38:20 && rm -r /var/lib/apt/lists/* 08:38:20 08:38:20 # Install LF-IT requirements 08:38:20 ENV LF_VENV="/root/lf-venv" 08:38:20 RUN apt-get update -qq \ 08:38:20 && dbld_lfit_requirements.sh \ 08:38:20 && rm -r /var/lib/apt/lists/* 08:38:20 08:38:20 # Install packagecloud requirements 08:38:20 RUN gem install rake package_cloud \ 08:38:20 && curl -s https://packagecloud.io/install/repositories/fdio/master/script.deb.sh | bash 08:38:20 08:38:20 # Install CSIT ssh requirements 08:38:20 # TODO: Verify why badkey is required & figure out how to avoid it. 08:38:20 COPY files/badkey /root/.ssh/id_rsa 08:38:20 COPY files/sshconfig /root/.ssh/config 08:38:20 08:38:20 # CI Runtime Environment 08:38:20 WORKDIR / 08:38:20 08:38:20 ENV VPP_ZOMBIE_NOCHECK="1" 08:38:20 ENV CCACHE_DIR="/scratch/ccache" 08:38:20 ENV CCACHE_MAXSIZE="10G" 08:38:20 08:38:20 # Clean up copy-in build tree 08:38:20 RUN dbld_dump_build_logs.sh \ 08:38:20 && apt-get -y autoremove \ 08:38:20 && rm -rf "/tmp/*" "/scratch/docker-build/files" "/root/.ccache" 08:38:20 ----- %< ----- 08:38:20 ************************************************************************ 08:38:20 Virtual memory stat 08:38:20 procs -----------memory---------- ---swap-- -----io---- -system-- -------cpu------- 08:38:20 r b swpd free buff cache si so bi bo in cs us sy id wa st gu 08:38:20 3 0 1536 64443804 45578528 61916008 0 0 4 4028 19477 2 2 1 97 0 0 0 08:38:21 1 0 1536 64397072 45579588 61958368 0 0 4 10844 19156 22590 2 1 98 0 0 0 08:38:21 CPU time breakdowns per CPU 08:38:21 Linux 6.8.0-38-generic (1e9420be1d97) 04/30/2025 _x86_64_ (112 CPU) 08:38:22 08:38:22 08:38:21 AM CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle 08:38:22 08:38:22 AM all 0.94 0.00 0.27 0.01 0.00 0.00 0.00 0.00 0.00 98.79 08:38:22 08:38:22 AM 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 5 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:22 08:38:22 AM 6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 11 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 12 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 13 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 14 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 15 80.00 0.00 20.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:38:22 08:38:22 AM 16 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 17 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 18 1.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.99 08:38:22 08:38:22 AM 19 0.98 0.00 0.98 0.00 0.00 0.00 0.00 0.00 0.00 98.04 08:38:22 08:38:22 AM 20 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 21 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 22 1.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.99 08:38:22 08:38:22 AM 23 0.98 0.00 0.00 0.98 0.00 0.00 0.00 0.00 0.00 98.04 08:38:22 08:38:22 AM 24 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:22 08:38:22 AM 25 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:22 08:38:22 AM 26 2.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00 08:38:22 08:38:22 AM 27 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 28 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01 08:38:22 08:38:22 AM 29 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 30 2.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00 08:38:22 08:38:22 AM 31 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 99.01 08:38:22 08:38:22 AM 32 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 33 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 34 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 35 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 36 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 37 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 38 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 39 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 40 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 41 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 42 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 43 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 44 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 45 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01 08:38:22 08:38:22 AM 46 0.98 0.00 0.98 0.00 0.00 0.00 0.00 0.00 0.00 98.04 08:38:22 08:38:22 AM 47 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 48 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 49 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 52 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 99.01 08:38:22 08:38:22 AM 53 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 54 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 55 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 56 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 57 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 58 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 59 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01 08:38:22 08:38:22 AM 60 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 61 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 62 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 63 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 64 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 65 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 66 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 67 2.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00 08:38:22 08:38:22 AM 68 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:22 08:38:22 AM 69 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:22 08:38:22 AM 70 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 71 0.00 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 98.99 08:38:22 08:38:22 AM 72 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 73 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 74 1.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.99 08:38:22 08:38:22 AM 75 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 76 3.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 97.00 08:38:22 08:38:22 AM 77 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 78 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 79 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 80 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 81 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:22 08:38:22 AM 82 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 83 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:22 08:38:22 AM 84 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 85 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 86 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 87 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 88 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 89 2.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00 08:38:22 08:38:22 AM 90 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 91 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 92 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01 08:38:22 08:38:22 AM 93 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 94 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 95 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 96 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 97 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 98 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 100 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 101 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 102 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 103 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 99.01 08:38:22 08:38:22 AM 104 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 105 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 106 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 107 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 108 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 99.01 08:38:22 08:38:22 AM 109 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 110 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:22 08:38:22 AM 111 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 08:38:23 08:38:22 AM CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle 08:38:23 08:38:23 AM all 1.59 0.00 0.63 0.00 0.00 0.00 0.00 0.00 0.00 97.77 08:38:23 08:38:23 AM 0 1.03 0.00 1.03 0.00 0.00 0.00 0.00 0.00 0.00 97.94 08:38:23 08:38:23 AM 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 08:38:23 AM 2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 08:38:23 AM 3 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00 08:38:23 08:38:23 AM 4 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:23 08:38:23 AM 5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 08:38:23 AM 6 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:23 08:38:23 AM 7 0.99 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 98.02 08:38:23 08:38:23 AM 8 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:23 08:38:23 AM 9 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 99.01 08:38:23 08:38:23 AM 10 2.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00 08:38:23 08:38:23 AM 11 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00 08:38:23 08:38:23 AM 12 1.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.99 08:38:23 08:38:23 AM 13 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 08:38:23 AM 14 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:23 08:38:23 AM 15 82.00 0.00 18.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:38:23 08:38:23 AM 16 3.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 96.00 08:38:23 08:38:23 AM 17 1.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.99 08:38:23 08:38:23 AM 18 0.00 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 98.99 08:38:23 08:38:23 AM 19 1.01 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 97.98 08:38:23 08:38:23 AM 20 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:23 08:38:23 AM 21 2.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 97.00 08:38:23 08:38:23 AM 22 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 08:38:23 AM 23 1.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.98 08:38:23 08:38:23 AM 24 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 08:38:23 AM 25 1.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.99 08:38:23 08:38:23 AM 26 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00 08:38:23 08:38:23 AM 27 2.02 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 96.97 08:38:23 08:38:23 AM 28 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 08:38:23 AM 29 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:23 08:38:23 AM 30 1.01 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 97.98 08:38:23 08:38:23 AM 31 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 08:38:23 AM 32 3.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 96.00 08:38:23 08:38:23 AM 33 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:23 08:38:23 AM 34 1.98 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 97.03 08:38:23 08:38:23 AM 35 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 08:38:23 AM 36 3.00 0.00 2.00 0.00 0.00 0.00 0.00 0.00 0.00 95.00 08:38:23 08:38:23 AM 37 1.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.99 08:38:23 08:38:23 AM 38 2.97 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 96.04 08:38:23 08:38:23 AM 39 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 08:38:23 AM 40 1.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.99 08:38:23 08:38:23 AM 41 2.02 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 96.97 08:38:23 08:38:23 AM 42 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:23 08:38:23 AM 43 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:23 08:38:23 AM 44 0.99 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 98.02 08:38:23 08:38:23 AM 45 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:23 08:38:23 AM 46 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 08:38:23 AM 47 0.99 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 98.02 08:38:23 08:38:23 AM 48 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00 08:38:23 08:38:23 AM 49 0.98 0.00 0.98 0.00 0.00 0.00 0.00 0.00 0.00 98.04 08:38:23 08:38:23 AM 50 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01 08:38:23 08:38:23 AM 51 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00 08:38:23 08:38:23 AM 52 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 08:38:23 AM 53 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 08:38:23 AM 54 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:23 08:38:23 AM 55 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 08:38:23 AM 56 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 08:38:23 AM 57 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00 08:38:23 08:38:23 AM 58 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01 08:38:23 08:38:23 AM 59 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 08:38:23 AM 60 3.96 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 95.05 08:38:23 08:38:23 AM 61 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00 08:38:23 08:38:23 AM 62 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:23 08:38:23 AM 63 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 08:38:23 AM 64 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 08:38:23 AM 65 0.99 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 98.02 08:38:23 08:38:23 AM 66 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00 08:38:23 08:38:23 AM 67 3.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 96.00 08:38:23 08:38:23 AM 68 1.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.98 08:38:23 08:38:23 AM 69 2.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 97.00 08:38:23 08:38:23 AM 70 2.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 97.00 08:38:23 08:38:23 AM 71 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 08:38:23 AM 72 1.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.99 08:38:23 08:38:23 AM 73 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00 08:38:23 08:38:23 AM 74 1.01 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 97.98 08:38:23 08:38:23 AM 75 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00 08:38:23 08:38:23 AM 76 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 08:38:23 AM 77 2.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00 08:38:23 08:38:23 AM 78 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01 08:38:23 08:38:23 AM 79 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 08:38:23 AM 80 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 08:38:23 AM 81 0.99 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 98.02 08:38:23 08:38:23 AM 82 0.99 0.00 2.97 0.00 0.00 0.00 0.00 0.00 0.00 96.04 08:38:23 08:38:23 AM 83 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00 08:38:23 08:38:23 AM 84 1.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.99 08:38:23 08:38:23 AM 85 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 08:38:23 AM 86 1.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.99 08:38:23 08:38:23 AM 87 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 08:38:23 AM 88 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01 08:38:23 08:38:23 AM 89 1.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.99 08:38:23 08:38:23 AM 90 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00 08:38:23 08:38:23 AM 91 2.02 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 96.97 08:38:23 08:38:23 AM 92 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:23 08:38:23 AM 93 1.98 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 97.03 08:38:23 08:38:23 AM 94 0.99 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 98.02 08:38:23 08:38:23 AM 95 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 08:38:23 AM 96 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 08:38:23 AM 97 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:23 08:38:23 AM 98 1.98 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 97.03 08:38:23 08:38:23 AM 99 0.99 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 98.02 08:38:23 08:38:23 AM 100 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 08:38:23 AM 101 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:23 08:38:23 AM 102 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 08:38:23 AM 103 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 08:38:23 AM 104 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 08:38:23 AM 105 1.00 0.00 2.00 0.00 0.00 0.00 0.00 0.00 0.00 97.00 08:38:23 08:38:23 AM 106 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00 08:38:23 08:38:23 AM 107 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01 08:38:23 08:38:23 AM 108 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 08:38:23 AM 109 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:23 08:38:23 AM 110 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 08:38:23 AM 111 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01 08:38:23 08:38:23 Average: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle 08:38:23 Average: all 1.26 0.00 0.45 0.00 0.00 0.00 0.00 0.00 0.00 98.28 08:38:23 Average: 0 0.51 0.00 0.51 0.00 0.00 0.00 0.00 0.00 0.00 98.98 08:38:23 Average: 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 Average: 2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 Average: 3 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:23 Average: 4 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50 08:38:23 Average: 5 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.50 08:38:23 Average: 6 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50 08:38:23 Average: 7 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:23 Average: 8 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50 08:38:23 Average: 9 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.50 08:38:23 Average: 10 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:23 Average: 11 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:23 Average: 12 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50 08:38:23 Average: 13 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 Average: 14 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50 08:38:23 Average: 15 81.00 0.00 19.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:38:23 Average: 16 1.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 98.00 08:38:23 Average: 17 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50 08:38:23 Average: 18 0.51 0.00 0.51 0.00 0.00 0.00 0.00 0.00 0.00 98.99 08:38:23 Average: 19 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.01 08:38:23 Average: 20 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50 08:38:23 Average: 21 1.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 98.50 08:38:23 Average: 22 0.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.49 08:38:23 Average: 23 1.00 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 98.50 08:38:23 Average: 24 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.50 08:38:23 Average: 25 1.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.99 08:38:23 Average: 26 1.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 98.00 08:38:23 Average: 27 1.01 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 98.49 08:38:23 Average: 28 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50 08:38:23 Average: 29 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50 08:38:23 Average: 30 1.51 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 97.99 08:38:23 Average: 31 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.50 08:38:23 Average: 32 1.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 98.00 08:38:23 Average: 33 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50 08:38:23 Average: 34 1.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 98.51 08:38:23 Average: 35 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 Average: 36 1.50 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 97.50 08:38:23 Average: 37 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50 08:38:23 Average: 38 1.49 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 98.01 08:38:23 Average: 39 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 Average: 40 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50 08:38:23 Average: 41 1.01 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 98.49 08:38:23 Average: 42 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50 08:38:23 Average: 43 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.50 08:38:23 Average: 44 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:23 Average: 45 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:23 Average: 46 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:23 Average: 47 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:23 Average: 48 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:23 Average: 49 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.01 08:38:23 Average: 50 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50 08:38:23 Average: 51 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:23 Average: 52 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.50 08:38:23 Average: 53 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 Average: 54 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50 08:38:23 Average: 55 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 Average: 56 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 Average: 57 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:23 Average: 58 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50 08:38:23 Average: 59 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50 08:38:23 Average: 60 2.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 97.50 08:38:23 Average: 61 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 98.99 08:38:23 Average: 62 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50 08:38:23 Average: 63 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 Average: 64 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 Average: 65 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:23 Average: 66 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:23 Average: 67 2.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 97.00 08:38:23 Average: 68 0.51 0.00 0.51 0.00 0.00 0.00 0.00 0.00 0.00 98.99 08:38:23 Average: 69 1.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 98.00 08:38:23 Average: 70 1.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 98.50 08:38:23 Average: 71 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.50 08:38:23 Average: 72 0.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.49 08:38:23 Average: 73 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:23 Average: 74 1.01 0.00 0.51 0.00 0.00 0.00 0.00 0.00 0.00 98.48 08:38:23 Average: 75 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:23 Average: 76 1.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.49 08:38:23 Average: 77 1.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.99 08:38:23 Average: 78 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50 08:38:23 Average: 79 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 Average: 80 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 Average: 81 1.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 98.51 08:38:23 Average: 82 0.50 0.00 1.49 0.00 0.00 0.00 0.00 0.00 0.00 98.01 08:38:23 Average: 83 1.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 98.50 08:38:23 Average: 84 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50 08:38:23 Average: 85 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 Average: 86 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50 08:38:23 Average: 87 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 Average: 88 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50 08:38:23 Average: 89 1.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.49 08:38:23 Average: 90 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:23 Average: 91 1.01 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 98.49 08:38:23 Average: 92 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:23 Average: 93 1.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 98.51 08:38:23 Average: 94 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:23 Average: 95 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 Average: 96 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 Average: 97 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.50 08:38:23 Average: 98 1.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 98.51 08:38:23 Average: 99 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:23 Average: 100 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 Average: 101 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.50 08:38:23 Average: 102 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 Average: 103 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.50 08:38:23 Average: 104 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 Average: 105 0.50 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.50 08:38:23 Average: 106 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.00 08:38:23 Average: 107 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50 08:38:23 Average: 108 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.50 08:38:23 Average: 109 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50 08:38:23 Average: 110 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 08:38:23 Average: 111 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50 08:38:23 Per-process summary 08:38:23 Linux 6.8.0-38-generic (1e9420be1d97) 04/30/2025 _x86_64_ (112 CPU) 08:38:24 08:38:24 08:38:23 AM UID PID %usr %system %guest %wait %CPU CPU Command 08:38:24 08:38:24 AM 0 39 0.00 1.00 0.00 0.00 1.00 75 containerd 08:38:24 08:38:24 AM 0 61 1.00 0.00 0.00 0.00 1.00 17 java 08:38:25 08:38:25 08:38:24 AM UID PID %usr %system %guest %wait %CPU CPU Command 08:38:25 08:38:25 AM 0 39 1.00 0.00 0.00 0.00 1.00 75 containerd 08:38:25 08:38:25 Average: UID PID %usr %system %guest %wait %CPU CPU Command 08:38:25 Average: 0 39 0.50 0.50 0.00 0.00 1.00 - containerd 08:38:25 Average: 0 61 0.50 0.00 0.00 0.00 0.50 - java 08:38:25 Block device stats 08:38:25 Linux 6.8.0-38-generic (1e9420be1d97) 04/30/2025 _x86_64_ (112 CPU) 08:38:25 08:38:25 avg-cpu: %user %nice %system %iowait %steal %idle 08:38:25 2.49 0.00 0.73 0.01 0.00 96.78 08:38:25 08:38:25 Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util 08:38:25 loop0 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:38:25 md0 0.07 4.46 0.00 0.00 0.76 63.17 138.07 4004.61 0.00 0.00 0.96 29.00 0.33 721.85 0.00 0.00 0.30 2184.53 0.00 0.00 0.13 1.30 08:38:25 md1 0.00 0.00 0.00 0.00 0.30 30.55 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:38:25 sda 1.59 770.84 10.46 86.82 3.17 485.25 37.11 4016.76 106.65 74.19 1.42 108.24 0.33 722.70 0.00 0.04 0.23 2188.05 10.50 0.11 0.06 1.53 08:38:25 sdb 1.41 698.98 9.51 87.08 3.33 495.61 37.24 4086.92 107.62 74.29 1.40 109.76 0.33 721.85 0.00 0.04 0.23 2185.48 10.50 0.12 0.06 1.52 08:38:25 sdc 0.00 0.00 0.00 0.00 0.38 31.40 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:38:25 sdd 0.00 0.00 0.00 0.00 0.20 25.91 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:38:25 08:38:26 08:38:26 avg-cpu: %user %nice %system %iowait %steal %idle 08:38:26 1.64 0.00 0.72 0.02 0.00 97.63 08:38:26 08:38:26 Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util 08:38:26 md0 1.00 4.00 0.00 0.00 0.00 4.00 4252.00 17660.00 0.00 0.00 4.15 4.15 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17.67 9.90 08:38:26 sda 1.00 4.00 0.00 0.00 0.00 4.00 305.00 17680.00 3953.00 92.84 0.91 57.97 0.00 0.00 0.00 0.00 0.00 0.00 11.00 0.09 0.28 9.80 08:38:26 sdb 0.00 0.00 0.00 0.00 0.00 0.00 305.00 17680.00 3953.00 92.84 0.94 57.97 0.00 0.00 0.00 0.00 0.00 0.00 11.00 0.09 0.29 9.70 08:38:26 08:38:26 08:38:26 Memory utilization 08:38:26 total used free shared buff/cache available 08:38:26 Mem: 176895 10484 62754 6 105265 166411 08:38:26 Swap: 8191 1 8190 08:38:26 Network interface throughput 08:38:26 Linux 6.8.0-38-generic (1e9420be1d97) 04/30/2025 _x86_64_ (112 CPU) 08:38:27 08:38:27 08:38:26 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:38:27 08:38:27 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:38:27 08:38:27 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:38:27 08:38:27 AM eth0 0.00 1.00 0.00 0.06 0.00 0.00 0.00 0.00 08:38:28 08:38:28 08:38:27 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:38:28 08:38:28 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:38:28 08:38:28 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:38:28 08:38:28 AM eth0 2.00 3.00 0.51 1.07 0.00 0.00 0.00 0.00 08:38:28 08:38:28 Average: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:38:28 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:38:28 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:38:28 Average: eth0 1.00 2.00 0.25 0.57 0.00 0.00 0.00 0.00 08:38:28 TCP metrics 08:38:28 Linux 6.8.0-38-generic (1e9420be1d97) 04/30/2025 _x86_64_ (112 CPU) 08:38:29 08:38:29 08:38:28 AM active/s passive/s iseg/s oseg/s 08:38:29 08:38:29 AM 0.00 0.00 0.00 1.00 08:38:29 08:38:29 08:38:28 AM atmptf/s estres/s retrans/s isegerr/s orsts/s 08:38:29 08:38:29 AM 0.00 0.00 0.00 0.00 0.00 08:38:30 08:38:30 08:38:29 AM active/s passive/s iseg/s oseg/s 08:38:30 08:38:30 AM 0.00 0.00 1.00 2.00 08:38:30 08:38:30 08:38:29 AM atmptf/s estres/s retrans/s isegerr/s orsts/s 08:38:30 08:38:30 AM 0.00 0.00 0.00 0.00 0.00 08:38:30 08:38:30 Average: active/s passive/s iseg/s oseg/s 08:38:30 Average: 0.00 0.00 0.50 1.50 08:38:30 08:38:30 Average: atmptf/s estres/s retrans/s isegerr/s orsts/s 08:38:30 Average: 0.00 0.00 0.00 0.00 0.00 08:38:30 ************************************************************************ 08:38:31 Executor package list: 08:38:31 acl 2.3.2-1build1.1 08:38:31 adduser 3.137ubuntu1 08:38:31 adwaita-icon-theme 46.0-1 08:38:31 alsa-topology-conf 1.2.5.1-2 08:38:31 alsa-ucm-conf 1.2.10-1ubuntu5.4 08:38:31 appstream 1.0.2-1build6 08:38:31 apt 2.7.14build2 08:38:31 apt-transport-https 2.7.14build2 08:38:31 apt-utils 2.7.14build2 08:38:31 asciidoc 10.2.0-2 08:38:31 asciidoc-base 10.2.0-2 08:38:31 asciidoc-common 10.2.0-2 08:38:31 asciidoc-dblatex 10.2.0-2 08:38:31 asciidoctor 2.0.20-1 08:38:31 aspell 0.60.8.1-1build1 08:38:31 aspell-en 2020.12.07-0-1 08:38:31 at-spi2-common 2.52.0-1build1 08:38:31 at-spi2-core 2.52.0-1build1 08:38:31 autoconf 2.71-3 08:38:31 automake 1:1.16.5-1.3ubuntu1 08:38:31 autopoint 0.21-14ubuntu2 08:38:31 autotools-dev 20220109.1 08:38:31 base-files 13ubuntu10 08:38:31 base-passwd 3.6.3build1 08:38:31 bash 5.2.21-2ubuntu4 08:38:31 bind9-dnsutils 1:9.18.30-0ubuntu0.24.04.2 08:38:31 bind9-host 1:9.18.30-0ubuntu0.24.04.2 08:38:31 bind9-libs:amd64 1:9.18.30-0ubuntu0.24.04.2 08:38:31 binutils 2.42-4ubuntu2.5 08:38:31 binutils-common:amd64 2.42-4ubuntu2.5 08:38:31 binutils-x86-64-linux-gnu 2.42-4ubuntu2.5 08:38:31 bsdextrautils 2.39.3-9ubuntu6.2 08:38:31 bsdutils 1:2.39.3-9ubuntu6.2 08:38:31 build-essential 12.10ubuntu1 08:38:31 bzip2 1.0.8-5.1build0.1 08:38:31 ca-certificates 20240203 08:38:31 ca-certificates-java 20240118 08:38:31 ccache 4.9.1-1 08:38:31 cgroup-tools 2.0.2-2build1 08:38:31 check:amd64 0.15.2-2build1 08:38:31 chrpath 0.16-2build1 08:38:31 clang 1:18.0-59~exp2 08:38:31 clang-18 1:18.1.3-1ubuntu1 08:38:31 clang-format-15 1:15.0.7-14build3 08:38:31 cmake 3.28.3-1build7 08:38:31 cmake-data 3.28.3-1build7 08:38:31 coreutils 9.4-3ubuntu6 08:38:31 cpio 2.15+dfsg-1ubuntu2 08:38:31 cpp 4:13.2.0-7ubuntu1 08:38:31 cpp-13 13.3.0-6ubuntu2~24.04 08:38:31 cpp-13-x86-64-linux-gnu 13.3.0-6ubuntu2~24.04 08:38:31 cpp-9 9.5.0-6ubuntu2 08:38:31 cpp-x86-64-linux-gnu 4:13.2.0-7ubuntu1 08:38:31 cpu-checker 0.7-1.3build2 08:38:31 cpufrequtils 008-2build2 08:38:31 cscope 15.9-2 08:38:31 curl 8.5.0-2ubuntu10.6 08:38:31 dash 0.5.12-6ubuntu5 08:38:31 dblatex 0.3.12py3-4 08:38:31 dblatex-doc 0.3.12py3-4 08:38:31 dbus 1.14.10-4ubuntu4.1 08:38:31 dbus-bin 1.14.10-4ubuntu4.1 08:38:31 dbus-daemon 1.14.10-4ubuntu4.1 08:38:31 dbus-session-bus-common 1.14.10-4ubuntu4.1 08:38:31 dbus-system-bus-common 1.14.10-4ubuntu4.1 08:38:31 dbus-user-session 1.14.10-4ubuntu4.1 08:38:31 dconf-gsettings-backend:amd64 0.40.0-4build2 08:38:31 dconf-service 0.40.0-4build2 08:38:31 dctrl-tools 2.24-3build3 08:38:31 debconf 1.5.86ubuntu1 08:38:31 debhelper 13.14.1ubuntu5 08:38:31 debianutils 5.17build1 08:38:31 debmake 4.4.0-4 08:38:31 debugedit 1:5.0-5build2 08:38:31 default-jdk 2:1.21-75+exp1 08:38:31 default-jdk-headless 2:1.21-75+exp1 08:38:31 default-jre 2:1.21-75+exp1 08:38:31 default-jre-headless 2:1.21-75+exp1 08:38:31 devscripts 2.23.7 08:38:31 dh-autoreconf 20 08:38:31 dh-python 6.20240401 08:38:31 dh-strip-nondeterminism 1.13.1-1 08:38:31 dictionaries-common 1.29.7 08:38:31 diffstat 1.66-1build1 08:38:31 diffutils 1:3.10-1build1 08:38:31 dirmngr 2.4.4-2ubuntu17.2 08:38:31 distro-info-data 0.60ubuntu0.2 08:38:31 dkms 3.0.11-1ubuntu13 08:38:31 dmidecode 3.5-3ubuntu0.1 08:38:31 dmsetup 2:1.02.185-3ubuntu3.2 08:38:31 dnsutils 1:9.18.30-0ubuntu0.24.04.2 08:38:31 docbook-dsssl 1.79-10 08:38:31 docbook-utils 0.6.14-4 08:38:31 docbook-xml 4.5-12 08:38:31 docbook-xsl 1.79.2+dfsg-7 08:38:31 doxygen 1.9.8+ds-2build5 08:38:31 dpkg 1.22.6ubuntu6.1 08:38:31 dpkg-dev 1.22.6ubuntu6.1 08:38:31 dput 1.1.3ubuntu3 08:38:31 dvisvgm 3.2.1+ds-1build1 08:38:31 dwz 0.15-1build6 08:38:31 e2fsprogs 1.47.0-2.4~exp1ubuntu4 08:38:31 ed 1.20.1-1 08:38:31 emacs 1:29.3+1-1ubuntu2 08:38:31 emacs-bin-common 1:29.3+1-1ubuntu2 08:38:31 emacs-common 1:29.3+1-1ubuntu2 08:38:31 emacs-el 1:29.3+1-1ubuntu2 08:38:31 emacs-gtk 1:29.3+1-1ubuntu2 08:38:31 emacsen-common 3.0.5 08:38:31 enchant-2 2.3.3-2build2 08:38:31 ethtool 1:6.7-1build1 08:38:31 exuberant-ctags 1:5.9~svn20110310-19build1 08:38:31 facter 4.3.0-2 08:38:31 fakeroot 1.33-1 08:38:31 file 1:5.45-3build1 08:38:31 findutils 4.9.0-5build1 08:38:31 fontconfig 2.15.0-1.1ubuntu2 08:38:31 fontconfig-config 2.15.0-1.1ubuntu2 08:38:31 fonts-dejavu-core 2.37-8 08:38:31 fonts-dejavu-extra 2.37-8 08:38:31 fonts-dejavu-mono 2.37-8 08:38:31 fonts-droid-fallback 1:6.0.1r16-1.1build1 08:38:31 fonts-gfs-baskerville 1.1-6 08:38:31 fonts-gfs-porson 1.1-7 08:38:31 fonts-lato 2.015-1 08:38:31 fonts-liberation 1:2.1.5-3 08:38:31 fonts-liberation-sans-narrow 1:1.07.6-4 08:38:31 fonts-liberation2 1:2.1.5-3 08:38:31 fonts-lmodern 2.005-1 08:38:31 fonts-noto-color-emoji 2.047-0ubuntu0.24.04.1 08:38:31 fonts-noto-mono 20201225-2 08:38:31 fonts-texgyre 20180621-6 08:38:31 fonts-texgyre-math 20180621-6 08:38:31 fonts-urw-base35 20200910-8 08:38:31 g++ 4:13.2.0-7ubuntu1 08:38:31 g++-13 13.3.0-6ubuntu2~24.04 08:38:31 g++-13-x86-64-linux-gnu 13.3.0-6ubuntu2~24.04 08:38:31 g++-9 9.5.0-6ubuntu2 08:38:31 g++-x86-64-linux-gnu 4:13.2.0-7ubuntu1 08:38:31 gawk 1:5.2.1-2build3 08:38:31 gcc 4:13.2.0-7ubuntu1 08:38:31 gcc-11-base:amd64 11.4.0-9ubuntu1 08:38:31 gcc-13 13.3.0-6ubuntu2~24.04 08:38:31 gcc-13-base:amd64 13.3.0-6ubuntu2~24.04 08:38:31 gcc-13-x86-64-linux-gnu 13.3.0-6ubuntu2~24.04 08:38:31 gcc-14-base:amd64 14.2.0-4ubuntu2~24.04 08:38:31 gcc-9 9.5.0-6ubuntu2 08:38:31 gcc-9-base:amd64 9.5.0-6ubuntu2 08:38:31 gcc-x86-64-linux-gnu 4:13.2.0-7ubuntu1 08:38:31 gcovr 7.0-1 08:38:31 gdb 15.0.50.20240403-0ubuntu1 08:38:31 gettext 0.21-14ubuntu2 08:38:31 gettext-base 0.21-14ubuntu2 08:38:31 gfortran 4:13.2.0-7ubuntu1 08:38:31 gfortran-13 13.3.0-6ubuntu2~24.04 08:38:31 gfortran-13-x86-64-linux-gnu 13.3.0-6ubuntu2~24.04 08:38:31 gfortran-x86-64-linux-gnu 4:13.2.0-7ubuntu1 08:38:31 ghostscript 10.02.1~dfsg1-0ubuntu7.5 08:38:31 gir1.2-girepository-2.0:amd64 1.80.1-1 08:38:31 gir1.2-glib-2.0:amd64 2.80.0-6ubuntu3.2 08:38:31 gir1.2-packagekitglib-1.0 1.2.8-2ubuntu1.2 08:38:31 git 1:2.43.0-1ubuntu7.2 08:38:31 git-man 1:2.43.0-1ubuntu7.2 08:38:31 git-review 2.3.1-3 08:38:31 glib-networking:amd64 2.80.0-1build1 08:38:31 glib-networking-common 2.80.0-1build1 08:38:31 glib-networking-services 2.80.0-1build1 08:38:31 gnupg 2.4.4-2ubuntu17.2 08:38:31 gnupg-agent 2.4.4-2ubuntu17.2 08:38:31 gnupg-l10n 2.4.4-2ubuntu17.2 08:38:31 gnupg-utils 2.4.4-2ubuntu17.2 08:38:31 gpg 2.4.4-2ubuntu17.2 08:38:31 gpg-agent 2.4.4-2ubuntu17.2 08:38:31 gpg-wks-client 2.4.4-2ubuntu17.2 08:38:31 gpgconf 2.4.4-2ubuntu17.2 08:38:31 gpgsm 2.4.4-2ubuntu17.2 08:38:31 gpgv 2.4.4-2ubuntu17.2 08:38:31 graphviz 2.42.2-9ubuntu0.1 08:38:31 grep 3.11-4build1 08:38:31 groff-base 1.23.0-3build2 08:38:31 gsasl-common 2.2.1-1willsync1build2 08:38:31 gsettings-desktop-schemas 46.1-0ubuntu1 08:38:31 gstreamer1.0-plugins-base:amd64 1.24.2-1ubuntu0.2 08:38:31 gstreamer1.0-plugins-good:amd64 1.24.2-1ubuntu1.1 08:38:31 gstreamer1.0-x:amd64 1.24.2-1ubuntu0.2 08:38:31 gtk-update-icon-cache 3.24.41-4ubuntu1.3 08:38:31 guile-3.0-libs:amd64 3.0.9-1build2 08:38:31 gzip 1.12-1ubuntu3 08:38:31 hicolor-icon-theme 0.17-2 08:38:31 hostname 3.23+nmu2ubuntu2 08:38:31 hugo 0.111.3 08:38:31 humanity-icon-theme 0.6.16 08:38:31 hunspell-en-us 1:2020.12.07-2 08:38:31 hwdata 0.379-1 08:38:31 ibverbs-providers:amd64 50.0-2build2 08:38:31 icu-devtools 74.2-1ubuntu3.1 08:38:31 init-system-helpers 1.66ubuntu1 08:38:31 install-info 7.1-3build2 08:38:31 intltool-debian 0.35.0+20060710.6 08:38:31 iperf 2.1.9+dfsg-1 08:38:31 iperf3 3.16-1build2 08:38:31 iproute2 6.1.0-1ubuntu6 08:38:31 iptables 1.8.10-3ubuntu2 08:38:31 iputils-clockdiff 3:20240117-1build1 08:38:31 iputils-ping 3:20240117-1build1 08:38:31 iputils-tracepath 3:20240117-1build1 08:38:31 ipxe-qemu 1.21.1+git-20220113.fbbdc3926-0ubuntu2 08:38:31 ipxe-qemu-256k-compat-efi-roms 1.0.0+git-20150424.a25a16d-0ubuntu5 08:38:31 iso-codes 4.16.0-1 08:38:31 java-common 0.75+exp1 08:38:31 javascript-common 11+nmu1 08:38:31 jq 1.7.1-3build1 08:38:31 keyboxd 2.4.4-2ubuntu17.2 08:38:31 kmod 31+20240202-2ubuntu7.1 08:38:31 krb5-locales 1.20.1-6ubuntu2 08:38:31 lcov 2.0-4ubuntu2 08:38:31 less 590-2ubuntu2.1 08:38:31 lib32gcc-s1 14.2.0-4ubuntu2~24.04 08:38:31 lib32stdc++6 14.2.0-4ubuntu2~24.04 08:38:31 libaa1:amd64 1.4p5-51.1 08:38:31 libacl1:amd64 2.3.2-1build1.1 08:38:31 libaio1t64:amd64 0.3.113-6build1.1 08:38:31 libalgorithm-c3-perl 0.11-2 08:38:31 libalgorithm-diff-perl 1.201-1 08:38:31 libalgorithm-diff-xs-perl:amd64 0.04-8build3 08:38:31 libalgorithm-merge-perl 0.08-5 08:38:31 libaliased-perl 0.34-3 08:38:31 libann0 1.1.2+doc-9build1 08:38:31 libaom3:amd64 3.8.2-2ubuntu0.1 08:38:31 libapache-pom-java 29-2 08:38:31 libapparmor1:amd64 4.0.1really4.0.1-0ubuntu0.24.04.3 08:38:31 libappstream5:amd64 1.0.2-1build6 08:38:31 libapr1-dev 1.7.2-3.1ubuntu0.1 08:38:31 libapr1t64:amd64 1.7.2-3.1ubuntu0.1 08:38:31 libapt-pkg-perl 0.1.40build7 08:38:31 libapt-pkg6.0t64:amd64 2.7.14build2 08:38:31 libarchive-cpio-perl 0.10-3 08:38:31 libarchive-zip-perl 1.68-1 08:38:31 libarchive13t64:amd64 3.7.2-2ubuntu0.3 08:38:31 libargon2-1:amd64 0~20190702+dfsg-4build1 08:38:31 libarray-intspan-perl 2.004-2 08:38:31 libasan5:amd64 9.5.0-6ubuntu2 08:38:31 libasan8:amd64 14.2.0-4ubuntu2~24.04 08:38:31 libasound2-data 1.2.11-1build2 08:38:31 libasound2t64:amd64 1.2.11-1build2 08:38:31 libaspell15:amd64 0.60.8.1-1build1 08:38:31 libassuan0:amd64 2.5.6-1build1 08:38:31 libasyncns0:amd64 0.8-6build4 08:38:31 libatk-bridge2.0-0t64:amd64 2.52.0-1build1 08:38:31 libatk-wrapper-java 0.40.0-3build2 08:38:31 libatk-wrapper-java-jni:amd64 0.40.0-3build2 08:38:31 libatk1.0-0t64:amd64 2.52.0-1build1 08:38:31 libatm1t64:amd64 1:2.5.1-5.1build1 08:38:31 libatomic1:amd64 14.2.0-4ubuntu2~24.04 08:38:31 libatspi2.0-0t64:amd64 2.52.0-1build1 08:38:31 libattr1:amd64 1:2.5.2-1build1 08:38:31 libaudit-common 1:3.1.2-2.1build1 08:38:31 libaudit1:amd64 1:3.1.2-2.1build1 08:38:31 libauthen-sasl-perl 2.1700-1 08:38:31 libavahi-client3:amd64 0.8-13ubuntu6 08:38:31 libavahi-common-data:amd64 0.8-13ubuntu6 08:38:31 libavahi-common3:amd64 0.8-13ubuntu6 08:38:31 libavc1394-0:amd64 0.5.4-5build3 08:38:31 libb-hooks-endofscope-perl 0.28-1 08:38:31 libb-hooks-op-check-perl:amd64 0.22-3build1 08:38:31 libbabeltrace1:amd64 1.5.11-3build3 08:38:31 libbcg729-0:amd64 1.1.1-2build1 08:38:31 libberkeleydb-perl:amd64 0.64-2build4 08:38:31 libbibtex-parser-perl 1.04+dfsg-1 08:38:31 libbinutils:amd64 2.42-4ubuntu2.5 08:38:31 libbit-vector-perl:amd64 7.4-3build1 08:38:31 libblas-dev:amd64 3.12.0-3build1.1 08:38:31 libblas3:amd64 3.12.0-3build1.1 08:38:31 libblkid1:amd64 2.39.3-9ubuntu6.2 08:38:31 libboost-dev:amd64 1.83.0.1ubuntu2 08:38:31 libboost-iostreams1.83.0:amd64 1.83.0-2.1ubuntu3.1 08:38:31 libboost-regex-dev:amd64 1.83.0.1ubuntu2 08:38:31 libboost-regex1.83-dev:amd64 1.83.0-2.1ubuntu3.1 08:38:31 libboost-regex1.83.0:amd64 1.83.0-2.1ubuntu3.1 08:38:31 libboost-thread1.83.0:amd64 1.83.0-2.1ubuntu3.1 08:38:31 libboost1.83-dev:amd64 1.83.0-2.1ubuntu3.1 08:38:31 libbpf1:amd64 1:1.3.0-2build2 08:38:31 libbrlapi0.8:amd64 6.6-4ubuntu5 08:38:31 libbrotli1:amd64 1.1.0-2build2 08:38:31 libbsd0:amd64 0.12.1-1build1 08:38:31 libbz2-1.0:amd64 1.0.8-5.1build0.1 08:38:31 libc-bin 2.39-0ubuntu8.4 08:38:31 libc-dev-bin 2.39-0ubuntu8.4 08:38:31 libc-devtools 2.39-0ubuntu8.4 08:38:31 libc6:amd64 2.39-0ubuntu8.4 08:38:31 libc6-dbg:amd64 2.39-0ubuntu8.4 08:38:31 libc6-dev:amd64 2.39-0ubuntu8.4 08:38:31 libc6-i386 2.39-0ubuntu8.4 08:38:31 libcaca0:amd64 0.99.beta20-4build2 08:38:31 libcacard0:amd64 1:2.8.0-3build4 08:38:31 libcairo-gobject2:amd64 1.18.0-3build1 08:38:31 libcairo2:amd64 1.18.0-3build1 08:38:31 libcap-ng0:amd64 0.8.4-2build2 08:38:31 libcap2:amd64 1:2.66-5ubuntu2.2 08:38:31 libcap2-bin 1:2.66-5ubuntu2.2 08:38:31 libcapture-tiny-perl 0.48-2 08:38:31 libcares2:amd64 1.27.0-1.0ubuntu1 08:38:31 libcarp-clan-perl 6.08-2 08:38:31 libcbor0.10:amd64 0.10.2-1.2ubuntu2 08:38:31 libcc1-0:amd64 14.2.0-4ubuntu2~24.04 08:38:31 libcdparanoia0:amd64 3.10.2+debian-14build3 08:38:31 libcdt5:amd64 2.42.2-9ubuntu0.1 08:38:31 libcgi-fast-perl 1:2.17-1 08:38:31 libcgi-pm-perl 4.63-1 08:38:31 libcgraph6:amd64 2.42.2-9ubuntu0.1 08:38:31 libcgroup2:amd64 2.0.2-2build1 08:38:31 libclang-common-18-dev:amd64 1:18.1.3-1ubuntu1 08:38:31 libclang-cpp15t64 1:15.0.7-14build3 08:38:31 libclang-cpp18 1:18.1.3-1ubuntu1 08:38:31 libclang-rt-18-dev:amd64 1:18.1.3-1ubuntu1 08:38:31 libclang1-18 1:18.1.3-1ubuntu1 08:38:31 libclass-c3-perl 0.35-2 08:38:31 libclass-c3-xs-perl 0.15-1build6 08:38:31 libclass-data-inheritable-perl 0.08-3 08:38:31 libclass-inspector-perl 1.36-3 08:38:31 libclass-method-modifiers-perl 2.15-1 08:38:31 libclass-singleton-perl 1.6-2 08:38:31 libclass-xsaccessor-perl 1.19-4build4 08:38:31 libclone-perl:amd64 0.46-1build3 08:38:31 libcolord2:amd64 1.4.7-1build2 08:38:31 libcom-err2:amd64 1.47.0-2.4~exp1ubuntu4 08:38:31 libcommon-sense-perl:amd64 3.75-3build3 08:38:31 libcommons-logging-java 1.3.0-1ubuntu1 08:38:31 libcommons-parent-java 56-1 08:38:31 libconfig-tiny-perl 2.30-1 08:38:31 libconfuse-common 3.3-3build1 08:38:31 libconfuse-dev:amd64 3.3-3build1 08:38:31 libconfuse-doc 3.3-3build1 08:38:31 libconfuse2:amd64 3.3-3build1 08:38:31 libconst-fast-perl 0.014-2 08:38:31 libcpanel-json-xs-perl:amd64 4.37-1build3 08:38:31 libcpufreq0 008-2build2 08:38:31 libcrypt-dev:amd64 1:4.4.36-4build1 08:38:31 libcrypt-rc4-perl 2.02-5 08:38:31 libcrypt1:amd64 1:4.4.36-4build1 08:38:31 libcryptsetup12:amd64 2:2.7.0-1ubuntu4.2 08:38:31 libctf-nobfd0:amd64 2.42-4ubuntu2.5 08:38:31 libctf0:amd64 2.42-4ubuntu2.5 08:38:31 libcups2t64:amd64 2.4.7-1.2ubuntu7.3 08:38:31 libcurl3t64-gnutls:amd64 8.5.0-2ubuntu10.6 08:38:31 libcurl4t64:amd64 8.5.0-2ubuntu10.6 08:38:31 libdata-dpath-perl 0.59-1 08:38:31 libdata-dump-perl 1.25-1 08:38:31 libdata-messagepack-perl 1.02-1build4 08:38:31 libdata-optlist-perl 0.114-1 08:38:31 libdata-validate-domain-perl 0.10-1.1 08:38:31 libdata-validate-ip-perl 0.31-1 08:38:31 libdata-validate-uri-perl 0.07-3 08:38:31 libdate-calc-perl 6.4-2 08:38:31 libdate-calc-xs-perl:amd64 6.4-2build4 08:38:31 libdate-manip-perl 6.95-1 08:38:31 libdatetime-locale-perl 1:1.37-1 08:38:31 libdatetime-perl 2:1.65-1build2 08:38:31 libdatetime-timezone-perl 1:2.62-1+2024a 08:38:31 libdatrie1:amd64 0.2.13-3build1 08:38:31 libdaxctl1:amd64 77-2ubuntu2 08:38:31 libdb5.3t64:amd64 5.3.28+dfsg2-7 08:38:31 libdbus-1-3:amd64 1.14.10-4ubuntu4.1 08:38:31 libdbus-1-dev:amd64 1.14.10-4ubuntu4.1 08:38:31 libdconf1:amd64 0.40.0-4build2 08:38:31 libde265-0:amd64 1.0.15-1build3 08:38:31 libdebconfclient0:amd64 0.271ubuntu3 08:38:31 libdebhelper-perl 13.14.1ubuntu5 08:38:31 libdebuginfod-common 0.190-1.1ubuntu0.1 08:38:31 libdebuginfod1t64:amd64 0.190-1.1ubuntu0.1 08:38:31 libdecor-0-0:amd64 0.2.2-1build2 08:38:31 libdecor-0-plugin-1-gtk:amd64 0.2.2-1build2 08:38:31 libdeflate0:amd64 1.19-1build1.1 08:38:31 libdevel-callchecker-perl:amd64 0.008-2build3 08:38:31 libdevel-caller-perl:amd64 2.07-1build3 08:38:31 libdevel-globaldestruction-perl 0.14-4 08:38:31 libdevel-lexalias-perl 0.05-3build4 08:38:31 libdevel-size-perl 0.83-2build4 08:38:31 libdevel-stacktrace-perl 2.0500-1 08:38:31 libdevmapper1.02.1:amd64 2:1.02.185-3ubuntu3.2 08:38:31 libdigest-perl-md5-perl 1.9-5 08:38:31 libdist-checkconflicts-perl 0.11-2 08:38:31 libdistro-info-perl 1.7build1 08:38:31 libdpkg-perl 1.22.6ubuntu6.1 08:38:31 libdrm-amdgpu1:amd64 2.4.122-1~ubuntu0.24.04.1 08:38:31 libdrm-common 2.4.122-1~ubuntu0.24.04.1 08:38:31 libdrm-intel1:amd64 2.4.122-1~ubuntu0.24.04.1 08:38:31 libdrm-nouveau2:amd64 2.4.122-1~ubuntu0.24.04.1 08:38:31 libdrm-radeon1:amd64 2.4.122-1~ubuntu0.24.04.1 08:38:31 libdrm2:amd64 2.4.122-1~ubuntu0.24.04.1 08:38:31 libduktape207:amd64 2.7.0+tests-0ubuntu3 08:38:31 libdv4t64:amd64 1.0.0-17.1build1 08:38:31 libdw1t64:amd64 0.190-1.1ubuntu0.1 08:38:31 libdynaloader-functions-perl 0.003-3 08:38:31 libedit2:amd64 3.1-20230828-1build1 08:38:31 libegl-mesa0:amd64 24.2.8-1ubuntu1~24.04.1 08:38:31 libegl1:amd64 1.7.0-1build1 08:38:31 libelf-dev:amd64 0.190-1.1ubuntu0.1 08:38:31 libelf1t64:amd64 0.190-1.1ubuntu0.1 08:38:31 libemail-address-xs-perl 1.05-1build4 08:38:31 libemail-date-format-perl 1.008-1 08:38:31 libenchant-2-2:amd64 2.3.3-2build2 08:38:31 libencode-locale-perl 1.05-3 08:38:31 libepoxy0:amd64 1.5.10-1build1 08:38:31 liberror-perl 0.17029-2 08:38:31 libeval-closure-perl 0.14-3 08:38:31 libexception-class-perl 1.45-1 08:38:31 libexpat1:amd64 2.6.1-2ubuntu0.3 08:38:31 libexpat1-dev:amd64 2.6.1-2ubuntu0.3 08:38:31 libexporter-tiny-perl 1.006002-1 08:38:31 libext2fs2t64:amd64 1.47.0-2.4~exp1ubuntu4 08:38:31 libfakeroot:amd64 1.33-1 08:38:31 libfcgi-bin 2.4.2-2.1build1 08:38:31 libfcgi-perl 0.82+ds-3build2 08:38:31 libfcgi0t64:amd64 2.4.2-2.1build1 08:38:31 libfdisk1:amd64 2.39.3-9ubuntu6.2 08:38:31 libfdt1:amd64 1.7.0-2build1 08:38:31 libffi-dev:amd64 3.4.6-1build1 08:38:31 libffi8:amd64 3.4.6-1build1 08:38:31 libfido2-1:amd64 1.14.0-1build3 08:38:31 libfile-basedir-perl 0.09-2 08:38:31 libfile-chdir-perl 0.1008-1.1 08:38:31 libfile-desktopentry-perl 0.22-3 08:38:31 libfile-dirlist-perl 0.05-3 08:38:31 libfile-fcntllock-perl 0.22-4ubuntu5 08:38:31 libfile-find-rule-perl 0.34-3 08:38:31 libfile-homedir-perl 1.006-2 08:38:31 libfile-listing-perl 6.16-1 08:38:31 libfile-mimeinfo-perl 0.34-1 08:38:31 libfile-sharedir-perl 1.118-3 08:38:31 libfile-stripnondeterminism-perl 1.13.1-1 08:38:31 libfile-touch-perl 0.12-2 08:38:31 libfile-which-perl 1.27-2 08:38:31 libflac12t64:amd64 1.4.3+ds-2.1ubuntu2 08:38:31 libfmt9:amd64 9.1.0+ds1-2 08:38:31 libfont-afm-perl 1.20-4 08:38:31 libfont-ttf-perl 1.06-2 08:38:31 libfontbox-java 1:1.8.16-5 08:38:31 libfontconfig1:amd64 2.15.0-1.1ubuntu2 08:38:31 libfontenc1:amd64 1:1.1.8-1build1 08:38:31 libfreetype6:amd64 2.13.2+dfsg-1build3 08:38:31 libfreezethaw-perl 0.5001-3 08:38:31 libfribidi0:amd64 1.0.13-3build1 08:38:31 libfuse3-3:amd64 3.14.0-5build1 08:38:31 libgbm1:amd64 24.2.8-1ubuntu1~24.04.1 08:38:31 libgc1:amd64 1:8.2.6-1build1 08:38:31 libgcc-13-dev:amd64 13.3.0-6ubuntu2~24.04 08:38:31 libgcc-14-dev:amd64 14.2.0-4ubuntu2~24.04 08:38:31 libgcc-9-dev:amd64 9.5.0-6ubuntu2 08:38:31 libgcc-s1:amd64 14.2.0-4ubuntu2~24.04 08:38:31 libgccjit0:amd64 14.2.0-4ubuntu2~24.04 08:38:31 libgcrypt20:amd64 1.10.3-2build1 08:38:31 libgd-perl 2.78-1build3 08:38:31 libgd3:amd64 2.3.3-9ubuntu5 08:38:31 libgdbm-compat4t64:amd64 1.23-5.1build1 08:38:31 libgdbm6t64:amd64 1.23-5.1build1 08:38:31 libgdk-pixbuf-2.0-0:amd64 2.42.10+dfsg-3ubuntu3.1 08:38:31 libgdk-pixbuf2.0-bin 2.42.10+dfsg-3ubuntu3.1 08:38:31 libgdk-pixbuf2.0-common 2.42.10+dfsg-3ubuntu3.1 08:38:31 libgfortran-13-dev:amd64 13.3.0-6ubuntu2~24.04 08:38:31 libgfortran5:amd64 14.2.0-4ubuntu2~24.04 08:38:31 libgif7:amd64 5.2.2-1ubuntu1 08:38:31 libgirepository-1.0-1:amd64 1.80.1-1 08:38:31 libgit-wrapper-perl 0.048-2 08:38:31 libgl1:amd64 1.7.0-1build1 08:38:31 libgl1-amber-dri:amd64 21.3.9-0ubuntu2 08:38:31 libgl1-mesa-dri:amd64 24.2.8-1ubuntu1~24.04.1 08:38:31 libglapi-mesa:amd64 24.2.8-1ubuntu1~24.04.1 08:38:31 libgles2:amd64 1.7.0-1build1 08:38:31 libglib2.0-0t64:amd64 2.80.0-6ubuntu3.2 08:38:31 libglib2.0-bin 2.80.0-6ubuntu3.2 08:38:31 libglib2.0-data 2.80.0-6ubuntu3.2 08:38:31 libglvnd0:amd64 1.7.0-1build1 08:38:31 libglx-mesa0:amd64 24.2.8-1ubuntu1~24.04.1 08:38:31 libglx0:amd64 1.7.0-1build1 08:38:31 libgmp-dev:amd64 2:6.3.0+dfsg-2ubuntu6.1 08:38:31 libgmp10:amd64 2:6.3.0+dfsg-2ubuntu6.1 08:38:31 libgmpxx4ldbl:amd64 2:6.3.0+dfsg-2ubuntu6.1 08:38:31 libgnutls30t64:amd64 3.8.3-1.1ubuntu3.1 08:38:31 libgomp1:amd64 14.2.0-4ubuntu2~24.04 08:38:31 libgpg-error0:amd64 1.47-3build2 08:38:31 libgpgme11t64:amd64 1.18.0-4.1ubuntu4 08:38:31 libgpm2:amd64 1.20.7-11 08:38:31 libgprofng0:amd64 2.42-4ubuntu2.5 08:38:31 libgraphite2-3:amd64 1.3.14-2build1 08:38:31 libgs-common 10.02.1~dfsg1-0ubuntu7.5 08:38:31 libgs10:amd64 10.02.1~dfsg1-0ubuntu7.5 08:38:31 libgs10-common 10.02.1~dfsg1-0ubuntu7.5 08:38:31 libgsasl18:amd64 2.2.1-1willsync1build2 08:38:31 libgssapi-krb5-2:amd64 1.20.1-6ubuntu2 08:38:31 libgssglue1:amd64 0.9-1build1 08:38:31 libgstreamer-plugins-base1.0-0:amd64 1.24.2-1ubuntu0.2 08:38:31 libgstreamer-plugins-good1.0-0:amd64 1.24.2-1ubuntu1.1 08:38:31 libgstreamer1.0-0:amd64 1.24.2-1ubuntu0.1 08:38:31 libgtk-3-0t64:amd64 3.24.41-4ubuntu1.3 08:38:31 libgtk-3-bin 3.24.41-4ubuntu1.3 08:38:31 libgtk-3-common 3.24.41-4ubuntu1.3 08:38:31 libgts-0.7-5t64:amd64 0.7.6+darcs121130-5.2build1 08:38:31 libgts-bin 0.7.6+darcs121130-5.2build1 08:38:31 libgudev-1.0-0:amd64 1:238-5ubuntu1 08:38:31 libgumbo2:amd64 0.12.0+dfsg-2build1 08:38:31 libgvc6 2.42.2-9ubuntu0.1 08:38:31 libgvpr2:amd64 2.42.2-9ubuntu0.1 08:38:31 libharfbuzz0b:amd64 8.3.0-2build2 08:38:31 libheif-plugin-aomdec:amd64 1.17.6-1ubuntu4.1 08:38:31 libheif-plugin-aomenc:amd64 1.17.6-1ubuntu4.1 08:38:31 libheif-plugin-libde265:amd64 1.17.6-1ubuntu4.1 08:38:31 libheif1:amd64 1.17.6-1ubuntu4.1 08:38:31 libhiredis1.1.0:amd64 1.2.0-6ubuntu3 08:38:31 libhogweed6t64:amd64 3.9.1-2.2build1 08:38:31 libhtml-form-perl 6.11-1 08:38:31 libhtml-format-perl 2.16-2 08:38:31 libhtml-html5-entities-perl 0.004-3 08:38:31 libhtml-parser-perl:amd64 3.81-1build3 08:38:31 libhtml-tagset-perl 3.20-6 08:38:31 libhtml-tokeparser-simple-perl 3.16-4 08:38:31 libhtml-tree-perl 5.07-3 08:38:31 libhttp-cookies-perl 6.11-1 08:38:31 libhttp-daemon-perl 6.16-1 08:38:31 libhttp-date-perl 6.06-1 08:38:31 libhttp-message-perl 6.45-1ubuntu1 08:38:31 libhttp-negotiate-perl 6.01-2 08:38:31 libhunspell-1.7-0:amd64 1.7.2+really1.7.2-10build3 08:38:31 libhwasan0:amd64 14.2.0-4ubuntu2~24.04 08:38:31 libiberty-dev:amd64 20240117-1build1 08:38:31 libibverbs-dev:amd64 50.0-2build2 08:38:31 libibverbs1:amd64 50.0-2build2 08:38:31 libice-dev:amd64 2:1.0.10-1build3 08:38:31 libice6:amd64 2:1.0.10-1build3 08:38:31 libicu-dev:amd64 74.2-1ubuntu3.1 08:38:31 libicu74:amd64 74.2-1ubuntu3.1 08:38:31 libidn12:amd64 1.42-1build1 08:38:31 libidn2-0:amd64 2.3.7-2build1 08:38:31 libiec61883-0:amd64 1.2.0-6build1 08:38:31 libijs-0.35:amd64 0.35-15.1build1 08:38:31 libimport-into-perl 1.002005-2 08:38:31 libindirect-perl 0.39-2build4 08:38:31 libio-html-perl 1.004-3 08:38:31 libio-interactive-perl 1.025-1 08:38:31 libio-pty-perl 1:1.20-1build2 08:38:31 libio-socket-ssl-perl 2.085-1 08:38:31 libio-string-perl 1.08-4 08:38:31 libio-stringy-perl 2.111-3 08:38:31 libip4tc2:amd64 1.8.10-3ubuntu2 08:38:31 libip6tc2:amd64 1.8.10-3ubuntu2 08:38:31 libipc-run-perl 20231003.0-1 08:38:31 libipc-run3-perl 0.049-1 08:38:31 libipc-shareable-perl 1.13-1 08:38:31 libipc-system-simple-perl 1.30-2 08:38:31 libiperf0:amd64 3.16-1build2 08:38:31 libipt2 2.0.6-1build1 08:38:31 libiscsi7:amd64 1.19.0-3build4 08:38:31 libisl23:amd64 0.26-3build1.1 08:38:31 libiterator-perl 0.03+ds1-2 08:38:31 libiterator-util-perl 0.02+ds1-2 08:38:31 libitm1:amd64 14.2.0-4ubuntu2~24.04 08:38:31 libjack-jackd2-0:amd64 1.9.21~dfsg-3ubuntu3 08:38:31 libjansson4:amd64 2.14-2build2 08:38:31 libjbig0:amd64 2.1-6.1ubuntu2 08:38:31 libjbig2dec0:amd64 0.20-1build3 08:38:31 libjcode-pm-perl 2.06-1.1build1 08:38:31 libjpeg-turbo8:amd64 2.1.5-2ubuntu2 08:38:31 libjpeg8:amd64 8c-2ubuntu11 08:38:31 libjq1:amd64 1.7.1-3build1 08:38:31 libjs-jquery 3.6.1+dfsg+~3.5.14-1 08:38:31 libjs-sphinxdoc 7.2.6-6 08:38:31 libjs-underscore 1.13.4~dfsg+~1.11.4-3 08:38:31 libjson-c-dev:amd64 0.17-1build1 08:38:31 libjson-c5:amd64 0.17-1build1 08:38:31 libjson-maybexs-perl 1.004005-1 08:38:31 libjson-perl 4.10000-1 08:38:31 libjson-xs-perl 4.030-2build3 08:38:31 libjsoncpp25:amd64 1.9.5-6build1 08:38:31 libk5crypto3:amd64 1.20.1-6ubuntu2 08:38:31 libkeyutils-dev:amd64 1.6.3-3build1 08:38:31 libkeyutils1:amd64 1.6.3-3build1 08:38:31 libkmod2:amd64 31+20240202-2ubuntu7.1 08:38:31 libkpathsea6:amd64 2023.20230311.66589-9build3 08:38:31 libkrb5-3:amd64 1.20.1-6ubuntu2 08:38:31 libkrb5support0:amd64 1.20.1-6ubuntu2 08:38:31 libksba8:amd64 1.6.6-1build1 08:38:31 liblab-gamut1:amd64 2.42.2-9ubuntu0.1 08:38:31 liblapack-dev:amd64 3.12.0-3build1.1 08:38:31 liblapack3:amd64 3.12.0-3build1.1 08:38:31 liblatex-tounicode-perl 0.54-2 08:38:31 liblcms2-2:amd64 2.14-2build1 08:38:31 libldap-common 2.6.7+dfsg-1~exp1ubuntu8 08:38:31 libldap2:amd64 2.6.7+dfsg-1~exp1ubuntu8 08:38:31 liblerc4:amd64 4.0.0+ds-4ubuntu2 08:38:31 liblist-compare-perl 0.55-2 08:38:31 liblist-someutils-perl 0.59-1 08:38:31 liblist-someutils-xs-perl:amd64 0.58-3build4 08:38:31 liblist-utilsby-perl 0.12-2 08:38:31 libllvm15t64:amd64 1:15.0.7-14build3 08:38:31 libllvm18:amd64 1:18.1.3-1ubuntu1 08:38:31 libllvm19:amd64 1:19.1.1-1ubuntu1~24.04.2 08:38:31 liblmdb0:amd64 0.9.31-1build1 08:38:31 liblocale-gettext-perl 1.07-6ubuntu5 08:38:31 liblog-any-adapter-screen-perl 0.140-2 08:38:31 liblog-any-perl 1.717-1 08:38:31 liblog-dispatch-perl 2.71-1 08:38:31 liblog-log4perl-perl 1.57-1 08:38:31 liblsan0:amd64 14.2.0-4ubuntu2~24.04 08:38:31 libltdl-dev:amd64 2.4.7-7build1 08:38:31 libltdl7:amd64 2.4.7-7build1 08:38:31 liblua5.2-0:amd64 5.2.4-3build2 08:38:31 liblwp-mediatypes-perl 6.04-2 08:38:31 liblwp-protocol-https-perl 6.13-1 08:38:31 liblz4-1:amd64 1.9.4-1build1 08:38:31 liblzma-dev:amd64 5.6.1+really5.4.5-1ubuntu0.2 08:38:31 liblzma5:amd64 5.6.1+really5.4.5-1ubuntu0.2 08:38:31 liblzo2-2:amd64 2.10-2build4 08:38:31 libm17n-0:amd64 1.8.4-1build2 08:38:31 libmagic-mgc 1:5.45-3build1 08:38:31 libmagic1t64:amd64 1:5.45-3build1 08:38:31 libmail-sendmail-perl 0.80-3 08:38:31 libmailtools-perl 2.21-2 08:38:31 libmailutils9t64:amd64 1:3.17-1.1build3 08:38:31 libmarkdown2:amd64 2.2.7-2build1 08:38:31 libmath-base85-perl 0.5+dfsg-2 08:38:31 libmaxminddb0:amd64 1.9.1-1build1 08:38:31 libmd0:amd64 1.1.0-2build1 08:38:31 libmime-charset-perl 1.013.1-2 08:38:31 libmime-lite-perl 3.033-1 08:38:31 libmime-types-perl 2.26-1 08:38:31 libmldbm-perl 2.05-4 08:38:31 libmnl-dev:amd64 1.0.5-2build1 08:38:31 libmnl0:amd64 1.0.5-2build1 08:38:31 libmodule-implementation-perl 0.09-2 08:38:31 libmodule-runtime-perl 0.016-2 08:38:31 libmoo-perl 2.005005-1 08:38:31 libmoox-aliases-perl 0.001006-2 08:38:31 libmount1:amd64 2.39.3-9ubuntu6.2 08:38:31 libmouse-perl 2.5.10-1build8 08:38:31 libmp3lame0:amd64 3.100-6build1 08:38:31 libmpc3:amd64 1.3.1-1build1.1 08:38:31 libmpfr6:amd64 4.2.1-1build1.1 08:38:31 libmpg123-0t64:amd64 1.32.5-1ubuntu1.1 08:38:31 libmro-compat-perl 0.15-2 08:38:31 libmujs3:amd64 1.3.3-3build2 08:38:31 libmysqlclient21:amd64 8.0.41-0ubuntu0.24.04.1 08:38:31 libnamespace-autoclean-perl 0.29-2 08:38:31 libnamespace-clean-perl 0.27-2 08:38:31 libncurses-dev:amd64 6.4+20240113-1ubuntu2 08:38:31 libncurses6:amd64 6.4+20240113-1ubuntu2 08:38:31 libncursesw6:amd64 6.4+20240113-1ubuntu2 08:38:31 libndctl6:amd64 77-2ubuntu2 08:38:31 libnet-dbus-perl 1.2.0-2build3 08:38:31 libnet-domain-tld-perl 1.75-3 08:38:31 libnet-http-perl 6.23-1 08:38:31 libnet-ipv6addr-perl 1.02-1 08:38:31 libnet-netmask-perl 2.0002-2 08:38:31 libnet-smtp-ssl-perl 1.04-2 08:38:31 libnet-ssleay-perl:amd64 1.94-1build4 08:38:31 libnetaddr-ip-perl 4.079+dfsg-2build4 08:38:31 libnetfilter-conntrack3:amd64 1.0.9-6build1 08:38:31 libnettle8t64:amd64 3.9.1-2.2build1 08:38:31 libnfnetlink0:amd64 1.0.2-2build1 08:38:31 libnfs14:amd64 5.0.2-1build1 08:38:31 libnftables1:amd64 1.0.9-1build1 08:38:31 libnftnl11:amd64 1.2.6-2build1 08:38:31 libnghttp2-14:amd64 1.59.0-1ubuntu0.1 08:38:31 libnghttp3-3:amd64 0.8.0-2 08:38:31 libnl-3-200:amd64 3.7.0-0.3build1.1 08:38:31 libnl-3-dev:amd64 3.7.0-0.3build1.1 08:38:31 libnl-genl-3-200:amd64 3.7.0-0.3build1.1 08:38:31 libnl-route-3-200:amd64 3.7.0-0.3build1.1 08:38:31 libnl-route-3-dev:amd64 3.7.0-0.3build1.1 08:38:31 libnpth0t64:amd64 1.6-3.1build1 08:38:31 libnsl2:amd64 1.3.0-3build3 08:38:31 libnspr4:amd64 2:4.35-1.1build1 08:38:31 libnss-systemd:amd64 255.4-1ubuntu8.6 08:38:31 libnss3:amd64 2:3.98-1build1 08:38:31 libntlm0:amd64 1.7-1build1 08:38:31 libnuma-dev:amd64 2.0.18-1build1 08:38:31 libnuma1:amd64 2.0.18-1build1 08:38:31 libnumber-compare-perl 0.03-3 08:38:31 libobjc-13-dev:amd64 13.3.0-6ubuntu2~24.04 08:38:31 libobjc4:amd64 14.2.0-4ubuntu2~24.04 08:38:31 libobject-pad-perl 0.808-1build3 08:38:31 libogg0:amd64 1.3.5-3build1 08:38:31 libole-storage-lite-perl 0.22-1 08:38:31 libonig5:amd64 6.9.9-1build1 08:38:31 libopenblas-dev:amd64 0.3.26+ds-1 08:38:31 libopenblas-pthread-dev:amd64 0.3.26+ds-1 08:38:31 libopenblas0:amd64 0.3.26+ds-1 08:38:31 libopenblas0-pthread:amd64 0.3.26+ds-1 08:38:31 libopencore-amrnb0:amd64 0.1.6-1build1 08:38:31 libopenjp2-7:amd64 2.5.0-2ubuntu0.3 08:38:31 libopus0:amd64 1.4-1build1 08:38:31 liborc-0.4-0t64:amd64 1:0.4.38-1ubuntu0.1 08:38:31 libosp5 1.5.2-15ubuntu2 08:38:31 libostyle1t64 1.4devel1-23.1build1 08:38:31 libotf1:amd64 0.9.16-4build2 08:38:31 libp11-kit0:amd64 0.25.3-4ubuntu2 08:38:31 libpackage-stash-perl 0.40-1 08:38:31 libpackage-stash-xs-perl:amd64 0.30-1build4 08:38:31 libpackagekit-glib2-18:amd64 1.2.8-2ubuntu1.2 08:38:31 libpadwalker-perl 2.5-1build6 08:38:31 libpam-cap:amd64 1:2.66-5ubuntu2.2 08:38:31 libpam-modules:amd64 1.5.3-5ubuntu5 08:38:31 libpam-modules-bin 1.5.3-5ubuntu5 08:38:31 libpam-runtime 1.5.3-5ubuntu5 08:38:31 libpam-systemd:amd64 255.4-1ubuntu8.6 08:38:31 libpam0g:amd64 1.5.3-5ubuntu5 08:38:31 libpango-1.0-0:amd64 1.52.1+ds-1build1 08:38:31 libpangocairo-1.0-0:amd64 1.52.1+ds-1build1 08:38:31 libpangoft2-1.0-0:amd64 1.52.1+ds-1build1 08:38:31 libpaper-utils 1.1.29build1 08:38:31 libpaper1:amd64 1.1.29build1 08:38:31 libparams-classify-perl:amd64 0.015-2build5 08:38:31 libparams-util-perl 1.102-2build3 08:38:31 libparams-validationcompiler-perl 0.31-1 08:38:31 libparse-recdescent-perl 1.967015+dfsg-4 08:38:31 libpath-iterator-rule-perl 1.015-2 08:38:31 libpath-tiny-perl 0.144-1 08:38:31 libpathplan4:amd64 2.42.2-9ubuntu0.1 08:38:31 libpcap-dev:amd64 1.10.4-4.1ubuntu3 08:38:31 libpcap0.8-dev:amd64 1.10.4-4.1ubuntu3 08:38:31 libpcap0.8t64:amd64 1.10.4-4.1ubuntu3 08:38:31 libpci3:amd64 1:3.10.0-2build1 08:38:31 libpciaccess0:amd64 0.17-3build1 08:38:31 libpcre2-8-0:amd64 10.42-4ubuntu2 08:38:31 libpcsclite1:amd64 2.0.3-1build1 08:38:31 libpdfbox-java 1:1.8.16-5 08:38:31 libperl5.38t64:amd64 5.38.2-3.2ubuntu0.1 08:38:31 libperlio-gzip-perl 0.20-1build4 08:38:31 libperlio-utf8-strict-perl 0.010-1build3 08:38:31 libpfm4:amd64 4.13.0+git32-g0d4ed0e-1 08:38:31 libpipeline1:amd64 1.5.7-2 08:38:31 libpipewire-0.3-0t64:amd64 1.0.5-1ubuntu3 08:38:31 libpipewire-0.3-common 1.0.5-1ubuntu3 08:38:31 libpixman-1-0:amd64 0.42.2-1build1 08:38:31 libpkgconf3:amd64 1.8.1-2build1 08:38:31 libpmem1:amd64 1.13.1-1.1ubuntu2 08:38:31 libpmemobj1:amd64 1.13.1-1.1ubuntu2 08:38:31 libpng16-16t64:amd64 1.6.43-5build1 08:38:31 libpod-constants-perl 0.19-2 08:38:31 libpod-parser-perl 1.67-1 08:38:31 libpolkit-agent-1-0:amd64 124-2ubuntu1.24.04.2 08:38:31 libpolkit-gobject-1-0:amd64 124-2ubuntu1.24.04.2 08:38:31 libpopt0:amd64 1.19+dfsg-1build1 08:38:31 libpotrace0:amd64 1.16-2build1 08:38:31 libpq5:amd64 16.8-0ubuntu0.24.04.1 08:38:31 libproc-processtable-perl:amd64 0.636-1build3 08:38:31 libproc2-0:amd64 2:4.0.4-4ubuntu3 08:38:31 libproxy1v5:amd64 0.5.4-4build1 08:38:31 libpsl5t64:amd64 0.21.2-1.1build1 08:38:31 libptexenc1:amd64 2023.20230311.66589-9build3 08:38:31 libpthread-stubs0-dev:amd64 0.4-1build3 08:38:31 libpulse0:amd64 1:16.1+dfsg1-2ubuntu10.1 08:38:31 libpython3-dev:amd64 3.12.3-0ubuntu2 08:38:31 libpython3-stdlib:amd64 3.12.3-0ubuntu2 08:38:31 libpython3.12-dev:amd64 3.12.3-1ubuntu0.5 08:38:31 libpython3.12-minimal:amd64 3.12.3-1ubuntu0.5 08:38:31 libpython3.12-stdlib:amd64 3.12.3-1ubuntu0.5 08:38:31 libpython3.12t64:amd64 3.12.3-1ubuntu0.5 08:38:31 libquadmath0:amd64 14.2.0-4ubuntu2~24.04 08:38:31 librados2 19.2.0-0ubuntu0.24.04.2 08:38:31 libraw1394-11:amd64 2.1.2-2build3 08:38:31 librbd1 19.2.0-0ubuntu0.24.04.2 08:38:31 librdmacm-dev:amd64 50.0-2build2 08:38:31 librdmacm1t64:amd64 50.0-2build2 08:38:31 libre-engine-re2-perl:amd64 0.18+ds-1build3 08:38:31 libre2-10:amd64 20230301-3build1 08:38:31 libreadline8t64:amd64 8.2-4build1 08:38:31 libreadonly-perl 2.050-3 08:38:31 libref-util-perl 0.204-2 08:38:31 libref-util-xs-perl 0.117-2build4 08:38:31 libregexp-pattern-license-perl 3.11.0-1 08:38:31 libregexp-pattern-perl 0.2.14-2 08:38:31 libregexp-wildcards-perl 1.05-3 08:38:31 librhash0:amd64 1.4.3-3build1 08:38:31 librole-tiny-perl 2.002004-1 08:38:31 librsvg2-2:amd64 2.58.0+dfsg-1build1 08:38:31 librsvg2-common:amd64 2.58.0+dfsg-1build1 08:38:31 librtmp1:amd64 2.4+20151223.gitfa8646d.1-2build7 08:38:31 libruby:amd64 1:3.2~ubuntu1 08:38:31 libruby3.2:amd64 3.2.3-1ubuntu0.24.04.5 08:38:31 libsamplerate0:amd64 0.2.2-4build1 08:38:31 libsasl2-2:amd64 2.1.28+dfsg1-5ubuntu3 08:38:31 libsasl2-modules:amd64 2.1.28+dfsg1-5ubuntu3 08:38:31 libsasl2-modules-db:amd64 2.1.28+dfsg1-5ubuntu3 08:38:31 libsbc1:amd64 2.0-1build1 08:38:31 libsctp-dev:amd64 1.0.19+dfsg-2build1 08:38:31 libsctp1:amd64 1.0.19+dfsg-2build1 08:38:31 libsdl2-2.0-0:amd64 2.30.0+dfsg-1build3 08:38:31 libseccomp2:amd64 2.5.5-1ubuntu3 08:38:31 libselinux1:amd64 3.5-2ubuntu2 08:38:31 libsemanage-common 3.5-1build5 08:38:31 libsemanage2:amd64 3.5-1build5 08:38:31 libsensors-config 1:3.6.0-9build1 08:38:31 libsensors5:amd64 1:3.6.0-9build1 08:38:31 libsepol2:amd64 3.5-2build1 08:38:31 libsereal-decoder-perl 5.004+ds-1build3 08:38:31 libsereal-encoder-perl 5.004+ds-1build3 08:38:31 libset-intspan-perl 1.19-3 08:38:31 libsframe1:amd64 2.42-4ubuntu2.5 08:38:31 libsgmls-perl 1.03ii-38 08:38:31 libsharpyuv0:amd64 1.3.2-0.4build3 08:38:31 libshout3:amd64 2.4.6-1build2 08:38:31 libsigsegv2:amd64 2.14-1ubuntu2 08:38:31 libslang2:amd64 2.3.3-3build2 08:38:31 libslirp0:amd64 4.7.0-1ubuntu3 08:38:31 libsm-dev:amd64 2:1.2.3-1build3 08:38:31 libsm6:amd64 2:1.2.3-1build3 08:38:31 libsmartcols1:amd64 2.39.3-9ubuntu6.2 08:38:31 libsmi2t64:amd64 0.4.8+dfsg2-16.1build1 08:38:31 libsnappy1v5:amd64 1.1.10-1build1 08:38:31 libsndfile1:amd64 1.2.2-1ubuntu5.24.04.1 08:38:31 libsocket6-perl 0.29-3build3 08:38:31 libsodium23:amd64 1.0.18-1build3 08:38:31 libsombok3:amd64 2.4.0-2build1 08:38:31 libsort-versions-perl 1.62-3 08:38:31 libsoup-3.0-0:amd64 3.4.4-5ubuntu0.2 08:38:31 libsoup-3.0-common 3.4.4-5ubuntu0.2 08:38:31 libsource-highlight-common 3.1.9-4.3build1 08:38:31 libsource-highlight4t64:amd64 3.1.9-4.3build1 08:38:31 libspa-0.2-modules:amd64 1.0.5-1ubuntu3 08:38:31 libspandsp2t64:amd64 0.0.6+dfsg-2.1build1 08:38:31 libspecio-perl 0.48-1 08:38:31 libspeex1:amd64 1.2.1-2ubuntu2.24.04.1 08:38:31 libspeexdsp1:amd64 1.2.1-1ubuntu3 08:38:31 libspice-server1:amd64 0.15.1-1build2 08:38:31 libspreadsheet-parseexcel-perl 0.6600-1 08:38:31 libspreadsheet-writeexcel-perl 2.40-4 08:38:31 libsqlite3-0:amd64 3.45.1-1ubuntu2 08:38:31 libss2:amd64 1.47.0-2.4~exp1ubuntu4 08:38:31 libssh-4:amd64 0.10.6-2build2 08:38:31 libssh-gcrypt-4:amd64 0.10.6-2build2 08:38:31 libssl-dev:amd64 3.0.13-0ubuntu3.5 08:38:31 libssl3t64:amd64 3.0.13-0ubuntu3.5 08:38:31 libstdc++-13-dev:amd64 13.3.0-6ubuntu2~24.04 08:38:31 libstdc++-9-dev:amd64 9.5.0-6ubuntu2 08:38:31 libstdc++6:amd64 14.2.0-4ubuntu2~24.04 08:38:31 libstemmer0d:amd64 2.2.0-4build1 08:38:31 libstrictures-perl 2.000006-1 08:38:31 libstring-copyright-perl 0.003014-1 08:38:31 libstring-crc32-perl 2.100-2build3 08:38:31 libstring-escape-perl 2010.002-3 08:38:31 libstring-license-perl 0.0.9-2ubuntu1 08:38:31 libstring-shellquote-perl 1.04-3 08:38:31 libsub-exporter-perl 0.990-1 08:38:31 libsub-exporter-progressive-perl 0.001013-3 08:38:31 libsub-identify-perl 0.14-3build3 08:38:31 libsub-install-perl 0.929-1 08:38:31 libsub-name-perl:amd64 0.27-1build3 08:38:31 libsub-override-perl 0.10-1 08:38:31 libsub-quote-perl 2.006008-1ubuntu1 08:38:31 libsubunit-dev:amd64 1.4.2-3build1 08:38:31 libsubunit0:amd64 1.4.2-3build1 08:38:31 libsynctex2:amd64 2023.20230311.66589-9build3 08:38:31 libsyntax-keyword-try-perl 0.29-1build3 08:38:31 libsys-hostname-long-perl 1.5-3 08:38:31 libsystemd-shared:amd64 255.4-1ubuntu8.6 08:38:31 libsystemd0:amd64 255.4-1ubuntu8.6 08:38:31 libtag1v5:amd64 1.13.1-1build1 08:38:31 libtag1v5-vanilla:amd64 1.13.1-1build1 08:38:31 libtasn1-6:amd64 4.19.0-3build1 08:38:31 libtcl8.6:amd64 8.6.14+dfsg-1build1 08:38:31 libteckit0:amd64 2.5.12+ds1-1 08:38:31 libterm-readkey-perl 2.38-2build4 08:38:31 libtexlua53-5:amd64 2023.20230311.66589-9build3 08:38:31 libtext-glob-perl 0.11-3 08:38:31 libtext-iconv-perl:amd64 1.7-8build3 08:38:31 libtext-levenshteinxs-perl 0.03-5build4 08:38:31 libtext-markdown-discount-perl 0.16-1build3 08:38:31 libtext-xslate-perl:amd64 3.5.9-1build5 08:38:31 libthai-data 0.1.29-2build1 08:38:31 libthai0:amd64 0.1.29-2build1 08:38:31 libtheora0:amd64 1.1.1+dfsg.1-16.1build3 08:38:31 libtie-ixhash-perl 1.23-4 08:38:31 libtiff6:amd64 4.5.1+git230720-4ubuntu2.2 08:38:31 libtime-duration-perl 1.21-2 08:38:31 libtime-moment-perl 0.44-2build4 08:38:31 libtimedate-perl 2.3300-2 08:38:31 libtinfo6:amd64 6.4+20240113-1ubuntu2 08:38:31 libtirpc-common 1.3.4+ds-1.1build1 08:38:31 libtirpc3t64:amd64 1.3.4+ds-1.1build1 08:38:31 libtk8.6:amd64 8.6.14-1build1 08:38:31 libtool 2.4.7-7build1 08:38:31 libtree-sitter0:amd64 0.20.8-2 08:38:31 libtry-tiny-perl 0.31-2 08:38:31 libtsan0:amd64 11.4.0-9ubuntu1 08:38:31 libtsan2:amd64 14.2.0-4ubuntu2~24.04 08:38:31 libtwolame0:amd64 0.4.0-2build3 08:38:31 libtypes-serialiser-perl 1.01-1 08:38:31 libubsan1:amd64 14.2.0-4ubuntu2~24.04 08:38:31 libuchardet0:amd64 0.0.8-1build1 08:38:31 libudev1:amd64 255.4-1ubuntu8.6 08:38:31 libunicode-linebreak-perl 0.0.20190101-1build7 08:38:31 libunicode-map-perl 0.112-13build4 08:38:31 libunicode-utf8-perl 0.62-2build3 08:38:31 libunistring5:amd64 1.1-2build1 08:38:31 libunwind-dev:amd64 1.6.2-3build1.1 08:38:31 libunwind8:amd64 1.6.2-3build1.1 08:38:31 liburi-perl 5.27-1 08:38:31 liburing2:amd64 2.5-1build1 08:38:31 libusb-1.0-0:amd64 2:1.0.27-1 08:38:31 libusbredirparser1t64:amd64 0.13.0-2.1build1 08:38:31 libuuid1:amd64 2.39.3-9ubuntu6.2 08:38:31 libuv1t64:amd64 1.48.0-1.1build1 08:38:31 libv4l-0t64:amd64 1.26.1-4build3 08:38:31 libv4lconvert0t64:amd64 1.26.1-4build3 08:38:31 libvariable-magic-perl 0.63-1build3 08:38:31 libvirglrenderer1:amd64 1.0.0-1ubuntu2 08:38:31 libvisual-0.4-0:amd64 0.4.2-2build1 08:38:31 libvorbis0a:amd64 1.3.7-1build3 08:38:31 libvorbisenc2:amd64 1.3.7-1build3 08:38:31 libvpx9:amd64 1.14.0-1ubuntu2.1 08:38:31 libvte-2.91-0:amd64 0.76.0-1ubuntu0.1 08:38:31 libvte-2.91-common 0.76.0-1ubuntu0.1 08:38:31 libvulkan1:amd64 1.3.275.0-1build1 08:38:31 libwavpack1:amd64 5.6.0-1build1 08:38:31 libwayland-client0:amd64 1.22.0-2.1build1 08:38:31 libwayland-cursor0:amd64 1.22.0-2.1build1 08:38:31 libwayland-egl1:amd64 1.22.0-2.1build1 08:38:31 libwayland-server0:amd64 1.22.0-2.1build1 08:38:31 libwebp7:amd64 1.3.2-0.4build3 08:38:31 libwebpdecoder3:amd64 1.3.2-0.4build3 08:38:31 libwebpdemux2:amd64 1.3.2-0.4build3 08:38:31 libwebrtc-audio-processing1:amd64 0.3.1-0ubuntu6 08:38:31 libwireshark-data 4.2.2-1.1build3 08:38:31 libwireshark17t64:amd64 4.2.2-1.1build3 08:38:31 libwiretap14t64:amd64 4.2.2-1.1build3 08:38:31 libwoff1:amd64 1.0.2-2build1 08:38:31 libwrap0:amd64 7.6.q-33 08:38:31 libwsutil15t64:amd64 4.2.2-1.1build3 08:38:31 libwww-mechanize-perl 2.18-1ubuntu1 08:38:31 libwww-perl 6.76-1 08:38:31 libwww-robotrules-perl 6.02-1 08:38:31 libx11-6:amd64 2:1.8.7-1build1 08:38:31 libx11-data 2:1.8.7-1build1 08:38:31 libx11-dev:amd64 2:1.8.7-1build1 08:38:31 libx11-protocol-perl 0.56-9 08:38:31 libx11-xcb1:amd64 2:1.8.7-1build1 08:38:31 libxapian30:amd64 1.4.22-1build1 08:38:31 libxau-dev:amd64 1:1.0.9-1build6 08:38:31 libxau6:amd64 1:1.0.9-1build6 08:38:31 libxaw7:amd64 2:1.0.14-1build2 08:38:31 libxcb-dri2-0:amd64 1.15-1ubuntu2 08:38:31 libxcb-dri3-0:amd64 1.15-1ubuntu2 08:38:31 libxcb-glx0:amd64 1.15-1ubuntu2 08:38:31 libxcb-present0:amd64 1.15-1ubuntu2 08:38:31 libxcb-randr0:amd64 1.15-1ubuntu2 08:38:31 libxcb-render0:amd64 1.15-1ubuntu2 08:38:31 libxcb-shape0:amd64 1.15-1ubuntu2 08:38:31 libxcb-shm0:amd64 1.15-1ubuntu2 08:38:31 libxcb-sync1:amd64 1.15-1ubuntu2 08:38:31 libxcb-xfixes0:amd64 1.15-1ubuntu2 08:38:31 libxcb1:amd64 1.15-1ubuntu2 08:38:31 libxcb1-dev:amd64 1.15-1ubuntu2 08:38:31 libxcomposite1:amd64 1:0.4.5-1build3 08:38:31 libxcursor1:amd64 1:1.2.1-1build1 08:38:31 libxdamage1:amd64 1:1.1.6-1build1 08:38:31 libxdmcp-dev:amd64 1:1.1.3-0ubuntu6 08:38:31 libxdmcp6:amd64 1:1.1.3-0ubuntu6 08:38:31 libxext6:amd64 2:1.3.4-1build2 08:38:31 libxfixes3:amd64 1:6.0.0-2build1 08:38:31 libxft2:amd64 2.3.6-1build1 08:38:31 libxi6:amd64 2:1.8.1-1build1 08:38:31 libxinerama1:amd64 2:1.1.4-3build1 08:38:31 libxkbcommon0:amd64 1.6.0-1build1 08:38:31 libxkbfile1:amd64 1:1.1.0-1build4 08:38:31 libxml-libxml-perl 2.0207+dfsg+really+2.0134-1build4 08:38:31 libxml-namespacesupport-perl 1.12-2 08:38:31 libxml-parser-perl 2.47-1build3 08:38:31 libxml-sax-base-perl 1.09-3 08:38:31 libxml-sax-expat-perl 0.51-2 08:38:31 libxml-sax-perl 1.02+dfsg-3 08:38:31 libxml-twig-perl 1:3.52-2 08:38:31 libxml-xpath-perl 1.48-1 08:38:31 libxml2:amd64 2.9.14+dfsg-1.3ubuntu3.2 08:38:31 libxml2-dev:amd64 2.9.14+dfsg-1.3ubuntu3.2 08:38:31 libxml2-utils 2.9.14+dfsg-1.3ubuntu3.2 08:38:31 libxmlb2:amd64 0.3.18-1 08:38:31 libxmu6:amd64 2:1.1.3-3build2 08:38:31 libxmuu1:amd64 2:1.1.3-3build2 08:38:31 libxpm4:amd64 1:3.5.17-1build2 08:38:31 libxrandr2:amd64 2:1.5.2-2build1 08:38:31 libxrender1:amd64 1:0.9.10-1.1build1 08:38:31 libxs-parse-keyword-perl 0.39-1build3 08:38:31 libxs-parse-sublike-perl:amd64 0.21-2build3 08:38:31 libxshmfence1:amd64 1.3-1build5 08:38:31 libxslt1.1:amd64 1.1.39-0exp1ubuntu0.24.04.2 08:38:31 libxss1:amd64 1:1.2.3-1build3 08:38:31 libxstring-perl:amd64 0.005-2build3 08:38:31 libxt-dev:amd64 1:1.2.1-1.2build1 08:38:31 libxt6t64:amd64 1:1.2.1-1.2build1 08:38:31 libxtables12:amd64 1.8.10-3ubuntu2 08:38:31 libxtst6:amd64 2:1.2.3-1.1build1 08:38:31 libxv1:amd64 2:1.0.11-1.1build1 08:38:31 libxxf86dga1:amd64 2:1.1.5-1build1 08:38:31 libxxf86vm1:amd64 1:1.1.4-1build4 08:38:31 libxxhash0:amd64 0.8.2-2build1 08:38:31 libyaml-0-2:amd64 0.2.5-1build1 08:38:31 libyaml-libyaml-perl 0.89+ds-1build2 08:38:31 libyaml-tiny-perl 1.74-1 08:38:31 libz3-4:amd64 4.8.12-3.1build1 08:38:31 libz3-dev:amd64 4.8.12-3.1build1 08:38:31 libzstd-dev:amd64 1.5.5+dfsg2-2build1.1 08:38:31 libzstd1:amd64 1.5.5+dfsg2-2build1.1 08:38:31 libzzip-0-13t64:amd64 0.13.72+dfsg.1-1.2build1 08:38:31 licensecheck 3.3.9-1ubuntu1 08:38:31 lintian 2.117.0ubuntu1.2 08:38:31 linux-headers-6.8.0-57 6.8.0-57.59 08:38:31 linux-headers-6.8.0-57-generic 6.8.0-57.59 08:38:31 linux-headers-generic 6.8.0-57.59 08:38:31 linux-libc-dev:amd64 6.8.0-57.59 08:38:31 linux-tools-common 6.8.0-57.59 08:38:31 llvm 1:18.0-59~exp2 08:38:31 llvm-18 1:18.1.3-1ubuntu1 08:38:31 llvm-18-dev 1:18.1.3-1ubuntu1 08:38:31 llvm-18-linker-tools 1:18.1.3-1ubuntu1 08:38:31 llvm-18-runtime 1:18.1.3-1ubuntu1 08:38:31 llvm-18-tools 1:18.1.3-1ubuntu1 08:38:31 llvm-runtime:amd64 1:18.0-59~exp2 08:38:31 lmodern 2.005-1 08:38:31 locales 2.39-0ubuntu8.4 08:38:31 login 1:4.13+dfsg1-4ubuntu3 08:38:31 logsave 1.47.0-2.4~exp1ubuntu4 08:38:31 lsb-release 12.0-2 08:38:31 lto-disabled-list 47 08:38:31 lynx 2.9.0rel.0-2build2 08:38:31 lynx-common 2.9.0rel.0-2build2 08:38:31 lzip 1.24.1-1build1 08:38:31 lzop 1.04-2build3 08:38:31 m17n-db 1.8.5-1 08:38:31 m4 1.4.19-4build1 08:38:31 mailcap 3.70+nmu1ubuntu1 08:38:31 mailutils 1:3.17-1.1build3 08:38:31 mailutils-common 1:3.17-1.1build3 08:38:31 make 4.3-4.1build2 08:38:31 man-db 2.12.0-4build2 08:38:31 manpages 6.7-2 08:38:31 manpages-dev 6.7-2 08:38:31 mawk 1.3.4.20240123-1build1 08:38:31 media-types 10.1.0 08:38:31 mesa-libgallium:amd64 24.2.8-1ubuntu1~24.04.1 08:38:31 mesa-vulkan-drivers:amd64 24.2.8-1ubuntu1~24.04.1 08:38:31 mount 2.39.3-9ubuntu6.2 08:38:31 msr-tools 1.3-5build1 08:38:31 mupdf-tools 1.23.10+ds1-1build3 08:38:31 mysql-common 5.8+1.1.0build1 08:38:31 nasm 2.16.01-1build1 08:38:31 ncurses-base 6.4+20240113-1ubuntu2 08:38:31 ncurses-bin 6.4+20240113-1ubuntu2 08:38:31 net-tools 2.10-0.1ubuntu4 08:38:31 netbase 6.4 08:38:31 networkd-dispatcher 2.2.4-1 08:38:31 nftables 1.0.9-1build1 08:38:31 ninja-build 1.11.1-2 08:38:31 numactl 2.0.18-1build1 08:38:31 openjade 1.4devel1-23.1build1 08:38:31 openjdk-21-jdk:amd64 21.0.6+7-1~24.04.1 08:38:31 openjdk-21-jdk-headless:amd64 21.0.6+7-1~24.04.1 08:38:31 openjdk-21-jre:amd64 21.0.6+7-1~24.04.1 08:38:31 openjdk-21-jre-headless:amd64 21.0.6+7-1~24.04.1 08:38:31 opensp 1.5.2-15ubuntu2 08:38:31 openssh-client 1:9.6p1-3ubuntu13.9 08:38:31 openssl 3.0.13-0ubuntu3.5 08:38:31 ovmf 2024.02-2ubuntu0.1 08:38:31 packagekit 1.2.8-2ubuntu1.2 08:38:31 packagekit-tools 1.2.8-2ubuntu1.2 08:38:31 passwd 1:4.13+dfsg1-4ubuntu3 08:38:31 patch 2.7.6-7build3 08:38:31 patchutils 0.4.2-1build3 08:38:31 pci.ids 0.0~2024.03.31-1ubuntu0.1 08:38:31 pciutils 1:3.10.0-2build1 08:38:31 perl 5.38.2-3.2ubuntu0.1 08:38:31 perl-base 5.38.2-3.2ubuntu0.1 08:38:31 perl-modules-5.38 5.38.2-3.2ubuntu0.1 08:38:31 perl-openssl-defaults:amd64 7build3 08:38:31 pinentry-curses 1.2.1-3ubuntu5 08:38:31 pkg-config:amd64 1.8.1-2build1 08:38:31 pkgconf:amd64 1.8.1-2build1 08:38:31 pkgconf-bin 1.8.1-2build1 08:38:31 po-debconf 1.0.21+nmu1 08:38:31 polkitd 124-2ubuntu1.24.04.2 08:38:31 poppler-data 0.4.12-1 08:38:31 postfix 3.8.6-1build2 08:38:31 preview-latex-style 13.2-1 08:38:31 procps 2:4.0.4-4ubuntu3 08:38:31 publicsuffix 20231001.0357-0.1 08:38:31 python-apt-common 2.7.7ubuntu4 08:38:31 python-babel-localedata 2.10.3-3build1 08:38:31 python3 3.12.3-0ubuntu2 08:38:31 python3-all 3.12.3-0ubuntu2 08:38:31 python3-apt 2.7.7ubuntu4 08:38:31 python3-attr 23.2.0-2 08:38:31 python3-babel 2.10.3-3build1 08:38:31 python3-bcrypt 3.2.2-1build1 08:38:31 python3-blinker 1.7.0-1 08:38:31 python3-bs4 4.12.3-1 08:38:31 python3-certifi 2023.11.17-1 08:38:31 python3-cffi 1.16.0-2build1 08:38:31 python3-cffi-backend:amd64 1.16.0-2build1 08:38:31 python3-chardet 5.2.0+dfsg-1 08:38:31 python3-cryptography 41.0.7-4ubuntu0.1 08:38:31 python3-cssselect 1.2.0-2 08:38:31 python3-dbus 1.3.2-5build3 08:38:31 python3-debian 0.1.49ubuntu2 08:38:31 python3-dev 3.12.3-0ubuntu2 08:38:31 python3-distlib 0.3.8-1 08:38:31 python3-distro 1.9.0-1 08:38:31 python3-distro-info 1.7build1 08:38:31 python3-docker 5.0.3-1ubuntu1.1 08:38:31 python3-dockerpty 0.4.1-5 08:38:31 python3-filelock 3.13.1-1 08:38:31 python3-gi 3.48.2-1 08:38:31 python3-gpg 1.18.0-4.1ubuntu4 08:38:31 python3-html5lib 1.1-6 08:38:31 python3-httplib2 0.20.4-3 08:38:31 python3-idna 3.6-2ubuntu0.1 08:38:31 python3-jinja2 3.1.2-1ubuntu1.3 08:38:31 python3-json-pointer 2.0-0ubuntu1 08:38:31 python3-jsonschema 4.10.3-2ubuntu1 08:38:31 python3-jwt 2.7.0-1 08:38:31 python3-launchpadlib 1.11.0-6 08:38:31 python3-lazr.restfulclient 0.14.6-1 08:38:31 python3-lazr.uri 1.0.6-3 08:38:31 python3-lxml:amd64 5.2.1-1 08:38:31 python3-magic 2:0.4.27-3 08:38:31 python3-markupsafe 2.1.5-1build2 08:38:31 python3-minimal 3.12.3-0ubuntu2 08:38:31 python3-nacl 1.5.0-4build1 08:38:31 python3-oauthlib 3.2.2-1 08:38:31 python3-packaging 24.0-1 08:38:31 python3-paramiko 2.12.0-2ubuntu4.1 08:38:31 python3-pip 24.0+dfsg-1ubuntu1.1 08:38:31 python3-pip-whl 24.0+dfsg-1ubuntu1.1 08:38:31 python3-pkg-resources 68.1.2-2ubuntu1.1 08:38:31 python3-platformdirs 4.2.0-1 08:38:31 python3-ply 3.11-6 08:38:31 python3-pycparser 2.21-1 08:38:31 python3-pyelftools 0.30-1 08:38:31 python3-pygments 2.17.2+dfsg-1 08:38:31 python3-pyparsing 3.1.1-1 08:38:31 python3-pyrsistent:amd64 0.20.0-1build2 08:38:31 python3-requests 2.31.0+dfsg-1ubuntu1 08:38:31 python3-setuptools 68.1.2-2ubuntu1.1 08:38:31 python3-setuptools-whl 68.1.2-2ubuntu1.1 08:38:31 python3-six 1.16.0-4 08:38:31 python3-software-properties 0.99.49.2 08:38:31 python3-soupsieve 2.5-1 08:38:31 python3-tz 2024.1-2 08:38:31 python3-unidiff 0.7.3-1 08:38:31 python3-urllib3 2.0.7-1ubuntu0.1 08:38:31 python3-venv 3.12.3-0ubuntu2 08:38:31 python3-virtualenv 20.25.0+ds-2 08:38:31 python3-wadllib 1.3.6-5 08:38:31 python3-webencodings 0.5.1-5 08:38:31 python3-websocket 1.7.0-1 08:38:31 python3-wheel 0.42.0-2 08:38:31 python3-wheel-whl 0.42.0-2 08:38:31 python3-xdg 0.28-2 08:38:31 python3-yaml 6.0.1-2build2 08:38:31 python3.12 3.12.3-1ubuntu0.5 08:38:31 python3.12-dev 3.12.3-1ubuntu0.5 08:38:31 python3.12-minimal 3.12.3-1ubuntu0.5 08:38:31 python3.12-venv 3.12.3-1ubuntu0.5 08:38:31 qemu-block-extra 1:8.2.2+ds-0ubuntu1.6 08:38:31 qemu-efi-aarch64 2024.02-2ubuntu0.1 08:38:31 qemu-efi-arm 2024.02-2ubuntu0.1 08:38:31 qemu-system 1:8.2.2+ds-0ubuntu1.6 08:38:31 qemu-system-arm 1:8.2.2+ds-0ubuntu1.6 08:38:31 qemu-system-common 1:8.2.2+ds-0ubuntu1.6 08:38:31 qemu-system-data 1:8.2.2+ds-0ubuntu1.6 08:38:31 qemu-system-gui 1:8.2.2+ds-0ubuntu1.6 08:38:31 qemu-system-mips 1:8.2.2+ds-0ubuntu1.6 08:38:31 qemu-system-misc 1:8.2.2+ds-0ubuntu1.6 08:38:31 qemu-system-modules-opengl 1:8.2.2+ds-0ubuntu1.6 08:38:31 qemu-system-modules-spice 1:8.2.2+ds-0ubuntu1.6 08:38:31 qemu-system-ppc 1:8.2.2+ds-0ubuntu1.6 08:38:31 qemu-system-s390x 1:8.2.2+ds-0ubuntu1.6 08:38:31 qemu-system-sparc 1:8.2.2+ds-0ubuntu1.6 08:38:31 qemu-system-x86 1:8.2.2+ds-0ubuntu1.6 08:38:31 qemu-utils 1:8.2.2+ds-0ubuntu1.6 08:38:31 quilt 0.67+really0.67-4 08:38:31 rake 13.0.6-3 08:38:31 readline-common 8.2-4build1 08:38:31 rpcsvc-proto 1.4.2-0ubuntu7 08:38:31 rsync 3.2.7-1ubuntu1.2 08:38:31 ruby 1:3.2~ubuntu1 08:38:31 ruby-asciidoctor 2.0.20-1 08:38:31 ruby-dev:amd64 1:3.2~ubuntu1 08:38:31 ruby-ffi:amd64 1.16.3+dfsg-1build2 08:38:31 ruby-hocon 1.3.1-2 08:38:31 ruby-net-telnet 0.2.0-1 08:38:31 ruby-rubygems 3.4.20-1 08:38:31 ruby-sdbm:amd64 1.0.0-5build4 08:38:31 ruby-sys-filesystem 1.4.4-1 08:38:31 ruby-thor 1.3.1-1 08:38:31 ruby-webrick 1.8.1-1ubuntu0.1 08:38:31 ruby-xmlrpc 0.3.2-2 08:38:31 ruby3.2 3.2.3-1ubuntu0.24.04.5 08:38:31 ruby3.2-dev:amd64 3.2.3-1ubuntu0.24.04.5 08:38:31 ruby3.2-doc 3.2.3-1ubuntu0.24.04.5 08:38:31 rubygems-integration 1.18 08:38:31 seabios 1.16.3-2 08:38:31 sed 4.9-2build1 08:38:31 sensible-utils 0.0.22 08:38:31 session-migration 0.3.9build1 08:38:31 sgml-base 1.31 08:38:31 sgml-data 2.0.11+nmu1 08:38:31 sgmlspl 1.03ii-38 08:38:31 shared-mime-info 2.4-4 08:38:31 socat 1.8.0.0-4build3 08:38:31 software-properties-common 0.99.49.2 08:38:31 sshpass 1.09-1 08:38:31 ssl-cert 1.1.2ubuntu1 08:38:31 strace 6.8-0ubuntu2 08:38:31 sudo 1.9.15p5-3ubuntu5 08:38:31 supervisor 4.2.5-1 08:38:31 sysstat 12.6.1-2 08:38:31 systemd 255.4-1ubuntu8.6 08:38:31 systemd-dev 255.4-1ubuntu8.6 08:38:31 systemd-resolved 255.4-1ubuntu8.6 08:38:31 systemd-sysv 255.4-1ubuntu8.6 08:38:31 systemd-timesyncd 255.4-1ubuntu8.6 08:38:31 sysvinit-utils 3.08-6ubuntu3 08:38:31 t1utils 1.41-4build3 08:38:31 tar 1.35+dfsg-3build1 08:38:31 tcl 8.6.14build1 08:38:31 tcl8.6 8.6.14+dfsg-1build1 08:38:31 teckit 2.5.12+ds1-1 08:38:31 tex-common 6.18 08:38:31 tex-gyre 20180621-6 08:38:31 texlive 2023.20240207-1 08:38:31 texlive-base 2023.20240207-1 08:38:31 texlive-bibtex-extra 2023.20240207-1 08:38:31 texlive-binaries 2023.20230311.66589-9build3 08:38:31 texlive-extra-utils 2023.20240207-1 08:38:31 texlive-fonts-recommended 2023.20240207-1 08:38:31 texlive-formats-extra 2023.20240207-1 08:38:31 texlive-lang-greek 2023.20240207-1 08:38:31 texlive-latex-base 2023.20240207-1 08:38:31 texlive-latex-extra 2023.20240207-1 08:38:31 texlive-latex-recommended 2023.20240207-1 08:38:31 texlive-luatex 2023.20240207-1 08:38:31 texlive-pictures 2023.20240207-1 08:38:31 texlive-plain-generic 2023.20240207-1 08:38:31 texlive-science 2023.20240207-1 08:38:31 texlive-xetex 2023.20240207-1 08:38:31 tipa 2:1.3-21 08:38:31 tk 8.6.14build1 08:38:31 tk8.6 8.6.14-1build1 08:38:31 traceroute 1:2.1.5-1 08:38:31 tree 2.1.1-2ubuntu3 08:38:31 tshark 4.2.2-1.1build3 08:38:31 tzdata 2024a-3ubuntu1.1 08:38:31 ubuntu-keyring 2023.11.28.1 08:38:31 ubuntu-mono 24.04-0ubuntu1 08:38:31 ucf 3.0043+nmu1 08:38:31 unattended-upgrades 2.9.1+nmu4ubuntu1 08:38:31 unzip 6.0-28ubuntu4.1 08:38:31 usb.ids 2024.03.18-1 08:38:31 util-linux 2.39.3-9ubuntu6.2 08:38:31 uuid-dev:amd64 2.39.3-9ubuntu6.2 08:38:31 vim 2:9.1.0016-1ubuntu7.8 08:38:31 vim-common 2:9.1.0016-1ubuntu7.8 08:38:31 vim-runtime 2:9.1.0016-1ubuntu7.8 08:38:31 virt-what 1.25-2 08:38:31 virtualenv 20.25.0+ds-2 08:38:31 vpp-ext-deps 25.06-5 08:38:31 wdiff 1.2.2-6build1 08:38:31 wget 1.21.4-1ubuntu4.1 08:38:31 wireshark-common 4.2.2-1.1build3 08:38:31 x11-common 1:7.7+23ubuntu3 08:38:31 x11-utils 7.7+6build2 08:38:31 x11-xserver-utils 7.7+10build2 08:38:31 x11proto-dev 2023.2-1 08:38:31 xauth 1:1.1.2-1build1 08:38:31 xdg-user-dirs 0.18-1build1 08:38:31 xdg-utils 1.1.3-4.1ubuntu3 08:38:31 xfonts-encodings 1:1.0.5-0ubuntu2 08:38:31 xfonts-utils 1:7.7+6build3 08:38:31 xkb-data 2.41-2ubuntu1.1 08:38:31 xml-core 0.19 08:38:31 xmlstarlet 1.6.1-4 08:38:31 xmlto 0.0.28-2.1 08:38:31 xorg-sgml-doctools 1:1.11-1.1 08:38:31 xsltproc 1.1.39-0exp1ubuntu0.24.04.2 08:38:31 xtrans-dev 1.4.0-1 08:38:31 xxd 2:9.1.0016-1ubuntu7.8 08:38:31 xz-utils 5.6.1+really5.4.5-1ubuntu0.2 08:38:31 yasm 1.3.0-4 08:38:31 zip 3.0-13ubuntu0.2 08:38:31 zlib1g:amd64 1:1.3.dfsg-3.1ubuntu2.1 08:38:31 zlib1g-dev:amd64 1:1.3.dfsg-3.1ubuntu2.1 08:38:31 zstd 1.5.5+dfsg2-2build1.1 08:38:31 zutty 0.14.8.20231210+dfsg1-1 08:38:31 ************************************************************************ 08:38:31 Python3 package list: 08:38:31 Package Version 08:38:31 ------------------- -------------- 08:38:31 attrs 23.2.0 08:38:31 Babel 2.10.3 08:38:31 bcrypt 3.2.2 08:38:31 beautifulsoup4 4.12.3 08:38:31 blinker 1.7.0 08:38:31 boto3 1.37.34 08:38:31 botocore 1.37.34 08:38:31 certifi 2023.11.17 08:38:31 cffi 1.16.0 08:38:31 chardet 5.2.0 08:38:31 cryptography 41.0.7 08:38:31 cssselect 1.2.0 08:38:31 dblatex 0.3.12 08:38:31 dbus-python 1.3.2 08:38:31 debmake 4.4.0 08:38:31 devscripts 2.23.7 08:38:31 distlib 0.3.8 08:38:31 distro 1.9.0 08:38:31 distro-info 1.7+build1 08:38:31 docker 5.0.3 08:38:31 dockerpty 0.4.1 08:38:31 filelock 3.13.1 08:38:31 gcovr 7.0 08:38:31 git-review 2.3.1 08:38:31 gpg 1.18.0 08:38:31 html5lib 1.1 08:38:31 httplib2 0.20.4 08:38:31 idna 3.6 08:38:31 Jinja2 3.1.2 08:38:31 jmespath 1.0.1 08:38:31 jsonpointer 2.0 08:38:31 jsonschema 4.10.3 08:38:31 launchpadlib 1.11.0 08:38:31 lazr.restfulclient 0.14.6 08:38:31 lazr.uri 1.0.6 08:38:31 lxml 5.2.1 08:38:31 MarkupSafe 2.1.5 08:38:31 oauthlib 3.2.2 08:38:31 packaging 24.0 08:38:31 paramiko 2.12.0 08:38:31 pip 24.0 08:38:31 platformdirs 4.2.0 08:38:31 ply 3.11 08:38:31 pycparser 2.21 08:38:31 pyelftools 0.30 08:38:31 Pygments 2.17.2 08:38:31 PyGObject 3.48.2 08:38:31 PyJWT 2.7.0 08:38:31 PyNaCl 1.5.0 08:38:31 pyparsing 3.1.1 08:38:31 pyrsistent 0.20.0 08:38:31 python-apt 2.7.7+ubuntu4 08:38:31 python-dateutil 2.9.0.post0 08:38:31 python-debian 0.1.49+ubuntu2 08:38:31 python-magic 0.4.27 08:38:31 pytz 2024.1 08:38:31 pyxdg 0.28 08:38:31 PyYAML 6.0.1 08:38:31 requests 2.31.0 08:38:31 s3transfer 0.11.4 08:38:31 setuptools 68.1.2 08:38:31 six 1.16.0 08:38:31 soupsieve 2.5 08:38:31 supervisor 4.2.5 08:38:31 unattended-upgrades 0.1 08:38:31 unidiff 0.7.3 08:38:31 urllib3 2.0.7 08:38:31 virtualenv 20.25.0+ds 08:38:31 wadllib 1.3.6 08:38:31 webencodings 0.5.1 08:38:31 websocket-client 1.7.0 08:38:31 wheel 0.42.0 08:38:31 xdg 5 08:38:31 ************************************************************************ 08:38:31 Executor Downloads cache '/root/Downloads': 08:38:31 total 281M 08:38:31 -rw-r--r-- 1 root root 16M Apr 16 01:02 dpdk-24.07.tar.xz 08:38:31 -rw-r--r-- 1 root root 17M Apr 16 01:14 dpdk-24.11.1.tar.xz 08:38:31 -rw-r--r-- 1 root root 1.7M Apr 16 01:03 meson-0.55.3.tar.gz 08:38:31 -rw-r--r-- 1 root root 1.8M Apr 16 01:14 meson-0.57.2.tar.gz 08:38:31 -rw-r--r-- 1 root root 185K Apr 16 01:14 pyelftools-0.32-py3-none-any.whl 08:38:31 -rw-r--r-- 1 root root 976K Apr 16 01:04 quicly_0.1.4-vpp.tar.gz 08:38:31 -rw-r--r-- 1 root root 1.1M Apr 16 01:15 quicly_0.1.5-vpp.tar.gz 08:38:31 -rw-r--r-- 1 root root 1.9M Apr 16 01:02 rdma-core-52.0.tar.gz 08:38:31 -rw-r--r-- 1 root root 2.0M Apr 16 01:14 rdma-core-55.0.tar.gz 08:38:31 -rw-r--r-- 1 root root 1.2M Apr 16 01:14 setuptools-78.1.0-py3-none-any.whl 08:38:31 -rw-r--r-- 1 root root 2.2M Apr 16 01:02 v1.5.tar.gz 08:38:31 -rw-r--r-- 1 root root 2.4M Apr 16 01:13 v2.0.tar.gz 08:38:31 -rw-r--r-- 1 root root 77M Apr 16 01:07 vpp-ext-deps_24.10-8_amd64.deb 08:38:31 -rw-r--r-- 1 root root 83M Apr 16 01:13 vpp-ext-deps_25.02-14_amd64.deb 08:38:31 -rw-r--r-- 1 root root 72M Apr 16 01:17 vpp-ext-deps_25.06-5_amd64.deb 08:38:31 -rw-r--r-- 1 root root 71K Apr 16 01:14 wheel-0.45.1-py3-none-any.whl 08:38:31 -rw-r--r-- 1 root root 1.2M Apr 16 01:15 xdp-tools-1.2.9.tar.gz 08:38:31 ************************************************************************ 08:38:31 DNS nameserver config in '/etc/resolv.conf': 08:38:31 # Generated by Docker Engine. 08:38:31 # This file can be edited; Docker Engine will not make further changes once it 08:38:31 # has been modified. 08:38:31 08:38:31 nameserver 172.17.0.1 08:38:31 search s26-nomad 08:38:31 08:38:31 # Based on host file: '' (legacy) 08:38:31 # Overrides: [nameservers search] 08:38:31 ************************************************************************ 08:38:31 ccache statistics: 08:38:31 Cacheable calls: 1604432 / 1896370 (84.61%) 08:38:31 Hits: 1161252 / 1604432 (72.38%) 08:38:31 Direct: 969893 / 1161252 (83.52%) 08:38:31 Preprocessed: 191359 / 1161252 (16.48%) 08:38:31 Misses: 443180 / 1604432 (27.62%) 08:38:31 Uncacheable calls: 291938 / 1896370 (15.39%) 08:38:31 Local storage: 08:38:31 Cache size (GB): 10.0 / 10.0 (99.96%) 08:38:31 Cleanups: 1456 08:38:31 Hits: 1161252 / 1604432 (72.38%) 08:38:31 Misses: 443180 / 1604432 (27.62%) 08:38:31 ************************************************************************ 08:38:31 [csit-vpp-perf-verify-master-3n-icx] $ /usr/bin/env bash /tmp/jenkins14034172662524084007.sh 08:38:31 ---> jjb/scripts/csit/perf-verify.sh 08:38:31 + [[ comment-added == \c\o\m\m\e\n\t\-\a\d\d\e\d ]] 08:38:31 ++ echo UGF0Y2ggU2V0IDIwOgoKY3NpdC0zbi1pY3gtcGVyZnRlc3QgbmljX2ludGVsLWU4MTBjcUFORGRydl92ZmlvX3BjaUFORGV0aC1pcDR0Y3BiYXNlLWxkcHJlbG9hZC1pcGVyZjM= 08:38:31 ++ grep -oE '(perftest$|perftest[[:space:]].+$)' 08:38:31 ++ true 08:38:31 + TRIGGER= 08:38:31 + export TEST_TAG_STRING= 08:38:31 + TEST_TAG_STRING= 08:38:31 + csit_entry_dir=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/entry 08:38:31 + source /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/entry/bootstrap_verify_perf.sh 08:38:31 ++ set -exuo pipefail 08:38:31 ++++ readlink -e /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/entry/bootstrap_verify_perf.sh 08:38:31 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/entry/bootstrap_verify_perf.sh 08:38:31 ++ BASH_ENTRY_DIR=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/entry 08:38:31 +++ readlink -e /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/entry/../function 08:38:31 ++ BASH_FUNCTION_DIR=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/function 08:38:31 ++ source /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/function/common.sh 08:38:31 +++ set -exuo pipefail 08:38:31 ++ source /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/function/gather.sh 08:38:31 +++ set -exuo pipefail 08:38:31 ++ source /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/function/ansible.sh 08:38:31 +++ set -exuo pipefail 08:38:31 ++ source /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/function/terraform.sh 08:38:31 +++ set -exuo pipefail 08:38:31 ++ common_dirs 08:38:31 ++ set -exuo pipefail 08:38:31 +++ readlink -e /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/function/common.sh 08:38:31 ++ this_file=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/function/common.sh 08:38:31 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/function/common.sh 08:38:31 ++ BASH_FUNCTION_DIR=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/function 08:38:31 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/function 08:38:31 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/function /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:38:31 +++ git rev-parse --show-toplevel 08:38:31 ++ relative_csit_dir=/w/workspace/csit-vpp-perf-verify-master-3n-icx 08:38:31 +++ readlink -e /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:38:31 ++ CSIT_DIR=/w/workspace/csit-vpp-perf-verify-master-3n-icx 08:38:31 ++ popd 08:38:31 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:38:31 +++ readlink -e /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available 08:38:31 ++ TOPOLOGIES_DIR=/w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available 08:38:31 +++ readlink -e /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/job_specs 08:38:31 ++ JOB_SPECS_DIR=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/job_specs 08:38:31 +++ readlink -e /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources 08:38:31 ++ RESOURCES_DIR=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources 08:38:31 +++ readlink -e /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools 08:38:31 ++ TOOLS_DIR=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools 08:38:31 +++ readlink -e /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts 08:38:31 ++ PYTHON_SCRIPTS_DIR=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts 08:38:31 +++ readlink -f /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives 08:38:31 ++ ARCHIVE_DIR=/w/workspace/csit-vpp-perf-verify-master-3n-icx/archives 08:38:31 ++ mkdir -p /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives 08:38:31 +++ readlink -f /w/workspace/csit-vpp-perf-verify-master-3n-icx/download_dir 08:38:31 ++ DOWNLOAD_DIR=/w/workspace/csit-vpp-perf-verify-master-3n-icx/download_dir 08:38:31 ++ mkdir -p /w/workspace/csit-vpp-perf-verify-master-3n-icx/download_dir 08:38:31 +++ readlink -f /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated 08:38:31 ++ GENERATED_DIR=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated 08:38:31 ++ mkdir -p /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated 08:38:31 ++ check_prerequisites 08:38:31 ++ set -exuo pipefail 08:38:31 ++ installed sshpass 08:38:31 ++ set -exuo pipefail 08:38:31 ++ command -v sshpass 08:38:31 /usr/bin/sshpass 08:38:31 ++ get_test_code '' 08:38:31 ++ set -exuo pipefail 08:38:31 ++ TEST_CODE= 08:38:31 ++ [[ -z '' ]] 08:38:31 ++ TEST_CODE=csit-vpp-perf-verify-master-3n-icx 08:38:31 ++ case "${TEST_CODE}" in 08:38:31 ++ NODENESS=3n 08:38:31 ++ FLAVOR=icx 08:38:31 ++ get_test_tag_string 08:38:31 ++ set -exuo pipefail 08:38:31 ++ [[ comment-added == \c\o\m\m\e\n\t\-\a\d\d\e\d ]] 08:38:31 ++ case "${TEST_CODE}" in 08:38:31 ++ trigger=perftest 08:38:31 +++ fgrep perftest 08:38:31 +++ true 08:38:31 ++ comment= 08:38:31 ++ cmd=("grep" "-oP" '\S*'"${trigger}"'\S*\s\K.+$') 08:38:31 +++ grep -oP '\S*perftest\S*\s\K.+$' 08:38:31 +++ true 08:38:31 ++ TEST_TAG_STRING= 08:38:31 ++ [[ -z '' ]] 08:38:31 ++ comment=UGF0Y2ggU2V0IDIwOgoKY3NpdC0zbi1pY3gtcGVyZnRlc3QgbmljX2ludGVsLWU4MTBjcUFORGRydl92ZmlvX3BjaUFORGV0aC1pcDR0Y3BiYXNlLWxkcHJlbG9hZC1pcGVyZjM= 08:38:31 +++ base64 --decode 08:38:31 ++ comment='Patch Set 20: 08:38:31 08:38:31 csit-3n-icx-perftest nic_intel-e810cqANDdrv_vfio_pciANDeth-ip4tcpbase-ldpreload-iperf3' 08:38:31 +++ fgrep perftest 08:38:31 ++ comment='csit-3n-icx-perftest nic_intel-e810cqANDdrv_vfio_pciANDeth-ip4tcpbase-ldpreload-iperf3' 08:38:31 +++ grep -oP '\S*perftest\S*\s\K.+$' 08:38:31 ++ TEST_TAG_STRING=nic_intel-e810cqANDdrv_vfio_pciANDeth-ip4tcpbase-ldpreload-iperf3 08:38:31 ++ [[ perftest == \b\i\s\e\c\t\t\e\s\t ]] 08:38:31 ++ [[ -n nic_intel-e810cqANDdrv_vfio_pciANDeth-ip4tcpbase-ldpreload-iperf3 ]] 08:38:31 ++ test_tag_array=(${TEST_TAG_STRING}) 08:38:31 ++ [[ nic_intel-e810cqANDdrv_vfio_pciANDeth-ip4tcpbase-ldpreload-iperf3 == \i\c\l ]] 08:38:31 ++ [[ nic_intel-e810cqANDdrv_vfio_pciANDeth-ip4tcpbase-ldpreload-iperf3 == \s\k\x ]] 08:38:31 ++ select_arch_os 08:38:31 ++ set -exuo pipefail 08:38:31 ++ source /etc/os-release 08:38:31 +++ PRETTY_NAME='Ubuntu 24.04 LTS' 08:38:31 +++ NAME=Ubuntu 08:38:31 +++ VERSION_ID=24.04 08:38:31 +++ VERSION='24.04 LTS (Noble Numbat)' 08:38:31 +++ VERSION_CODENAME=noble 08:38:31 +++ ID=ubuntu 08:38:31 +++ ID_LIKE=debian 08:38:31 +++ HOME_URL=https://www.ubuntu.com/ 08:38:31 +++ SUPPORT_URL=https://help.ubuntu.com/ 08:38:31 +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 08:38:31 +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 08:38:31 +++ UBUNTU_CODENAME=noble 08:38:31 +++ LOGO=ubuntu-logo 08:38:31 ++ case "${ID}" in 08:38:31 ++ case "${VERSION}" in 08:38:31 ++ IMAGE_VER_FILE=VPP_DEVICE_IMAGE_UBUNTU_NOBLE 08:38:31 ++ VPP_VER_FILE=VPP_STABLE_VER_UBUNTU_NOBLE 08:38:31 ++ PKG_SUFFIX=deb 08:38:31 +++ uname -m 08:38:31 ++ arch=x86_64 08:38:31 ++ case "${arch}" in 08:38:31 ++ gather_build 08:38:31 ++ set -exuo pipefail 08:38:31 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/download_dir 08:38:31 /w/workspace/csit-vpp-perf-verify-master-3n-icx/download_dir /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:38:31 ++ case "${TEST_CODE}" in 08:38:31 ++ DUT=vpp 08:38:31 ++ source /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/function/gather_vpp.sh 08:38:31 +++ set -exuo pipefail 08:38:31 ++ gather_vpp 08:38:31 ++ set -exuo pipefail 08:38:31 ++ case "${TEST_CODE}" in 08:38:31 ++ [[ csit-vpp-perf-verify-master-3n-icx == *\d\a\i\l\y* ]] 08:38:31 ++ [[ csit-vpp-perf-verify-master-3n-icx == *\w\e\e\k\l\y* ]] 08:38:31 ++ [[ csit-vpp-perf-verify-master-3n-icx == *\s\e\m\i\w\e\e\k\l\y* ]] 08:38:31 ++ [[ csit-vpp-perf-verify-master-3n-icx == *\h\o\u\r\l\y* ]] 08:38:31 ++ warn 'Downloading stable VPP packages from Packagecloud.' 08:38:31 ++ set -exuo pipefail 08:38:31 ++ echo 'Downloading stable VPP packages from Packagecloud.' 08:38:31 Downloading stable VPP packages from Packagecloud. 08:38:31 ++ VPP_VERSION=25.06-rc0~199-g96ee32c5c 08:38:31 ++ source /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/function/artifacts.sh 08:38:31 +++ set -exuo pipefail 08:38:31 ++ download_artifacts 08:38:31 ++ set -exuo pipefail 08:38:31 +++ grep '^ID=' /etc/os-release 08:38:31 +++ cut -f2- -d= 08:38:31 +++ sed -e 's/\"//g' 08:38:31 ++ os_id=ubuntu 08:38:31 ++ repo_url_path=/w/workspace/csit-vpp-perf-verify-master-3n-icx/VPP_REPO_URL 08:38:31 ++ '[' -e /w/workspace/csit-vpp-perf-verify-master-3n-icx/VPP_REPO_URL ']' 08:38:31 ++ REPO_URL=https://packagecloud.io/install/repositories/fdio/master 08:38:31 ++ '[' ubuntu == ubuntu ']' 08:38:31 ++ download_ubuntu_artifacts 08:38:31 ++ set -exuo pipefail 08:38:31 ++ sudo -E bash 08:38:31 ++ curl -s https://packagecloud.io/install/repositories/fdio/master/script.deb.sh 08:38:31 Detected operating system as Ubuntu/noble. 08:38:31 Checking for curl... 08:38:31 Detected curl... 08:38:31 Checking for gpg... 08:38:31 Detected gpg... 08:38:31 Detected apt version as 2.7.14 08:38:31 Running apt-get update... done. 08:38:35 Installing apt-transport-https... done. 08:38:36 Installing /etc/apt/sources.list.d/fdio_master.list...done. 08:38:37 Importing packagecloud gpg key... Packagecloud gpg key imported to /etc/apt/keyrings/fdio_master-archive-keyring.gpg 08:38:37 done. 08:38:37 Running apt-get update... done. 08:38:38 08:38:38 The repository is setup! You can now install packages. 08:38:38 ++ artifacts=() 08:38:38 ++ both_quotes='"'\''' 08:38:38 ++ match='[^"'\'']*' 08:38:38 ++ qmatch='["'\'']\?' 08:38:38 ++ sed_command='s#.*apt_source_path=["'\'']\?\([^"'\'']*\)["'\'']\?#\1#p' 08:38:38 +++ curl -s https://packagecloud.io/install/repositories/fdio/master/script.deb.sh 08:38:38 +++ sed -n 's#.*apt_source_path=["'\'']\?\([^"'\'']*\)["'\'']\?#\1#p' 08:38:39 ++ apt_fdio_repo_file=/etc/apt/sources.list.d/fdio_master.list 08:38:39 ++ '[' '!' -f /etc/apt/sources.list.d/fdio_master.list ']' 08:38:39 +++ apt-cache -o Dir::Etc::SourceList=/etc/apt/sources.list.d/fdio_master.list -o Dir::Etc::SourceParts=/etc/apt/sources.list.d/fdio_master.list dumpavail 08:38:39 +++ grep Package: 08:38:39 +++ cut -d ' ' -f 2 08:38:39 +++ grep vpp 08:38:39 ++ pkgs='libvppinfra 08:38:39 libvppinfra-dev 08:38:39 python3-vpp-api 08:38:39 vpp 08:38:39 vpp-crypto-engines 08:38:39 vpp-dbg 08:38:39 vpp-dev 08:38:39 vpp-ext-deps 08:38:39 vpp-plugin-core 08:38:39 vpp-plugin-devtools 08:38:39 vpp-plugin-dpdk' 08:38:39 ++ '[' -z 25.06-rc0~199-g96ee32c5c ']' 08:38:39 ++ set +x 08:38:39 Found '25.06-rc0~199-g96ee32c5c' among 'libvppinfra' versions. 08:38:40 Found '25.06-rc0~199-g96ee32c5c' among 'libvppinfra-dev' versions. 08:38:41 Found '25.06-rc0~199-g96ee32c5c' among 'python3-vpp-api' versions. 08:38:41 Found '25.06-rc0~199-g96ee32c5c' among 'vpp' versions. 08:38:42 Found '25.06-rc0~199-g96ee32c5c' among 'vpp-crypto-engines' versions. 08:38:43 Found '25.06-rc0~199-g96ee32c5c' among 'vpp-dbg' versions. 08:38:44 Found '25.06-rc0~199-g96ee32c5c' among 'vpp-dev' versions. 08:38:44 Didn't find '25.06-rc0~199-g96ee32c5c' among 'vpp-ext-deps' versions. 08:38:45 Found '25.06-rc0~199-g96ee32c5c' among 'vpp-plugin-core' versions. 08:38:46 Found '25.06-rc0~199-g96ee32c5c' among 'vpp-plugin-devtools' versions. 08:38:46 Found '25.06-rc0~199-g96ee32c5c' among 'vpp-plugin-dpdk' versions. 08:38:46 ++ [[ false == \t\r\u\e ]] 08:38:46 ++ apt-get -y download libvppinfra=25.06-rc0~199-g96ee32c5c~b484 libvppinfra-dev=25.06-rc0~199-g96ee32c5c~b484 python3-vpp-api=25.06-rc0~199-g96ee32c5c~b484 vpp=25.06-rc0~199-g96ee32c5c~b484 vpp-crypto-engines=25.06-rc0~199-g96ee32c5c~b484 vpp-dbg=25.06-rc0~199-g96ee32c5c~b484 vpp-dev=25.06-rc0~199-g96ee32c5c~b484 vpp-plugin-core=25.06-rc0~199-g96ee32c5c~b484 vpp-plugin-devtools=25.06-rc0~199-g96ee32c5c~b484 vpp-plugin-dpdk=25.06-rc0~199-g96ee32c5c~b484 08:38:47 Get:1 https://packagecloud.io/fdio/master/ubuntu noble/main amd64 libvppinfra amd64 25.06-rc0~199-g96ee32c5c~b484 [217 kB] 08:38:48 Get:2 https://packagecloud.io/fdio/master/ubuntu noble/main amd64 libvppinfra-dev amd64 25.06-rc0~199-g96ee32c5c~b484 [166 kB] 08:38:48 Get:3 https://packagecloud.io/fdio/master/ubuntu noble/main amd64 python3-vpp-api amd64 25.06-rc0~199-g96ee32c5c~b484 [30.4 kB] 08:38:48 Get:4 https://packagecloud.io/fdio/master/ubuntu noble/main amd64 vpp amd64 25.06-rc0~199-g96ee32c5c~b484 [5,360 kB] 08:38:48 Get:5 https://packagecloud.io/fdio/master/ubuntu noble/main amd64 vpp-crypto-engines amd64 25.06-rc0~199-g96ee32c5c~b484 [1,021 kB] 08:38:48 Get:6 https://packagecloud.io/fdio/master/ubuntu noble/main amd64 vpp-dbg amd64 25.06-rc0~199-g96ee32c5c~b484 [98.5 MB] 08:38:49 Get:7 https://packagecloud.io/fdio/master/ubuntu noble/main amd64 vpp-dev amd64 25.06-rc0~199-g96ee32c5c~b484 [1,408 kB] 08:38:49 Get:8 https://packagecloud.io/fdio/master/ubuntu noble/main amd64 vpp-plugin-core amd64 25.06-rc0~199-g96ee32c5c~b484 [4,917 kB] 08:38:49 Get:9 https://packagecloud.io/fdio/master/ubuntu noble/main amd64 vpp-plugin-devtools amd64 25.06-rc0~199-g96ee32c5c~b484 [400 kB] 08:38:49 Get:10 https://packagecloud.io/fdio/master/ubuntu noble/main amd64 vpp-plugin-dpdk amd64 25.06-rc0~199-g96ee32c5c~b484 [5,149 kB] 08:38:49 Fetched 117 MB in 2s (53.5 MB/s) 08:38:49 W: Download is performed unsandboxed as root as file '/w/workspace/csit-vpp-perf-verify-master-3n-icx/download_dir/libvppinfra_25.06-rc0~199-g96ee32c5c~b484_amd64.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied) 08:38:49 ++ popd 08:38:49 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:38:49 ++ check_download_dir 08:38:49 ++ set -exuo pipefail 08:38:49 +++ ls -A /w/workspace/csit-vpp-perf-verify-master-3n-icx/download_dir 08:38:49 ++ [[ ! -n libvppinfra_25.06-rc0~199-g96ee32c5c~b484_amd64.deb 08:38:49 libvppinfra-dev_25.06-rc0~199-g96ee32c5c~b484_amd64.deb 08:38:49 python3-vpp-api_25.06-rc0~199-g96ee32c5c~b484_amd64.deb 08:38:49 vpp_25.06-rc0~199-g96ee32c5c~b484_amd64.deb 08:38:49 vpp-crypto-engines_25.06-rc0~199-g96ee32c5c~b484_amd64.deb 08:38:49 vpp-dbg_25.06-rc0~199-g96ee32c5c~b484_amd64.deb 08:38:49 vpp-dev_25.06-rc0~199-g96ee32c5c~b484_amd64.deb 08:38:49 vpp-plugin-core_25.06-rc0~199-g96ee32c5c~b484_amd64.deb 08:38:49 vpp-plugin-devtools_25.06-rc0~199-g96ee32c5c~b484_amd64.deb 08:38:49 vpp-plugin-dpdk_25.06-rc0~199-g96ee32c5c~b484_amd64.deb ]] 08:38:49 ++ activate_virtualenv 08:38:49 ++ set -exuo pipefail 08:38:49 ++ root_path=/w/workspace/csit-vpp-perf-verify-master-3n-icx 08:38:49 ++ env_dir=/w/workspace/csit-vpp-perf-verify-master-3n-icx/env 08:38:49 ++ req_path=/w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt 08:38:49 ++ rm -rf /w/workspace/csit-vpp-perf-verify-master-3n-icx/env 08:38:49 +++ which python3 08:38:49 ++ virtualenv --no-download --python=/usr/bin/python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/env 08:38:50 created virtual environment CPython3.12.3.final.0-64 in 89ms 08:38:50 creator CPython3Posix(dest=/w/workspace/csit-vpp-perf-verify-master-3n-icx/env, clear=False, no_vcs_ignore=False, global=False) 08:38:50 seeder FromAppData(download=False, pip=bundle, via=copy, app_data_dir=/root/.local/share/virtualenv) 08:38:50 added seed packages: pip==24.0 08:38:50 activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator 08:38:50 ++ set +u 08:38:50 ++ source /w/workspace/csit-vpp-perf-verify-master-3n-icx/env/bin/activate 08:38:50 +++ '[' /w/workspace/csit-vpp-perf-verify-master-3n-icx/env/bin/activate = /tmp/jenkins14034172662524084007.sh ']' 08:38:50 +++ deactivate nondestructive 08:38:50 +++ unset -f pydoc 08:38:50 +++ '[' -z '' ']' 08:38:50 +++ '[' -z '' ']' 08:38:50 +++ hash -r 08:38:50 +++ '[' -z '' ']' 08:38:50 +++ unset VIRTUAL_ENV 08:38:50 +++ unset VIRTUAL_ENV_PROMPT 08:38:50 +++ '[' '!' nondestructive = nondestructive ']' 08:38:50 +++ VIRTUAL_ENV=/w/workspace/csit-vpp-perf-verify-master-3n-icx/env 08:38:50 +++ '[' linux-gnu = cygwin ']' 08:38:50 +++ '[' linux-gnu = msys ']' 08:38:50 +++ export VIRTUAL_ENV 08:38:50 +++ _OLD_VIRTUAL_PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/scratch/docker-build/ci-management/docker/scripts 08:38:50 +++ PATH=/w/workspace/csit-vpp-perf-verify-master-3n-icx/env/bin:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/scratch/docker-build/ci-management/docker/scripts 08:38:50 +++ export PATH 08:38:50 +++ '[' x '!=' x ']' 08:38:50 ++++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/env 08:38:50 +++ VIRTUAL_ENV_PROMPT=env 08:38:50 +++ export VIRTUAL_ENV_PROMPT 08:38:50 +++ '[' -z '' ']' 08:38:50 +++ '[' -z '' ']' 08:38:50 +++ _OLD_VIRTUAL_PS1= 08:38:50 +++ PS1='(env) ' 08:38:50 +++ export PS1 08:38:50 +++ alias pydoc 08:38:50 +++ true 08:38:50 +++ hash -r 08:38:50 ++ set -u 08:38:50 ++ pip3 install setuptools 08:38:51 Collecting setuptools 08:38:51 Downloading setuptools-80.0.1-py3-none-any.whl.metadata (6.5 kB) 08:38:51 Downloading setuptools-80.0.1-py3-none-any.whl (1.2 MB) 08:38:51 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 26.3 MB/s eta 0:00:00 08:38:51 Installing collected packages: setuptools 08:38:52 Successfully installed setuptools-80.0.1 08:38:52 ++ pip3 install -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt 08:38:52 Collecting ecdsa==0.19.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 20)) 08:38:52 Using cached ecdsa-0.19.0-py2.py3-none-any.whl.metadata (29 kB) 08:38:52 Collecting paramiko==3.4.1 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 21)) 08:38:52 Using cached paramiko-3.4.1-py3-none-any.whl.metadata (4.4 kB) 08:38:52 Collecting pycryptodome==3.20.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 22)) 08:38:52 Using cached pycryptodome-3.20.0-cp35-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.4 kB) 08:38:53 Collecting python-dateutil==2.9.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 23)) 08:38:53 Using cached python_dateutil-2.9.0-py2.py3-none-any.whl.metadata (8.3 kB) 08:38:53 Collecting PyYAML==6.0.1 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 24)) 08:38:53 Using cached PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) 08:38:53 Collecting requests==2.32.2 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 25)) 08:38:53 Using cached requests-2.32.2-py3-none-any.whl.metadata (4.6 kB) 08:38:53 Collecting robotframework==7.0.1 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 26)) 08:38:53 Using cached robotframework-7.0.1-py3-none-any.whl.metadata (7.5 kB) 08:38:53 Collecting scapy==2.4.5 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 27)) 08:38:53 Using cached scapy-2.4.5-py2.py3-none-any.whl 08:38:53 Collecting scp==0.15.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 28)) 08:38:53 Using cached scp-0.15.0-py2.py3-none-any.whl.metadata (4.3 kB) 08:38:53 Collecting ansible==10.2.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 31)) 08:38:53 Using cached ansible-10.2.0-py3-none-any.whl.metadata (8.2 kB) 08:38:53 Collecting ansible-core==2.17.2 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 32)) 08:38:53 Using cached ansible_core-2.17.2-py3-none-any.whl.metadata (6.9 kB) 08:38:53 Collecting dill==0.3.8 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 35)) 08:38:53 Using cached dill-0.3.8-py3-none-any.whl.metadata (10 kB) 08:38:53 Collecting numpy==2.0.1 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 36)) 08:38:53 Using cached numpy-2.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB) 08:38:53 Collecting scipy==1.14.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 37)) 08:38:53 Using cached scipy-1.14.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB) 08:38:53 Collecting ply==3.11 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 40)) 08:38:53 Using cached ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 08:38:53 Collecting jsonschema==4.23.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 43)) 08:38:53 Using cached jsonschema-4.23.0-py3-none-any.whl.metadata (7.9 kB) 08:38:53 Collecting rfc3339-validator==0.1.4 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 44)) 08:38:53 Using cached rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB) 08:38:53 Collecting rfc3987==1.3.8 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 45)) 08:38:53 Using cached rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) 08:38:53 Collecting pylint==3.2.6 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 48)) 08:38:53 Using cached pylint-3.2.6-py3-none-any.whl.metadata (12 kB) 08:38:54 Collecting astroid==3.2.4 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 51)) 08:38:54 Using cached astroid-3.2.4-py3-none-any.whl.metadata (4.5 kB) 08:38:54 Collecting attrs==24.2.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 52)) 08:38:54 Using cached attrs-24.2.0-py3-none-any.whl.metadata (11 kB) 08:38:54 Collecting bcrypt==4.2.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 53)) 08:38:54 Using cached bcrypt-4.2.0-cp39-abi3-manylinux_2_28_x86_64.whl.metadata (9.6 kB) 08:38:54 Collecting certifi==2024.7.4 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 54)) 08:38:54 Using cached certifi-2024.7.4-py3-none-any.whl.metadata (2.2 kB) 08:38:54 Collecting cffi==1.17.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 55)) 08:38:54 Using cached cffi-1.17.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB) 08:38:54 Collecting charset-normalizer==3.3.2 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 56)) 08:38:54 Using cached charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB) 08:38:54 Collecting cryptography==43.0.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 57)) 08:38:54 Using cached cryptography-43.0.0-cp39-abi3-manylinux_2_28_x86_64.whl.metadata (5.4 kB) 08:38:54 Collecting idna==3.7 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 58)) 08:38:54 Using cached idna-3.7-py3-none-any.whl.metadata (9.9 kB) 08:38:54 Collecting isort==5.13.2 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 59)) 08:38:54 Using cached isort-5.13.2-py3-none-any.whl.metadata (12 kB) 08:38:54 Collecting Jinja2==3.1.4 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 60)) 08:38:54 Using cached jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB) 08:38:54 Collecting jsonschema-specifications==2023.12.1 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 61)) 08:38:54 Using cached jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB) 08:38:54 Collecting MarkupSafe==2.1.5 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 62)) 08:38:54 Using cached MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) 08:38:54 Collecting mccabe==0.7.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 63)) 08:38:54 Using cached mccabe-0.7.0-py2.py3-none-any.whl.metadata (5.0 kB) 08:38:54 Collecting packaging==24.1 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 64)) 08:38:54 Using cached packaging-24.1-py3-none-any.whl.metadata (3.2 kB) 08:38:54 Collecting platformdirs==4.2.2 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 65)) 08:38:54 Using cached platformdirs-4.2.2-py3-none-any.whl.metadata (11 kB) 08:38:54 Collecting pycparser==2.22 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 67)) 08:38:54 Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes) 08:38:54 Collecting PyNaCl==1.5.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 68)) 08:38:54 Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (8.6 kB) 08:38:54 Collecting referencing==0.35.1 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 69)) 08:38:54 Using cached referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB) 08:38:54 Collecting resolvelib==1.0.1 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 70)) 08:38:54 Using cached resolvelib-1.0.1-py2.py3-none-any.whl.metadata (4.0 kB) 08:38:55 Collecting rpds-py==0.20.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 71)) 08:38:55 Using cached rpds_py-0.20.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB) 08:38:55 Collecting six==1.16.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 72)) 08:38:55 Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) 08:38:55 Collecting tomli==2.0.1 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 73)) 08:38:55 Using cached tomli-2.0.1-py3-none-any.whl.metadata (8.9 kB) 08:38:55 Collecting tomlkit==0.13.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 74)) 08:38:55 Using cached tomlkit-0.13.0-py3-none-any.whl.metadata (2.7 kB) 08:38:55 Collecting typing_extensions==4.12.2 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 75)) 08:38:55 Using cached typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB) 08:38:55 Collecting urllib3==2.2.2 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 76)) 08:38:55 Using cached urllib3-2.2.2-py3-none-any.whl.metadata (6.4 kB) 08:38:55 Using cached ecdsa-0.19.0-py2.py3-none-any.whl (149 kB) 08:38:55 Using cached paramiko-3.4.1-py3-none-any.whl (226 kB) 08:38:55 Using cached pycryptodome-3.20.0-cp35-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB) 08:38:55 Using cached python_dateutil-2.9.0-py2.py3-none-any.whl (230 kB) 08:38:55 Using cached PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (724 kB) 08:38:55 Using cached requests-2.32.2-py3-none-any.whl (63 kB) 08:38:55 Using cached robotframework-7.0.1-py3-none-any.whl (727 kB) 08:38:55 Using cached scp-0.15.0-py2.py3-none-any.whl (8.8 kB) 08:38:55 Using cached ansible-10.2.0-py3-none-any.whl (48.2 MB) 08:38:55 Using cached ansible_core-2.17.2-py3-none-any.whl (2.2 MB) 08:38:55 Using cached dill-0.3.8-py3-none-any.whl (116 kB) 08:38:55 Using cached numpy-2.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (19.2 MB) 08:38:55 Using cached scipy-1.14.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (40.8 MB) 08:38:55 Using cached ply-3.11-py2.py3-none-any.whl (49 kB) 08:38:55 Using cached jsonschema-4.23.0-py3-none-any.whl (88 kB) 08:38:55 Using cached rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB) 08:38:55 Using cached rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 08:38:55 Using cached pylint-3.2.6-py3-none-any.whl (519 kB) 08:38:55 Using cached astroid-3.2.4-py3-none-any.whl (276 kB) 08:38:55 Using cached attrs-24.2.0-py3-none-any.whl (63 kB) 08:38:55 Using cached bcrypt-4.2.0-cp39-abi3-manylinux_2_28_x86_64.whl (273 kB) 08:38:55 Using cached certifi-2024.7.4-py3-none-any.whl (162 kB) 08:38:55 Using cached cffi-1.17.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB) 08:38:55 Using cached charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (141 kB) 08:38:55 Using cached cryptography-43.0.0-cp39-abi3-manylinux_2_28_x86_64.whl (4.0 MB) 08:38:55 Using cached idna-3.7-py3-none-any.whl (66 kB) 08:38:55 Using cached isort-5.13.2-py3-none-any.whl (92 kB) 08:38:55 Using cached jinja2-3.1.4-py3-none-any.whl (133 kB) 08:38:55 Using cached jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) 08:38:55 Using cached MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28 kB) 08:38:55 Using cached mccabe-0.7.0-py2.py3-none-any.whl (7.3 kB) 08:38:55 Using cached packaging-24.1-py3-none-any.whl (53 kB) 08:38:55 Using cached platformdirs-4.2.2-py3-none-any.whl (18 kB) 08:38:55 Using cached pycparser-2.22-py3-none-any.whl (117 kB) 08:38:55 Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB) 08:38:55 Using cached referencing-0.35.1-py3-none-any.whl (26 kB) 08:38:55 Using cached resolvelib-1.0.1-py2.py3-none-any.whl (17 kB) 08:38:55 Using cached rpds_py-0.20.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (357 kB) 08:38:55 Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 08:38:55 Using cached tomli-2.0.1-py3-none-any.whl (12 kB) 08:38:55 Using cached tomlkit-0.13.0-py3-none-any.whl (37 kB) 08:38:55 Using cached typing_extensions-4.12.2-py3-none-any.whl (37 kB) 08:38:55 Using cached urllib3-2.2.2-py3-none-any.whl (121 kB) 08:38:56 Installing collected packages: rfc3987, resolvelib, ply, urllib3, typing_extensions, tomlkit, tomli, six, scapy, rpds-py, robotframework, PyYAML, pycryptodome, pycparser, platformdirs, packaging, numpy, mccabe, MarkupSafe, isort, idna, dill, charset-normalizer, certifi, bcrypt, attrs, astroid, scipy, rfc3339-validator, requests, referencing, python-dateutil, pylint, Jinja2, ecdsa, cffi, PyNaCl, jsonschema-specifications, cryptography, paramiko, jsonschema, ansible-core, scp, ansible 08:39:26 Successfully installed Jinja2-3.1.4 MarkupSafe-2.1.5 PyNaCl-1.5.0 PyYAML-6.0.1 ansible-10.2.0 ansible-core-2.17.2 astroid-3.2.4 attrs-24.2.0 bcrypt-4.2.0 certifi-2024.7.4 cffi-1.17.0 charset-normalizer-3.3.2 cryptography-43.0.0 dill-0.3.8 ecdsa-0.19.0 idna-3.7 isort-5.13.2 jsonschema-4.23.0 jsonschema-specifications-2023.12.1 mccabe-0.7.0 numpy-2.0.1 packaging-24.1 paramiko-3.4.1 platformdirs-4.2.2 ply-3.11 pycparser-2.22 pycryptodome-3.20.0 pylint-3.2.6 python-dateutil-2.9.0 referencing-0.35.1 requests-2.32.2 resolvelib-1.0.1 rfc3339-validator-0.1.4 rfc3987-1.3.8 robotframework-7.0.1 rpds-py-0.20.0 scapy-2.4.5 scipy-1.14.0 scp-0.15.0 six-1.16.0 tomli-2.0.1 tomlkit-0.13.0 typing_extensions-4.12.2 urllib3-2.2.2 08:39:26 ++ export PYTHONPATH=/w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:26 ++ PYTHONPATH=/w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:26 ++ generate_tests 08:39:26 ++ set -exuo pipefail 08:39:26 ++ rm -rf /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests 08:39:26 ++ cp -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/tests /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests 08:39:26 ++ cmd_line=("find" "${GENERATED_DIR}/tests" "-type" "f") 08:39:26 ++ cmd_line+=("-executable" "-name" "*.py") 08:39:26 +++ find /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests -type f -executable -name '*.py' 08:39:26 +++ sort 08:39:26 ++ file_list='/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/dpdk/perf/regenerate_testcases.py 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/trex/perf/ip4/regenerate_testcases.py 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/trex/perf/ip6/regenerate_testcases.py 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/trex/perf/l2/regenerate_testcases.py 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/container_memif/regenerate_testcases.py 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/crypto/ethip4/regenerate_testcases.py 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/crypto/ethip6/regenerate_testcases.py 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/flow/regenerate_testcases.py 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/interfaces/regenerate_testcases.py 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip4/regenerate_testcases.py 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip4_tunnels/lisp/regenerate_testcases.py 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip4_tunnels/regenerate_testcases.py 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip6/regenerate_testcases.py 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip6_tunnels/lisp/regenerate_testcases.py 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/l2bd/regenerate_testcases.py 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/l2patch/regenerate_testcases.py 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/l2xc/regenerate_testcases.py 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/srv6/regenerate_testcases.py 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/vm_vhost/ethip4/regenerate_testcases.py 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/vm_vhost/ethip6/regenerate_testcases.py 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/container_memif/regenerate_testcases.py 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/crypto/regenerate_testcases.py 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/gso/regenerate_testcases.py 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/hoststack/regenerate_testcases.py 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip4/regenerate_testcases.py 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip4_tunnels/regenerate_testcases.py 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip6/regenerate_testcases.py 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip6_tunnels/regenerate_testcases.py 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/l2/regenerate_testcases.py 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/lb/regenerate_testcases.py 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/dcr_memif/chain/regenerate_testcases.py 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/dcr_memif/pipeline/regenerate_testcases.py 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/vm_vhost/chain_dot1qip4vxlan/regenerate_testcases.py 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/vm_vhost/chain/regenerate_testcases.py 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/srv6/regenerate_testcases.py 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/vm_vhost/regenerate_testcases.py' 08:39:26 ++ for gen in ${file_list} 08:39:26 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/dpdk/perf/regenerate_testcases.py 08:39:26 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/dpdk/perf 08:39:26 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/dpdk/perf/regenerate_testcases.py 08:39:26 ++ filename=regenerate_testcases.py 08:39:26 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/dpdk/perf 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/dpdk/perf /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:26 ++ ./regenerate_testcases.py 08:39:26 08:39:26 ++ popd 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:26 ++ for gen in ${file_list} 08:39:26 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/trex/perf/ip4/regenerate_testcases.py 08:39:26 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/trex/perf/ip4 08:39:26 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/trex/perf/ip4/regenerate_testcases.py 08:39:26 ++ filename=regenerate_testcases.py 08:39:26 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/trex/perf/ip4 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/trex/perf/ip4 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:26 ++ ./regenerate_testcases.py 08:39:26 08:39:26 ++ popd 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:26 ++ for gen in ${file_list} 08:39:26 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/trex/perf/ip6/regenerate_testcases.py 08:39:26 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/trex/perf/ip6 08:39:26 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/trex/perf/ip6/regenerate_testcases.py 08:39:26 ++ filename=regenerate_testcases.py 08:39:26 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/trex/perf/ip6 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/trex/perf/ip6 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:26 ++ ./regenerate_testcases.py 08:39:26 08:39:26 ++ popd 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:26 ++ for gen in ${file_list} 08:39:26 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/trex/perf/l2/regenerate_testcases.py 08:39:26 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/trex/perf/l2 08:39:26 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/trex/perf/l2/regenerate_testcases.py 08:39:26 ++ filename=regenerate_testcases.py 08:39:26 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/trex/perf/l2 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/trex/perf/l2 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:26 ++ ./regenerate_testcases.py 08:39:26 08:39:26 ++ popd 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:26 ++ for gen in ${file_list} 08:39:26 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/container_memif/regenerate_testcases.py 08:39:26 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/container_memif 08:39:26 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/container_memif/regenerate_testcases.py 08:39:26 ++ filename=regenerate_testcases.py 08:39:26 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/container_memif 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/container_memif /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:26 ++ ./regenerate_testcases.py 08:39:26 08:39:26 ++ popd 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:26 ++ for gen in ${file_list} 08:39:26 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/crypto/ethip4/regenerate_testcases.py 08:39:26 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/crypto/ethip4 08:39:26 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/crypto/ethip4/regenerate_testcases.py 08:39:26 ++ filename=regenerate_testcases.py 08:39:26 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/crypto/ethip4 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/crypto/ethip4 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:26 ++ ./regenerate_testcases.py 08:39:26 08:39:26 ++ popd 08:39:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:26 ++ for gen in ${file_list} 08:39:26 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/crypto/ethip6/regenerate_testcases.py 08:39:26 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/crypto/ethip6 08:39:27 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/crypto/ethip6/regenerate_testcases.py 08:39:27 ++ filename=regenerate_testcases.py 08:39:27 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/crypto/ethip6 08:39:27 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/crypto/ethip6 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:27 ++ ./regenerate_testcases.py 08:39:27 08:39:27 ++ popd 08:39:27 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:27 ++ for gen in ${file_list} 08:39:27 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/flow/regenerate_testcases.py 08:39:27 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/flow 08:39:27 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/flow/regenerate_testcases.py 08:39:27 ++ filename=regenerate_testcases.py 08:39:27 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/flow 08:39:27 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/flow /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:27 ++ ./regenerate_testcases.py 08:39:27 08:39:27 ++ popd 08:39:27 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:27 ++ for gen in ${file_list} 08:39:27 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/interfaces/regenerate_testcases.py 08:39:27 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/interfaces 08:39:27 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/interfaces/regenerate_testcases.py 08:39:27 ++ filename=regenerate_testcases.py 08:39:27 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/interfaces 08:39:27 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/interfaces /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:27 ++ ./regenerate_testcases.py 08:39:27 08:39:27 ++ popd 08:39:27 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:27 ++ for gen in ${file_list} 08:39:27 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip4/regenerate_testcases.py 08:39:27 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip4 08:39:27 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip4/regenerate_testcases.py 08:39:27 ++ filename=regenerate_testcases.py 08:39:27 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip4 08:39:27 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip4 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:27 ++ ./regenerate_testcases.py 08:39:27 08:39:27 ++ popd 08:39:27 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:27 ++ for gen in ${file_list} 08:39:27 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip4_tunnels/lisp/regenerate_testcases.py 08:39:27 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip4_tunnels/lisp 08:39:27 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip4_tunnels/lisp/regenerate_testcases.py 08:39:27 ++ filename=regenerate_testcases.py 08:39:27 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip4_tunnels/lisp 08:39:27 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip4_tunnels/lisp /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:27 ++ ./regenerate_testcases.py 08:39:27 08:39:27 ++ popd 08:39:27 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:27 ++ for gen in ${file_list} 08:39:27 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip4_tunnels/regenerate_testcases.py 08:39:27 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip4_tunnels 08:39:27 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip4_tunnels/regenerate_testcases.py 08:39:27 ++ filename=regenerate_testcases.py 08:39:27 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip4_tunnels 08:39:27 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip4_tunnels /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:27 ++ ./regenerate_testcases.py 08:39:27 08:39:27 ++ popd 08:39:27 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:27 ++ for gen in ${file_list} 08:39:27 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip6/regenerate_testcases.py 08:39:27 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip6 08:39:27 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip6/regenerate_testcases.py 08:39:27 ++ filename=regenerate_testcases.py 08:39:27 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip6 08:39:27 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip6 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:27 ++ ./regenerate_testcases.py 08:39:27 08:39:27 ++ popd 08:39:27 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:27 ++ for gen in ${file_list} 08:39:27 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip6_tunnels/lisp/regenerate_testcases.py 08:39:27 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip6_tunnels/lisp 08:39:27 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip6_tunnels/lisp/regenerate_testcases.py 08:39:27 ++ filename=regenerate_testcases.py 08:39:27 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip6_tunnels/lisp 08:39:27 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip6_tunnels/lisp /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:27 ++ ./regenerate_testcases.py 08:39:27 08:39:27 ++ popd 08:39:27 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:27 ++ for gen in ${file_list} 08:39:27 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/l2bd/regenerate_testcases.py 08:39:27 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/l2bd 08:39:27 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/l2bd/regenerate_testcases.py 08:39:27 ++ filename=regenerate_testcases.py 08:39:27 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/l2bd 08:39:27 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/l2bd /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:27 ++ ./regenerate_testcases.py 08:39:27 08:39:27 ++ popd 08:39:27 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:27 ++ for gen in ${file_list} 08:39:27 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/l2patch/regenerate_testcases.py 08:39:27 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/l2patch 08:39:27 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/l2patch/regenerate_testcases.py 08:39:27 ++ filename=regenerate_testcases.py 08:39:27 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/l2patch 08:39:27 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/l2patch /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:27 ++ ./regenerate_testcases.py 08:39:27 08:39:27 ++ popd 08:39:27 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:27 ++ for gen in ${file_list} 08:39:27 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/l2xc/regenerate_testcases.py 08:39:27 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/l2xc 08:39:27 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/l2xc/regenerate_testcases.py 08:39:27 ++ filename=regenerate_testcases.py 08:39:27 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/l2xc 08:39:27 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/l2xc /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:27 ++ ./regenerate_testcases.py 08:39:27 08:39:27 ++ popd 08:39:27 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:27 ++ for gen in ${file_list} 08:39:27 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/srv6/regenerate_testcases.py 08:39:27 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/srv6 08:39:27 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/srv6/regenerate_testcases.py 08:39:27 ++ filename=regenerate_testcases.py 08:39:27 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/srv6 08:39:27 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/srv6 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:27 ++ ./regenerate_testcases.py 08:39:27 08:39:27 ++ popd 08:39:27 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:27 ++ for gen in ${file_list} 08:39:27 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/vm_vhost/ethip4/regenerate_testcases.py 08:39:27 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/vm_vhost/ethip4 08:39:27 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/vm_vhost/ethip4/regenerate_testcases.py 08:39:27 ++ filename=regenerate_testcases.py 08:39:27 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/vm_vhost/ethip4 08:39:27 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/vm_vhost/ethip4 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:27 ++ ./regenerate_testcases.py 08:39:27 08:39:27 ++ popd 08:39:27 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:27 ++ for gen in ${file_list} 08:39:27 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/vm_vhost/ethip6/regenerate_testcases.py 08:39:27 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/vm_vhost/ethip6 08:39:27 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/vm_vhost/ethip6/regenerate_testcases.py 08:39:27 ++ filename=regenerate_testcases.py 08:39:27 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/vm_vhost/ethip6 08:39:27 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/vm_vhost/ethip6 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:27 ++ ./regenerate_testcases.py 08:39:27 08:39:27 ++ popd 08:39:27 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:27 ++ for gen in ${file_list} 08:39:27 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/container_memif/regenerate_testcases.py 08:39:27 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/container_memif 08:39:27 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/container_memif/regenerate_testcases.py 08:39:27 ++ filename=regenerate_testcases.py 08:39:27 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/container_memif 08:39:27 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/container_memif /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:27 ++ ./regenerate_testcases.py 08:39:27 08:39:27 ++ popd 08:39:27 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:27 ++ for gen in ${file_list} 08:39:27 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/crypto/regenerate_testcases.py 08:39:27 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/crypto 08:39:27 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/crypto/regenerate_testcases.py 08:39:27 ++ filename=regenerate_testcases.py 08:39:27 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/crypto 08:39:27 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/crypto /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:27 ++ ./regenerate_testcases.py 08:39:30 08:39:30 ++ popd 08:39:30 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:30 ++ for gen in ${file_list} 08:39:30 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/gso/regenerate_testcases.py 08:39:30 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/gso 08:39:30 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/gso/regenerate_testcases.py 08:39:30 ++ filename=regenerate_testcases.py 08:39:30 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/gso 08:39:30 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/gso /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:30 ++ ./regenerate_testcases.py 08:39:30 08:39:30 ++ popd 08:39:30 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:30 ++ for gen in ${file_list} 08:39:30 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/hoststack/regenerate_testcases.py 08:39:30 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/hoststack 08:39:30 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/hoststack/regenerate_testcases.py 08:39:30 ++ filename=regenerate_testcases.py 08:39:30 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/hoststack 08:39:30 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/hoststack /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:30 ++ ./regenerate_testcases.py 08:39:30 08:39:30 ++ popd 08:39:30 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:30 ++ for gen in ${file_list} 08:39:30 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip4/regenerate_testcases.py 08:39:30 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip4 08:39:30 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip4/regenerate_testcases.py 08:39:30 ++ filename=regenerate_testcases.py 08:39:30 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip4 08:39:30 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip4 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:30 ++ ./regenerate_testcases.py 08:39:33 08:39:33 ++ popd 08:39:33 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:33 ++ for gen in ${file_list} 08:39:33 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip4_tunnels/regenerate_testcases.py 08:39:33 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip4_tunnels 08:39:33 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip4_tunnels/regenerate_testcases.py 08:39:33 ++ filename=regenerate_testcases.py 08:39:33 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip4_tunnels 08:39:33 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip4_tunnels /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:33 ++ ./regenerate_testcases.py 08:39:33 08:39:33 ++ popd 08:39:33 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:33 ++ for gen in ${file_list} 08:39:33 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip6/regenerate_testcases.py 08:39:33 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip6 08:39:33 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip6/regenerate_testcases.py 08:39:33 ++ filename=regenerate_testcases.py 08:39:33 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip6 08:39:33 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip6 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:33 ++ ./regenerate_testcases.py 08:39:34 08:39:34 ++ popd 08:39:34 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:34 ++ for gen in ${file_list} 08:39:34 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip6_tunnels/regenerate_testcases.py 08:39:34 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip6_tunnels 08:39:34 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip6_tunnels/regenerate_testcases.py 08:39:34 ++ filename=regenerate_testcases.py 08:39:34 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip6_tunnels 08:39:34 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip6_tunnels /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:34 ++ ./regenerate_testcases.py 08:39:34 08:39:34 ++ popd 08:39:34 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:34 ++ for gen in ${file_list} 08:39:34 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/l2/regenerate_testcases.py 08:39:34 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/l2 08:39:34 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/l2/regenerate_testcases.py 08:39:34 ++ filename=regenerate_testcases.py 08:39:34 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/l2 08:39:34 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/l2 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:34 ++ ./regenerate_testcases.py 08:39:35 08:39:35 ++ popd 08:39:35 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:35 ++ for gen in ${file_list} 08:39:35 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/lb/regenerate_testcases.py 08:39:35 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/lb 08:39:35 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/lb/regenerate_testcases.py 08:39:35 ++ filename=regenerate_testcases.py 08:39:35 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/lb 08:39:35 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/lb /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:35 ++ ./regenerate_testcases.py 08:39:36 08:39:36 ++ popd 08:39:36 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:36 ++ for gen in ${file_list} 08:39:36 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/dcr_memif/chain/regenerate_testcases.py 08:39:36 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/dcr_memif/chain 08:39:36 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/dcr_memif/chain/regenerate_testcases.py 08:39:36 ++ filename=regenerate_testcases.py 08:39:36 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/dcr_memif/chain 08:39:36 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/dcr_memif/chain /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:36 ++ ./regenerate_testcases.py 08:39:36 08:39:36 ++ popd 08:39:36 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:36 ++ for gen in ${file_list} 08:39:36 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/dcr_memif/pipeline/regenerate_testcases.py 08:39:36 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/dcr_memif/pipeline 08:39:36 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/dcr_memif/pipeline/regenerate_testcases.py 08:39:36 ++ filename=regenerate_testcases.py 08:39:36 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/dcr_memif/pipeline 08:39:36 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/dcr_memif/pipeline /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:36 ++ ./regenerate_testcases.py 08:39:37 08:39:37 ++ popd 08:39:37 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:37 ++ for gen in ${file_list} 08:39:37 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/vm_vhost/chain_dot1qip4vxlan/regenerate_testcases.py 08:39:37 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/vm_vhost/chain_dot1qip4vxlan 08:39:37 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/vm_vhost/chain_dot1qip4vxlan/regenerate_testcases.py 08:39:37 ++ filename=regenerate_testcases.py 08:39:37 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/vm_vhost/chain_dot1qip4vxlan 08:39:37 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/vm_vhost/chain_dot1qip4vxlan /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:37 ++ ./regenerate_testcases.py 08:39:38 08:39:38 ++ popd 08:39:38 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:38 ++ for gen in ${file_list} 08:39:38 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/vm_vhost/chain/regenerate_testcases.py 08:39:38 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/vm_vhost/chain 08:39:38 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/vm_vhost/chain/regenerate_testcases.py 08:39:38 ++ filename=regenerate_testcases.py 08:39:38 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/vm_vhost/chain 08:39:38 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/vm_vhost/chain /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:38 ++ ./regenerate_testcases.py 08:39:38 08:39:38 ++ popd 08:39:38 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:38 ++ for gen in ${file_list} 08:39:38 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/srv6/regenerate_testcases.py 08:39:38 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/srv6 08:39:38 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/srv6/regenerate_testcases.py 08:39:38 ++ filename=regenerate_testcases.py 08:39:38 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/srv6 08:39:38 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/srv6 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:38 ++ ./regenerate_testcases.py 08:39:39 08:39:39 ++ popd 08:39:39 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:39 ++ for gen in ${file_list} 08:39:39 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/vm_vhost/regenerate_testcases.py 08:39:39 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/vm_vhost 08:39:39 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/vm_vhost/regenerate_testcases.py 08:39:39 ++ filename=regenerate_testcases.py 08:39:39 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/vm_vhost 08:39:39 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/vm_vhost /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:39 ++ ./regenerate_testcases.py 08:39:39 08:39:39 ++ popd 08:39:39 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:39 ++ archive_tests 08:39:39 ++ set -exuo pipefail 08:39:39 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives 08:39:39 /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:39 ++ tar czf generated_tests.tar.gz /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests 08:39:39 tar: Removing leading `/' from member names 08:39:43 ++ popd 08:39:43 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:43 ++ prepare_topology 08:39:43 ++ set -exuo pipefail 08:39:43 ++ case_text=3n_icx 08:39:43 ++ case "${case_text}" in 08:39:43 ++ select_topology 08:39:43 ++ set -exuo pipefail 08:39:43 ++ case "${TEST_CODE}" in 08:39:43 ++ TOPOLOGIES=("${TOPOLOGIES_DIR}"/*3n_icx_*.yaml) 08:39:43 ++ TOPOLOGIES_TAGS='3_node_*_link_topo' 08:39:43 ++ [[ -z /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed37.yaml ]] 08:39:43 ++ reserve_and_cleanup_testbed 08:39:43 ++ set -exuo pipefail 08:39:43 ++ true 08:39:43 ++ for topo in "${TOPOLOGIES[@]}" 08:39:43 ++ set +e 08:39:43 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 08:39:43 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 08:39:43 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed37.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1306 08:39:44 Diagnostic commands: 08:39:44 + ls --full-time -cd '/tmp/reservation_dir'/* 08:39:44 08:39:44 Attempting testbed reservation. 08:39:44 Reservation success, writing additional info to reservation dir. 08:39:44 ++ result=0 08:39:44 ++ set -e 08:39:44 ++ [[ 0 == \0 ]] 08:39:44 ++ WORKING_TOPOLOGY=/w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed37.yaml 08:39:44 ++ echo 'Reserved: /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed37.yaml' 08:39:44 Reserved: /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed37.yaml 08:39:44 ++ trap untrap_and_unreserve_testbed EXIT 08:39:44 ++ set +e 08:39:44 ++ ansible_playbook cleanup,calibration 08:39:44 ++ set -exuo pipefail 08:39:44 ++ case "${TEST_CODE}" in 08:39:44 ++ INVENTORY_PATH=lf_inventory 08:39:44 ++ installed sshpass 08:39:44 ++ set -exuo pipefail 08:39:44 ++ command -v sshpass 08:39:44 /usr/bin/sshpass 08:39:44 ++ hosts=($(fgrep host "${WORKING_TOPOLOGY}" | cut -d ":" -f 2)) 08:39:44 +++ fgrep host /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed37.yaml 08:39:44 +++ cut -d : -f 2 08:39:44 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/fdio.infra.ansible 08:39:44 /w/workspace/csit-vpp-perf-verify-master-3n-icx/fdio.infra.ansible /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:39:44 ++ export ANSIBLE_HOST_KEY_CHECKING=False 08:39:44 ++ ANSIBLE_HOST_KEY_CHECKING=False 08:39:44 ++ export ANSIBLE_STDOUT_CALLBACK=yaml 08:39:44 ++ ANSIBLE_STDOUT_CALLBACK=yaml 08:39:44 ++ export ANSIBLE_PIPELINING=true 08:39:44 ++ ANSIBLE_PIPELINING=true 08:39:44 +++ echo 10.30.51.77 10.30.51.75 10.30.51.76 08:39:44 +++ echo cleanup,calibration 08:39:44 ++ ansible-playbook --vault-password-file=vault_pass --extra-vars @vault.yml --inventory inventories/lf_inventory/hosts site.yaml --limit '10.30.51.77 10.30.51.75 10.30.51.76' --tags cleanup,calibration 08:39:45 08:39:45 PLAY [tg] ********************************************************************** 08:39:45 08:39:45 TASK [Gathering Facts] ********************************************************* 08:39:47 [WARNING]: Platform linux on host 10.30.51.77 is using the discovered Python 08:39:47 interpreter at /usr/bin/python3.12, but future installation of another Python 08:39:47 interpreter could change the meaning of that path. See 08:39:47 https://docs.ansible.com/ansible- 08:39:47 core/2.17/reference_appendices/interpreter_discovery.html for more information. 08:39:47 ok: [10.30.51.77] 08:39:47 08:39:47 TASK [cleanup : tg specific] *************************************************** 08:39:47 included: /w/workspace/csit-vpp-perf-verify-master-3n-icx/fdio.infra.ansible/roles/cleanup/tasks/tg.yaml for 10.30.51.77 08:39:47 08:39:47 TASK [cleanup : Get PID Of _t-rex] ********************************************* 08:39:47 skipping: [10.30.51.77] 08:39:47 08:39:47 TASK [cleanup : Safe Kill _t-rex] ********************************************** 08:39:47 skipping: [10.30.51.77] 08:39:47 08:39:47 TASK [cleanup : wait_for] ****************************************************** 08:39:47 skipping: [10.30.51.77] 08:39:47 08:39:47 TASK [cleanup : Kill Process - Force Kill _t-rex] ****************************** 08:39:47 skipping: [10.30.51.77] 08:39:47 08:39:47 TASK [cleanup : sut specific] ************************************************** 08:39:48 skipping: [10.30.51.77] 08:39:48 08:39:48 TASK [cleanup : nomad specific] ************************************************ 08:39:48 skipping: [10.30.51.77] 08:39:48 08:39:48 TASK [calibration : Check Kernel Parameters] *********************************** 08:39:50 ok: [10.30.51.77] => (item=audit) => changed=false 08:39:50 ansible_loop_var: item 08:39:50 item: audit 08:39:50 msg: Kernel parameters match. 08:39:50 ok: [10.30.51.77] => (item=default_hugepagesz) => changed=false 08:39:50 ansible_loop_var: item 08:39:50 item: default_hugepagesz 08:39:50 msg: Kernel parameters match. 08:39:50 ok: [10.30.51.77] => (item=hpet) => changed=false 08:39:50 ansible_loop_var: item 08:39:50 item: hpet 08:39:50 msg: Kernel parameters match. 08:39:50 ok: [10.30.51.77] => (item=intel_idle.max_cstate) => changed=false 08:39:50 ansible_loop_var: item 08:39:50 item: intel_idle.max_cstate 08:39:50 msg: Kernel parameters match. 08:39:50 ok: [10.30.51.77] => (item=intel_iommu) => changed=false 08:39:50 ansible_loop_var: item 08:39:50 item: intel_iommu 08:39:50 msg: Kernel parameters match. 08:39:50 ok: [10.30.51.77] => (item=intel_pstate) => changed=false 08:39:50 ansible_loop_var: item 08:39:50 item: intel_pstate 08:39:50 msg: Kernel parameters match. 08:39:50 ok: [10.30.51.77] => (item=iommu) => changed=false 08:39:50 ansible_loop_var: item 08:39:50 item: iommu 08:39:50 msg: Kernel parameters match. 08:39:50 ok: [10.30.51.77] => (item=isolcpus) => changed=false 08:39:50 ansible_loop_var: item 08:39:50 item: isolcpus 08:39:50 msg: Kernel parameters match. 08:39:50 ok: [10.30.51.77] => (item=mce) => changed=false 08:39:50 ansible_loop_var: item 08:39:50 item: mce 08:39:50 msg: Kernel parameters match. 08:39:50 ok: [10.30.51.77] => (item=nmi_watchdog) => changed=false 08:39:50 ansible_loop_var: item 08:39:50 item: nmi_watchdog 08:39:50 msg: Kernel parameters match. 08:39:50 ok: [10.30.51.77] => (item=nohz_full) => changed=false 08:39:50 ansible_loop_var: item 08:39:50 item: nohz_full 08:39:50 msg: Kernel parameters match. 08:39:50 ok: [10.30.51.77] => (item=nosoftlockup) => changed=false 08:39:50 ansible_loop_var: item 08:39:50 item: nosoftlockup 08:39:50 msg: Kernel parameters match. 08:39:50 ok: [10.30.51.77] => (item=numa_balancing) => changed=false 08:39:50 ansible_loop_var: item 08:39:50 item: numa_balancing 08:39:50 msg: Kernel parameters match. 08:39:50 ok: [10.30.51.77] => (item=processor.max_cstate) => changed=false 08:39:50 ansible_loop_var: item 08:39:50 item: processor.max_cstate 08:39:50 msg: Kernel parameters match. 08:39:50 ok: [10.30.51.77] => (item=rcu_nocbs) => changed=false 08:39:50 ansible_loop_var: item 08:39:50 item: rcu_nocbs 08:39:50 msg: Kernel parameters match. 08:39:50 ok: [10.30.51.77] => (item=tsc) => changed=false 08:39:50 ansible_loop_var: item 08:39:50 item: tsc 08:39:50 msg: Kernel parameters match. 08:39:50 08:39:50 TASK [calibration : Check Kernel Version] ************************************** 08:39:50 [WARNING]: Could not match supplied host pattern, ignoring: tg_aws 08:39:50 [WARNING]: Could not match supplied host pattern, ignoring: tg_azure 08:39:50 [WARNING]: Could not match supplied host pattern, ignoring: tg_openstack 08:39:50 ok: [10.30.51.77] => changed=false 08:39:50 msg: Kernel version match. 08:39:50 08:39:50 PLAY [tg_aws] ****************************************************************** 08:39:50 skipping: no hosts matched 08:39:50 08:39:50 PLAY [tg_azure] **************************************************************** 08:39:50 skipping: no hosts matched 08:39:50 08:39:50 PLAY [tg_openstack] ************************************************************ 08:39:50 skipping: no hosts matched 08:39:50 08:39:50 PLAY [sut] ********************************************************************* 08:39:50 08:39:50 TASK [Gathering Facts] ********************************************************* 08:39:52 [WARNING]: Platform linux on host 10.30.51.76 is using the discovered Python 08:39:52 interpreter at /usr/bin/python3.12, but future installation of another Python 08:39:52 interpreter could change the meaning of that path. See 08:39:52 https://docs.ansible.com/ansible- 08:39:52 core/2.17/reference_appendices/interpreter_discovery.html for more information. 08:39:52 [WARNING]: Platform linux on host 10.30.51.75 is using the discovered Python 08:39:52 interpreter at /usr/bin/python3.12, but future installation of another Python 08:39:52 interpreter could change the meaning of that path. See 08:39:52 https://docs.ansible.com/ansible- 08:39:52 core/2.17/reference_appendices/interpreter_discovery.html for more information. 08:39:52 ok: [10.30.51.76] 08:39:52 ok: [10.30.51.75] 08:39:52 08:39:52 TASK [cleanup : tg specific] *************************************************** 08:39:52 skipping: [10.30.51.75] 08:39:52 skipping: [10.30.51.76] 08:39:52 08:39:52 TASK [cleanup : sut specific] ************************************************** 08:39:52 included: /w/workspace/csit-vpp-perf-verify-master-3n-icx/fdio.infra.ansible/roles/cleanup/tasks/sut.yaml for 10.30.51.75, 10.30.51.76 08:39:52 08:39:52 TASK [cleanup : Get PID Of qemu] *********************************************** 08:39:53 changed: [10.30.51.76] 08:39:53 changed: [10.30.51.75] 08:39:53 08:39:53 TASK [cleanup : Safe Kill qemu] ************************************************ 08:39:53 skipping: [10.30.51.75] 08:39:53 skipping: [10.30.51.76] 08:39:53 08:39:53 TASK [cleanup : wait_for] ****************************************************** 08:39:53 skipping: [10.30.51.75] 08:39:53 skipping: [10.30.51.76] 08:39:53 08:39:53 TASK [cleanup : Kill Process - Force Kill qemu] ******************************** 08:39:53 skipping: [10.30.51.75] 08:39:53 skipping: [10.30.51.76] 08:39:53 08:39:53 TASK [cleanup : Get PID Of l3fwd] ********************************************** 08:39:53 changed: [10.30.51.75] 08:39:53 changed: [10.30.51.76] 08:39:53 08:39:53 TASK [cleanup : Safe Kill l3fwd] *********************************************** 08:39:53 skipping: [10.30.51.75] 08:39:53 skipping: [10.30.51.76] 08:39:53 08:39:53 TASK [cleanup : wait_for] ****************************************************** 08:39:53 skipping: [10.30.51.75] 08:39:53 skipping: [10.30.51.76] 08:39:53 08:39:53 TASK [cleanup : Kill Process - Force Kill l3fwd] ******************************* 08:39:54 skipping: [10.30.51.75] 08:39:54 skipping: [10.30.51.76] 08:39:54 08:39:54 TASK [cleanup : Get PID Of testpmd] ******************************************** 08:39:54 changed: [10.30.51.75] 08:39:54 changed: [10.30.51.76] 08:39:54 08:39:54 TASK [cleanup : Safe Kill testpmd] ********************************************* 08:39:54 skipping: [10.30.51.75] 08:39:54 skipping: [10.30.51.76] 08:39:54 08:39:54 TASK [cleanup : wait_for] ****************************************************** 08:39:54 skipping: [10.30.51.75] 08:39:54 skipping: [10.30.51.76] 08:39:54 08:39:54 TASK [cleanup : Kill Process - Force Kill testpmd] ***************************** 08:39:54 skipping: [10.30.51.75] 08:39:54 skipping: [10.30.51.76] 08:39:54 08:39:54 TASK [cleanup : Get PID Of iperf3] ********************************************* 08:39:55 changed: [10.30.51.75] 08:39:55 changed: [10.30.51.76] 08:39:55 08:39:55 TASK [cleanup : Safe Kill iperf3] ********************************************** 08:39:55 skipping: [10.30.51.75] 08:39:55 skipping: [10.30.51.76] 08:39:55 08:39:55 TASK [cleanup : wait_for] ****************************************************** 08:39:55 skipping: [10.30.51.75] 08:39:55 skipping: [10.30.51.76] 08:39:55 08:39:55 TASK [cleanup : Kill Process - Force Kill iperf3] ****************************** 08:39:55 skipping: [10.30.51.75] 08:39:55 skipping: [10.30.51.76] 08:39:55 08:39:55 TASK [cleanup : Get PID Of nohup] ********************************************** 08:39:55 changed: [10.30.51.75] 08:39:55 changed: [10.30.51.76] 08:39:55 08:39:55 TASK [cleanup : Safe Kill nohup] *********************************************** 08:39:55 skipping: [10.30.51.75] 08:39:55 skipping: [10.30.51.76] 08:39:55 08:39:55 TASK [cleanup : wait_for] ****************************************************** 08:39:55 skipping: [10.30.51.75] 08:39:55 skipping: [10.30.51.76] 08:39:55 08:39:55 TASK [cleanup : Kill Process - Force Kill nohup] ******************************* 08:39:55 skipping: [10.30.51.75] 08:39:55 skipping: [10.30.51.76] 08:39:55 08:39:55 TASK [cleanup : Get PID Of vpp] ************************************************ 08:39:56 changed: [10.30.51.75] 08:39:56 changed: [10.30.51.76] 08:39:56 08:39:56 TASK [cleanup : Safe Kill vpp] ************************************************* 08:39:56 skipping: [10.30.51.75] 08:39:56 skipping: [10.30.51.76] 08:39:56 08:39:56 TASK [cleanup : wait_for] ****************************************************** 08:39:56 skipping: [10.30.51.75] 08:39:56 skipping: [10.30.51.76] 08:39:56 08:39:56 TASK [cleanup : Kill Process - Force Kill vpp] ********************************* 08:39:56 skipping: [10.30.51.75] 08:39:56 skipping: [10.30.51.76] 08:39:56 08:39:56 TASK [cleanup : Get PID Of vpp_echo] ******************************************* 08:39:56 changed: [10.30.51.75] 08:39:56 changed: [10.30.51.76] 08:39:56 08:39:56 TASK [cleanup : Safe Kill vpp_echo] ******************************************** 08:39:56 skipping: [10.30.51.75] 08:39:56 skipping: [10.30.51.76] 08:39:56 08:39:56 TASK [cleanup : wait_for] ****************************************************** 08:39:56 skipping: [10.30.51.75] 08:39:56 skipping: [10.30.51.76] 08:39:56 08:39:56 TASK [cleanup : Kill Process - Force Kill vpp_echo] **************************** 08:39:56 skipping: [10.30.51.75] 08:39:56 skipping: [10.30.51.76] 08:39:56 08:39:56 TASK [cleanup : Find File Or Dir - Core Zip File] ****************************** 08:39:57 ok: [10.30.51.76] 08:39:57 ok: [10.30.51.75] 08:39:57 08:39:57 TASK [cleanup : Remove File Or Dir - Core Zip File] **************************** 08:39:57 skipping: [10.30.51.75] 08:39:57 skipping: [10.30.51.76] 08:39:57 08:39:57 TASK [cleanup : Find File Or Dir - Core Dump File] ***************************** 08:39:57 ok: [10.30.51.75] 08:39:57 ok: [10.30.51.76] 08:39:57 08:39:57 TASK [cleanup : Remove File Or Dir - Core Dump File] *************************** 08:39:57 skipping: [10.30.51.75] 08:39:57 skipping: [10.30.51.76] 08:39:57 08:39:57 TASK [cleanup : Get Running Docker Containers] ********************************* 08:39:58 ok: [10.30.51.75] 08:39:58 ok: [10.30.51.76] 08:39:58 08:39:58 TASK [cleanup : Remove All Docker Containers] ********************************** 08:39:58 skipping: [10.30.51.75] 08:39:58 skipping: [10.30.51.76] 08:39:58 08:39:58 TASK [cleanup : Get Running LXC Containers] ************************************ 08:39:58 ok: [10.30.51.75] 08:39:58 ok: [10.30.51.76] 08:39:58 08:39:58 TASK [cleanup : Remove All LXC Containers] ************************************* 08:39:58 skipping: [10.30.51.75] 08:39:58 skipping: [10.30.51.76] 08:39:58 08:39:58 TASK [cleanup : Set SSH port to 6001 if docker_sut] **************************** 08:39:58 skipping: [10.30.51.75] 08:39:58 skipping: [10.30.51.76] 08:39:58 08:39:58 TASK [cleanup : Fix Corrupted APT] ********************************************* 08:39:59 skipping: [10.30.51.75] 08:39:59 skipping: [10.30.51.76] 08:39:59 08:39:59 TASK [cleanup : Remove Package - *vpp*] **************************************** 08:39:59 skipping: [10.30.51.75] 08:39:59 skipping: [10.30.51.76] 08:39:59 08:39:59 TASK [cleanup : Set SSH port to 6002 if docker_sut] **************************** 08:39:59 skipping: [10.30.51.75] 08:39:59 skipping: [10.30.51.76] 08:39:59 08:39:59 TASK [cleanup : Fix Corrupted APT] ********************************************* 08:39:59 skipping: [10.30.51.75] 08:39:59 skipping: [10.30.51.76] 08:39:59 08:39:59 TASK [cleanup : Remove Package - *vpp*] **************************************** 08:39:59 skipping: [10.30.51.75] 08:39:59 skipping: [10.30.51.76] 08:39:59 08:39:59 TASK [cleanup : Set SSH port to 22 if docker_sut] ****************************** 08:39:59 skipping: [10.30.51.75] 08:39:59 skipping: [10.30.51.76] 08:39:59 08:39:59 TASK [cleanup : Fix Corrupted APT] ********************************************* 08:40:00 changed: [10.30.51.75] 08:40:00 changed: [10.30.51.76] 08:40:00 08:40:00 TASK [cleanup : Remove Package - *vpp*] **************************************** 08:40:01 ok: [10.30.51.76] 08:40:01 ok: [10.30.51.75] 08:40:01 08:40:01 TASK [cleanup : nomad specific] ************************************************ 08:40:01 skipping: [10.30.51.75] 08:40:01 skipping: [10.30.51.76] 08:40:01 08:40:01 TASK [calibration : Check Kernel Parameters] *********************************** 08:40:03 ok: [10.30.51.75] => (item=audit) => changed=false 08:40:03 ansible_loop_var: item 08:40:03 item: audit 08:40:03 msg: Kernel parameters match. 08:40:03 ok: [10.30.51.76] => (item=audit) => changed=false 08:40:03 ansible_loop_var: item 08:40:03 item: audit 08:40:03 msg: Kernel parameters match. 08:40:03 ok: [10.30.51.75] => (item=default_hugepagesz) => changed=false 08:40:03 ansible_loop_var: item 08:40:03 item: default_hugepagesz 08:40:03 msg: Kernel parameters match. 08:40:03 ok: [10.30.51.76] => (item=default_hugepagesz) => changed=false 08:40:03 ansible_loop_var: item 08:40:03 item: default_hugepagesz 08:40:03 msg: Kernel parameters match. 08:40:03 ok: [10.30.51.75] => (item=hpet) => changed=false 08:40:03 ansible_loop_var: item 08:40:03 item: hpet 08:40:03 msg: Kernel parameters match. 08:40:03 ok: [10.30.51.76] => (item=hpet) => changed=false 08:40:03 ansible_loop_var: item 08:40:03 item: hpet 08:40:03 msg: Kernel parameters match. 08:40:03 ok: [10.30.51.75] => (item=intel_idle.max_cstate) => changed=false 08:40:03 ansible_loop_var: item 08:40:03 item: intel_idle.max_cstate 08:40:03 msg: Kernel parameters match. 08:40:03 ok: [10.30.51.76] => (item=intel_idle.max_cstate) => changed=false 08:40:03 ansible_loop_var: item 08:40:03 item: intel_idle.max_cstate 08:40:03 msg: Kernel parameters match. 08:40:03 ok: [10.30.51.75] => (item=intel_iommu) => changed=false 08:40:03 ansible_loop_var: item 08:40:03 item: intel_iommu 08:40:03 msg: Kernel parameters match. 08:40:03 ok: [10.30.51.76] => (item=intel_iommu) => changed=false 08:40:03 ansible_loop_var: item 08:40:03 item: intel_iommu 08:40:03 msg: Kernel parameters match. 08:40:03 ok: [10.30.51.75] => (item=intel_pstate) => changed=false 08:40:03 ansible_loop_var: item 08:40:03 item: intel_pstate 08:40:03 msg: Kernel parameters match. 08:40:03 ok: [10.30.51.76] => (item=intel_pstate) => changed=false 08:40:03 ansible_loop_var: item 08:40:03 item: intel_pstate 08:40:03 msg: Kernel parameters match. 08:40:03 ok: [10.30.51.75] => (item=iommu) => changed=false 08:40:03 ansible_loop_var: item 08:40:03 item: iommu 08:40:03 msg: Kernel parameters match. 08:40:03 ok: [10.30.51.76] => (item=iommu) => changed=false 08:40:03 ansible_loop_var: item 08:40:03 item: iommu 08:40:03 msg: Kernel parameters match. 08:40:03 ok: [10.30.51.75] => (item=isolcpus) => changed=false 08:40:03 ansible_loop_var: item 08:40:03 item: isolcpus 08:40:03 msg: Kernel parameters match. 08:40:03 ok: [10.30.51.76] => (item=isolcpus) => changed=false 08:40:03 ansible_loop_var: item 08:40:03 item: isolcpus 08:40:03 msg: Kernel parameters match. 08:40:03 ok: [10.30.51.75] => (item=mce) => changed=false 08:40:03 ansible_loop_var: item 08:40:03 item: mce 08:40:03 msg: Kernel parameters match. 08:40:03 ok: [10.30.51.76] => (item=mce) => changed=false 08:40:03 ansible_loop_var: item 08:40:03 item: mce 08:40:03 msg: Kernel parameters match. 08:40:03 ok: [10.30.51.75] => (item=nmi_watchdog) => changed=false 08:40:03 ansible_loop_var: item 08:40:03 item: nmi_watchdog 08:40:03 msg: Kernel parameters match. 08:40:03 ok: [10.30.51.76] => (item=nmi_watchdog) => changed=false 08:40:03 ansible_loop_var: item 08:40:03 item: nmi_watchdog 08:40:03 msg: Kernel parameters match. 08:40:03 ok: [10.30.51.75] => (item=nohz_full) => changed=false 08:40:03 ansible_loop_var: item 08:40:03 item: nohz_full 08:40:03 msg: Kernel parameters match. 08:40:03 ok: [10.30.51.76] => (item=nohz_full) => changed=false 08:40:03 ansible_loop_var: item 08:40:03 item: nohz_full 08:40:03 msg: Kernel parameters match. 08:40:03 ok: [10.30.51.75] => (item=nosoftlockup) => changed=false 08:40:03 ansible_loop_var: item 08:40:03 item: nosoftlockup 08:40:03 msg: Kernel parameters match. 08:40:03 ok: [10.30.51.76] => (item=nosoftlockup) => changed=false 08:40:03 ansible_loop_var: item 08:40:03 item: nosoftlockup 08:40:03 msg: Kernel parameters match. 08:40:03 ok: [10.30.51.75] => (item=numa_balancing) => changed=false 08:40:03 ansible_loop_var: item 08:40:03 item: numa_balancing 08:40:03 msg: Kernel parameters match. 08:40:03 ok: [10.30.51.76] => (item=numa_balancing) => changed=false 08:40:03 ansible_loop_var: item 08:40:03 item: numa_balancing 08:40:03 msg: Kernel parameters match. 08:40:03 ok: [10.30.51.75] => (item=processor.max_cstate) => changed=false 08:40:03 ansible_loop_var: item 08:40:03 item: processor.max_cstate 08:40:03 msg: Kernel parameters match. 08:40:03 ok: [10.30.51.76] => (item=processor.max_cstate) => changed=false 08:40:03 ansible_loop_var: item 08:40:03 item: processor.max_cstate 08:40:03 msg: Kernel parameters match. 08:40:03 ok: [10.30.51.75] => (item=rcu_nocbs) => changed=false 08:40:03 ansible_loop_var: item 08:40:03 item: rcu_nocbs 08:40:03 msg: Kernel parameters match. 08:40:03 ok: [10.30.51.76] => (item=rcu_nocbs) => changed=false 08:40:03 ansible_loop_var: item 08:40:03 item: rcu_nocbs 08:40:03 msg: Kernel parameters match. 08:40:03 ok: [10.30.51.75] => (item=tsc) => changed=false 08:40:03 ansible_loop_var: item 08:40:03 item: tsc 08:40:03 msg: Kernel parameters match. 08:40:03 ok: [10.30.51.76] => (item=tsc) => changed=false 08:40:03 ansible_loop_var: item 08:40:03 item: tsc 08:40:03 msg: Kernel parameters match. 08:40:03 08:40:03 TASK [calibration : Check Kernel Version] ************************************** 08:40:03 [WARNING]: Could not match supplied host pattern, ignoring: sut_aws 08:40:03 [WARNING]: Could not match supplied host pattern, ignoring: sut_azure 08:40:03 [WARNING]: Could not match supplied host pattern, ignoring: sut_openstack 08:40:03 [WARNING]: Could not match supplied host pattern, ignoring: vagrant 08:40:03 ok: [10.30.51.75] => changed=false 08:40:03 msg: Kernel version match. 08:40:03 ok: [10.30.51.76] => changed=false 08:40:03 msg: Kernel version match. 08:40:03 08:40:03 PLAY [sut_aws] ***************************************************************** 08:40:03 skipping: no hosts matched 08:40:03 08:40:03 PLAY [sut_azure] *************************************************************** 08:40:03 skipping: no hosts matched 08:40:03 08:40:03 PLAY [sut_openstack] *********************************************************** 08:40:03 skipping: no hosts matched 08:40:03 08:40:03 PLAY [nomad] ******************************************************************* 08:40:03 skipping: no hosts matched 08:40:03 08:40:03 PLAY [dev] ********************************************************************* 08:40:03 skipping: no hosts matched 08:40:03 08:40:03 PLAY [vagrant] ***************************************************************** 08:40:03 skipping: no hosts matched 08:40:03 08:40:03 PLAY RECAP ********************************************************************* 08:40:03 10.30.51.75 : ok=17 changed=8 unreachable=0 failed=0 skipped=34 rescued=0 ignored=0 08:40:03 10.30.51.76 : ok=17 changed=8 unreachable=0 failed=0 skipped=34 rescued=0 ignored=0 08:40:03 10.30.51.77 : ok=4 changed=0 unreachable=0 failed=0 skipped=6 rescued=0 ignored=0 08:40:03 08:40:03 ++ popd 08:40:03 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:40:03 ++ result=0 08:40:03 ++ set -e 08:40:03 ++ [[ 0 == \0 ]] 08:40:03 ++ break 08:40:03 ++ [[ -n /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed37.yaml ]] 08:40:03 ++ warn 'Reservation and cleanup successful.' 08:40:03 ++ set -exuo pipefail 08:40:03 ++ echo 'Reservation and cleanup successful.' 08:40:03 Reservation and cleanup successful. 08:40:03 ++ break 08:40:03 ++ set_environment_variables 08:40:03 ++ set -exuo pipefail 08:40:03 ++ case "${TEST_CODE}" in 08:40:03 ++ select_tags 08:40:03 ++ set -exuo pipefail 08:40:03 ++ case "${TEST_CODE}" in 08:40:03 ++ start_pattern='^ TG:' 08:40:03 ++ end_pattern='^ \? \?[A-Za-z0-9]\+:' 08:40:03 ++ sed_command='/^ TG:/,/^ \? \?[A-Za-z0-9]\+:/d' 08:40:03 +++ grep -hoP 'model: \K.*' 08:40:03 +++ sort -u 08:40:03 +++ sed '/^ TG:/,/^ \? \?[A-Za-z0-9]\+:/d' /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/2n_azure.template /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/2n_c5n.template /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/2n_c6gn.template /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/2n_c6in.template /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/2n_hw_testbed1.yaml.example /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/3n_hw_testbed1.yaml.example /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_2n_emr_testbed25.yaml /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_2n_emr_testbed26.yaml /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_2n_grc_testbed27.yaml /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_2n_icx_testbed212.yaml /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_2n_icx_testbed213.yaml /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_2n_icx_testbed214.yaml /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_2n_spr_testbed23.yaml /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_2n_spr_testbed24.yaml /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_2n_zn2_testbed210.yaml /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_alt_testbed34.yaml /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3na_spr_testbed21.yaml /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3nb_spr_testbed22.yaml /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_emr_testbed28.yaml /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_emr_testbed29.yaml /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icxd_testbed31.yaml /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icxd_testbed32.yaml /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed37.yaml /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_oct_testbed215.yaml /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_snr_testbed39.yaml /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/README /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/vpp_device.template 08:40:03 ++ available='Amazon-Nitro-100G 08:40:03 Amazon-Nitro-200G 08:40:03 Amazon-Nitro-50G 08:40:03 Amd-EpycZen2 08:40:03 Ampere-Altra 08:40:03 AWS 08:40:03 Azure 08:40:03 azure-mlx-40g 08:40:03 Cavium-A063-100G 08:40:03 HW_4xxx 08:40:03 HW_A0FD 08:40:03 HW_C4xxx 08:40:03 Intel-DSA 08:40:03 Intel-E810CQ 08:40:03 Intel-E810XXV 08:40:03 Intel-E822CQ 08:40:03 Intel-E823C 08:40:03 Intel-Emeraldrapids 08:40:03 Intel-Icelake 08:40:03 Intel-IcelakeD 08:40:03 Intel-Sapphirerapids 08:40:03 Intel-Snowridge 08:40:03 Intel-X710 08:40:03 Intel-XL710 08:40:03 Intel-XXV710 08:40:03 Marvel-OcteonCN10K 08:40:03 Mellanox-CX556A 08:40:03 Mellanox-CX6DX 08:40:03 Mellanox-CX7VEAT 08:40:03 Nvidia-Graceserver 08:40:03 virtual' 08:40:03 +++ sed '/^ TG:/,/^ \? \?[A-Za-z0-9]\+:/d' /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed37.yaml 08:40:03 +++ grep -hoP 'model: \K.*' 08:40:03 +++ sort -u 08:40:03 ++ reserved='Intel-E810CQ 08:40:03 Intel-E810XXV 08:40:03 Intel-Icelake 08:40:03 Intel-XXV710 08:40:03 Mellanox-CX6DX' 08:40:03 ++ exclude_nics=($(comm -13 <(echo "${reserved}") <(echo "${available}"))) 08:40:03 +++ comm -13 /dev/fd/63 /dev/fd/62 08:40:03 ++++ echo 'Intel-E810CQ 08:40:03 Intel-E810XXV 08:40:03 Intel-Icelake 08:40:03 Intel-XXV710 08:40:03 Mellanox-CX6DX' 08:40:03 ++++ echo 'Amazon-Nitro-100G 08:40:03 Amazon-Nitro-200G 08:40:03 Amazon-Nitro-50G 08:40:03 Amd-EpycZen2 08:40:03 Ampere-Altra 08:40:03 AWS 08:40:03 Azure 08:40:03 azure-mlx-40g 08:40:03 Cavium-A063-100G 08:40:03 HW_4xxx 08:40:03 HW_A0FD 08:40:03 HW_C4xxx 08:40:03 Intel-DSA 08:40:03 Intel-E810CQ 08:40:03 Intel-E810XXV 08:40:03 Intel-E822CQ 08:40:03 Intel-E823C 08:40:03 Intel-Emeraldrapids 08:40:03 Intel-Icelake 08:40:03 Intel-IcelakeD 08:40:03 Intel-Sapphirerapids 08:40:03 Intel-Snowridge 08:40:03 Intel-X710 08:40:03 Intel-XL710 08:40:03 Intel-XXV710 08:40:03 Marvel-OcteonCN10K 08:40:03 Mellanox-CX556A 08:40:03 Mellanox-CX6DX 08:40:03 Mellanox-CX7VEAT 08:40:03 Nvidia-Graceserver 08:40:03 virtual' 08:40:03 ++ case "${TEST_CODE}" in 08:40:03 ++ default_nic=nic_intel-e810cq 08:40:03 ++ sed_nic_sub_cmd='sed s/${default_nic}/nic_intel-e810cq/' 08:40:03 ++ awk_nics_sub_cmd= 08:40:03 ++ awk_nics_sub_cmd+='gsub("xxv710","25ge2p1xxv710");' 08:40:03 ++ awk_nics_sub_cmd+='gsub("x710","10ge2p1x710");' 08:40:03 ++ awk_nics_sub_cmd+='gsub("xl710","40ge2p1xl710");' 08:40:03 ++ awk_nics_sub_cmd+='gsub("cx556a","100ge2p1cx556a");' 08:40:03 ++ awk_nics_sub_cmd+='gsub("2p1cx7veat","200ge2p1cx7veat");' 08:40:03 ++ awk_nics_sub_cmd+='gsub("6p3cx7veat","200ge6p3cx7veat");' 08:40:03 ++ awk_nics_sub_cmd+='gsub("cx6dx","100ge2p1cx6dx");' 08:40:03 ++ awk_nics_sub_cmd+='gsub("e810cq","100ge2p1e810cq");' 08:40:03 ++ awk_nics_sub_cmd+='gsub("e822cq","25ge2p1e822cq");' 08:40:03 ++ awk_nics_sub_cmd+='gsub("e823c","25ge2p1e823c");' 08:40:03 ++ awk_nics_sub_cmd+='gsub("vic1227","10ge2p1vic1227");' 08:40:03 ++ awk_nics_sub_cmd+='gsub("vic1385","40ge2p1vic1385");' 08:40:03 ++ awk_nics_sub_cmd+='gsub("nitro-50g","50ge1p1ENA");' 08:40:03 ++ awk_nics_sub_cmd+='gsub("nitro-100g","100ge1p1ENA");' 08:40:03 ++ awk_nics_sub_cmd+='gsub("nitro-200g","200ge1p1ENA");' 08:40:03 ++ awk_nics_sub_cmd+='gsub("cavium-50g","50ge2p1cavium50g");' 08:40:03 ++ awk_nics_sub_cmd+='gsub("cavium-100g","100ge2p1cavium100g");' 08:40:03 ++ awk_nics_sub_cmd+='gsub("virtual","1ge1p82540em");' 08:40:03 ++ awk_nics_sub_cmd+='if ($9 =="drv_avf") drv="avf-";' 08:40:03 ++ awk_nics_sub_cmd+='else if ($9 =="drv_rdma_core") drv ="rdma-";' 08:40:03 ++ awk_nics_sub_cmd+='else if ($9 =="drv_mlx5_core") drv ="mlx5-";' 08:40:03 ++ awk_nics_sub_cmd+='else if ($9 =="drv_af_xdp") drv ="af-xdp-";' 08:40:03 ++ awk_nics_sub_cmd+='else drv="";' 08:40:03 ++ awk_nics_sub_cmd+='if ($1 =="-") cores="";' 08:40:03 ++ awk_nics_sub_cmd+='else cores=$1;' 08:40:03 ++ awk_nics_sub_cmd+='print "*"$7"-" drv $11"-"$5"."$3"-" cores "-" drv $11"-"$5' 08:40:03 ++ tfd=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/job_specs 08:40:03 ++ case "${TEST_CODE}" in 08:40:03 ++ [[ -z nic_intel-e810cqANDdrv_vfio_pciANDeth-ip4tcpbase-ldpreload-iperf3 ]] 08:40:03 ++ test_tag_array=(${TEST_TAG_STRING//:/ }) 08:40:03 ++ SELECTION_MODE=--include 08:40:03 ++ case "${TEST_CODE}" in 08:40:03 ++ test_tag_array+=("!ipsechw") 08:40:03 ++ test_tag_array+=("!3_node_double_link_topoANDnic_intel-xxv710") 08:40:03 ++ test_tag_array+=("${exclude_nics[@]/#/!NIC_}") 08:40:03 ++ TAGS=() 08:40:03 ++ prefix= 08:40:03 ++ [[ csit-vpp-perf-verify-master-3n-icx != *\d\a\i\l\y* ]] 08:40:03 ++ [[ csit-vpp-perf-verify-master-3n-icx == \v\p\p\-* ]] 08:40:03 ++ set +x 08:40:03 ++ compose_robot_arguments 08:40:03 ++ set -exuo pipefail 08:40:03 ++ ROBOT_ARGS=("--loglevel" "TRACE") 08:40:03 ++ ROBOT_ARGS+=("--variable" "TOPOLOGY_PATH:${WORKING_TOPOLOGY}") 08:40:03 ++ case "${TEST_CODE}" in 08:40:03 ++ ROBOT_ARGS+=("--suite" "tests.${DUT}.perf") 08:40:03 ++ EXPANDED_TAGS=() 08:40:03 ++ for tag in "${TAGS[@]}" 08:40:03 ++ [[ nic_intel-e810cqANDdrv_vfio_pciANDeth-ip4tcpbase-ldpreload-iperf3 == \!* ]] 08:40:03 ++ [[ --include == \-\-\t\e\s\t ]] 08:40:03 ++ EXPANDED_TAGS+=("--include" "${TOPOLOGIES_TAGS}AND${tag}") 08:40:03 ++ for tag in "${TAGS[@]}" 08:40:03 ++ [[ !ipsechw == \!* ]] 08:40:03 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 08:40:03 ++ for tag in "${TAGS[@]}" 08:40:03 ++ [[ !3_node_double_link_topoANDnic_intel-xxv710 == \!* ]] 08:40:03 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 08:40:03 ++ for tag in "${TAGS[@]}" 08:40:03 ++ [[ !NIC_Amazon-Nitro-100G == \!* ]] 08:40:03 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 08:40:03 ++ for tag in "${TAGS[@]}" 08:40:03 ++ [[ !NIC_Amazon-Nitro-200G == \!* ]] 08:40:03 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 08:40:03 ++ for tag in "${TAGS[@]}" 08:40:03 ++ [[ !NIC_Amazon-Nitro-50G == \!* ]] 08:40:03 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 08:40:03 ++ for tag in "${TAGS[@]}" 08:40:03 ++ [[ !NIC_Amd-EpycZen2 == \!* ]] 08:40:03 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 08:40:03 ++ for tag in "${TAGS[@]}" 08:40:03 ++ [[ !NIC_Ampere-Altra == \!* ]] 08:40:03 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 08:40:03 ++ for tag in "${TAGS[@]}" 08:40:03 ++ [[ !NIC_AWS == \!* ]] 08:40:03 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 08:40:03 ++ for tag in "${TAGS[@]}" 08:40:03 ++ [[ !NIC_Azure == \!* ]] 08:40:03 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 08:40:03 ++ for tag in "${TAGS[@]}" 08:40:03 ++ [[ !NIC_azure-mlx-40g == \!* ]] 08:40:03 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 08:40:03 ++ for tag in "${TAGS[@]}" 08:40:03 ++ [[ !NIC_Cavium-A063-100G == \!* ]] 08:40:03 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 08:40:03 ++ for tag in "${TAGS[@]}" 08:40:03 ++ [[ !NIC_HW_4xxx == \!* ]] 08:40:03 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 08:40:03 ++ for tag in "${TAGS[@]}" 08:40:03 ++ [[ !NIC_HW_A0FD == \!* ]] 08:40:03 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 08:40:03 ++ for tag in "${TAGS[@]}" 08:40:03 ++ [[ !NIC_HW_C4xxx == \!* ]] 08:40:03 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 08:40:03 ++ for tag in "${TAGS[@]}" 08:40:03 ++ [[ !NIC_Intel-DSA == \!* ]] 08:40:03 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 08:40:03 ++ for tag in "${TAGS[@]}" 08:40:03 ++ [[ !NIC_Intel-E822CQ == \!* ]] 08:40:03 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 08:40:03 ++ for tag in "${TAGS[@]}" 08:40:03 ++ [[ !NIC_Intel-E823C == \!* ]] 08:40:03 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 08:40:03 ++ for tag in "${TAGS[@]}" 08:40:03 ++ [[ !NIC_Intel-Emeraldrapids == \!* ]] 08:40:03 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 08:40:03 ++ for tag in "${TAGS[@]}" 08:40:03 ++ [[ !NIC_Intel-IcelakeD == \!* ]] 08:40:03 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 08:40:03 ++ for tag in "${TAGS[@]}" 08:40:03 ++ [[ !NIC_Intel-Sapphirerapids == \!* ]] 08:40:03 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 08:40:03 ++ for tag in "${TAGS[@]}" 08:40:03 ++ [[ !NIC_Intel-Snowridge == \!* ]] 08:40:03 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 08:40:03 ++ for tag in "${TAGS[@]}" 08:40:03 ++ [[ !NIC_Intel-X710 == \!* ]] 08:40:03 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 08:40:03 ++ for tag in "${TAGS[@]}" 08:40:03 ++ [[ !NIC_Intel-XL710 == \!* ]] 08:40:03 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 08:40:03 ++ for tag in "${TAGS[@]}" 08:40:03 ++ [[ !NIC_Marvel-OcteonCN10K == \!* ]] 08:40:03 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 08:40:03 ++ for tag in "${TAGS[@]}" 08:40:03 ++ [[ !NIC_Mellanox-CX556A == \!* ]] 08:40:03 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 08:40:03 ++ for tag in "${TAGS[@]}" 08:40:03 ++ [[ !NIC_Mellanox-CX7VEAT == \!* ]] 08:40:03 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 08:40:03 ++ for tag in "${TAGS[@]}" 08:40:03 ++ [[ !NIC_Nvidia-Graceserver == \!* ]] 08:40:03 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 08:40:03 ++ for tag in "${TAGS[@]}" 08:40:03 ++ [[ !NIC_virtual == \!* ]] 08:40:03 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 08:40:03 ++ [[ --include == \-\-\t\e\s\t ]] 08:40:03 ++ run_robot 08:40:03 ++ set -exuo pipefail 08:40:03 ++ all_options=("--outputdir" "${ARCHIVE_DIR}" "${ROBOT_ARGS[@]}") 08:40:03 ++ all_options+=("${EXPANDED_TAGS[@]}") 08:40:03 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:40:03 /w/workspace/csit-vpp-perf-verify-master-3n-icx /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:40:03 ++ set +e 08:40:03 ++ robot --outputdir /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives --loglevel TRACE --variable TOPOLOGY_PATH:/w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed37.yaml --suite tests.vpp.perf --include '3_node_*_link_topoANDnic_intel-e810cqANDdrv_vfio_pciANDeth-ip4tcpbase-ldpreload-iperf3' --exclude ipsechw --exclude 3_node_double_link_topoANDnic_intel-xxv710 --exclude NIC_Amazon-Nitro-100G --exclude NIC_Amazon-Nitro-200G --exclude NIC_Amazon-Nitro-50G --exclude NIC_Amd-EpycZen2 --exclude NIC_Ampere-Altra --exclude NIC_AWS --exclude NIC_Azure --exclude NIC_azure-mlx-40g --exclude NIC_Cavium-A063-100G --exclude NIC_HW_4xxx --exclude NIC_HW_A0FD --exclude NIC_HW_C4xxx --exclude NIC_Intel-DSA --exclude NIC_Intel-E822CQ --exclude NIC_Intel-E823C --exclude NIC_Intel-Emeraldrapids --exclude NIC_Intel-IcelakeD --exclude NIC_Intel-Sapphirerapids --exclude NIC_Intel-Snowridge --exclude NIC_Intel-X710 --exclude NIC_Intel-XL710 --exclude NIC_Marvel-OcteonCN10K --exclude NIC_Mellanox-CX556A --exclude NIC_Mellanox-CX7VEAT --exclude NIC_Nvidia-Graceserver --exclude NIC_virtual /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/ 08:44:27 ============================================================================== 08:44:27 Tests 08:44:27 ============================================================================== 08:44:27 Tests.Vpp 08:44:27 ============================================================================== 08:44:27 Tests.Vpp.Perf 08:44:27 ============================================================================== 08:44:36 Framework packed to /tmp/csit-testing-8rh1culg.tgz 08:44:36 Copying tarball to TG host 10.30.51.77, port 6001 starts. 08:44:36 Copying tarball to DUT host 10.30.51.75, port 22 starts. 08:44:36 Copying tarball to DUT host 10.30.51.76, port 22 starts. 08:44:40 Copying tarball to TG host 10.30.51.77, port 6001 done. 08:44:40 Extracting tarball to /tmp/openvpp-testing on TG host 10.30.51.77, port 6001 starts. 08:44:41 Copying tarball to DUT host 10.30.51.75, port 22 done. 08:44:41 Extracting tarball to /tmp/openvpp-testing on DUT host 10.30.51.75, port 22 starts. 08:44:41 Copying tarball to DUT host 10.30.51.76, port 22 done. 08:44:41 Extracting tarball to /tmp/openvpp-testing on DUT host 10.30.51.76, port 22 starts. 08:44:44 Extracting tarball to /tmp/openvpp-testing on TG host 10.30.51.77, port 6001 done. 08:44:44 Setup of node TG host 10.30.51.77, port 6001 done. 08:44:44 Extracting tarball to /tmp/openvpp-testing on DUT host 10.30.51.75, port 22 done. 08:44:44 Setup of node DUT host 10.30.51.75, port 22 done. 08:44:44 Extracting tarball to /tmp/openvpp-testing on DUT host 10.30.51.76, port 22 done. 08:44:44 Setup of node DUT host 10.30.51.76, port 22 done. 08:44:44 All nodes are ready. 08:45:36 Tests.Vpp.Perf.Hoststack 08:45:36 ============================================================================== 08:45:36 Tests.Vpp.Perf.Hoststack.100Ge2P1E810Cq-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps... 08:45:36 ============================================================================== 08:45:37 1460B-1c-eth-ip4tcpbase-ldpreload-iperf3-bps | PASS | 08:46:30 {"start": 0, "end": 20.007153, "seconds": 20.007152557373047, "bytes": 40771256320, "bits_per_second": 16302672238.07416, "retransmits": 0, "omitted": false, "sender": true} 08:46:30 ------------------------------------------------------------------------------ 08:46:30 Tests.Vpp.Perf.Hoststack.100Ge2P1E810Cq-Eth-Ip4Tcpbase-Ldpreload-I... | PASS | 08:46:30 1 test, 1 passed, 0 failed 08:46:30 ============================================================================== 08:46:30 Tests.Vpp.Perf.Hoststack | PASS | 08:46:30 1 test, 1 passed, 0 failed 08:46:30 ============================================================================== 08:46:30 Deleting framework directory on TG host 10.30.51.77, port 6001 starts. 08:46:30 Deleting framework directory on DUT host 10.30.51.75, port 22 starts. 08:46:30 Deleting framework directory on DUT host 10.30.51.76, port 22 starts. 08:46:32 Deleting framework directory on DUT host 10.30.51.75, port 22 done. 08:46:32 Cleanup of node DUT host 10.30.51.75, port 22 done. 08:46:32 Deleting framework directory on DUT host 10.30.51.76, port 22 done. 08:46:32 Cleanup of node DUT host 10.30.51.76, port 22 done. 08:46:32 Deleting framework directory on TG host 10.30.51.77, port 6001 done. 08:46:32 Cleanup of node TG host 10.30.51.77, port 6001 done. 08:46:32 All nodes cleaned up. 08:46:32 Tests.Vpp.Perf | PASS | 08:46:32 1 test, 1 passed, 0 failed 08:46:32 ============================================================================== 08:46:32 Tests.Vpp | PASS | 08:46:32 1 test, 1 passed, 0 failed 08:46:32 ============================================================================== 08:46:32 Tests | PASS | 08:46:32 1 test, 1 passed, 0 failed 08:46:32 ============================================================================== 08:46:32 Output: /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives/output.xml 08:46:32 Log: /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives/log.html 08:46:32 Report: /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives/report.html 08:46:33 ++ ROBOT_EXIT_STATUS=0 08:46:33 ++ set -e 08:46:33 ++ popd 08:46:33 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:46:33 ++ move_archives 08:46:33 ++ set -exuo pipefail 08:46:33 ++ [[ -n /w/workspace/csit-vpp-perf-verify-master-3n-icx ]] 08:46:33 +++ readlink -f /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives 08:46:33 ++ target=/w/workspace/csit-vpp-perf-verify-master-3n-icx/archives 08:46:33 ++ [[ /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives != \/\w\/\w\o\r\k\s\p\a\c\e\/\c\s\i\t\-\v\p\p\-\p\e\r\f\-\v\e\r\i\f\y\-\m\a\s\t\e\r\-\3\n\-\i\c\x\/\a\r\c\h\i\v\e\s ]] 08:46:33 ++ untrap_and_unreserve_testbed 08:46:33 ++ set -xo pipefail 08:46:33 ++ set +eu 08:46:33 ++ trap - EXIT 08:46:33 ++ wt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed37.yaml 08:46:33 ++ [[ -z /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed37.yaml ]] 08:46:33 ++ ansible_playbook cleanup 08:46:33 ++ set -exuo pipefail 08:46:33 ++ case "${TEST_CODE}" in 08:46:33 ++ INVENTORY_PATH=lf_inventory 08:46:33 ++ installed sshpass 08:46:33 ++ set -exuo pipefail 08:46:33 ++ command -v sshpass 08:46:33 /usr/bin/sshpass 08:46:33 ++ hosts=($(fgrep host "${WORKING_TOPOLOGY}" | cut -d ":" -f 2)) 08:46:33 +++ fgrep host /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed37.yaml 08:46:33 +++ cut -d : -f 2 08:46:33 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/fdio.infra.ansible 08:46:33 /w/workspace/csit-vpp-perf-verify-master-3n-icx/fdio.infra.ansible /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:46:33 ++ export ANSIBLE_HOST_KEY_CHECKING=False 08:46:33 ++ ANSIBLE_HOST_KEY_CHECKING=False 08:46:33 ++ export ANSIBLE_STDOUT_CALLBACK=yaml 08:46:33 ++ ANSIBLE_STDOUT_CALLBACK=yaml 08:46:33 ++ export ANSIBLE_PIPELINING=true 08:46:33 ++ ANSIBLE_PIPELINING=true 08:46:33 +++ echo 10.30.51.77 10.30.51.75 10.30.51.76 08:46:33 +++ echo cleanup 08:46:33 ++ ansible-playbook --vault-password-file=vault_pass --extra-vars @vault.yml --inventory inventories/lf_inventory/hosts site.yaml --limit '10.30.51.77 10.30.51.75 10.30.51.76' --tags cleanup 08:46:34 08:46:34 PLAY [tg] ********************************************************************** 08:46:34 08:46:34 TASK [Gathering Facts] ********************************************************* 08:46:36 [WARNING]: Platform linux on host 10.30.51.77 is using the discovered Python 08:46:36 interpreter at /usr/bin/python3.12, but future installation of another Python 08:46:36 interpreter could change the meaning of that path. See 08:46:36 https://docs.ansible.com/ansible- 08:46:36 core/2.17/reference_appendices/interpreter_discovery.html for more information. 08:46:36 ok: [10.30.51.77] 08:46:36 08:46:36 TASK [cleanup : tg specific] *************************************************** 08:46:36 included: /w/workspace/csit-vpp-perf-verify-master-3n-icx/fdio.infra.ansible/roles/cleanup/tasks/tg.yaml for 10.30.51.77 08:46:36 08:46:36 TASK [cleanup : Get PID Of _t-rex] ********************************************* 08:46:36 skipping: [10.30.51.77] 08:46:36 08:46:36 TASK [cleanup : Safe Kill _t-rex] ********************************************** 08:46:36 skipping: [10.30.51.77] 08:46:36 08:46:36 TASK [cleanup : wait_for] ****************************************************** 08:46:36 skipping: [10.30.51.77] 08:46:36 08:46:36 TASK [cleanup : Kill Process - Force Kill _t-rex] ****************************** 08:46:36 skipping: [10.30.51.77] 08:46:36 08:46:36 TASK [cleanup : sut specific] ************************************************** 08:46:36 skipping: [10.30.51.77] 08:46:36 08:46:36 TASK [cleanup : nomad specific] ************************************************ 08:46:37 [WARNING]: Could not match supplied host pattern, ignoring: tg_aws 08:46:37 [WARNING]: Could not match supplied host pattern, ignoring: tg_azure 08:46:37 [WARNING]: Could not match supplied host pattern, ignoring: tg_openstack 08:46:37 skipping: [10.30.51.77] 08:46:37 08:46:37 PLAY [tg_aws] ****************************************************************** 08:46:37 skipping: no hosts matched 08:46:37 08:46:37 PLAY [tg_azure] **************************************************************** 08:46:37 skipping: no hosts matched 08:46:37 08:46:37 PLAY [tg_openstack] ************************************************************ 08:46:37 skipping: no hosts matched 08:46:37 08:46:37 PLAY [sut] ********************************************************************* 08:46:37 08:46:37 TASK [Gathering Facts] ********************************************************* 08:46:38 [WARNING]: Platform linux on host 10.30.51.76 is using the discovered Python 08:46:38 interpreter at /usr/bin/python3.12, but future installation of another Python 08:46:38 interpreter could change the meaning of that path. See 08:46:38 https://docs.ansible.com/ansible- 08:46:38 core/2.17/reference_appendices/interpreter_discovery.html for more information. 08:46:38 [WARNING]: Platform linux on host 10.30.51.75 is using the discovered Python 08:46:38 interpreter at /usr/bin/python3.12, but future installation of another Python 08:46:38 interpreter could change the meaning of that path. See 08:46:38 https://docs.ansible.com/ansible- 08:46:38 core/2.17/reference_appendices/interpreter_discovery.html for more information. 08:46:38 ok: [10.30.51.76] 08:46:38 ok: [10.30.51.75] 08:46:38 08:46:38 TASK [cleanup : tg specific] *************************************************** 08:46:38 skipping: [10.30.51.75] 08:46:38 skipping: [10.30.51.76] 08:46:38 08:46:38 TASK [cleanup : sut specific] ************************************************** 08:46:39 included: /w/workspace/csit-vpp-perf-verify-master-3n-icx/fdio.infra.ansible/roles/cleanup/tasks/sut.yaml for 10.30.51.75, 10.30.51.76 08:46:39 08:46:39 TASK [cleanup : Get PID Of qemu] *********************************************** 08:46:39 changed: [10.30.51.76] 08:46:39 changed: [10.30.51.75] 08:46:39 08:46:39 TASK [cleanup : Safe Kill qemu] ************************************************ 08:46:39 skipping: [10.30.51.75] 08:46:39 skipping: [10.30.51.76] 08:46:39 08:46:39 TASK [cleanup : wait_for] ****************************************************** 08:46:39 skipping: [10.30.51.75] 08:46:39 skipping: [10.30.51.76] 08:46:39 08:46:39 TASK [cleanup : Kill Process - Force Kill qemu] ******************************** 08:46:39 skipping: [10.30.51.75] 08:46:39 skipping: [10.30.51.76] 08:46:39 08:46:39 TASK [cleanup : Get PID Of l3fwd] ********************************************** 08:46:40 changed: [10.30.51.75] 08:46:40 changed: [10.30.51.76] 08:46:40 08:46:40 TASK [cleanup : Safe Kill l3fwd] *********************************************** 08:46:40 skipping: [10.30.51.75] 08:46:40 skipping: [10.30.51.76] 08:46:40 08:46:40 TASK [cleanup : wait_for] ****************************************************** 08:46:40 skipping: [10.30.51.75] 08:46:40 skipping: [10.30.51.76] 08:46:40 08:46:40 TASK [cleanup : Kill Process - Force Kill l3fwd] ******************************* 08:46:40 skipping: [10.30.51.75] 08:46:40 skipping: [10.30.51.76] 08:46:40 08:46:40 TASK [cleanup : Get PID Of testpmd] ******************************************** 08:46:40 changed: [10.30.51.75] 08:46:40 changed: [10.30.51.76] 08:46:40 08:46:40 TASK [cleanup : Safe Kill testpmd] ********************************************* 08:46:40 skipping: [10.30.51.75] 08:46:40 skipping: [10.30.51.76] 08:46:40 08:46:40 TASK [cleanup : wait_for] ****************************************************** 08:46:40 skipping: [10.30.51.75] 08:46:40 skipping: [10.30.51.76] 08:46:40 08:46:40 TASK [cleanup : Kill Process - Force Kill testpmd] ***************************** 08:46:40 skipping: [10.30.51.75] 08:46:40 skipping: [10.30.51.76] 08:46:40 08:46:40 TASK [cleanup : Get PID Of iperf3] ********************************************* 08:46:41 changed: [10.30.51.75] 08:46:41 changed: [10.30.51.76] 08:46:41 08:46:41 TASK [cleanup : Safe Kill iperf3] ********************************************** 08:46:41 skipping: [10.30.51.75] 08:46:41 skipping: [10.30.51.76] 08:46:41 08:46:41 TASK [cleanup : wait_for] ****************************************************** 08:46:41 skipping: [10.30.51.75] 08:46:41 skipping: [10.30.51.76] 08:46:41 08:46:41 TASK [cleanup : Kill Process - Force Kill iperf3] ****************************** 08:46:41 skipping: [10.30.51.75] 08:46:41 skipping: [10.30.51.76] 08:46:41 08:46:41 TASK [cleanup : Get PID Of nohup] ********************************************** 08:46:41 changed: [10.30.51.75] 08:46:41 changed: [10.30.51.76] 08:46:41 08:46:41 TASK [cleanup : Safe Kill nohup] *********************************************** 08:46:41 skipping: [10.30.51.75] 08:46:41 skipping: [10.30.51.76] 08:46:41 08:46:41 TASK [cleanup : wait_for] ****************************************************** 08:46:42 skipping: [10.30.51.75] 08:46:42 skipping: [10.30.51.76] 08:46:42 08:46:42 TASK [cleanup : Kill Process - Force Kill nohup] ******************************* 08:46:42 skipping: [10.30.51.75] 08:46:42 skipping: [10.30.51.76] 08:46:42 08:46:42 TASK [cleanup : Get PID Of vpp] ************************************************ 08:46:42 changed: [10.30.51.75] 08:46:42 changed: [10.30.51.76] 08:46:42 08:46:42 TASK [cleanup : Safe Kill vpp] ************************************************* 08:46:42 changed: [10.30.51.76] => (item=1885726) 08:46:42 changed: [10.30.51.75] => (item=2319010) 08:46:42 08:46:42 TASK [cleanup : wait_for] ****************************************************** 08:46:43 ok: [10.30.51.76] => (item=1885726) 08:46:43 ok: [10.30.51.75] => (item=2319010) 08:46:43 08:46:43 TASK [cleanup : Kill Process - Force Kill vpp] ********************************* 08:46:43 skipping: [10.30.51.75] 08:46:43 skipping: [10.30.51.76] 08:46:43 08:46:43 TASK [cleanup : Get PID Of vpp_echo] ******************************************* 08:46:43 changed: [10.30.51.75] 08:46:43 changed: [10.30.51.76] 08:46:43 08:46:43 TASK [cleanup : Safe Kill vpp_echo] ******************************************** 08:46:43 skipping: [10.30.51.75] 08:46:43 skipping: [10.30.51.76] 08:46:43 08:46:43 TASK [cleanup : wait_for] ****************************************************** 08:46:43 skipping: [10.30.51.75] 08:46:43 skipping: [10.30.51.76] 08:46:43 08:46:43 TASK [cleanup : Kill Process - Force Kill vpp_echo] **************************** 08:46:43 skipping: [10.30.51.75] 08:46:43 skipping: [10.30.51.76] 08:46:43 08:46:43 TASK [cleanup : Find File Or Dir - Core Zip File] ****************************** 08:46:44 ok: [10.30.51.76] 08:46:44 ok: [10.30.51.75] 08:46:44 08:46:44 TASK [cleanup : Remove File Or Dir - Core Zip File] **************************** 08:46:44 skipping: [10.30.51.75] 08:46:44 skipping: [10.30.51.76] 08:46:44 08:46:44 TASK [cleanup : Find File Or Dir - Core Dump File] ***************************** 08:46:44 ok: [10.30.51.75] 08:46:44 ok: [10.30.51.76] 08:46:44 08:46:44 TASK [cleanup : Remove File Or Dir - Core Dump File] *************************** 08:46:44 skipping: [10.30.51.75] 08:46:44 skipping: [10.30.51.76] 08:46:44 08:46:44 TASK [cleanup : Get Running Docker Containers] ********************************* 08:46:45 ok: [10.30.51.75] 08:46:45 ok: [10.30.51.76] 08:46:45 08:46:45 TASK [cleanup : Remove All Docker Containers] ********************************** 08:46:45 skipping: [10.30.51.75] 08:46:45 skipping: [10.30.51.76] 08:46:45 08:46:45 TASK [cleanup : Get Running LXC Containers] ************************************ 08:46:45 ok: [10.30.51.75] 08:46:45 ok: [10.30.51.76] 08:46:45 08:46:45 TASK [cleanup : Remove All LXC Containers] ************************************* 08:46:45 skipping: [10.30.51.75] 08:46:45 skipping: [10.30.51.76] 08:46:45 08:46:45 TASK [cleanup : Set SSH port to 6001 if docker_sut] **************************** 08:46:45 skipping: [10.30.51.75] 08:46:45 skipping: [10.30.51.76] 08:46:45 08:46:45 TASK [cleanup : Fix Corrupted APT] ********************************************* 08:46:46 skipping: [10.30.51.75] 08:46:46 skipping: [10.30.51.76] 08:46:46 08:46:46 TASK [cleanup : Remove Package - *vpp*] **************************************** 08:46:46 skipping: [10.30.51.75] 08:46:46 skipping: [10.30.51.76] 08:46:46 08:46:46 TASK [cleanup : Set SSH port to 6002 if docker_sut] **************************** 08:46:46 skipping: [10.30.51.75] 08:46:46 skipping: [10.30.51.76] 08:46:46 08:46:46 TASK [cleanup : Fix Corrupted APT] ********************************************* 08:46:46 skipping: [10.30.51.75] 08:46:46 skipping: [10.30.51.76] 08:46:46 08:46:46 TASK [cleanup : Remove Package - *vpp*] **************************************** 08:46:46 skipping: [10.30.51.75] 08:46:46 skipping: [10.30.51.76] 08:46:46 08:46:46 TASK [cleanup : Set SSH port to 22 if docker_sut] ****************************** 08:46:46 skipping: [10.30.51.75] 08:46:46 skipping: [10.30.51.76] 08:46:46 08:46:46 TASK [cleanup : Fix Corrupted APT] ********************************************* 08:46:47 changed: [10.30.51.75] 08:46:47 changed: [10.30.51.76] 08:46:47 08:46:47 TASK [cleanup : Remove Package - *vpp*] **************************************** 08:46:51 changed: [10.30.51.76] 08:46:51 changed: [10.30.51.75] 08:46:51 08:46:51 TASK [cleanup : nomad specific] ************************************************ 08:46:51 [WARNING]: Could not match supplied host pattern, ignoring: sut_aws 08:46:51 [WARNING]: Could not match supplied host pattern, ignoring: sut_azure 08:46:51 [WARNING]: Could not match supplied host pattern, ignoring: sut_openstack 08:46:51 [WARNING]: Could not match supplied host pattern, ignoring: vagrant 08:46:51 skipping: [10.30.51.75] 08:46:51 skipping: [10.30.51.76] 08:46:51 08:46:51 PLAY [sut_aws] ***************************************************************** 08:46:51 skipping: no hosts matched 08:46:51 08:46:51 PLAY [sut_azure] *************************************************************** 08:46:51 skipping: no hosts matched 08:46:51 08:46:51 PLAY [sut_openstack] *********************************************************** 08:46:51 skipping: no hosts matched 08:46:51 08:46:51 PLAY [nomad] ******************************************************************* 08:46:51 skipping: no hosts matched 08:46:51 08:46:51 PLAY [dev] ********************************************************************* 08:46:51 skipping: no hosts matched 08:46:51 08:46:51 PLAY [vagrant] ***************************************************************** 08:46:51 skipping: no hosts matched 08:46:51 08:46:51 PLAY RECAP ********************************************************************* 08:46:51 10.30.51.75 : ok=17 changed=10 unreachable=0 failed=0 skipped=32 rescued=0 ignored=0 08:46:51 10.30.51.76 : ok=17 changed=10 unreachable=0 failed=0 skipped=32 rescued=0 ignored=0 08:46:51 10.30.51.77 : ok=2 changed=0 unreachable=0 failed=0 skipped=6 rescued=0 ignored=0 08:46:51 08:46:51 ++ popd 08:46:51 /w/workspace/csit-vpp-perf-verify-master-3n-icx 08:46:51 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -c -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed37.yaml 08:46:52 ++ case "${TEST_CODE}" in 08:46:52 ++ WORKING_TOPOLOGY= 08:46:52 ++ set -eu 08:46:52 ++ die_on_robot_error 08:46:52 ++ set -exuo pipefail 08:46:52 ++ [[ 0 != \0 ]] 08:46:52 $ ssh-agent -k 08:46:52 unset SSH_AUTH_SOCK; 08:46:52 unset SSH_AGENT_PID; 08:46:52 echo Agent pid 223 killed; 08:46:52 [ssh-agent] Stopped. 08:46:52 [PostBuildScript] - [INFO] Executing post build scripts. 08:46:52 [csit-vpp-perf-verify-master-3n-icx] $ /bin/bash /tmp/jenkins3102705473112898949.sh 08:46:52 ---> jjb/scripts/post_build_executor_info.sh 08:46:52 ************************************************************************ 08:46:52 Executor Runtime Attributes: 08:46:52 OS: ubuntu-24.04 08:46:52 Linux 1e9420be1d97 6.8.0-38-generic #38-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 7 15:25:01 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 08:46:52 Number CPUs: 112 08:46:52 Arch: x86_64 08:46:52 Nomad Client Hostname: s26-nomad 08:46:52 Container ID: 1e9420be1d97 08:46:52 ************************************************************************ 08:46:52 lscpu: 08:46:52 Architecture: x86_64 08:46:52 CPU op-mode(s): 32-bit, 64-bit 08:46:52 Address sizes: 46 bits physical, 48 bits virtual 08:46:52 Byte Order: Little Endian 08:46:52 CPU(s): 112 08:46:52 On-line CPU(s) list: 0-111 08:46:52 Vendor ID: GenuineIntel 08:46:52 BIOS Vendor ID: Intel(R) Corporation 08:46:52 Model name: Intel(R) Xeon(R) Platinum 8280 CPU @ 2.70GHz 08:46:52 BIOS Model name: Intel(R) Xeon(R) Platinum 8280 CPU @ 2.70GHz CPU @ 2.7GHz 08:46:52 BIOS CPU family: 179 08:46:52 CPU family: 6 08:46:52 Model: 85 08:46:52 Thread(s) per core: 2 08:46:52 Core(s) per socket: 28 08:46:52 Socket(s): 2 08:46:52 Stepping: 7 08:46:52 CPU(s) scaling MHz: 35% 08:46:52 CPU max MHz: 4000.0000 08:46:52 CPU min MHz: 1000.0000 08:46:52 BogoMIPS: 5400.00 08:46:52 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi pku ospke avx512_vnni md_clear flush_l1d arch_capabilities 08:46:52 Virtualization: VT-x 08:46:52 L1d cache: 1.8 MiB (56 instances) 08:46:52 L1i cache: 1.8 MiB (56 instances) 08:46:52 L2 cache: 56 MiB (56 instances) 08:46:52 L3 cache: 77 MiB (2 instances) 08:46:52 NUMA node(s): 2 08:46:52 NUMA node0 CPU(s): 0-27,56-83 08:46:52 NUMA node1 CPU(s): 28-55,84-111 08:46:52 Vulnerability Gather data sampling: Mitigation; Microcode 08:46:52 Vulnerability Itlb multihit: KVM: Mitigation: VMX disabled 08:46:52 Vulnerability L1tf: Not affected 08:46:52 Vulnerability Mds: Not affected 08:46:52 Vulnerability Meltdown: Not affected 08:46:52 Vulnerability Mmio stale data: Mitigation; Clear CPU buffers; SMT vulnerable 08:46:52 Vulnerability Reg file data sampling: Not affected 08:46:52 Vulnerability Retbleed: Mitigation; Enhanced IBRS 08:46:52 Vulnerability Spec rstack overflow: Not affected 08:46:52 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl 08:46:52 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 08:46:52 Vulnerability Spectre v2: Mitigation; Enhanced / Automatic IBRS; IBPB conditional; RSB filling; PBRSB-eIBRS SW sequence; BHI SW loop, KVM SW loop 08:46:52 Vulnerability Srbds: Not affected 08:46:52 Vulnerability Tsx async abort: Mitigation; TSX disabled 08:46:52 ************************************************************************ 08:46:52 df -h: 08:46:52 Filesystem Size Used Avail Use% Mounted on 08:46:52 overlay 1.8T 112G 1.6T 7% / 08:46:52 tmpfs 64M 0 64M 0% /dev 08:46:52 shm 64M 0 64M 0% /dev/shm 08:46:52 /dev/md0 1.8T 112G 1.6T 7% /local 08:46:52 tmpfs 1.0M 0 1.0M 0% /secrets 08:46:52 ************************************************************************ 08:46:52 free -m: 08:46:52 total used free shared buff/cache available 08:46:52 Mem: 176895 14315 43904 7 120284 162579 08:46:52 Swap: 8191 1 8190 08:46:52 ************************************************************************ 08:46:52 ccache statistics: 08:46:52 CCACHE_DIR = '/scratch/ccache' 08:46:52 Cacheable calls: 1604432 / 1896370 (84.61%) 08:46:52 Hits: 1161252 / 1604432 (72.38%) 08:46:52 Direct: 969893 / 1161252 (83.52%) 08:46:52 Preprocessed: 191359 / 1161252 (16.48%) 08:46:52 Misses: 443180 / 1604432 (27.62%) 08:46:52 Uncacheable calls: 291938 / 1896370 (15.39%) 08:46:52 Local storage: 08:46:52 Cache size (GB): 10.0 / 10.0 (99.96%) 08:46:52 Cleanups: 1456 08:46:52 Hits: 1161252 / 1604432 (72.38%) 08:46:52 Misses: 443180 / 1604432 (27.62%) 08:46:52 ************************************************************************ 08:46:52 [csit-vpp-perf-verify-master-3n-icx] $ /bin/bash /tmp/jenkins10282025331952976406.sh 08:46:52 ---> jjb/scripts/post_build_deploy_archives.sh 08:46:52 % Total % Received % Xferd Average Speed Time Time Time Current 08:46:52 Dload Upload Total Spent Left Speed 08:46:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 230 0 230 0 0 6375 0 --:--:-- --:--:-- --:--:-- 6571 08:46:52 Archive: robot-plugin.zip 08:46:52 End-of-central-directory signature not found. Either this file is not 08:46:52 a zipfile, or it constitutes one disk of a multi-part archive. In the 08:46:52 latter case the central directory and zipfile comment will be found on 08:46:52 the last disk(s) of this archive. 08:46:52 unzip: cannot find zipfile directory in one of robot-plugin.zip or 08:46:52 robot-plugin.zip.zip, and cannot find robot-plugin.zip.ZIP, period. 08:46:52 Workspace archived artifacts: 08:46:52 /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives: 08:46:52 total 23388 08:46:52 drwxr-xr-x 3 root root 4096 Apr 30 08:46 . 08:46:52 drwxr-xr-x 20 root root 4096 Apr 30 08:46 .. 08:46:52 -rw-r--r-- 1 root root 20077912 Apr 30 08:39 generated_tests.tar.gz 08:46:52 -rw-r--r-- 1 root root 689897 Apr 30 08:46 log.html 08:46:52 -rw-r--r-- 1 root root 2913016 Apr 30 08:46 output.xml 08:46:52 -rw-r--r-- 1 root root 247993 Apr 30 08:46 report.html 08:46:52 drwxr-xr-x 3 root root 4096 Apr 30 08:46 tests 08:46:52 08:46:52 /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives/tests: 08:46:52 total 16 08:46:52 drwxr-xr-x 3 root root 4096 Apr 30 08:46 . 08:46:52 drwxr-xr-x 3 root root 4096 Apr 30 08:46 .. 08:46:52 -rw-r--r-- 1 root root 267 Apr 30 08:46 suite.info.json 08:46:52 drwxr-xr-x 3 root root 4096 Apr 30 08:45 vpp 08:46:52 08:46:52 /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives/tests/vpp: 08:46:52 total 12 08:46:52 drwxr-xr-x 3 root root 4096 Apr 30 08:45 . 08:46:52 drwxr-xr-x 3 root root 4096 Apr 30 08:46 .. 08:46:52 drwxr-xr-x 3 root root 4096 Apr 30 08:46 perf 08:46:52 08:46:52 /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives/tests/vpp/perf: 08:46:52 total 16 08:46:52 drwxr-xr-x 3 root root 4096 Apr 30 08:46 . 08:46:52 drwxr-xr-x 3 root root 4096 Apr 30 08:45 .. 08:46:52 drwxr-xr-x 3 root root 4096 Apr 30 08:45 hoststack 08:46:52 -rw-r--r-- 1 root root 345 Apr 30 08:46 suite.info.json 08:46:52 08:46:52 /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives/tests/vpp/perf/hoststack: 08:46:52 total 12 08:46:52 drwxr-xr-x 3 root root 4096 Apr 30 08:45 . 08:46:52 drwxr-xr-x 3 root root 4096 Apr 30 08:46 .. 08:46:52 drwxr-xr-x 2 root root 4096 Apr 30 08:46 100ge2p1e810cq-eth-ip4tcpbase-ldpreload-iperf3-bps 08:46:52 08:46:52 /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives/tests/vpp/perf/hoststack/100ge2p1e810cq-eth-ip4tcpbase-ldpreload-iperf3-bps: 08:46:52 total 16 08:46:52 drwxr-xr-x 2 root root 4096 Apr 30 08:46 . 08:46:52 drwxr-xr-x 3 root root 4096 Apr 30 08:45 .. 08:46:52 -rw-r--r-- 1 root root 1236 Apr 30 08:46 1460b-1c-eth-ip4tcpbase-ldpreload-iperf3-bps.info.json 08:46:52 -rw-r--r-- 1 root root 702 Apr 30 08:46 suite.info.json 08:46:52 provisioning config files... 08:46:52 copy managed file [jenkins-s3-log-ship] to file:/root/.aws/credentials 08:46:52 [csit-vpp-perf-verify-master-3n-icx] $ /bin/bash /tmp/jenkins2245560923056923254.sh 08:46:52 ---> publish_library_py.sh 08:46:52 + PYTHON_SCRIPT=/w/workspace/publish_library.py 08:46:52 ++ grep VERSION_CODENAME= /etc/os-release 08:46:52 ++ cut -d= -f2 08:46:52 + OS_CODENAME=noble 08:46:52 + pip_options= 08:46:52 + '[' noble = noble ']' 08:46:52 + pip_options=' --break-system-packages' 08:46:52 + pip3 install --break-system-packages boto3 08:46:53 Requirement already satisfied: boto3 in /usr/local/lib/python3.12/dist-packages (1.37.34) 08:46:53 Requirement already satisfied: botocore<1.38.0,>=1.37.34 in /usr/local/lib/python3.12/dist-packages (from boto3) (1.37.34) 08:46:53 Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /usr/local/lib/python3.12/dist-packages (from boto3) (1.0.1) 08:46:53 Requirement already satisfied: s3transfer<0.12.0,>=0.11.0 in /usr/local/lib/python3.12/dist-packages (from boto3) (0.11.4) 08:46:53 Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /usr/local/lib/python3.12/dist-packages (from botocore<1.38.0,>=1.37.34->boto3) (2.9.0.post0) 08:46:53 Requirement already satisfied: urllib3!=2.2.0,<3,>=1.25.4 in /usr/lib/python3/dist-packages (from botocore<1.38.0,>=1.37.34->boto3) (2.0.7) 08:46:53 Requirement already satisfied: six>=1.5 in /usr/lib/python3/dist-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.38.0,>=1.37.34->boto3) (1.16.0) 08:46:53 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 08:46:53 ++ dirname /w/workspace/publish_library.py 08:46:53 + mkdir -p /w/workspace 08:46:53 + cat 08:46:53 [csit-vpp-perf-verify-master-3n-icx] $ /bin/bash /tmp/jenkins17485281998485604989.sh 08:46:53 ---> publish_logs.sh 08:46:53 INFO: S3 path vex-yul-rot-jenkins-1/csit-vpp-perf-verify-master-3n-icx/1306/ 08:46:53 INFO: archiving logs to S3 08:46:53 INFO: Found credentials in shared credentials file: ~/.aws/credentials 08:46:53 INFO: