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