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