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