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