09:23:00 Retriggered by user vrpolak for Gerrit: https://gerrit.fd.io/r/c/csit/+/42652 09:23:00 Running as SYSTEM 09:23:00 [EnvInject] - Loading node environment variables. 09:23:00 Building remotely on m-builder-ubuntu2404-prod-x86_64-7fbf84859d77c2 (m-builder-ubuntu2404-prod-x86_64) in workspace /w/workspace/csit-vpp-perf-verify-master-3n-icx 09:23:00 [ssh-agent] Looking for ssh-agent implementation... 09:23:00 $ ssh-agent 09:23:00 SSH_AUTH_SOCK=/tmp/ssh-ZxOFVAvm05IV/agent.291 09:23:00 SSH_AGENT_PID=292 09:23:00 [ssh-agent] Started. 09:23:00 Running ssh-add (command line suppressed) 09:23:00 Identity added: /w/workspace/csit-vpp-perf-verify-master-3n-icx@tmp/private_key_5137437359710985839.key (/w/workspace/csit-vpp-perf-verify-master-3n-icx@tmp/private_key_5137437359710985839.key) 09:23:00 [ssh-agent] Using credentials rotterdam-jobbuilder (Rotterdam JJB) 09:23:00 The recommended git tool is: NONE 09:23:01 using credential jenkins-gerrit-credentials 09:23:01 Wiping out workspace first. 09:23:01 Cloning the remote Git repository 09:23:02 Cloning repository git://10.30.48.3/mirror/csit 09:23:02 > git init /w/workspace/csit-vpp-perf-verify-master-3n-icx # timeout=10 09:23:02 Fetching upstream changes from git://10.30.48.3/mirror/csit 09:23:02 > git --version # timeout=10 09:23:02 > git --version # 'git version 2.43.0' 09:23:02 using GIT_SSH to set credentials Rotterdam JJB 09:23:02 > git fetch --tags --force --progress -- git://10.30.48.3/mirror/csit +refs/heads/*:refs/remotes/origin/* # timeout=10 09:23:10 > git config remote.origin.url git://10.30.48.3/mirror/csit # timeout=10 09:23:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:23:11 > git config remote.origin.url git://10.30.48.3/mirror/csit # timeout=10 09:23:11 Fetching upstream changes from git://10.30.48.3/mirror/csit 09:23:11 using GIT_SSH to set credentials Rotterdam JJB 09:23:11 > git fetch --tags --force --progress -- git://10.30.48.3/mirror/csit refs/changes/52/42652/43 # timeout=10 09:23:11 > git rev-parse d30b4246c3061ed3a183cb1f3d255c2600f821a9^{commit} # timeout=10 09:23:11 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 09:23:11 Checking out Revision d30b4246c3061ed3a183cb1f3d255c2600f821a9 (refs/changes/52/42652/43) 09:23:11 > git config core.sparsecheckout # timeout=10 09:23:11 > git checkout -f d30b4246c3061ed3a183cb1f3d255c2600f821a9 # timeout=10 09:23:15 Commit message: "Experiment: debugs for hoststack" 09:23:15 > git rev-parse FETCH_HEAD^{commit} # timeout=10 09:23:15 > git rev-list --no-walk 3b72cfbf35bde88616417a575fea2bef9ac3659a # timeout=10 09:23:15 [csit-vpp-perf-verify-master-3n-icx] $ /bin/bash /tmp/jenkins223977769424220922.sh 09:23:15 ---> jjb/scripts/setup_executor_env.sh 09:23:15 ************************************************************************ 09:23:15 Executor Runtime Attributes: 09:23:15 OS: ubuntu-24.04 09:23:15 Arch: x86_64 09:23:15 Nomad Client Hostname: Unknown 09:23:15 Container ID: 8e572c5cae4d 09:23:15 ************************************************************************ 09:23:15 Executor Dockerfile: /scratch/docker-build/Dockerfile 09:23:15 ----- %< ----- 09:23:15 FROM cruizba/ubuntu-dind:noble-28.2.1 AS builder-executor-image 09:23:15 LABEL Description="FD.io CI 'builder' executor docker image for ubuntu-24.04/x86_64" 09:23:15 LABEL Vendor="fd.io" 09:23:15 LABEL Version="2025_07_18_151133_UTC-x86_64" 09:23:15 # Remove extraneous environment variable(s) created in "cruizba/ubuntu-dind:noble-28.2.1" 09:23:15 ENV DEBUG= 09:23:15 09:23:15 # Create download dir to cache external tarballs 09:23:15 WORKDIR /root/Downloads 09:23:15 09:23:15 # Copy-in temporary build tree containing 09:23:15 # ci-management, vpp, & csit git repos 09:23:15 WORKDIR /scratch/docker-build 09:23:15 COPY . . 09:23:15 09:23:15 # Build Environment Variables 09:23:15 ENV DEBIAN_FRONTEND="noninteractive" 09:23:15 ENV FDIOTOOLS_IMAGE="fdiotools/builder-ubuntu2404:2025_07_18_151133_UTC-x86_64" 09:23:15 ENV FDIOTOOLS_EXECUTOR_CLASS="builder" 09:23:15 ENV CIMAN_ROOT="/scratch/docker-build/ci-management" 09:23:15 ENV PATH="$PATH:/scratch/docker-build/ci-management/docker/scripts" 09:23:15 09:23:15 # Configure locales 09:23:15 RUN apt-get update -qq \ 09:23:15 && apt-get install -y \ 09:23:15 apt-utils \ 09:23:15 locales \ 09:23:15 && sed -i 's/# \(en_US\.UTF-8 .*\)/\1/' /etc/locale.gen \ 09:23:15 && locale-gen en_US.UTF-8 \ 09:23:15 && dpkg-reconfigure --frontend=noninteractive locales \ 09:23:15 && update-locale LANG=en_US.UTF-8 \ 09:23:15 && TZ=Etc/UTC && ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone \ 09:23:15 && rm -r /var/lib/apt/lists/* 09:23:15 ENV LANG="en_US.UTF-8" LANGUAGE="en_US" LC_ALL="en_US.UTF-8" 09:23:15 09:23:15 # Install baseline packages (minimum build & utils). 09:23:15 # 09:23:15 # ci-management global-jjb requirements: 09:23:15 # facter 09:23:15 # python3-pip 09:23:15 # python3-venv 09:23:15 # for lftools: 09:23:15 # xmlstarlet 09:23:15 # libxml2-dev 09:23:15 # libxslt-dev 09:23:15 # from packer/provision/baseline.sh: 09:23:15 # unzip 09:23:15 # xz-utils 09:23:15 # git 09:23:15 # git-review 09:23:15 # libxml2-dev 09:23:15 # libxml-xpath-perl 09:23:15 # libxslt-dev 09:23:15 # make 09:23:15 # wget 09:23:15 # jq 09:23:15 # 09:23:15 # Python build from source requirements: 09:23:15 # build-essential 09:23:15 # 09:23:15 # TODO: Fix broken project requirement install targets 09:23:15 # graphviz for doxygen (HICN) 09:23:15 # doxygen for doxygen (HICN) 09:23:15 # libffi-dev for python cffi install (Ubuntu24.04/VPP/aarch64) 09:23:15 # liblapack-dev for python numpy/scipy (CSIT/aarch64) 09:23:15 # libopenblas-dev for python numpy/scipy (CSIT/aarch64) 09:23:15 # libpcap-dev for python pypcap install (CSIT) 09:23:15 # sshpass for CSIT jobs 09:23:15 # 09:23:15 RUN apt-get update -qq \ 09:23:15 && apt-get install -y \ 09:23:15 apt-transport-https \ 09:23:15 curl \ 09:23:15 ca-certificates \ 09:23:15 default-jdk \ 09:23:15 default-jre \ 09:23:15 dnsutils \ 09:23:15 doxygen \ 09:23:15 emacs \ 09:23:15 facter \ 09:23:15 gawk \ 09:23:15 gdb \ 09:23:15 gfortran \ 09:23:15 git \ 09:23:15 git-review \ 09:23:15 gnupg-agent \ 09:23:15 graphviz \ 09:23:15 iproute2 \ 09:23:15 iputils-clockdiff \ 09:23:15 iputils-ping \ 09:23:15 iputils-tracepath \ 09:23:15 jq \ 09:23:15 libffi-dev \ 09:23:15 liblapack-dev \ 09:23:15 libopenblas-dev \ 09:23:15 libpcap-dev \ 09:23:15 libxml-xpath-perl \ 09:23:15 make \ 09:23:15 python3-pip \ 09:23:15 python3-venv \ 09:23:15 python3-virtualenv \ 09:23:15 rsync \ 09:23:15 ruby-dev \ 09:23:15 software-properties-common \ 09:23:15 sshpass \ 09:23:15 sysstat \ 09:23:15 sudo \ 09:23:15 traceroute \ 09:23:15 tree \ 09:23:15 vim \ 09:23:15 wget \ 09:23:15 xmlstarlet \ 09:23:15 xz-utils \ 09:23:15 && curl -L https://packagecloud.io/fdio/master/gpgkey | apt-key add - \ 09:23:15 && curl -s https://packagecloud.io/install/repositories/fdio/master/script.deb.sh | bash \ 09:23:15 && rm -r /var/lib/apt/lists/* 09:23:15 09:23:15 # Install terraform for CSIT 09:23:15 # 09:23:15 RUN wget https://releases.hashicorp.com/terraform/1.7.3/terraform_1.7.3_linux_amd64.zip \ 09:23:15 && unzip terraform_1.7.3_linux_amd64.zip \ 09:23:15 && mv terraform /usr/bin \ 09:23:15 && rm -f terraform_1.7.3_linux_amd64.zip 09:23:15 09:23:15 # Install golang for HostStack Test (HST) jobs 09:23:15 # 09:23:15 ENV GOPATH /go 09:23:15 ENV GOROOT /usr/local/go 09:23:15 ENV PATH $GOPATH/bin:/usr/local/go/bin:$PATH 09:23:15 RUN rm -rf /usr/local/go /usr/bin/go \ 09:23:15 && wget -P /tmp "https://go.dev/dl/go1.24.4.linux-amd64.tar.gz" \ 09:23:15 && tar -C /usr/local -xzf "/tmp/go1.24.4.linux-amd64.tar.gz" \ 09:23:15 && rm "/tmp/go1.24.4.linux-amd64.tar.gz" \ 09:23:15 && ln -s /usr/local/go/bin/go /usr/bin/go \ 09:23:15 && echo -n "\nGOPATH=$GOPATH\nGOROOT=$GOROOT" | tee -a /etc/environment \ 09:23:15 && mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH" 09:23:15 09:23:15 # Install packages for all project branches 09:23:15 # 09:23:15 RUN apt-get update -qq \ 09:23:15 && dbld_vpp_install_packages.sh \ 09:23:15 && dbld_csit_install_packages.sh \ 09:23:15 && apt-get install -y pkg-config \ 09:23:15 && rm -r /var/lib/apt/lists/* 09:23:15 09:23:15 # Install LF-IT requirements 09:23:15 ENV LF_VENV="/root/lf-venv" 09:23:15 RUN apt-get update -qq \ 09:23:15 && dbld_lfit_requirements.sh \ 09:23:15 && rm -r /var/lib/apt/lists/* 09:23:15 09:23:15 # Install packagecloud requirements 09:23:15 RUN gem install rake package_cloud \ 09:23:15 && curl -s https://packagecloud.io/install/repositories/fdio/master/script.deb.sh | bash 09:23:15 09:23:15 # Install CSIT ssh requirements 09:23:15 # TODO: Verify why badkey is required & figure out how to avoid it. 09:23:15 COPY files/badkey /root/.ssh/id_rsa 09:23:15 COPY files/sshconfig /root/.ssh/config 09:23:15 09:23:15 # CI Runtime Environment 09:23:15 WORKDIR / 09:23:15 09:23:15 ENV VPP_ZOMBIE_NOCHECK="1" 09:23:15 ENV CCACHE_DIR="/scratch/ccache" 09:23:15 ENV CCACHE_MAXSIZE="10G" 09:23:15 09:23:15 # Clean up copy-in build tree 09:23:15 RUN dbld_dump_build_logs.sh \ 09:23:15 && apt-get -y autoremove \ 09:23:15 && rm -rf "/tmp/*" "/scratch/docker-build/files" "/root/.ccache" 09:23:15 ----- %< ----- 09:23:15 ************************************************************************ 09:23:15 Virtual memory stat 09:23:15 procs -----------memory---------- ---swap-- -----io---- -system-- -------cpu------- 09:23:15 r b swpd free buff cache si so bi bo in cs us sy id wa st gu 09:23:15 68 0 0 385692192 33468940 82952536 0 0 2 3217 7037 0 2 0 98 0 0 0 09:23:16 60 0 0 385086436 33468940 83048028 0 0 0 6234 64060 42955 34 3 63 0 0 0 09:23:16 CPU time breakdowns per CPU 09:23:16 Linux 6.8.0-55-generic (8e572c5cae4d) 10/29/2025 _x86_64_ (128 CPU) 09:23:17 09:23:17 09:23:16 AM CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle 09:23:17 09:23:17 AM all 34.08 0.00 3.02 0.00 0.00 0.03 0.00 0.00 0.00 62.86 09:23:17 09:23:17 AM 0 18.09 0.00 0.00 0.00 0.00 3.19 0.00 0.00 0.00 78.72 09:23:17 09:23:17 AM 1 56.12 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 43.88 09:23:17 09:23:17 AM 2 61.22 0.00 20.41 0.00 0.00 0.00 0.00 0.00 0.00 18.37 09:23:17 09:23:17 AM 3 91.92 0.00 2.02 0.00 0.00 0.00 0.00 0.00 0.00 6.06 09:23:17 09:23:17 AM 4 93.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 6.00 09:23:17 09:23:17 AM 5 93.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 6.00 09:23:17 09:23:17 AM 6 18.56 0.00 1.03 0.00 0.00 0.00 0.00 0.00 0.00 80.41 09:23:17 09:23:17 AM 7 98.99 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:17 09:23:17 AM 8 99.01 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:17 09:23:17 AM 9 98.99 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:17 09:23:17 AM 10 98.99 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:17 09:23:17 AM 11 99.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:17 09:23:17 AM 12 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:17 09:23:17 AM 13 30.93 0.00 2.06 0.00 0.00 0.00 0.00 0.00 0.00 67.01 09:23:17 09:23:17 AM 14 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:17 09:23:17 AM 15 96.97 0.00 3.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:17 09:23:17 AM 16 22.00 0.00 2.00 0.00 0.00 0.00 0.00 0.00 0.00 76.00 09:23:17 09:23:17 AM 17 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:17 09:23:17 AM 18 98.99 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:17 09:23:17 AM 19 67.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 33.00 09:23:17 09:23:17 AM 20 5.15 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 94.85 09:23:17 09:23:17 AM 21 64.00 0.00 31.00 0.00 0.00 0.00 0.00 0.00 0.00 5.00 09:23:17 09:23:17 AM 22 47.96 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 52.04 09:23:17 09:23:17 AM 23 15.15 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 84.85 09:23:17 09:23:17 AM 24 75.76 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 24.24 09:23:17 09:23:17 AM 25 4.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 95.92 09:23:17 09:23:17 AM 26 5.05 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 93.94 09:23:17 09:23:17 AM 27 58.59 0.00 4.04 0.00 0.00 0.00 0.00 0.00 0.00 37.37 09:23:17 09:23:17 AM 28 93.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 6.00 09:23:17 09:23:17 AM 29 34.34 0.00 15.15 0.00 0.00 0.00 0.00 0.00 0.00 50.51 09:23:17 09:23:17 AM 30 59.41 0.00 33.66 0.00 0.00 0.00 0.00 0.00 0.00 6.93 09:23:17 09:23:17 AM 31 58.00 0.00 29.00 0.00 0.00 0.00 0.00 0.00 0.00 13.00 09:23:17 09:23:17 AM 32 72.73 0.00 4.04 0.00 0.00 0.00 0.00 0.00 0.00 23.23 09:23:17 09:23:17 AM 33 92.00 0.00 7.00 0.00 0.00 0.00 0.00 0.00 0.00 1.00 09:23:17 09:23:17 AM 34 61.39 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 37.62 09:23:17 09:23:17 AM 35 65.66 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 34.34 09:23:17 09:23:17 AM 36 23.23 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 75.76 09:23:17 09:23:17 AM 37 27.27 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 71.72 09:23:17 09:23:17 AM 38 33.66 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 65.35 09:23:17 09:23:17 AM 39 61.62 0.00 5.05 0.00 0.00 0.00 0.00 0.00 0.00 33.33 09:23:17 09:23:17 AM 40 74.49 0.00 1.02 0.00 0.00 0.00 0.00 0.00 0.00 24.49 09:23:17 09:23:17 AM 41 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:17 09:23:17 AM 42 92.86 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 7.14 09:23:17 09:23:17 AM 43 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:17 09:23:17 AM 44 2.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00 09:23:17 09:23:17 AM 45 52.00 0.00 4.00 0.00 0.00 0.00 0.00 0.00 0.00 44.00 09:23:17 09:23:17 AM 46 4.04 0.00 2.02 0.00 0.00 0.00 0.00 0.00 0.00 93.94 09:23:17 09:23:17 AM 47 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:17 09:23:17 AM 48 15.15 0.00 8.08 0.00 0.00 0.00 0.00 0.00 0.00 76.77 09:23:17 09:23:17 AM 49 2.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 97.98 09:23:17 09:23:17 AM 50 1.01 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 97.98 09:23:17 09:23:17 AM 51 33.67 0.00 2.04 0.00 0.00 0.00 0.00 0.00 0.00 64.29 09:23:17 09:23:17 AM 52 23.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 77.00 09:23:17 09:23:17 AM 53 7.14 0.00 4.08 0.00 0.00 0.00 0.00 0.00 0.00 88.78 09:23:17 09:23:17 AM 54 4.00 0.00 4.00 0.00 0.00 0.00 0.00 0.00 0.00 92.00 09:23:17 09:23:17 AM 55 70.30 0.00 5.94 0.00 0.00 0.00 0.00 0.00 0.00 23.76 09:23:17 09:23:17 AM 56 5.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 94.00 09:23:17 09:23:17 AM 57 53.47 0.00 4.95 0.00 0.00 0.00 0.00 0.00 0.00 41.58 09:23:17 09:23:17 AM 58 35.35 0.00 4.04 0.00 0.00 0.00 0.00 0.00 0.00 60.61 09:23:17 09:23:17 AM 59 14.14 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 84.85 09:23:17 09:23:17 AM 60 2.02 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 96.97 09:23:17 09:23:17 AM 61 3.06 0.00 2.04 0.00 0.00 0.00 0.00 0.00 0.00 94.90 09:23:17 09:23:17 AM 62 10.10 0.00 3.03 0.00 0.00 0.00 0.00 0.00 0.00 86.87 09:23:17 09:23:17 AM 63 14.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 85.00 09:23:17 09:23:17 AM 64 33.33 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 65.66 09:23:17 09:23:17 AM 65 25.51 0.00 8.16 0.00 0.00 0.00 0.00 0.00 0.00 66.33 09:23:17 09:23:17 AM 66 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 09:23:17 09:23:17 AM 67 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:17 09:23:17 AM 68 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:17 09:23:17 AM 69 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:17 09:23:17 AM 70 24.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 76.00 09:23:17 09:23:17 AM 71 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:17 09:23:17 AM 72 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:17 09:23:17 AM 73 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:17 09:23:17 AM 74 4.00 0.00 3.00 0.00 0.00 0.00 0.00 0.00 0.00 93.00 09:23:17 09:23:17 AM 75 4.00 0.00 3.00 0.00 0.00 0.00 0.00 0.00 0.00 93.00 09:23:17 09:23:17 AM 76 3.06 0.00 3.06 0.00 0.00 0.00 0.00 0.00 0.00 93.88 09:23:17 09:23:17 AM 77 15.31 0.00 4.08 0.00 0.00 1.02 0.00 0.00 0.00 79.59 09:23:17 09:23:17 AM 78 6.06 0.00 3.03 0.00 0.00 0.00 0.00 0.00 0.00 90.91 09:23:17 09:23:17 AM 79 4.04 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 94.95 09:23:17 09:23:17 AM 80 46.94 0.00 16.33 0.00 0.00 0.00 0.00 0.00 0.00 36.73 09:23:17 09:23:17 AM 81 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:17 09:23:17 AM 82 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:17 09:23:17 AM 83 3.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 96.00 09:23:17 09:23:17 AM 84 6.12 0.00 1.02 0.00 0.00 0.00 0.00 0.00 0.00 92.86 09:23:17 09:23:17 AM 85 3.06 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 96.94 09:23:17 09:23:17 AM 86 15.31 0.00 9.18 0.00 0.00 0.00 0.00 0.00 0.00 75.51 09:23:17 09:23:17 AM 87 44.44 0.00 11.11 0.00 0.00 0.00 0.00 0.00 0.00 44.44 09:23:17 09:23:17 AM 88 6.12 0.00 1.02 0.00 0.00 0.00 0.00 0.00 0.00 92.86 09:23:17 09:23:17 AM 89 93.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 6.00 09:23:17 09:23:17 AM 90 9.28 0.00 1.03 0.00 0.00 0.00 0.00 0.00 0.00 89.69 09:23:17 09:23:17 AM 91 9.18 0.00 1.02 0.00 0.00 0.00 0.00 0.00 0.00 89.80 09:23:17 09:23:17 AM 92 7.14 0.00 1.02 0.00 0.00 0.00 0.00 0.00 0.00 91.84 09:23:17 09:23:17 AM 93 4.04 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 94.95 09:23:17 09:23:17 AM 94 11.34 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 88.66 09:23:17 09:23:17 AM 95 71.00 0.00 19.00 0.00 0.00 0.00 0.00 0.00 0.00 10.00 09:23:17 09:23:17 AM 96 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:17 09:23:17 AM 97 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:17 09:23:17 AM 98 14.14 0.00 4.04 0.00 0.00 0.00 0.00 0.00 0.00 81.82 09:23:17 09:23:17 AM 99 21.21 0.00 4.04 0.00 0.00 0.00 0.00 0.00 0.00 74.75 09:23:17 09:23:17 AM 100 17.00 0.00 2.00 0.00 0.00 0.00 0.00 0.00 0.00 81.00 09:23:17 09:23:17 AM 101 79.59 0.00 3.06 0.00 0.00 0.00 0.00 0.00 0.00 17.35 09:23:17 09:23:17 AM 102 35.00 0.00 4.00 0.00 0.00 0.00 0.00 0.00 0.00 61.00 09:23:17 09:23:17 AM 103 15.84 0.00 2.97 0.00 0.00 0.00 0.00 0.00 0.00 81.19 09:23:17 09:23:17 AM 104 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:17 09:23:17 AM 105 85.86 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 13.13 09:23:17 09:23:17 AM 106 9.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 91.00 09:23:17 09:23:17 AM 107 1.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.99 09:23:17 09:23:17 AM 108 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:17 09:23:17 AM 109 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:17 09:23:17 AM 110 2.04 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 97.96 09:23:17 09:23:17 AM 111 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:17 09:23:17 AM 112 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:17 09:23:17 AM 113 35.00 0.00 2.00 0.00 0.00 0.00 0.00 0.00 0.00 63.00 09:23:17 09:23:17 AM 114 3.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 96.00 09:23:17 09:23:17 AM 115 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01 09:23:17 09:23:17 AM 116 91.92 0.00 2.02 0.00 0.00 0.00 0.00 0.00 0.00 6.06 09:23:17 09:23:17 AM 117 21.21 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 77.78 09:23:17 09:23:17 AM 118 50.51 0.00 8.08 0.00 0.00 0.00 0.00 0.00 0.00 41.41 09:23:17 09:23:17 AM 119 2.04 0.00 1.02 0.00 0.00 0.00 0.00 0.00 0.00 96.94 09:23:17 09:23:17 AM 120 68.69 0.00 27.27 0.00 0.00 0.00 0.00 0.00 0.00 4.04 09:23:17 09:23:17 AM 121 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 09:23:17 09:23:17 AM 122 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00 09:23:17 09:23:17 AM 123 5.94 0.00 1.98 0.00 0.00 0.00 0.00 0.00 0.00 92.08 09:23:17 09:23:17 AM 124 7.07 0.00 3.03 0.00 0.00 0.00 0.00 0.00 0.00 89.90 09:23:17 09:23:17 AM 125 2.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 97.00 09:23:17 09:23:17 AM 126 11.11 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 88.89 09:23:17 09:23:17 AM 127 4.12 0.00 1.03 0.00 0.00 0.00 0.00 0.00 0.00 94.85 09:23:18 09:23:18 09:23:17 AM CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle 09:23:18 09:23:18 AM all 32.25 0.00 3.59 0.19 0.00 0.02 0.00 0.00 0.00 63.95 09:23:18 09:23:18 AM 0 1.11 0.00 0.00 0.00 0.00 2.22 0.00 0.00 0.00 96.67 09:23:18 09:23:18 AM 1 43.43 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 55.56 09:23:18 09:23:18 AM 2 22.00 0.00 13.00 0.00 0.00 0.00 0.00 0.00 0.00 65.00 09:23:18 09:23:18 AM 3 8.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 91.00 09:23:18 09:23:18 AM 4 57.00 0.00 2.00 0.00 0.00 0.00 0.00 0.00 0.00 41.00 09:23:18 09:23:18 AM 5 83.84 0.00 3.03 0.00 0.00 0.00 0.00 0.00 0.00 13.13 09:23:18 09:23:18 AM 6 42.00 0.00 2.00 0.00 0.00 0.00 0.00 0.00 0.00 56.00 09:23:18 09:23:18 AM 7 99.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:18 09:23:18 AM 8 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:18 09:23:18 AM 9 99.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:18 09:23:18 AM 10 96.04 0.00 3.96 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:18 09:23:18 AM 11 99.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:18 09:23:18 AM 12 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:18 09:23:18 AM 13 84.16 0.00 1.98 0.00 0.00 0.00 0.00 0.00 0.00 13.86 09:23:18 09:23:18 AM 14 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:18 09:23:18 AM 15 99.01 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:18 09:23:18 AM 16 18.37 0.00 2.04 0.00 0.00 0.00 0.00 0.00 0.00 79.59 09:23:18 09:23:18 AM 17 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:18 09:23:18 AM 18 81.19 0.00 18.81 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:18 09:23:18 AM 19 35.05 0.00 1.03 0.00 0.00 0.00 0.00 0.00 0.00 63.92 09:23:18 09:23:18 AM 20 4.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 95.92 09:23:18 09:23:18 AM 21 66.67 0.00 31.31 0.00 0.00 0.00 0.00 0.00 0.00 2.02 09:23:18 09:23:18 AM 22 73.27 0.00 1.98 0.00 0.00 0.00 0.00 0.00 0.00 24.75 09:23:18 09:23:18 AM 23 51.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 48.98 09:23:18 09:23:18 AM 24 74.75 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 24.24 09:23:18 09:23:18 AM 25 2.04 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 97.96 09:23:18 09:23:18 AM 26 19.39 0.00 3.06 0.00 0.00 0.00 0.00 0.00 0.00 77.55 09:23:18 09:23:18 AM 27 55.56 0.00 30.30 0.00 0.00 0.00 0.00 0.00 0.00 14.14 09:23:18 09:23:18 AM 28 63.27 0.00 1.02 0.00 0.00 0.00 0.00 0.00 0.00 35.71 09:23:18 09:23:18 AM 29 36.36 0.00 18.18 0.00 0.00 0.00 0.00 0.00 0.00 45.45 09:23:18 09:23:18 AM 30 33.67 0.00 12.24 0.00 0.00 0.00 0.00 0.00 0.00 54.08 09:23:18 09:23:18 AM 31 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:18 09:23:18 AM 32 5.10 0.00 3.06 5.10 0.00 0.00 0.00 0.00 0.00 86.73 09:23:18 09:23:18 AM 33 5.05 0.00 2.02 1.01 0.00 0.00 0.00 0.00 0.00 91.92 09:23:18 09:23:18 AM 34 0.00 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 98.99 09:23:18 09:23:18 AM 35 85.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 14.00 09:23:18 09:23:18 AM 36 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:18 09:23:18 AM 37 2.04 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 97.96 09:23:18 09:23:18 AM 38 1.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.97 09:23:18 09:23:18 AM 39 21.43 0.00 2.04 0.00 0.00 0.00 0.00 0.00 0.00 76.53 09:23:18 09:23:18 AM 40 41.84 0.00 1.02 0.00 0.00 0.00 0.00 0.00 0.00 57.14 09:23:18 09:23:18 AM 41 3.06 0.00 1.02 0.00 0.00 0.00 0.00 0.00 0.00 95.92 09:23:18 09:23:18 AM 42 2.97 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 96.04 09:23:18 09:23:18 AM 43 99.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:18 09:23:18 AM 44 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 09:23:18 09:23:18 AM 45 89.90 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 9.09 09:23:18 09:23:18 AM 46 18.75 0.00 1.04 0.00 0.00 0.00 0.00 0.00 0.00 80.21 09:23:18 09:23:18 AM 47 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:18 09:23:18 AM 48 23.47 0.00 7.14 0.00 0.00 0.00 0.00 0.00 0.00 69.39 09:23:18 09:23:18 AM 49 34.00 0.00 5.00 0.00 0.00 0.00 0.00 0.00 0.00 61.00 09:23:18 09:23:18 AM 50 55.45 0.00 4.95 0.00 0.00 0.00 0.00 0.00 0.00 39.60 09:23:18 09:23:18 AM 51 45.45 0.00 11.11 0.00 0.00 0.00 0.00 0.00 0.00 43.43 09:23:18 09:23:18 AM 52 1.96 0.00 2.94 5.88 0.00 0.98 0.00 0.00 0.00 88.24 09:23:18 09:23:18 AM 53 8.08 0.00 6.06 0.00 0.00 0.00 0.00 0.00 0.00 85.86 09:23:18 09:23:18 AM 54 5.05 0.00 2.02 0.00 0.00 0.00 0.00 0.00 0.00 92.93 09:23:18 09:23:18 AM 55 95.96 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 4.04 09:23:18 09:23:18 AM 56 16.16 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 82.83 09:23:18 09:23:18 AM 57 43.88 0.00 2.04 0.00 0.00 0.00 0.00 0.00 0.00 54.08 09:23:18 09:23:18 AM 58 44.44 0.00 8.08 0.00 0.00 0.00 0.00 0.00 0.00 47.47 09:23:18 09:23:18 AM 59 49.50 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 49.50 09:23:18 09:23:18 AM 60 1.01 0.00 1.01 5.05 0.00 0.00 0.00 0.00 0.00 92.93 09:23:18 09:23:18 AM 61 0.00 0.00 0.00 6.19 0.00 0.00 0.00 0.00 0.00 93.81 09:23:18 09:23:18 AM 62 1.02 0.00 1.02 0.00 0.00 0.00 0.00 0.00 0.00 97.96 09:23:18 09:23:18 AM 63 30.30 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 68.69 09:23:18 09:23:18 AM 64 32.32 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 67.68 09:23:18 09:23:18 AM 65 61.00 0.00 36.00 0.00 0.00 0.00 0.00 0.00 0.00 3.00 09:23:18 09:23:18 AM 66 1.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.98 09:23:18 09:23:18 AM 67 37.76 0.00 16.33 0.00 0.00 0.00 0.00 0.00 0.00 45.92 09:23:18 09:23:18 AM 68 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:18 09:23:18 AM 69 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:18 09:23:18 AM 70 92.93 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 6.06 09:23:18 09:23:18 AM 71 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:18 09:23:18 AM 72 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:18 09:23:18 AM 73 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:18 09:23:18 AM 74 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:18 09:23:18 AM 75 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 09:23:18 09:23:18 AM 76 4.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 95.00 09:23:18 09:23:18 AM 77 9.18 0.00 5.10 0.00 0.00 0.00 0.00 0.00 0.00 85.71 09:23:18 09:23:18 AM 78 35.00 0.00 21.00 0.00 0.00 0.00 0.00 0.00 0.00 44.00 09:23:18 09:23:18 AM 79 34.34 0.00 24.24 0.00 0.00 0.00 0.00 0.00 0.00 41.41 09:23:18 09:23:18 AM 80 11.22 0.00 3.06 0.00 0.00 0.00 0.00 0.00 0.00 85.71 09:23:18 09:23:18 AM 81 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:18 09:23:18 AM 82 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:18 09:23:18 AM 83 10.31 0.00 1.03 0.00 0.00 0.00 0.00 0.00 0.00 88.66 09:23:18 09:23:18 AM 84 6.19 0.00 2.06 0.00 0.00 0.00 0.00 0.00 0.00 91.75 09:23:18 09:23:18 AM 85 1.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.99 09:23:18 09:23:18 AM 86 4.17 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 95.83 09:23:18 09:23:18 AM 87 2.02 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 96.97 09:23:18 09:23:18 AM 88 4.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 95.92 09:23:18 09:23:18 AM 89 97.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 2.00 09:23:18 09:23:18 AM 90 6.12 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 93.88 09:23:18 09:23:18 AM 91 5.05 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 93.94 09:23:18 09:23:18 AM 92 5.10 0.00 1.02 0.00 0.00 0.00 0.00 0.00 0.00 93.88 09:23:18 09:23:18 AM 93 3.06 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 96.94 09:23:18 09:23:18 AM 94 8.91 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 90.10 09:23:18 09:23:18 AM 95 64.00 0.00 34.00 0.00 0.00 0.00 0.00 0.00 0.00 2.00 09:23:18 09:23:18 AM 96 0.99 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 98.02 09:23:18 09:23:18 AM 97 0.00 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 98.99 09:23:18 09:23:18 AM 98 64.00 0.00 10.00 0.00 0.00 0.00 0.00 0.00 0.00 26.00 09:23:18 09:23:18 AM 99 1.01 0.00 0.00 1.01 0.00 0.00 0.00 0.00 0.00 97.98 09:23:18 09:23:18 AM 100 83.67 0.00 3.06 0.00 0.00 0.00 0.00 0.00 0.00 13.27 09:23:18 09:23:18 AM 101 13.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 87.00 09:23:18 09:23:18 AM 102 43.43 0.00 4.04 0.00 0.00 0.00 0.00 0.00 0.00 52.53 09:23:18 09:23:18 AM 103 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:18 09:23:18 AM 104 14.00 0.00 7.00 0.00 0.00 0.00 0.00 0.00 0.00 79.00 09:23:18 09:23:18 AM 105 6.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 93.00 09:23:18 09:23:18 AM 106 90.00 0.00 9.00 0.00 0.00 0.00 0.00 0.00 0.00 1.00 09:23:18 09:23:18 AM 107 1.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.99 09:23:18 09:23:18 AM 108 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:18 09:23:18 AM 109 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 09:23:18 09:23:18 AM 110 2.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 97.98 09:23:18 09:23:18 AM 111 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:18 09:23:18 AM 112 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:18 09:23:18 AM 113 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:18 09:23:18 AM 114 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:18 09:23:18 AM 115 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:18 09:23:18 AM 116 33.33 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 66.67 09:23:18 09:23:18 AM 117 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:18 09:23:18 AM 118 82.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18.00 09:23:18 09:23:18 AM 119 0.99 0.00 1.98 0.00 0.00 0.00 0.00 0.00 0.00 97.03 09:23:18 09:23:18 AM 120 63.64 0.00 29.29 0.00 0.00 0.00 0.00 0.00 0.00 7.07 09:23:18 09:23:18 AM 121 2.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 97.98 09:23:18 09:23:18 AM 122 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:18 09:23:18 AM 123 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:18 09:23:18 AM 124 46.00 0.00 6.00 0.00 0.00 0.00 0.00 0.00 0.00 48.00 09:23:18 09:23:18 AM 125 98.00 0.00 2.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:18 09:23:18 AM 126 43.43 0.00 6.06 0.00 0.00 0.00 0.00 0.00 0.00 50.51 09:23:18 09:23:18 AM 127 6.00 0.00 3.00 0.00 0.00 0.00 0.00 0.00 0.00 91.00 09:23:18 09:23:18 Average: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle 09:23:18 Average: all 33.17 0.00 3.31 0.09 0.00 0.03 0.00 0.00 0.00 63.40 09:23:18 Average: 0 9.78 0.00 0.00 0.00 0.00 2.72 0.00 0.00 0.00 87.50 09:23:18 Average: 1 49.75 0.00 0.51 0.00 0.00 0.00 0.00 0.00 0.00 49.75 09:23:18 Average: 2 41.41 0.00 16.67 0.00 0.00 0.00 0.00 0.00 0.00 41.92 09:23:18 Average: 3 49.75 0.00 1.51 0.00 0.00 0.00 0.00 0.00 0.00 48.74 09:23:18 Average: 4 75.00 0.00 1.50 0.00 0.00 0.00 0.00 0.00 0.00 23.50 09:23:18 Average: 5 88.44 0.00 2.01 0.00 0.00 0.00 0.00 0.00 0.00 9.55 09:23:18 Average: 6 30.46 0.00 1.52 0.00 0.00 0.00 0.00 0.00 0.00 68.02 09:23:18 Average: 7 98.99 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:18 Average: 8 99.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:18 Average: 9 98.99 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:18 Average: 10 97.50 0.00 2.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:18 Average: 11 99.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:18 Average: 12 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:18 Average: 13 58.08 0.00 2.02 0.00 0.00 0.00 0.00 0.00 0.00 39.90 09:23:18 Average: 14 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:18 Average: 15 98.00 0.00 2.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:18 Average: 16 20.20 0.00 2.02 0.00 0.00 0.00 0.00 0.00 0.00 77.78 09:23:18 Average: 17 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:18 Average: 18 90.00 0.00 10.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:18 Average: 19 51.27 0.00 0.51 0.00 0.00 0.00 0.00 0.00 0.00 48.22 09:23:18 Average: 20 4.62 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 95.38 09:23:18 Average: 21 65.33 0.00 31.16 0.00 0.00 0.00 0.00 0.00 0.00 3.52 09:23:18 Average: 22 60.80 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 38.19 09:23:18 Average: 23 32.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 67.01 09:23:18 Average: 24 75.25 0.00 0.51 0.00 0.00 0.00 0.00 0.00 0.00 24.24 09:23:18 Average: 25 3.06 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 96.94 09:23:18 Average: 26 12.18 0.00 2.03 0.00 0.00 0.00 0.00 0.00 0.00 85.79 09:23:18 Average: 27 57.07 0.00 17.17 0.00 0.00 0.00 0.00 0.00 0.00 25.76 09:23:18 Average: 28 78.28 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 20.71 09:23:18 Average: 29 35.35 0.00 16.67 0.00 0.00 0.00 0.00 0.00 0.00 47.98 09:23:18 Average: 30 46.73 0.00 23.12 0.00 0.00 0.00 0.00 0.00 0.00 30.15 09:23:18 Average: 31 29.00 0.00 14.50 0.00 0.00 0.00 0.00 0.00 0.00 56.50 09:23:18 Average: 32 39.09 0.00 3.55 2.54 0.00 0.00 0.00 0.00 0.00 54.82 09:23:18 Average: 33 48.74 0.00 4.52 0.50 0.00 0.00 0.00 0.00 0.00 46.23 09:23:18 Average: 34 31.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 68.00 09:23:18 Average: 35 75.38 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 24.12 09:23:18 Average: 36 11.56 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 87.94 09:23:18 Average: 37 14.72 0.00 0.51 0.00 0.00 0.00 0.00 0.00 0.00 84.77 09:23:18 Average: 38 17.68 0.00 0.51 0.00 0.00 0.00 0.00 0.00 0.00 81.82 09:23:18 Average: 39 41.62 0.00 3.55 0.00 0.00 0.00 0.00 0.00 0.00 54.82 09:23:18 Average: 40 58.16 0.00 1.02 0.00 0.00 0.00 0.00 0.00 0.00 40.82 09:23:18 Average: 41 1.52 0.00 0.51 0.00 0.00 0.00 0.00 0.00 0.00 97.97 09:23:18 Average: 42 47.24 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 52.26 09:23:18 Average: 43 99.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:18 Average: 44 1.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.50 09:23:18 Average: 45 70.85 0.00 2.51 0.00 0.00 0.00 0.00 0.00 0.00 26.63 09:23:18 Average: 46 11.28 0.00 1.54 0.00 0.00 0.00 0.00 0.00 0.00 87.18 09:23:18 Average: 47 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:18 Average: 48 19.29 0.00 7.61 0.00 0.00 0.00 0.00 0.00 0.00 73.10 09:23:18 Average: 49 18.09 0.00 2.51 0.00 0.00 0.00 0.00 0.00 0.00 79.40 09:23:18 Average: 50 28.50 0.00 3.00 0.00 0.00 0.00 0.00 0.00 0.00 68.50 09:23:18 Average: 51 39.59 0.00 6.60 0.00 0.00 0.00 0.00 0.00 0.00 53.81 09:23:18 Average: 52 12.38 0.00 1.49 2.97 0.00 0.50 0.00 0.00 0.00 82.67 09:23:18 Average: 53 7.61 0.00 5.08 0.00 0.00 0.00 0.00 0.00 0.00 87.31 09:23:18 Average: 54 4.52 0.00 3.02 0.00 0.00 0.00 0.00 0.00 0.00 92.46 09:23:18 Average: 55 83.00 0.00 3.00 0.00 0.00 0.00 0.00 0.00 0.00 14.00 09:23:18 Average: 56 10.55 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 88.44 09:23:18 Average: 57 48.74 0.00 3.52 0.00 0.00 0.00 0.00 0.00 0.00 47.74 09:23:18 Average: 58 39.90 0.00 6.06 0.00 0.00 0.00 0.00 0.00 0.00 54.04 09:23:18 Average: 59 32.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 67.00 09:23:18 Average: 60 1.52 0.00 1.01 2.53 0.00 0.00 0.00 0.00 0.00 94.95 09:23:18 Average: 61 1.54 0.00 1.03 3.08 0.00 0.00 0.00 0.00 0.00 94.36 09:23:18 Average: 62 5.58 0.00 2.03 0.00 0.00 0.00 0.00 0.00 0.00 92.39 09:23:18 Average: 63 22.11 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 76.88 09:23:18 Average: 64 32.83 0.00 0.51 0.00 0.00 0.00 0.00 0.00 0.00 66.67 09:23:18 Average: 65 43.43 0.00 22.22 0.00 0.00 0.00 0.00 0.00 0.00 34.34 09:23:18 Average: 66 0.51 0.00 0.51 0.00 0.00 0.00 0.00 0.00 0.00 98.99 09:23:18 Average: 67 18.78 0.00 8.12 0.00 0.00 0.00 0.00 0.00 0.00 73.10 09:23:18 Average: 68 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:18 Average: 69 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:18 Average: 70 58.29 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 41.21 09:23:18 Average: 71 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:18 Average: 72 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:18 Average: 73 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:18 Average: 74 2.00 0.00 1.50 0.00 0.00 0.00 0.00 0.00 0.00 96.50 09:23:18 Average: 75 2.00 0.00 2.00 0.00 0.00 0.00 0.00 0.00 0.00 96.00 09:23:18 Average: 76 3.54 0.00 2.02 0.00 0.00 0.00 0.00 0.00 0.00 94.44 09:23:18 Average: 77 12.24 0.00 4.59 0.00 0.00 0.51 0.00 0.00 0.00 82.65 09:23:18 Average: 78 20.60 0.00 12.06 0.00 0.00 0.00 0.00 0.00 0.00 67.34 09:23:18 Average: 79 19.19 0.00 12.63 0.00 0.00 0.00 0.00 0.00 0.00 68.18 09:23:18 Average: 80 29.08 0.00 9.69 0.00 0.00 0.00 0.00 0.00 0.00 61.22 09:23:18 Average: 81 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:18 Average: 82 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:18 Average: 83 6.60 0.00 1.02 0.00 0.00 0.00 0.00 0.00 0.00 92.39 09:23:18 Average: 84 6.15 0.00 1.54 0.00 0.00 0.00 0.00 0.00 0.00 92.31 09:23:18 Average: 85 2.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 97.97 09:23:18 Average: 86 9.79 0.00 4.64 0.00 0.00 0.00 0.00 0.00 0.00 85.57 09:23:18 Average: 87 23.23 0.00 6.06 0.00 0.00 0.00 0.00 0.00 0.00 70.71 09:23:18 Average: 88 5.10 0.00 0.51 0.00 0.00 0.00 0.00 0.00 0.00 94.39 09:23:18 Average: 89 95.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 4.00 09:23:18 Average: 90 7.69 0.00 0.51 0.00 0.00 0.00 0.00 0.00 0.00 91.79 09:23:18 Average: 91 7.11 0.00 1.02 0.00 0.00 0.00 0.00 0.00 0.00 91.88 09:23:18 Average: 92 6.12 0.00 1.02 0.00 0.00 0.00 0.00 0.00 0.00 92.86 09:23:18 Average: 93 3.55 0.00 0.51 0.00 0.00 0.00 0.00 0.00 0.00 95.94 09:23:18 Average: 94 10.10 0.00 0.51 0.00 0.00 0.00 0.00 0.00 0.00 89.39 09:23:18 Average: 95 67.50 0.00 26.50 0.00 0.00 0.00 0.00 0.00 0.00 6.00 09:23:18 Average: 96 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.00 09:23:18 Average: 97 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.50 09:23:18 Average: 98 39.20 0.00 7.04 0.00 0.00 0.00 0.00 0.00 0.00 53.77 09:23:18 Average: 99 11.11 0.00 2.02 0.51 0.00 0.00 0.00 0.00 0.00 86.36 09:23:18 Average: 100 50.00 0.00 2.53 0.00 0.00 0.00 0.00 0.00 0.00 47.47 09:23:18 Average: 101 45.96 0.00 1.52 0.00 0.00 0.00 0.00 0.00 0.00 52.53 09:23:18 Average: 102 39.20 0.00 4.02 0.00 0.00 0.00 0.00 0.00 0.00 56.78 09:23:18 Average: 103 8.00 0.00 1.50 0.00 0.00 0.00 0.00 0.00 0.00 90.50 09:23:18 Average: 104 7.00 0.00 3.50 0.00 0.00 0.00 0.00 0.00 0.00 89.50 09:23:18 Average: 105 45.73 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 53.27 09:23:18 Average: 106 49.50 0.00 4.50 0.00 0.00 0.00 0.00 0.00 0.00 46.00 09:23:18 Average: 107 1.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.99 09:23:18 Average: 108 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:18 Average: 109 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50 09:23:18 Average: 110 2.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 97.97 09:23:18 Average: 111 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:18 Average: 112 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 09:23:18 Average: 113 17.77 0.00 1.02 0.00 0.00 0.00 0.00 0.00 0.00 81.22 09:23:18 Average: 114 1.51 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 97.99 09:23:18 Average: 115 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50 09:23:18 Average: 116 62.63 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 36.36 09:23:18 Average: 117 10.55 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 88.94 09:23:18 Average: 118 66.33 0.00 4.02 0.00 0.00 0.00 0.00 0.00 0.00 29.65 09:23:18 Average: 119 1.51 0.00 1.51 0.00 0.00 0.00 0.00 0.00 0.00 96.98 09:23:18 Average: 120 66.16 0.00 28.28 0.00 0.00 0.00 0.00 0.00 0.00 5.56 09:23:18 Average: 121 1.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.49 09:23:18 Average: 122 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.00 09:23:18 Average: 123 2.99 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 96.02 09:23:18 Average: 124 26.63 0.00 4.52 0.00 0.00 0.00 0.00 0.00 0.00 68.84 09:23:18 Average: 125 50.00 0.00 1.50 0.00 0.00 0.00 0.00 0.00 0.00 48.50 09:23:18 Average: 126 27.27 0.00 3.03 0.00 0.00 0.00 0.00 0.00 0.00 69.70 09:23:18 Average: 127 5.08 0.00 2.03 0.00 0.00 0.00 0.00 0.00 0.00 92.89 09:23:18 Per-process summary 09:23:18 Linux 6.8.0-55-generic (8e572c5cae4d) 10/29/2025 _x86_64_ (128 CPU) 09:23:19 09:23:19 09:23:18 AM UID PID %usr %system %guest %wait %CPU CPU Command 09:23:19 09:23:19 AM 0 239 1.00 1.00 0.00 0.00 2.00 116 java 09:23:20 09:23:20 09:23:19 AM UID PID %usr %system %guest %wait %CPU CPU Command 09:23:20 09:23:20 AM 0 239 1.00 0.00 0.00 0.00 1.00 116 java 09:23:20 09:23:20 Average: UID PID %usr %system %guest %wait %CPU CPU Command 09:23:20 Average: 0 239 1.00 0.50 0.00 0.00 1.50 - java 09:23:20 Block device stats 09:23:20 Linux 6.8.0-55-generic (8e572c5cae4d) 10/29/2025 _x86_64_ (128 CPU) 09:23:20 09:23:20 avg-cpu: %user %nice %system %iowait %steal %idle 09:23:20 1.58 0.00 0.28 0.01 0.00 98.13 09:23:20 09:23:20 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 09:23:20 loop0 0.00 0.00 0.00 0.00 0.00 1.27 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:20 md0 0.04 2.48 0.00 0.00 0.87 67.55 109.43 3209.20 0.00 0.00 1.05 29.33 0.35 420.03 0.00 0.00 0.37 1202.18 0.00 0.00 0.12 3.28 09:23:20 sda 0.71 340.82 4.62 86.66 3.24 479.62 26.87 3213.31 86.15 76.23 1.62 119.60 0.35 420.89 0.00 0.04 0.29 1205.11 6.83 0.24 0.05 0.90 09:23:20 sdb 0.70 339.97 4.61 86.86 3.27 487.28 26.80 3213.31 86.21 76.28 1.60 119.89 0.35 420.03 0.00 0.04 0.30 1202.67 6.83 0.25 0.05 0.90 09:23:20 09:23:21 09:23:21 avg-cpu: %user %nice %system %iowait %steal %idle 09:23:21 33.41 0.00 4.50 0.00 0.00 62.09 09:23:21 09:23:21 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 09:23:21 md0 0.00 0.00 0.00 0.00 0.00 0.00 61.00 13252.00 0.00 0.00 2.25 217.25 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.14 3.50 09:23:21 sda 0.00 0.00 0.00 0.00 0.00 0.00 67.00 13262.50 0.00 0.00 1.96 197.95 0.00 0.00 0.00 0.00 0.00 0.00 12.00 0.08 0.13 3.00 09:23:21 sdb 0.00 0.00 0.00 0.00 0.00 0.00 67.00 13262.50 0.00 0.00 1.94 197.95 0.00 0.00 0.00 0.00 0.00 0.00 12.00 0.00 0.13 3.00 09:23:21 09:23:21 09:23:21 Memory utilization 09:23:21 total used free shared buff/cache available 09:23:21 Mem: 515643 30974 375511 1061 113874 484668 09:23:21 Swap: 8191 0 8191 09:23:21 Network interface throughput 09:23:21 Linux 6.8.0-55-generic (8e572c5cae4d) 10/29/2025 _x86_64_ (128 CPU) 09:23:22 09:23:22 09:23:21 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:23:22 09:23:22 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:22 09:23:22 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:22 09:23:22 AM eth0 0.00 1.00 0.00 0.06 0.00 0.00 0.00 0.00 09:23:23 09:23:23 09:23:22 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:23:23 09:23:23 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:23 09:23:23 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:23 09:23:23 AM eth0 2.00 3.00 0.51 1.07 0.00 0.00 0.00 0.00 09:23:23 09:23:23 Average: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:23:23 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:23 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:23:23 Average: eth0 1.00 2.00 0.25 0.57 0.00 0.00 0.00 0.00 09:23:23 TCP metrics 09:23:23 Linux 6.8.0-55-generic (8e572c5cae4d) 10/29/2025 _x86_64_ (128 CPU) 09:23:24 09:23:24 09:23:23 AM active/s passive/s iseg/s oseg/s 09:23:24 09:23:24 AM 0.00 0.00 0.00 1.00 09:23:24 09:23:24 09:23:23 AM atmptf/s estres/s retrans/s isegerr/s orsts/s 09:23:24 09:23:24 AM 0.00 0.00 0.00 0.00 0.00 09:23:25 09:23:25 09:23:24 AM active/s passive/s iseg/s oseg/s 09:23:25 09:23:25 AM 0.00 0.00 1.00 2.00 09:23:25 09:23:25 09:23:24 AM atmptf/s estres/s retrans/s isegerr/s orsts/s 09:23:25 09:23:25 AM 0.00 0.00 0.00 0.00 0.00 09:23:25 09:23:25 Average: active/s passive/s iseg/s oseg/s 09:23:25 Average: 0.00 0.00 0.50 1.50 09:23:25 09:23:25 Average: atmptf/s estres/s retrans/s isegerr/s orsts/s 09:23:25 Average: 0.00 0.00 0.00 0.00 0.00 09:23:25 ************************************************************************ 09:23:25 Executor package list: 09:23:25 acl 2.3.2-1build1.1 09:23:25 adduser 3.137ubuntu1 09:23:25 adwaita-icon-theme 46.0-1 09:23:25 alsa-topology-conf 1.2.5.1-2 09:23:25 alsa-ucm-conf 1.2.10-1ubuntu5.7 09:23:25 appstream 1.0.2-1build6 09:23:25 apt 2.8.3 09:23:25 apt-transport-https 2.8.3 09:23:25 apt-utils 2.8.3 09:23:25 asciidoc 10.2.0-2 09:23:25 asciidoc-base 10.2.0-2 09:23:25 asciidoc-common 10.2.0-2 09:23:25 asciidoc-dblatex 10.2.0-2 09:23:25 asciidoctor 2.0.20-1 09:23:25 aspell 0.60.8.1-1build1 09:23:25 aspell-en 2020.12.07-0-1 09:23:25 at-spi2-common 2.52.0-1build1 09:23:25 at-spi2-core 2.52.0-1build1 09:23:25 autoconf 2.71-3 09:23:25 automake 1:1.16.5-1.3ubuntu1 09:23:25 autopoint 0.21-14ubuntu2 09:23:25 autotools-dev 20220109.1 09:23:25 base-files 13ubuntu10.2 09:23:25 base-passwd 3.6.3build1 09:23:25 bash 5.2.21-2ubuntu4 09:23:25 bind9-dnsutils 1:9.18.30-0ubuntu0.24.04.2 09:23:25 bind9-host 1:9.18.30-0ubuntu0.24.04.2 09:23:25 bind9-libs:amd64 1:9.18.30-0ubuntu0.24.04.2 09:23:25 binutils 2.42-4ubuntu2.5 09:23:25 binutils-common:amd64 2.42-4ubuntu2.5 09:23:25 binutils-x86-64-linux-gnu 2.42-4ubuntu2.5 09:23:25 bsdextrautils 2.39.3-9ubuntu6.3 09:23:25 bsdutils 1:2.39.3-9ubuntu6.3 09:23:25 build-essential 12.10ubuntu1 09:23:25 bzip2 1.0.8-5.1build0.1 09:23:25 ca-certificates 20240203 09:23:25 ca-certificates-java 20240118 09:23:25 ccache 4.9.1-1 09:23:25 cgroup-tools 2.0.2-2build1 09:23:25 check:amd64 0.15.2-2build1 09:23:25 chrpath 0.16-2build1 09:23:25 clang 1:18.0-59~exp2 09:23:25 clang-18 1:18.1.3-1ubuntu1 09:23:25 clang-format-15 1:15.0.7-14build3 09:23:25 cmake 3.28.3-1build7 09:23:25 cmake-data 3.28.3-1build7 09:23:25 coreutils 9.4-3ubuntu6 09:23:25 cpio 2.15+dfsg-1ubuntu2 09:23:25 cpp 4:13.2.0-7ubuntu1 09:23:25 cpp-13 13.3.0-6ubuntu2~24.04 09:23:25 cpp-13-x86-64-linux-gnu 13.3.0-6ubuntu2~24.04 09:23:25 cpp-x86-64-linux-gnu 4:13.2.0-7ubuntu1 09:23:25 cpu-checker 0.7-1.3build2 09:23:25 cpufrequtils 008-2build2 09:23:25 cscope 15.9-2 09:23:25 curl 8.5.0-2ubuntu10.6 09:23:25 dash 0.5.12-6ubuntu5 09:23:25 dblatex 0.3.12py3-4 09:23:25 dblatex-doc 0.3.12py3-4 09:23:25 dbus 1.14.10-4ubuntu4.1 09:23:25 dbus-bin 1.14.10-4ubuntu4.1 09:23:25 dbus-daemon 1.14.10-4ubuntu4.1 09:23:25 dbus-session-bus-common 1.14.10-4ubuntu4.1 09:23:25 dbus-system-bus-common 1.14.10-4ubuntu4.1 09:23:25 dbus-user-session 1.14.10-4ubuntu4.1 09:23:25 dconf-gsettings-backend:amd64 0.40.0-4build2 09:23:25 dconf-service 0.40.0-4build2 09:23:25 dctrl-tools 2.24-3build3 09:23:25 debconf 1.5.86ubuntu1 09:23:25 debhelper 13.14.1ubuntu5 09:23:25 debianutils 5.17build1 09:23:25 debmake 4.4.0-4 09:23:25 debugedit 1:5.0-5build2 09:23:25 default-jdk 2:1.21-75+exp1 09:23:25 default-jdk-headless 2:1.21-75+exp1 09:23:25 default-jre 2:1.21-75+exp1 09:23:25 default-jre-headless 2:1.21-75+exp1 09:23:25 devscripts 2.23.7 09:23:25 dh-autoreconf 20 09:23:25 dh-python 6.20240401 09:23:25 dh-strip-nondeterminism 1.13.1-1 09:23:25 dictionaries-common 1.29.7 09:23:25 diffstat 1.66-1build1 09:23:25 diffutils 1:3.10-1build1 09:23:25 dirmngr 2.4.4-2ubuntu17.3 09:23:25 distro-info-data 0.60ubuntu0.3 09:23:25 dkms 3.0.11-1ubuntu13 09:23:25 dmidecode 3.5-3ubuntu0.1 09:23:25 dmsetup 2:1.02.185-3ubuntu3.2 09:23:25 dnsutils 1:9.18.30-0ubuntu0.24.04.2 09:23:25 docbook-dsssl 1.79-10 09:23:25 docbook-utils 0.6.14-4 09:23:25 docbook-xml 4.5-12 09:23:25 docbook-xsl 1.79.2+dfsg-7 09:23:25 doxygen 1.9.8+ds-2build5 09:23:25 dpkg 1.22.6ubuntu6.1 09:23:25 dpkg-dev 1.22.6ubuntu6.1 09:23:25 dput 1.1.3ubuntu3 09:23:25 dvisvgm 3.2.1+ds-1build1 09:23:25 dwz 0.15-1build6 09:23:25 e2fsprogs 1.47.0-2.4~exp1ubuntu4.1 09:23:25 ed 1.20.1-1 09:23:25 emacs 1:29.3+1-1ubuntu2 09:23:25 emacs-bin-common 1:29.3+1-1ubuntu2 09:23:25 emacs-common 1:29.3+1-1ubuntu2 09:23:25 emacs-el 1:29.3+1-1ubuntu2 09:23:25 emacs-gtk 1:29.3+1-1ubuntu2 09:23:25 emacsen-common 3.0.5 09:23:25 enchant-2 2.3.3-2build2 09:23:25 ethtool 1:6.7-1build1 09:23:25 exuberant-ctags 1:5.9~svn20110310-19build1 09:23:25 facter 4.3.0-2 09:23:25 fakeroot 1.33-1 09:23:25 file 1:5.45-3build1 09:23:25 findutils 4.9.0-5build1 09:23:25 fontconfig 2.15.0-1.1ubuntu2 09:23:25 fontconfig-config 2.15.0-1.1ubuntu2 09:23:25 fonts-dejavu-core 2.37-8 09:23:25 fonts-dejavu-extra 2.37-8 09:23:25 fonts-dejavu-mono 2.37-8 09:23:25 fonts-droid-fallback 1:6.0.1r16-1.1build1 09:23:25 fonts-gfs-baskerville 1.1-6 09:23:25 fonts-gfs-porson 1.1-7 09:23:25 fonts-lato 2.015-1 09:23:25 fonts-liberation 1:2.1.5-3 09:23:25 fonts-liberation-sans-narrow 1:1.07.6-4 09:23:25 fonts-liberation2 1:2.1.5-3 09:23:25 fonts-lmodern 2.005-1 09:23:25 fonts-noto-color-emoji 2.047-0ubuntu0.24.04.1 09:23:25 fonts-noto-mono 20201225-2 09:23:25 fonts-texgyre 20180621-6 09:23:25 fonts-texgyre-math 20180621-6 09:23:25 fonts-urw-base35 20200910-8 09:23:25 g++ 4:13.2.0-7ubuntu1 09:23:25 g++-13 13.3.0-6ubuntu2~24.04 09:23:25 g++-13-x86-64-linux-gnu 13.3.0-6ubuntu2~24.04 09:23:25 g++-x86-64-linux-gnu 4:13.2.0-7ubuntu1 09:23:25 gawk 1:5.2.1-2build3 09:23:25 gcc 4:13.2.0-7ubuntu1 09:23:25 gcc-13 13.3.0-6ubuntu2~24.04 09:23:25 gcc-13-base:amd64 13.3.0-6ubuntu2~24.04 09:23:25 gcc-13-x86-64-linux-gnu 13.3.0-6ubuntu2~24.04 09:23:25 gcc-14-base:amd64 14.2.0-4ubuntu2~24.04 09:23:25 gcc-x86-64-linux-gnu 4:13.2.0-7ubuntu1 09:23:25 gcovr 7.0-1 09:23:25 gdb 15.0.50.20240403-0ubuntu1 09:23:25 gettext 0.21-14ubuntu2 09:23:25 gettext-base 0.21-14ubuntu2 09:23:25 gfortran 4:13.2.0-7ubuntu1 09:23:25 gfortran-13 13.3.0-6ubuntu2~24.04 09:23:25 gfortran-13-x86-64-linux-gnu 13.3.0-6ubuntu2~24.04 09:23:25 gfortran-x86-64-linux-gnu 4:13.2.0-7ubuntu1 09:23:25 ghostscript 10.02.1~dfsg1-0ubuntu7.7 09:23:25 gir1.2-girepository-2.0:amd64 1.80.1-1 09:23:25 gir1.2-glib-2.0:amd64 2.80.0-6ubuntu3.4 09:23:25 gir1.2-packagekitglib-1.0 1.2.8-2ubuntu1.2 09:23:25 git 1:2.43.0-1ubuntu7.3 09:23:25 git-man 1:2.43.0-1ubuntu7.3 09:23:25 git-review 2.3.1-3 09:23:25 glib-networking:amd64 2.80.0-1build1 09:23:25 glib-networking-common 2.80.0-1build1 09:23:25 glib-networking-services 2.80.0-1build1 09:23:25 gnupg 2.4.4-2ubuntu17.3 09:23:25 gnupg-agent 2.4.4-2ubuntu17.3 09:23:25 gnupg-l10n 2.4.4-2ubuntu17.3 09:23:25 gnupg-utils 2.4.4-2ubuntu17.3 09:23:25 gpg 2.4.4-2ubuntu17.3 09:23:25 gpg-agent 2.4.4-2ubuntu17.3 09:23:25 gpg-wks-client 2.4.4-2ubuntu17.3 09:23:25 gpgconf 2.4.4-2ubuntu17.3 09:23:25 gpgsm 2.4.4-2ubuntu17.3 09:23:25 gpgv 2.4.4-2ubuntu17.3 09:23:25 graphviz 2.42.2-9ubuntu0.1 09:23:25 grep 3.11-4build1 09:23:25 groff-base 1.23.0-3build2 09:23:25 gsasl-common 2.2.1-1willsync1build2 09:23:25 gsettings-desktop-schemas 46.1-0ubuntu1 09:23:25 gstreamer1.0-plugins-base:amd64 1.24.2-1ubuntu0.2 09:23:25 gstreamer1.0-plugins-good:amd64 1.24.2-1ubuntu1.1 09:23:25 gstreamer1.0-x:amd64 1.24.2-1ubuntu0.2 09:23:25 gtk-update-icon-cache 3.24.41-4ubuntu1.3 09:23:25 guile-3.0-libs:amd64 3.0.9-1build2 09:23:25 gzip 1.12-1ubuntu3 09:23:25 hicolor-icon-theme 0.17-2 09:23:25 hostname 3.23+nmu2ubuntu2 09:23:25 hugo 0.111.3 09:23:25 humanity-icon-theme 0.6.16 09:23:25 hunspell-en-us 1:2020.12.07-2 09:23:25 hwdata 0.379-1 09:23:25 ibverbs-providers:amd64 50.0-2ubuntu0.2 09:23:25 icu-devtools 74.2-1ubuntu3.1 09:23:25 init-system-helpers 1.66ubuntu1 09:23:25 install-info 7.1-3build2 09:23:25 intltool-debian 0.35.0+20060710.6 09:23:25 iperf 2.1.9+dfsg-1 09:23:25 iperf3 3.16-1build2 09:23:25 iproute2 6.1.0-1ubuntu6 09:23:25 iptables 1.8.10-3ubuntu2 09:23:25 iputils-clockdiff 3:20240117-1build1 09:23:25 iputils-ping 3:20240117-1build1 09:23:25 iputils-tracepath 3:20240117-1build1 09:23:25 ipxe-qemu 1.21.1+git-20220113.fbbdc3926-0ubuntu2 09:23:25 ipxe-qemu-256k-compat-efi-roms 1.0.0+git-20150424.a25a16d-0ubuntu5 09:23:25 iso-codes 4.16.0-1 09:23:25 java-common 0.75+exp1 09:23:25 javascript-common 11+nmu1 09:23:25 jq 1.7.1-3build1 09:23:25 keyboxd 2.4.4-2ubuntu17.3 09:23:25 kmod 31+20240202-2ubuntu7.1 09:23:25 krb5-locales 1.20.1-6ubuntu2.6 09:23:25 lcov 2.0-4ubuntu2 09:23:25 less 590-2ubuntu2.1 09:23:25 lib32gcc-s1 14.2.0-4ubuntu2~24.04 09:23:25 lib32stdc++6 14.2.0-4ubuntu2~24.04 09:23:25 libaa1:amd64 1.4p5-51.1 09:23:25 libacl1:amd64 2.3.2-1build1.1 09:23:25 libaio1t64:amd64 0.3.113-6build1.1 09:23:25 libalgorithm-c3-perl 0.11-2 09:23:25 libalgorithm-diff-perl 1.201-1 09:23:25 libalgorithm-diff-xs-perl:amd64 0.04-8build3 09:23:25 libalgorithm-merge-perl 0.08-5 09:23:25 libaliased-perl 0.34-3 09:23:25 libann0 1.1.2+doc-9build1 09:23:25 libaom3:amd64 3.8.2-2ubuntu0.1 09:23:25 libapache-pom-java 29-2 09:23:25 libapparmor1:amd64 4.0.1really4.0.1-0ubuntu0.24.04.4 09:23:25 libappstream5:amd64 1.0.2-1build6 09:23:25 libapr1-dev 1.7.2-3.1ubuntu0.1 09:23:25 libapr1t64:amd64 1.7.2-3.1ubuntu0.1 09:23:25 libapt-pkg-perl 0.1.40build7 09:23:25 libapt-pkg6.0t64:amd64 2.8.3 09:23:25 libarchive-cpio-perl 0.10-3 09:23:25 libarchive-zip-perl 1.68-1 09:23:25 libarchive13t64:amd64 3.7.2-2ubuntu0.5 09:23:25 libargon2-1:amd64 0~20190702+dfsg-4build1 09:23:25 libarray-intspan-perl 2.004-2 09:23:25 libasan8:amd64 14.2.0-4ubuntu2~24.04 09:23:25 libasound2-data 1.2.11-1ubuntu0.1 09:23:25 libasound2t64:amd64 1.2.11-1ubuntu0.1 09:23:25 libaspell15:amd64 0.60.8.1-1build1 09:23:25 libassuan0:amd64 2.5.6-1build1 09:23:25 libasyncns0:amd64 0.8-6build4 09:23:25 libatk-bridge2.0-0t64:amd64 2.52.0-1build1 09:23:25 libatk-wrapper-java 0.40.0-3build2 09:23:25 libatk-wrapper-java-jni:amd64 0.40.0-3build2 09:23:25 libatk1.0-0t64:amd64 2.52.0-1build1 09:23:25 libatm1t64:amd64 1:2.5.1-5.1build1 09:23:25 libatomic1:amd64 14.2.0-4ubuntu2~24.04 09:23:25 libatspi2.0-0t64:amd64 2.52.0-1build1 09:23:25 libattr1:amd64 1:2.5.2-1build1.1 09:23:25 libaudit-common 1:3.1.2-2.1build1.1 09:23:25 libaudit1:amd64 1:3.1.2-2.1build1.1 09:23:25 libauthen-sasl-perl 2.1700-1 09:23:25 libavahi-client3:amd64 0.8-13ubuntu6 09:23:25 libavahi-common-data:amd64 0.8-13ubuntu6 09:23:25 libavahi-common3:amd64 0.8-13ubuntu6 09:23:25 libavc1394-0:amd64 0.5.4-5build3 09:23:25 libb-hooks-endofscope-perl 0.28-1 09:23:25 libb-hooks-op-check-perl:amd64 0.22-3build1 09:23:25 libbabeltrace1:amd64 1.5.11-3build3 09:23:25 libbcg729-0:amd64 1.1.1-2build1 09:23:25 libberkeleydb-perl:amd64 0.64-2build4 09:23:25 libbibtex-parser-perl 1.04+dfsg-1 09:23:25 libbinutils:amd64 2.42-4ubuntu2.5 09:23:25 libbit-vector-perl:amd64 7.4-3build1 09:23:25 libblas-dev:amd64 3.12.0-3build1.1 09:23:25 libblas3:amd64 3.12.0-3build1.1 09:23:25 libblkid1:amd64 2.39.3-9ubuntu6.3 09:23:25 libboost-dev:amd64 1.83.0.1ubuntu2 09:23:25 libboost-iostreams1.83.0:amd64 1.83.0-2.1ubuntu3.1 09:23:25 libboost-regex-dev:amd64 1.83.0.1ubuntu2 09:23:25 libboost-regex1.83-dev:amd64 1.83.0-2.1ubuntu3.1 09:23:25 libboost-regex1.83.0:amd64 1.83.0-2.1ubuntu3.1 09:23:25 libboost-thread1.83.0:amd64 1.83.0-2.1ubuntu3.1 09:23:25 libboost1.83-dev:amd64 1.83.0-2.1ubuntu3.1 09:23:25 libbpf1:amd64 1:1.3.0-2build2 09:23:25 libbrlapi0.8:amd64 6.6-4ubuntu5 09:23:25 libbrotli1:amd64 1.1.0-2build2 09:23:25 libbsd0:amd64 0.12.1-1build1.1 09:23:25 libbz2-1.0:amd64 1.0.8-5.1build0.1 09:23:25 libc-bin 2.39-0ubuntu8.5 09:23:25 libc-dev-bin 2.39-0ubuntu8.5 09:23:25 libc-devtools 2.39-0ubuntu8.5 09:23:25 libc6:amd64 2.39-0ubuntu8.5 09:23:25 libc6-dbg:amd64 2.39-0ubuntu8.5 09:23:25 libc6-dev:amd64 2.39-0ubuntu8.5 09:23:25 libc6-i386 2.39-0ubuntu8.5 09:23:25 libcaca0:amd64 0.99.beta20-4build2 09:23:25 libcacard0:amd64 1:2.8.0-3build4 09:23:25 libcairo-gobject2:amd64 1.18.0-3build1 09:23:25 libcairo2:amd64 1.18.0-3build1 09:23:25 libcap-ng0:amd64 0.8.4-2build2 09:23:25 libcap2:amd64 1:2.66-5ubuntu2.2 09:23:25 libcap2-bin 1:2.66-5ubuntu2.2 09:23:25 libcapture-tiny-perl 0.48-2 09:23:25 libcares2:amd64 1.27.0-1.0ubuntu1 09:23:25 libcarp-clan-perl 6.08-2 09:23:25 libcbor0.10:amd64 0.10.2-1.2ubuntu2 09:23:25 libcc1-0:amd64 14.2.0-4ubuntu2~24.04 09:23:25 libcdparanoia0:amd64 3.10.2+debian-14build3 09:23:25 libcdt5:amd64 2.42.2-9ubuntu0.1 09:23:25 libcgi-fast-perl 1:2.17-1 09:23:25 libcgi-pm-perl 4.63-1 09:23:25 libcgraph6:amd64 2.42.2-9ubuntu0.1 09:23:25 libcgroup2:amd64 2.0.2-2build1 09:23:25 libclang-common-18-dev:amd64 1:18.1.3-1ubuntu1 09:23:25 libclang-cpp15t64 1:15.0.7-14build3 09:23:25 libclang-cpp18 1:18.1.3-1ubuntu1 09:23:25 libclang-rt-18-dev:amd64 1:18.1.3-1ubuntu1 09:23:25 libclang1-18 1:18.1.3-1ubuntu1 09:23:25 libclass-c3-perl 0.35-2 09:23:25 libclass-c3-xs-perl 0.15-1build6 09:23:25 libclass-data-inheritable-perl 0.08-3 09:23:25 libclass-inspector-perl 1.36-3 09:23:25 libclass-method-modifiers-perl 2.15-1 09:23:25 libclass-singleton-perl 1.6-2 09:23:25 libclass-xsaccessor-perl 1.19-4build4 09:23:25 libclone-perl:amd64 0.46-1build3 09:23:25 libcolord2:amd64 1.4.7-1build2 09:23:25 libcom-err2:amd64 1.47.0-2.4~exp1ubuntu4.1 09:23:25 libcommon-sense-perl:amd64 3.75-3build3 09:23:25 libcommons-logging-java 1.3.0-1ubuntu1 09:23:25 libcommons-parent-java 56-1 09:23:25 libconfig-tiny-perl 2.30-1 09:23:25 libconfuse-common 3.3-3build1 09:23:25 libconfuse-dev:amd64 3.3-3build1 09:23:25 libconfuse-doc 3.3-3build1 09:23:25 libconfuse2:amd64 3.3-3build1 09:23:25 libconst-fast-perl 0.014-2 09:23:25 libcpanel-json-xs-perl:amd64 4.37-1build3 09:23:25 libcpufreq0 008-2build2 09:23:25 libcrypt-dev:amd64 1:4.4.36-4build1 09:23:25 libcrypt-rc4-perl 2.02-5 09:23:25 libcrypt1:amd64 1:4.4.36-4build1 09:23:25 libcryptsetup12:amd64 2:2.7.0-1ubuntu4.2 09:23:25 libctf-nobfd0:amd64 2.42-4ubuntu2.5 09:23:25 libctf0:amd64 2.42-4ubuntu2.5 09:23:25 libcups2t64:amd64 2.4.7-1.2ubuntu7.3 09:23:25 libcurl3t64-gnutls:amd64 8.5.0-2ubuntu10.6 09:23:25 libcurl4t64:amd64 8.5.0-2ubuntu10.6 09:23:25 libdata-dpath-perl 0.59-1 09:23:25 libdata-dump-perl 1.25-1 09:23:25 libdata-messagepack-perl 1.02-1build4 09:23:25 libdata-optlist-perl 0.114-1 09:23:25 libdata-validate-domain-perl 0.10-1.1 09:23:25 libdata-validate-ip-perl 0.31-1 09:23:25 libdata-validate-uri-perl 0.07-3 09:23:25 libdate-calc-perl 6.4-2 09:23:25 libdate-calc-xs-perl:amd64 6.4-2build4 09:23:25 libdate-manip-perl 6.95-1 09:23:25 libdatetime-locale-perl 1:1.37-1 09:23:25 libdatetime-perl 2:1.65-1build2 09:23:25 libdatetime-timezone-perl 1:2.62-1+2024a 09:23:25 libdatrie1:amd64 0.2.13-3build1 09:23:25 libdaxctl1:amd64 77-2ubuntu2 09:23:25 libdb5.3t64:amd64 5.3.28+dfsg2-7 09:23:25 libdbus-1-3:amd64 1.14.10-4ubuntu4.1 09:23:25 libdbus-1-dev:amd64 1.14.10-4ubuntu4.1 09:23:25 libdconf1:amd64 0.40.0-4build2 09:23:25 libde265-0:amd64 1.0.15-1build3 09:23:25 libdebconfclient0:amd64 0.271ubuntu3 09:23:25 libdebhelper-perl 13.14.1ubuntu5 09:23:25 libdebuginfod-common 0.190-1.1ubuntu0.1 09:23:25 libdebuginfod1t64:amd64 0.190-1.1ubuntu0.1 09:23:25 libdecor-0-0:amd64 0.2.2-1build2 09:23:25 libdecor-0-plugin-1-gtk:amd64 0.2.2-1build2 09:23:25 libdeflate0:amd64 1.19-1build1.1 09:23:25 libdevel-callchecker-perl:amd64 0.008-2build3 09:23:25 libdevel-caller-perl:amd64 2.07-1build3 09:23:25 libdevel-globaldestruction-perl 0.14-4 09:23:25 libdevel-lexalias-perl 0.05-3build4 09:23:25 libdevel-size-perl 0.83-2build4 09:23:25 libdevel-stacktrace-perl 2.0500-1 09:23:25 libdevmapper1.02.1:amd64 2:1.02.185-3ubuntu3.2 09:23:25 libdigest-perl-md5-perl 1.9-5 09:23:25 libdist-checkconflicts-perl 0.11-2 09:23:25 libdistro-info-perl 1.7build1 09:23:25 libdpkg-perl 1.22.6ubuntu6.1 09:23:25 libdrm-amdgpu1:amd64 2.4.122-1~ubuntu0.24.04.1 09:23:25 libdrm-common 2.4.122-1~ubuntu0.24.04.1 09:23:25 libdrm-intel1:amd64 2.4.122-1~ubuntu0.24.04.1 09:23:25 libdrm-nouveau2:amd64 2.4.122-1~ubuntu0.24.04.1 09:23:25 libdrm-radeon1:amd64 2.4.122-1~ubuntu0.24.04.1 09:23:25 libdrm2:amd64 2.4.122-1~ubuntu0.24.04.1 09:23:25 libduktape207:amd64 2.7.0+tests-0ubuntu3 09:23:25 libdv4t64:amd64 1.0.0-17.1build1 09:23:25 libdw1t64:amd64 0.190-1.1ubuntu0.1 09:23:25 libdynaloader-functions-perl 0.003-3 09:23:25 libedit2:amd64 3.1-20230828-1build1 09:23:25 libegl-mesa0:amd64 24.2.8-1ubuntu1~24.04.1 09:23:25 libegl1:amd64 1.7.0-1build1 09:23:25 libelf-dev:amd64 0.190-1.1ubuntu0.1 09:23:25 libelf1t64:amd64 0.190-1.1ubuntu0.1 09:23:25 libemail-address-xs-perl 1.05-1build4 09:23:25 libemail-date-format-perl 1.008-1 09:23:25 libenchant-2-2:amd64 2.3.3-2build2 09:23:25 libencode-locale-perl 1.05-3 09:23:25 libepoxy0:amd64 1.5.10-1build1 09:23:25 liberror-perl 0.17029-2 09:23:25 libeval-closure-perl 0.14-3 09:23:25 libexception-class-perl 1.45-1 09:23:25 libexpat1:amd64 2.6.1-2ubuntu0.3 09:23:25 libexpat1-dev:amd64 2.6.1-2ubuntu0.3 09:23:25 libexporter-tiny-perl 1.006002-1 09:23:25 libext2fs2t64:amd64 1.47.0-2.4~exp1ubuntu4.1 09:23:25 libfakeroot:amd64 1.33-1 09:23:25 libfcgi-bin 2.4.2-2.1ubuntu0.24.04.1 09:23:25 libfcgi-perl 0.82+ds-3build2 09:23:25 libfcgi0t64:amd64 2.4.2-2.1ubuntu0.24.04.1 09:23:25 libfdisk1:amd64 2.39.3-9ubuntu6.3 09:23:25 libfdt1:amd64 1.7.0-2build1 09:23:25 libffi-dev:amd64 3.4.6-1build1 09:23:25 libffi8:amd64 3.4.6-1build1 09:23:25 libfido2-1:amd64 1.14.0-1build3 09:23:25 libfile-basedir-perl 0.09-2 09:23:25 libfile-chdir-perl 0.1008-1.1 09:23:25 libfile-desktopentry-perl 0.22-3 09:23:25 libfile-dirlist-perl 0.05-3 09:23:25 libfile-fcntllock-perl 0.22-4ubuntu5 09:23:25 libfile-find-rule-perl 0.34-3ubuntu0.24.04.1 09:23:25 libfile-homedir-perl 1.006-2 09:23:25 libfile-listing-perl 6.16-1 09:23:25 libfile-mimeinfo-perl 0.34-1 09:23:25 libfile-sharedir-perl 1.118-3 09:23:25 libfile-stripnondeterminism-perl 1.13.1-1 09:23:25 libfile-touch-perl 0.12-2 09:23:25 libfile-which-perl 1.27-2 09:23:25 libflac12t64:amd64 1.4.3+ds-2.1ubuntu2 09:23:25 libfmt9:amd64 9.1.0+ds1-2 09:23:25 libfont-afm-perl 1.20-4 09:23:25 libfont-ttf-perl 1.06-2 09:23:25 libfontbox-java 1:1.8.16-5 09:23:25 libfontconfig1:amd64 2.15.0-1.1ubuntu2 09:23:25 libfontenc1:amd64 1:1.1.8-1build1 09:23:25 libfreetype6:amd64 2.13.2+dfsg-1build3 09:23:25 libfreezethaw-perl 0.5001-3 09:23:25 libfribidi0:amd64 1.0.13-3build1 09:23:25 libfuse3-3:amd64 3.14.0-5build1 09:23:25 libgbm1:amd64 24.2.8-1ubuntu1~24.04.1 09:23:25 libgc1:amd64 1:8.2.6-1build1 09:23:25 libgcc-13-dev:amd64 13.3.0-6ubuntu2~24.04 09:23:25 libgcc-14-dev:amd64 14.2.0-4ubuntu2~24.04 09:23:25 libgcc-s1:amd64 14.2.0-4ubuntu2~24.04 09:23:25 libgccjit0:amd64 14.2.0-4ubuntu2~24.04 09:23:25 libgcrypt20:amd64 1.10.3-2build1 09:23:25 libgd-perl 2.78-1build3 09:23:25 libgd3:amd64 2.3.3-9ubuntu5 09:23:25 libgdbm-compat4t64:amd64 1.23-5.1build1 09:23:25 libgdbm6t64:amd64 1.23-5.1build1 09:23:25 libgdk-pixbuf-2.0-0:amd64 2.42.10+dfsg-3ubuntu3.1 09:23:25 libgdk-pixbuf2.0-bin 2.42.10+dfsg-3ubuntu3.1 09:23:25 libgdk-pixbuf2.0-common 2.42.10+dfsg-3ubuntu3.1 09:23:25 libgfortran-13-dev:amd64 13.3.0-6ubuntu2~24.04 09:23:25 libgfortran5:amd64 14.2.0-4ubuntu2~24.04 09:23:25 libgif7:amd64 5.2.2-1ubuntu1 09:23:25 libgirepository-1.0-1:amd64 1.80.1-1 09:23:25 libgit-wrapper-perl 0.048-2 09:23:25 libgl1:amd64 1.7.0-1build1 09:23:25 libgl1-amber-dri:amd64 21.3.9-0ubuntu2 09:23:25 libgl1-mesa-dri:amd64 24.2.8-1ubuntu1~24.04.1 09:23:25 libglapi-mesa:amd64 24.2.8-1ubuntu1~24.04.1 09:23:25 libgles2:amd64 1.7.0-1build1 09:23:25 libglib2.0-0t64:amd64 2.80.0-6ubuntu3.4 09:23:25 libglib2.0-bin 2.80.0-6ubuntu3.4 09:23:25 libglib2.0-data 2.80.0-6ubuntu3.4 09:23:25 libglvnd0:amd64 1.7.0-1build1 09:23:25 libglx-mesa0:amd64 24.2.8-1ubuntu1~24.04.1 09:23:25 libglx0:amd64 1.7.0-1build1 09:23:25 libgmp-dev:amd64 2:6.3.0+dfsg-2ubuntu6.1 09:23:25 libgmp10:amd64 2:6.3.0+dfsg-2ubuntu6.1 09:23:25 libgmpxx4ldbl:amd64 2:6.3.0+dfsg-2ubuntu6.1 09:23:25 libgnutls30t64:amd64 3.8.3-1.1ubuntu3.3 09:23:25 libgomp1:amd64 14.2.0-4ubuntu2~24.04 09:23:25 libgpg-error0:amd64 1.47-3build2.1 09:23:25 libgpgme11t64:amd64 1.18.0-4.1ubuntu4 09:23:25 libgpm2:amd64 1.20.7-11 09:23:25 libgprofng0:amd64 2.42-4ubuntu2.5 09:23:25 libgraphite2-3:amd64 1.3.14-2build1 09:23:25 libgs-common 10.02.1~dfsg1-0ubuntu7.7 09:23:25 libgs10:amd64 10.02.1~dfsg1-0ubuntu7.7 09:23:25 libgs10-common 10.02.1~dfsg1-0ubuntu7.7 09:23:25 libgsasl18:amd64 2.2.1-1willsync1build2 09:23:25 libgssapi-krb5-2:amd64 1.20.1-6ubuntu2.6 09:23:25 libgssglue1:amd64 0.9-1build1 09:23:25 libgstreamer-plugins-base1.0-0:amd64 1.24.2-1ubuntu0.2 09:23:25 libgstreamer-plugins-good1.0-0:amd64 1.24.2-1ubuntu1.1 09:23:25 libgstreamer1.0-0:amd64 1.24.2-1ubuntu0.1 09:23:25 libgtk-3-0t64:amd64 3.24.41-4ubuntu1.3 09:23:25 libgtk-3-bin 3.24.41-4ubuntu1.3 09:23:25 libgtk-3-common 3.24.41-4ubuntu1.3 09:23:25 libgts-0.7-5t64:amd64 0.7.6+darcs121130-5.2build1 09:23:25 libgts-bin 0.7.6+darcs121130-5.2build1 09:23:25 libgudev-1.0-0:amd64 1:238-5ubuntu1 09:23:25 libgumbo2:amd64 0.12.0+dfsg-2build1 09:23:25 libgvc6 2.42.2-9ubuntu0.1 09:23:25 libgvpr2:amd64 2.42.2-9ubuntu0.1 09:23:25 libharfbuzz0b:amd64 8.3.0-2build2 09:23:25 libheif-plugin-aomdec:amd64 1.17.6-1ubuntu4.1 09:23:25 libheif-plugin-aomenc:amd64 1.17.6-1ubuntu4.1 09:23:25 libheif-plugin-libde265:amd64 1.17.6-1ubuntu4.1 09:23:25 libheif1:amd64 1.17.6-1ubuntu4.1 09:23:25 libhiredis1.1.0:amd64 1.2.0-6ubuntu3 09:23:25 libhogweed6t64:amd64 3.9.1-2.2build1.1 09:23:25 libhtml-form-perl 6.11-1 09:23:25 libhtml-format-perl 2.16-2 09:23:25 libhtml-html5-entities-perl 0.004-3 09:23:25 libhtml-parser-perl:amd64 3.81-1build3 09:23:25 libhtml-tagset-perl 3.20-6 09:23:25 libhtml-tokeparser-simple-perl 3.16-4 09:23:25 libhtml-tree-perl 5.07-3 09:23:25 libhttp-cookies-perl 6.11-1 09:23:25 libhttp-daemon-perl 6.16-1 09:23:25 libhttp-date-perl 6.06-1 09:23:25 libhttp-message-perl 6.45-1ubuntu1 09:23:25 libhttp-negotiate-perl 6.01-2 09:23:25 libhunspell-1.7-0:amd64 1.7.2+really1.7.2-10build3 09:23:25 libhwasan0:amd64 14.2.0-4ubuntu2~24.04 09:23:25 libiberty-dev:amd64 20240117-1build1 09:23:25 libibverbs-dev:amd64 50.0-2ubuntu0.2 09:23:25 libibverbs1:amd64 50.0-2ubuntu0.2 09:23:25 libice-dev:amd64 2:1.0.10-1build3 09:23:25 libice6:amd64 2:1.0.10-1build3 09:23:25 libicu-dev:amd64 74.2-1ubuntu3.1 09:23:25 libicu74:amd64 74.2-1ubuntu3.1 09:23:25 libidn12:amd64 1.42-1build1 09:23:25 libidn2-0:amd64 2.3.7-2build1.1 09:23:25 libiec61883-0:amd64 1.2.0-6build1 09:23:25 libijs-0.35:amd64 0.35-15.1build1 09:23:25 libimport-into-perl 1.002005-2 09:23:25 libindirect-perl 0.39-2build4 09:23:25 libio-html-perl 1.004-3 09:23:25 libio-interactive-perl 1.025-1 09:23:25 libio-pty-perl 1:1.20-1build2 09:23:25 libio-socket-ssl-perl 2.085-1 09:23:25 libio-string-perl 1.08-4 09:23:25 libio-stringy-perl 2.111-3 09:23:25 libip4tc2:amd64 1.8.10-3ubuntu2 09:23:25 libip6tc2:amd64 1.8.10-3ubuntu2 09:23:25 libipc-run-perl 20231003.0-1 09:23:25 libipc-run3-perl 0.049-1 09:23:25 libipc-shareable-perl 1.13-1 09:23:25 libipc-system-simple-perl 1.30-2 09:23:25 libiperf0:amd64 3.16-1build2 09:23:25 libipt2 2.0.6-1build1 09:23:25 libiscsi7:amd64 1.19.0-3build4 09:23:25 libisl23:amd64 0.26-3build1.1 09:23:25 libiterator-perl 0.03+ds1-2 09:23:25 libiterator-util-perl 0.02+ds1-2 09:23:25 libitm1:amd64 14.2.0-4ubuntu2~24.04 09:23:25 libjack-jackd2-0:amd64 1.9.21~dfsg-3ubuntu3 09:23:25 libjansson4:amd64 2.14-2build2 09:23:25 libjbig0:amd64 2.1-6.1ubuntu2 09:23:25 libjbig2dec0:amd64 0.20-1build3 09:23:25 libjcode-pm-perl 2.06-1.1build1 09:23:25 libjpeg-turbo8:amd64 2.1.5-2ubuntu2 09:23:25 libjpeg8:amd64 8c-2ubuntu11 09:23:25 libjq1:amd64 1.7.1-3build1 09:23:25 libjs-jquery 3.6.1+dfsg+~3.5.14-1 09:23:25 libjs-sphinxdoc 7.2.6-6 09:23:25 libjs-underscore 1.13.4~dfsg+~1.11.4-3 09:23:25 libjson-c-dev:amd64 0.17-1build1 09:23:25 libjson-c5:amd64 0.17-1build1 09:23:25 libjson-maybexs-perl 1.004005-1 09:23:25 libjson-perl 4.10000-1 09:23:25 libjson-xs-perl 4.030-2build3 09:23:25 libjsoncpp25:amd64 1.9.5-6build1 09:23:25 libk5crypto3:amd64 1.20.1-6ubuntu2.6 09:23:25 libkeyutils-dev:amd64 1.6.3-3build1 09:23:25 libkeyutils1:amd64 1.6.3-3build1 09:23:25 libkmod2:amd64 31+20240202-2ubuntu7.1 09:23:25 libkpathsea6:amd64 2023.20230311.66589-9build3 09:23:25 libkrb5-3:amd64 1.20.1-6ubuntu2.6 09:23:25 libkrb5support0:amd64 1.20.1-6ubuntu2.6 09:23:25 libksba8:amd64 1.6.6-1build1 09:23:25 liblab-gamut1:amd64 2.42.2-9ubuntu0.1 09:23:25 liblapack-dev:amd64 3.12.0-3build1.1 09:23:25 liblapack3:amd64 3.12.0-3build1.1 09:23:25 liblatex-tounicode-perl 0.54-2 09:23:25 liblcms2-2:amd64 2.14-2build1 09:23:25 libldap-common 2.6.7+dfsg-1~exp1ubuntu8.2 09:23:25 libldap2:amd64 2.6.7+dfsg-1~exp1ubuntu8.2 09:23:25 liblerc4:amd64 4.0.0+ds-4ubuntu2 09:23:25 liblist-compare-perl 0.55-2 09:23:25 liblist-someutils-perl 0.59-1 09:23:25 liblist-someutils-xs-perl:amd64 0.58-3build4 09:23:25 liblist-utilsby-perl 0.12-2 09:23:25 libllvm15t64:amd64 1:15.0.7-14build3 09:23:25 libllvm18:amd64 1:18.1.3-1ubuntu1 09:23:25 libllvm19:amd64 1:19.1.1-1ubuntu1~24.04.2 09:23:25 liblmdb0:amd64 0.9.31-1build1 09:23:25 liblocale-gettext-perl 1.07-6ubuntu5 09:23:25 liblog-any-adapter-screen-perl 0.140-2 09:23:25 liblog-any-perl 1.717-1 09:23:25 liblog-dispatch-perl 2.71-1 09:23:25 liblog-log4perl-perl 1.57-1 09:23:25 liblsan0:amd64 14.2.0-4ubuntu2~24.04 09:23:25 libltdl-dev:amd64 2.4.7-7build1 09:23:25 libltdl7:amd64 2.4.7-7build1 09:23:25 liblua5.2-0:amd64 5.2.4-3build2 09:23:25 liblwp-mediatypes-perl 6.04-2 09:23:25 liblwp-protocol-https-perl 6.13-1 09:23:25 liblz4-1:amd64 1.9.4-1build1.1 09:23:25 liblzma-dev:amd64 5.6.1+really5.4.5-1ubuntu0.2 09:23:25 liblzma5:amd64 5.6.1+really5.4.5-1ubuntu0.2 09:23:25 liblzo2-2:amd64 2.10-2build4 09:23:25 libm17n-0:amd64 1.8.4-1build2 09:23:25 libmagic-mgc 1:5.45-3build1 09:23:25 libmagic1t64:amd64 1:5.45-3build1 09:23:25 libmail-sendmail-perl 0.80-3 09:23:25 libmailtools-perl 2.21-2 09:23:25 libmailutils9t64:amd64 1:3.17-1.1build3 09:23:25 libmarkdown2:amd64 2.2.7-2build1 09:23:25 libmath-base85-perl 0.5+dfsg-2 09:23:25 libmaxminddb0:amd64 1.9.1-1build1 09:23:25 libmd0:amd64 1.1.0-2build1.1 09:23:25 libmime-charset-perl 1.013.1-2 09:23:25 libmime-lite-perl 3.033-1 09:23:25 libmime-types-perl 2.26-1 09:23:25 libmldbm-perl 2.05-4 09:23:25 libmnl-dev:amd64 1.0.5-2build1 09:23:25 libmnl0:amd64 1.0.5-2build1 09:23:25 libmodule-implementation-perl 0.09-2 09:23:25 libmodule-runtime-perl 0.016-2 09:23:25 libmoo-perl 2.005005-1 09:23:25 libmoox-aliases-perl 0.001006-2 09:23:25 libmount1:amd64 2.39.3-9ubuntu6.3 09:23:25 libmouse-perl 2.5.10-1build8 09:23:25 libmp3lame0:amd64 3.100-6build1 09:23:25 libmpc3:amd64 1.3.1-1build1.1 09:23:25 libmpfr6:amd64 4.2.1-1build1.1 09:23:25 libmpg123-0t64:amd64 1.32.5-1ubuntu1.1 09:23:25 libmro-compat-perl 0.15-2 09:23:25 libmujs3:amd64 1.3.3-3build2 09:23:25 libmysqlclient21:amd64 8.0.42-0ubuntu0.24.04.2 09:23:25 libnamespace-autoclean-perl 0.29-2 09:23:25 libnamespace-clean-perl 0.27-2 09:23:25 libncurses-dev:amd64 6.4+20240113-1ubuntu2 09:23:25 libncurses6:amd64 6.4+20240113-1ubuntu2 09:23:25 libncursesw6:amd64 6.4+20240113-1ubuntu2 09:23:25 libndctl6:amd64 77-2ubuntu2 09:23:25 libnet-dbus-perl 1.2.0-2build3 09:23:25 libnet-domain-tld-perl 1.75-3 09:23:25 libnet-http-perl 6.23-1 09:23:25 libnet-ipv6addr-perl 1.02-1 09:23:25 libnet-netmask-perl 2.0002-2 09:23:25 libnet-smtp-ssl-perl 1.04-2 09:23:25 libnet-ssleay-perl:amd64 1.94-1build4 09:23:25 libnetaddr-ip-perl 4.079+dfsg-2build4 09:23:25 libnetfilter-conntrack3:amd64 1.0.9-6build1 09:23:25 libnettle8t64:amd64 3.9.1-2.2build1.1 09:23:25 libnfnetlink0:amd64 1.0.2-2build1 09:23:25 libnfs14:amd64 5.0.2-1build1 09:23:25 libnftables1:amd64 1.0.9-1build1 09:23:25 libnftnl11:amd64 1.2.6-2build1 09:23:25 libnghttp2-14:amd64 1.59.0-1ubuntu0.2 09:23:25 libnghttp3-3:amd64 0.8.0-2 09:23:25 libnl-3-200:amd64 3.7.0-0.3build1.1 09:23:25 libnl-3-dev:amd64 3.7.0-0.3build1.1 09:23:25 libnl-genl-3-200:amd64 3.7.0-0.3build1.1 09:23:25 libnl-route-3-200:amd64 3.7.0-0.3build1.1 09:23:25 libnl-route-3-dev:amd64 3.7.0-0.3build1.1 09:23:25 libnpth0t64:amd64 1.6-3.1build1 09:23:25 libnsl2:amd64 1.3.0-3build3 09:23:25 libnspr4:amd64 2:4.35-1.1build1 09:23:25 libnss-systemd:amd64 255.4-1ubuntu8.10 09:23:25 libnss3:amd64 2:3.98-1build1 09:23:25 libntlm0:amd64 1.7-1build1 09:23:25 libnuma-dev:amd64 2.0.18-1build1 09:23:25 libnuma1:amd64 2.0.18-1build1 09:23:25 libnumber-compare-perl 0.03-3 09:23:25 libobjc-13-dev:amd64 13.3.0-6ubuntu2~24.04 09:23:25 libobjc4:amd64 14.2.0-4ubuntu2~24.04 09:23:25 libobject-pad-perl 0.808-1build3 09:23:25 libogg0:amd64 1.3.5-3build1 09:23:25 libole-storage-lite-perl 0.22-1 09:23:25 libonig5:amd64 6.9.9-1build1 09:23:25 libopenblas-dev:amd64 0.3.26+ds-1 09:23:25 libopenblas-pthread-dev:amd64 0.3.26+ds-1 09:23:25 libopenblas0:amd64 0.3.26+ds-1 09:23:25 libopenblas0-pthread:amd64 0.3.26+ds-1 09:23:25 libopencore-amrnb0:amd64 0.1.6-1build1 09:23:25 libopenjp2-7:amd64 2.5.0-2ubuntu0.3 09:23:25 libopus0:amd64 1.4-1build1 09:23:25 liborc-0.4-0t64:amd64 1:0.4.38-1ubuntu0.1 09:23:25 libosp5 1.5.2-15ubuntu2 09:23:25 libostyle1t64 1.4devel1-23.1build1 09:23:25 libotf1:amd64 0.9.16-4build2 09:23:25 libp11-kit0:amd64 0.25.3-4ubuntu2.1 09:23:25 libpackage-stash-perl 0.40-1 09:23:25 libpackage-stash-xs-perl:amd64 0.30-1build4 09:23:25 libpackagekit-glib2-18:amd64 1.2.8-2ubuntu1.2 09:23:25 libpadwalker-perl 2.5-1build6 09:23:25 libpam-cap:amd64 1:2.66-5ubuntu2.2 09:23:25 libpam-modules:amd64 1.5.3-5ubuntu5.1 09:23:25 libpam-modules-bin 1.5.3-5ubuntu5.1 09:23:25 libpam-runtime 1.5.3-5ubuntu5.1 09:23:25 libpam-systemd:amd64 255.4-1ubuntu8.10 09:23:25 libpam0g:amd64 1.5.3-5ubuntu5.1 09:23:25 libpango-1.0-0:amd64 1.52.1+ds-1build1 09:23:25 libpangocairo-1.0-0:amd64 1.52.1+ds-1build1 09:23:25 libpangoft2-1.0-0:amd64 1.52.1+ds-1build1 09:23:25 libpaper-utils 1.1.29build1 09:23:25 libpaper1:amd64 1.1.29build1 09:23:25 libparams-classify-perl:amd64 0.015-2build5 09:23:25 libparams-util-perl 1.102-2build3 09:23:25 libparams-validationcompiler-perl 0.31-1 09:23:25 libparse-recdescent-perl 1.967015+dfsg-4 09:23:25 libpath-iterator-rule-perl 1.015-2 09:23:25 libpath-tiny-perl 0.144-1 09:23:25 libpathplan4:amd64 2.42.2-9ubuntu0.1 09:23:25 libpcap-dev:amd64 1.10.4-4.1ubuntu3 09:23:25 libpcap0.8-dev:amd64 1.10.4-4.1ubuntu3 09:23:25 libpcap0.8t64:amd64 1.10.4-4.1ubuntu3 09:23:25 libpci3:amd64 1:3.10.0-2build1 09:23:25 libpciaccess0:amd64 0.17-3ubuntu0.24.04.2 09:23:25 libpcre2-8-0:amd64 10.42-4ubuntu2.1 09:23:25 libpcsclite1:amd64 2.0.3-1build1 09:23:25 libpdfbox-java 1:1.8.16-5 09:23:25 libperl5.38t64:amd64 5.38.2-3.2ubuntu0.1 09:23:25 libperlio-gzip-perl 0.20-1build4 09:23:25 libperlio-utf8-strict-perl 0.010-1build3 09:23:25 libpfm4:amd64 4.13.0+git32-g0d4ed0e-1 09:23:25 libpipeline1:amd64 1.5.7-2 09:23:25 libpipewire-0.3-0t64:amd64 1.0.5-1ubuntu3.1 09:23:25 libpipewire-0.3-common 1.0.5-1ubuntu3.1 09:23:25 libpixman-1-0:amd64 0.42.2-1build1 09:23:25 libpkgconf3:amd64 1.8.1-2build1 09:23:25 libpmem1:amd64 1.13.1-1.1ubuntu2 09:23:25 libpmemobj1:amd64 1.13.1-1.1ubuntu2 09:23:25 libpng16-16t64:amd64 1.6.43-5build1 09:23:25 libpod-constants-perl 0.19-2 09:23:25 libpod-parser-perl 1.67-1 09:23:25 libpolkit-agent-1-0:amd64 124-2ubuntu1.24.04.2 09:23:25 libpolkit-gobject-1-0:amd64 124-2ubuntu1.24.04.2 09:23:25 libpopt0:amd64 1.19+dfsg-1build1 09:23:25 libpotrace0:amd64 1.16-2build1 09:23:25 libpq5:amd64 16.9-0ubuntu0.24.04.1 09:23:25 libproc-processtable-perl:amd64 0.636-1build3 09:23:25 libproc2-0:amd64 2:4.0.4-4ubuntu3.2 09:23:25 libproxy1v5:amd64 0.5.4-4build1 09:23:25 libpsl5t64:amd64 0.21.2-1.1build1 09:23:25 libptexenc1:amd64 2023.20230311.66589-9build3 09:23:25 libpthread-stubs0-dev:amd64 0.4-1build3 09:23:25 libpulse0:amd64 1:16.1+dfsg1-2ubuntu10.1 09:23:25 libpython3-dev:amd64 3.12.3-0ubuntu2 09:23:25 libpython3-stdlib:amd64 3.12.3-0ubuntu2 09:23:25 libpython3.12-dev:amd64 3.12.3-1ubuntu0.7 09:23:25 libpython3.12-minimal:amd64 3.12.3-1ubuntu0.7 09:23:25 libpython3.12-stdlib:amd64 3.12.3-1ubuntu0.7 09:23:25 libpython3.12t64:amd64 3.12.3-1ubuntu0.7 09:23:25 libquadmath0:amd64 14.2.0-4ubuntu2~24.04 09:23:25 librados2 19.2.1-0ubuntu0.24.04.2 09:23:25 libraw1394-11:amd64 2.1.2-2build3 09:23:25 librbd1 19.2.1-0ubuntu0.24.04.2 09:23:25 librdmacm1t64:amd64 50.0-2ubuntu0.2 09:23:25 libre-engine-re2-perl:amd64 0.18+ds-1build3 09:23:25 libre2-10:amd64 20230301-3build1 09:23:25 libreadline8t64:amd64 8.2-4build1 09:23:25 libreadonly-perl 2.050-3 09:23:25 libref-util-perl 0.204-2 09:23:25 libref-util-xs-perl 0.117-2build4 09:23:25 libregexp-pattern-license-perl 3.11.0-1 09:23:25 libregexp-pattern-perl 0.2.14-2 09:23:25 libregexp-wildcards-perl 1.05-3 09:23:25 librhash0:amd64 1.4.3-3build1 09:23:25 librole-tiny-perl 2.002004-1 09:23:25 librsvg2-2:amd64 2.58.0+dfsg-1build1 09:23:25 librsvg2-common:amd64 2.58.0+dfsg-1build1 09:23:25 librtmp1:amd64 2.4+20151223.gitfa8646d.1-2build7 09:23:25 libruby:amd64 1:3.2~ubuntu1 09:23:25 libruby3.2:amd64 3.2.3-1ubuntu0.24.04.5 09:23:25 libsamplerate0:amd64 0.2.2-4build1 09:23:25 libsasl2-2:amd64 2.1.28+dfsg1-5ubuntu3.1 09:23:25 libsasl2-modules:amd64 2.1.28+dfsg1-5ubuntu3.1 09:23:25 libsasl2-modules-db:amd64 2.1.28+dfsg1-5ubuntu3.1 09:23:25 libsbc1:amd64 2.0-1build1 09:23:25 libsctp-dev:amd64 1.0.19+dfsg-2build1 09:23:25 libsctp1:amd64 1.0.19+dfsg-2build1 09:23:25 libsdl2-2.0-0:amd64 2.30.0+dfsg-1ubuntu3.1 09:23:25 libseccomp2:amd64 2.5.5-1ubuntu3.1 09:23:25 libselinux1:amd64 3.5-2ubuntu2.1 09:23:25 libsemanage-common 3.5-1build5 09:23:25 libsemanage2:amd64 3.5-1build5 09:23:25 libsensors-config 1:3.6.0-9build1 09:23:25 libsensors5:amd64 1:3.6.0-9build1 09:23:25 libsepol2:amd64 3.5-2build1 09:23:25 libsereal-decoder-perl 5.004+ds-1build3 09:23:25 libsereal-encoder-perl 5.004+ds-1build3 09:23:25 libset-intspan-perl 1.19-3 09:23:25 libsframe1:amd64 2.42-4ubuntu2.5 09:23:25 libsgmls-perl 1.03ii-38 09:23:25 libsharpyuv0:amd64 1.3.2-0.4build3 09:23:25 libshout3:amd64 2.4.6-1build2 09:23:25 libsigsegv2:amd64 2.14-1ubuntu2 09:23:25 libslang2:amd64 2.3.3-3build2 09:23:25 libslirp0:amd64 4.7.0-1ubuntu3 09:23:25 libsm-dev:amd64 2:1.2.3-1build3 09:23:25 libsm6:amd64 2:1.2.3-1build3 09:23:25 libsmartcols1:amd64 2.39.3-9ubuntu6.3 09:23:25 libsmi2t64:amd64 0.4.8+dfsg2-16.1build1 09:23:25 libsnappy1v5:amd64 1.1.10-1build1 09:23:25 libsndfile1:amd64 1.2.2-1ubuntu5.24.04.1 09:23:25 libsocket6-perl 0.29-3build3 09:23:25 libsodium23:amd64 1.0.18-1build3 09:23:25 libsombok3:amd64 2.4.0-2build1 09:23:25 libsort-versions-perl 1.62-3 09:23:25 libsoup-3.0-0:amd64 3.4.4-5ubuntu0.5 09:23:25 libsoup-3.0-common 3.4.4-5ubuntu0.5 09:23:25 libsource-highlight-common 3.1.9-4.3build1 09:23:25 libsource-highlight4t64:amd64 3.1.9-4.3build1 09:23:25 libspa-0.2-modules:amd64 1.0.5-1ubuntu3.1 09:23:25 libspandsp2t64:amd64 0.0.6+dfsg-2.1build1 09:23:25 libspecio-perl 0.48-1 09:23:25 libspeex1:amd64 1.2.1-2ubuntu2.24.04.1 09:23:25 libspeexdsp1:amd64 1.2.1-1ubuntu3 09:23:25 libspice-server1:amd64 0.15.1-1build2 09:23:25 libspreadsheet-parseexcel-perl 0.6600-1 09:23:25 libspreadsheet-writeexcel-perl 2.40-4 09:23:25 libsqlite3-0:amd64 3.45.1-1ubuntu2.3 09:23:25 libss2:amd64 1.47.0-2.4~exp1ubuntu4.1 09:23:25 libssh-4:amd64 0.10.6-2ubuntu0.1 09:23:25 libssh-gcrypt-4:amd64 0.10.6-2ubuntu0.1 09:23:25 libssl-dev:amd64 3.0.13-0ubuntu3.5 09:23:25 libssl3t64:amd64 3.0.13-0ubuntu3.5 09:23:25 libstdc++-13-dev:amd64 13.3.0-6ubuntu2~24.04 09:23:25 libstdc++6:amd64 14.2.0-4ubuntu2~24.04 09:23:25 libstemmer0d:amd64 2.2.0-4build1 09:23:25 libstrictures-perl 2.000006-1 09:23:25 libstring-copyright-perl 0.003014-1 09:23:25 libstring-crc32-perl 2.100-2build3 09:23:25 libstring-escape-perl 2010.002-3 09:23:25 libstring-license-perl 0.0.9-2ubuntu1 09:23:25 libstring-shellquote-perl 1.04-3 09:23:25 libsub-exporter-perl 0.990-1 09:23:25 libsub-exporter-progressive-perl 0.001013-3 09:23:25 libsub-identify-perl 0.14-3build3 09:23:25 libsub-install-perl 0.929-1 09:23:25 libsub-name-perl:amd64 0.27-1build3 09:23:25 libsub-override-perl 0.10-1 09:23:25 libsub-quote-perl 2.006008-1ubuntu1 09:23:25 libsubunit-dev:amd64 1.4.2-3build1 09:23:25 libsubunit0:amd64 1.4.2-3build1 09:23:25 libsynctex2:amd64 2023.20230311.66589-9build3 09:23:25 libsyntax-keyword-try-perl 0.29-1build3 09:23:25 libsys-hostname-long-perl 1.5-3 09:23:25 libsystemd-shared:amd64 255.4-1ubuntu8.10 09:23:25 libsystemd0:amd64 255.4-1ubuntu8.10 09:23:25 libtag1v5:amd64 1.13.1-1build1 09:23:25 libtag1v5-vanilla:amd64 1.13.1-1build1 09:23:25 libtasn1-6:amd64 4.19.0-3ubuntu0.24.04.1 09:23:25 libtcl8.6:amd64 8.6.14+dfsg-1build1 09:23:25 libteckit0:amd64 2.5.12+ds1-1 09:23:25 libterm-readkey-perl 2.38-2build4 09:23:25 libtexlua53-5:amd64 2023.20230311.66589-9build3 09:23:25 libtext-glob-perl 0.11-3 09:23:25 libtext-iconv-perl:amd64 1.7-8build3 09:23:25 libtext-levenshteinxs-perl 0.03-5build4 09:23:25 libtext-markdown-discount-perl 0.16-1build3 09:23:25 libtext-xslate-perl:amd64 3.5.9-1build5 09:23:25 libthai-data 0.1.29-2build1 09:23:25 libthai0:amd64 0.1.29-2build1 09:23:25 libtheora0:amd64 1.1.1+dfsg.1-16.1build3 09:23:25 libtie-ixhash-perl 1.23-4 09:23:25 libtiff6:amd64 4.5.1+git230720-4ubuntu2.2 09:23:25 libtime-duration-perl 1.21-2 09:23:25 libtime-moment-perl 0.44-2build4 09:23:25 libtimedate-perl 2.3300-2 09:23:25 libtinfo6:amd64 6.4+20240113-1ubuntu2 09:23:25 libtirpc-common 1.3.4+ds-1.1build1 09:23:25 libtirpc3t64:amd64 1.3.4+ds-1.1build1 09:23:25 libtk8.6:amd64 8.6.14-1build1 09:23:25 libtool 2.4.7-7build1 09:23:25 libtree-sitter0:amd64 0.20.8-2 09:23:25 libtry-tiny-perl 0.31-2 09:23:25 libtsan2:amd64 14.2.0-4ubuntu2~24.04 09:23:25 libtwolame0:amd64 0.4.0-2build3 09:23:25 libtypes-serialiser-perl 1.01-1 09:23:25 libubsan1:amd64 14.2.0-4ubuntu2~24.04 09:23:25 libuchardet0:amd64 0.0.8-1build1 09:23:25 libudev1:amd64 255.4-1ubuntu8.10 09:23:25 libunicode-linebreak-perl 0.0.20190101-1build7 09:23:25 libunicode-map-perl 0.112-13build4 09:23:25 libunicode-utf8-perl 0.62-2build3 09:23:25 libunistring5:amd64 1.1-2build1.1 09:23:25 libunwind-dev:amd64 1.6.2-3build1.1 09:23:25 libunwind8:amd64 1.6.2-3build1.1 09:23:25 liburi-perl 5.27-1 09:23:25 liburing2:amd64 2.5-1build1 09:23:25 libusb-1.0-0:amd64 2:1.0.27-1 09:23:25 libusbredirparser1t64:amd64 0.13.0-2.1build1 09:23:25 libuuid1:amd64 2.39.3-9ubuntu6.3 09:23:25 libuv1t64:amd64 1.48.0-1.1build1 09:23:25 libv4l-0t64:amd64 1.26.1-4build3 09:23:25 libv4lconvert0t64:amd64 1.26.1-4build3 09:23:25 libvariable-magic-perl 0.63-1build3 09:23:25 libvirglrenderer1:amd64 1.0.0-1ubuntu2 09:23:25 libvisual-0.4-0:amd64 0.4.2-2build1 09:23:25 libvorbis0a:amd64 1.3.7-1build3 09:23:25 libvorbisenc2:amd64 1.3.7-1build3 09:23:25 libvpx9:amd64 1.14.0-1ubuntu2.2 09:23:25 libvte-2.91-0:amd64 0.76.0-1ubuntu0.1 09:23:25 libvte-2.91-common 0.76.0-1ubuntu0.1 09:23:25 libvulkan1:amd64 1.3.275.0-1build1 09:23:25 libwavpack1:amd64 5.6.0-1build1 09:23:25 libwayland-client0:amd64 1.22.0-2.1build1 09:23:25 libwayland-cursor0:amd64 1.22.0-2.1build1 09:23:25 libwayland-egl1:amd64 1.22.0-2.1build1 09:23:25 libwayland-server0:amd64 1.22.0-2.1build1 09:23:25 libwebp7:amd64 1.3.2-0.4build3 09:23:25 libwebpdecoder3:amd64 1.3.2-0.4build3 09:23:25 libwebpdemux2:amd64 1.3.2-0.4build3 09:23:25 libwebrtc-audio-processing1:amd64 0.3.1-0ubuntu6 09:23:25 libwireshark-data 4.2.2-1.1build3 09:23:25 libwireshark17t64:amd64 4.2.2-1.1build3 09:23:25 libwiretap14t64:amd64 4.2.2-1.1build3 09:23:25 libwoff1:amd64 1.0.2-2build1 09:23:25 libwrap0:amd64 7.6.q-33 09:23:25 libwsutil15t64:amd64 4.2.2-1.1build3 09:23:25 libwww-mechanize-perl 2.18-1ubuntu1 09:23:25 libwww-perl 6.76-1 09:23:25 libwww-robotrules-perl 6.02-1 09:23:25 libx11-6:amd64 2:1.8.7-1build1 09:23:25 libx11-data 2:1.8.7-1build1 09:23:25 libx11-dev:amd64 2:1.8.7-1build1 09:23:25 libx11-protocol-perl 0.56-9 09:23:25 libx11-xcb1:amd64 2:1.8.7-1build1 09:23:25 libxapian30:amd64 1.4.22-1build1 09:23:25 libxau-dev:amd64 1:1.0.9-1build6 09:23:25 libxau6:amd64 1:1.0.9-1build6 09:23:25 libxaw7:amd64 2:1.0.14-1build2 09:23:25 libxcb-dri2-0:amd64 1.15-1ubuntu2 09:23:25 libxcb-dri3-0:amd64 1.15-1ubuntu2 09:23:25 libxcb-glx0:amd64 1.15-1ubuntu2 09:23:25 libxcb-present0:amd64 1.15-1ubuntu2 09:23:25 libxcb-randr0:amd64 1.15-1ubuntu2 09:23:25 libxcb-render0:amd64 1.15-1ubuntu2 09:23:25 libxcb-shape0:amd64 1.15-1ubuntu2 09:23:25 libxcb-shm0:amd64 1.15-1ubuntu2 09:23:25 libxcb-sync1:amd64 1.15-1ubuntu2 09:23:25 libxcb-xfixes0:amd64 1.15-1ubuntu2 09:23:25 libxcb1:amd64 1.15-1ubuntu2 09:23:25 libxcb1-dev:amd64 1.15-1ubuntu2 09:23:25 libxcomposite1:amd64 1:0.4.5-1build3 09:23:25 libxcursor1:amd64 1:1.2.1-1build1 09:23:25 libxdamage1:amd64 1:1.1.6-1build1 09:23:25 libxdmcp-dev:amd64 1:1.1.3-0ubuntu6 09:23:25 libxdmcp6:amd64 1:1.1.3-0ubuntu6 09:23:25 libxext6:amd64 2:1.3.4-1build2 09:23:25 libxfixes3:amd64 1:6.0.0-2build1 09:23:25 libxft2:amd64 2.3.6-1build1 09:23:25 libxi6:amd64 2:1.8.1-1build1 09:23:25 libxinerama1:amd64 2:1.1.4-3build1 09:23:25 libxkbcommon0:amd64 1.6.0-1build1 09:23:25 libxkbfile1:amd64 1:1.1.0-1build4 09:23:25 libxml-libxml-perl 2.0207+dfsg+really+2.0134-1build4 09:23:25 libxml-namespacesupport-perl 1.12-2 09:23:25 libxml-parser-perl 2.47-1build3 09:23:25 libxml-sax-base-perl 1.09-3 09:23:25 libxml-sax-expat-perl 0.51-2 09:23:25 libxml-sax-perl 1.02+dfsg-3 09:23:25 libxml-twig-perl 1:3.52-2 09:23:25 libxml-xpath-perl 1.48-1 09:23:25 libxml2:amd64 2.9.14+dfsg-1.3ubuntu3.3 09:23:25 libxml2-dev:amd64 2.9.14+dfsg-1.3ubuntu3.3 09:23:25 libxml2-utils 2.9.14+dfsg-1.3ubuntu3.3 09:23:25 libxmlb2:amd64 0.3.18-1 09:23:25 libxmu6:amd64 2:1.1.3-3build2 09:23:25 libxmuu1:amd64 2:1.1.3-3build2 09:23:25 libxpm4:amd64 1:3.5.17-1build2 09:23:25 libxrandr2:amd64 2:1.5.2-2build1 09:23:25 libxrender1:amd64 1:0.9.10-1.1build1 09:23:25 libxs-parse-keyword-perl 0.39-1build3 09:23:25 libxs-parse-sublike-perl:amd64 0.21-2build3 09:23:25 libxshmfence1:amd64 1.3-1build5 09:23:25 libxslt1.1:amd64 1.1.39-0exp1ubuntu0.24.04.2 09:23:25 libxss1:amd64 1:1.2.3-1build3 09:23:25 libxstring-perl:amd64 0.005-2build3 09:23:25 libxt-dev:amd64 1:1.2.1-1.2build1 09:23:25 libxt6t64:amd64 1:1.2.1-1.2build1 09:23:25 libxtables12:amd64 1.8.10-3ubuntu2 09:23:25 libxtst6:amd64 2:1.2.3-1.1build1 09:23:25 libxv1:amd64 2:1.0.11-1.1build1 09:23:25 libxxf86dga1:amd64 2:1.1.5-1build1 09:23:25 libxxf86vm1:amd64 1:1.1.4-1build4 09:23:25 libxxhash0:amd64 0.8.2-2build1 09:23:25 libyaml-0-2:amd64 0.2.5-1build1 09:23:25 libyaml-libyaml-perl 0.89+ds-1ubuntu0.24.04.1 09:23:25 libyaml-tiny-perl 1.74-1 09:23:25 libz3-4:amd64 4.8.12-3.1build1 09:23:25 libz3-dev:amd64 4.8.12-3.1build1 09:23:25 libzstd-dev:amd64 1.5.5+dfsg2-2build1.1 09:23:25 libzstd1:amd64 1.5.5+dfsg2-2build1.1 09:23:25 libzzip-0-13t64:amd64 0.13.72+dfsg.1-1.2build1 09:23:25 licensecheck 3.3.9-1ubuntu1 09:23:25 lintian 2.117.0ubuntu1.3 09:23:25 linux-headers-6.8.0-64 6.8.0-64.67 09:23:25 linux-headers-6.8.0-64-generic 6.8.0-64.67 09:23:25 linux-headers-generic 6.8.0-64.67 09:23:25 linux-libc-dev:amd64 6.8.0-64.67 09:23:25 linux-tools-common 6.8.0-64.67 09:23:25 llvm 1:18.0-59~exp2 09:23:25 llvm-18 1:18.1.3-1ubuntu1 09:23:25 llvm-18-dev 1:18.1.3-1ubuntu1 09:23:25 llvm-18-linker-tools 1:18.1.3-1ubuntu1 09:23:25 llvm-18-runtime 1:18.1.3-1ubuntu1 09:23:25 llvm-18-tools 1:18.1.3-1ubuntu1 09:23:25 llvm-runtime:amd64 1:18.0-59~exp2 09:23:25 lmodern 2.005-1 09:23:25 locales 2.39-0ubuntu8.5 09:23:25 login 1:4.13+dfsg1-4ubuntu3.2 09:23:25 logsave 1.47.0-2.4~exp1ubuntu4.1 09:23:25 lsb-release 12.0-2 09:23:25 lto-disabled-list 47 09:23:25 lynx 2.9.0rel.0-2build2 09:23:25 lynx-common 2.9.0rel.0-2build2 09:23:25 lzip 1.24.1-1build1 09:23:25 lzop 1.04-2build3 09:23:25 m17n-db 1.8.5-1 09:23:25 m4 1.4.19-4build1 09:23:25 mailcap 3.70+nmu1ubuntu1 09:23:25 mailutils 1:3.17-1.1build3 09:23:25 mailutils-common 1:3.17-1.1build3 09:23:25 make 4.3-4.1build2 09:23:25 man-db 2.12.0-4build2 09:23:25 manpages 6.7-2 09:23:25 manpages-dev 6.7-2 09:23:25 mawk 1.3.4.20240123-1build1 09:23:25 media-types 10.1.0 09:23:25 mesa-libgallium:amd64 24.2.8-1ubuntu1~24.04.1 09:23:25 mesa-vulkan-drivers:amd64 24.2.8-1ubuntu1~24.04.1 09:23:25 mount 2.39.3-9ubuntu6.3 09:23:25 msr-tools 1.3-5build1 09:23:25 mupdf-tools 1.23.10+ds1-1build3 09:23:25 mysql-common 5.8+1.1.0build1 09:23:25 nasm 2.16.01-1build1 09:23:25 ncurses-base 6.4+20240113-1ubuntu2 09:23:25 ncurses-bin 6.4+20240113-1ubuntu2 09:23:25 net-tools 2.10-0.1ubuntu4.4 09:23:25 netbase 6.4 09:23:25 networkd-dispatcher 2.2.4-1 09:23:25 nftables 1.0.9-1build1 09:23:25 ninja-build 1.11.1-2 09:23:25 numactl 2.0.18-1build1 09:23:25 openjade 1.4devel1-23.1build1 09:23:25 openjdk-21-jdk:amd64 21.0.7+6~us1-0ubuntu1~24.04 09:23:25 openjdk-21-jdk-headless:amd64 21.0.7+6~us1-0ubuntu1~24.04 09:23:25 openjdk-21-jre:amd64 21.0.7+6~us1-0ubuntu1~24.04 09:23:25 openjdk-21-jre-headless:amd64 21.0.7+6~us1-0ubuntu1~24.04 09:23:25 opensp 1.5.2-15ubuntu2 09:23:25 openssh-client 1:9.6p1-3ubuntu13.12 09:23:25 openssl 3.0.13-0ubuntu3.5 09:23:25 ovmf 2024.02-2ubuntu0.4 09:23:25 packagekit 1.2.8-2ubuntu1.2 09:23:25 packagekit-tools 1.2.8-2ubuntu1.2 09:23:25 passwd 1:4.13+dfsg1-4ubuntu3.2 09:23:25 patch 2.7.6-7build3 09:23:25 patchutils 0.4.2-1build3 09:23:25 pci.ids 0.0~2024.03.31-1ubuntu0.1 09:23:25 pciutils 1:3.10.0-2build1 09:23:25 perl 5.38.2-3.2ubuntu0.1 09:23:25 perl-base 5.38.2-3.2ubuntu0.1 09:23:25 perl-modules-5.38 5.38.2-3.2ubuntu0.1 09:23:25 perl-openssl-defaults:amd64 7build3 09:23:25 pinentry-curses 1.2.1-3ubuntu5 09:23:25 pkg-config:amd64 1.8.1-2build1 09:23:25 pkgconf:amd64 1.8.1-2build1 09:23:25 pkgconf-bin 1.8.1-2build1 09:23:25 po-debconf 1.0.21+nmu1 09:23:25 polkitd 124-2ubuntu1.24.04.2 09:23:25 poppler-data 0.4.12-1 09:23:25 postfix 3.8.6-1build2 09:23:25 preview-latex-style 13.2-1 09:23:25 procps 2:4.0.4-4ubuntu3.2 09:23:25 publicsuffix 20231001.0357-0.1 09:23:25 python-apt-common 2.7.7ubuntu4 09:23:25 python-babel-localedata 2.10.3-3build1 09:23:25 python3 3.12.3-0ubuntu2 09:23:25 python3-all 3.12.3-0ubuntu2 09:23:25 python3-apt 2.7.7ubuntu4 09:23:25 python3-attr 23.2.0-2 09:23:25 python3-babel 2.10.3-3build1 09:23:25 python3-bcrypt 3.2.2-1build1 09:23:25 python3-blinker 1.7.0-1 09:23:25 python3-bs4 4.12.3-1 09:23:25 python3-certifi 2023.11.17-1 09:23:25 python3-cffi 1.16.0-2build1 09:23:25 python3-cffi-backend:amd64 1.16.0-2build1 09:23:25 python3-chardet 5.2.0+dfsg-1 09:23:25 python3-cryptography 41.0.7-4ubuntu0.1 09:23:25 python3-cssselect 1.2.0-2 09:23:25 python3-dbus 1.3.2-5build3 09:23:25 python3-debian 0.1.49ubuntu2 09:23:25 python3-dev 3.12.3-0ubuntu2 09:23:25 python3-distlib 0.3.8-1 09:23:25 python3-distro 1.9.0-1 09:23:25 python3-distro-info 1.7build1 09:23:25 python3-docker 5.0.3-1ubuntu1.1 09:23:25 python3-dockerpty 0.4.1-5 09:23:25 python3-filelock 3.13.1-1 09:23:25 python3-gi 3.48.2-1 09:23:25 python3-gpg 1.18.0-4.1ubuntu4 09:23:25 python3-html5lib 1.1-6 09:23:25 python3-httplib2 0.20.4-3 09:23:25 python3-idna 3.6-2ubuntu0.1 09:23:25 python3-jinja2 3.1.2-1ubuntu1.3 09:23:25 python3-json-pointer 2.0-0ubuntu1 09:23:25 python3-jsonschema 4.10.3-2ubuntu1 09:23:25 python3-jwt 2.7.0-1 09:23:25 python3-launchpadlib 1.11.0-6 09:23:25 python3-lazr.restfulclient 0.14.6-1 09:23:25 python3-lazr.uri 1.0.6-3 09:23:25 python3-lxml:amd64 5.2.1-1 09:23:25 python3-magic 2:0.4.27-3 09:23:25 python3-markupsafe 2.1.5-1build2 09:23:25 python3-minimal 3.12.3-0ubuntu2 09:23:25 python3-nacl 1.5.0-4build1 09:23:25 python3-oauthlib 3.2.2-1 09:23:25 python3-packaging 24.0-1 09:23:25 python3-paramiko 2.12.0-2ubuntu4.1 09:23:25 python3-pip 24.0+dfsg-1ubuntu1.2 09:23:25 python3-pip-whl 24.0+dfsg-1ubuntu1.2 09:23:25 python3-pkg-resources 68.1.2-2ubuntu1.2 09:23:25 python3-platformdirs 4.2.0-1 09:23:25 python3-ply 3.11-6 09:23:25 python3-pycparser 2.21-1 09:23:25 python3-pyelftools 0.30-1 09:23:25 python3-pygments 2.17.2+dfsg-1 09:23:25 python3-pyparsing 3.1.1-1 09:23:25 python3-pyrsistent:amd64 0.20.0-1build2 09:23:25 python3-requests 2.31.0+dfsg-1ubuntu1.1 09:23:25 python3-setuptools 68.1.2-2ubuntu1.2 09:23:25 python3-setuptools-whl 68.1.2-2ubuntu1.2 09:23:25 python3-six 1.16.0-4 09:23:25 python3-software-properties 0.99.49.2 09:23:25 python3-soupsieve 2.5-1 09:23:25 python3-tz 2024.1-2 09:23:25 python3-unidiff 0.7.3-1 09:23:25 python3-urllib3 2.0.7-1ubuntu0.2 09:23:25 python3-venv 3.12.3-0ubuntu2 09:23:25 python3-virtualenv 20.25.0+ds-2 09:23:25 python3-wadllib 1.3.6-5 09:23:25 python3-webencodings 0.5.1-5 09:23:25 python3-websocket 1.7.0-1 09:23:25 python3-wheel 0.42.0-2 09:23:25 python3-wheel-whl 0.42.0-2 09:23:25 python3-xdg 0.28-2 09:23:25 python3-yaml 6.0.1-2build2 09:23:25 python3.12 3.12.3-1ubuntu0.7 09:23:25 python3.12-dev 3.12.3-1ubuntu0.7 09:23:25 python3.12-minimal 3.12.3-1ubuntu0.7 09:23:25 python3.12-venv 3.12.3-1ubuntu0.7 09:23:25 qemu-block-extra 1:8.2.2+ds-0ubuntu1.7 09:23:25 qemu-efi-aarch64 2024.02-2ubuntu0.4 09:23:25 qemu-efi-arm 2024.02-2ubuntu0.4 09:23:25 qemu-system 1:8.2.2+ds-0ubuntu1.7 09:23:25 qemu-system-arm 1:8.2.2+ds-0ubuntu1.7 09:23:25 qemu-system-common 1:8.2.2+ds-0ubuntu1.7 09:23:25 qemu-system-data 1:8.2.2+ds-0ubuntu1.7 09:23:25 qemu-system-gui 1:8.2.2+ds-0ubuntu1.7 09:23:25 qemu-system-mips 1:8.2.2+ds-0ubuntu1.7 09:23:25 qemu-system-misc 1:8.2.2+ds-0ubuntu1.7 09:23:25 qemu-system-modules-opengl 1:8.2.2+ds-0ubuntu1.7 09:23:25 qemu-system-modules-spice 1:8.2.2+ds-0ubuntu1.7 09:23:25 qemu-system-ppc 1:8.2.2+ds-0ubuntu1.7 09:23:25 qemu-system-s390x 1:8.2.2+ds-0ubuntu1.7 09:23:25 qemu-system-sparc 1:8.2.2+ds-0ubuntu1.7 09:23:25 qemu-system-x86 1:8.2.2+ds-0ubuntu1.7 09:23:25 qemu-utils 1:8.2.2+ds-0ubuntu1.7 09:23:25 quilt 0.67+really0.67-4 09:23:25 rake 13.0.6-3 09:23:25 readline-common 8.2-4build1 09:23:25 rpcsvc-proto 1.4.2-0ubuntu7 09:23:25 rsync 3.2.7-1ubuntu1.2 09:23:25 ruby 1:3.2~ubuntu1 09:23:25 ruby-asciidoctor 2.0.20-1 09:23:25 ruby-dev:amd64 1:3.2~ubuntu1 09:23:25 ruby-ffi:amd64 1.16.3+dfsg-1build2 09:23:25 ruby-hocon 1.3.1-2 09:23:25 ruby-net-telnet 0.2.0-1 09:23:25 ruby-rubygems 3.4.20-1 09:23:25 ruby-sdbm:amd64 1.0.0-5build4 09:23:25 ruby-sys-filesystem 1.4.4-1 09:23:25 ruby-thor 1.3.1-1 09:23:25 ruby-webrick 1.8.1-1ubuntu0.1 09:23:25 ruby-xmlrpc 0.3.2-2 09:23:25 ruby3.2 3.2.3-1ubuntu0.24.04.5 09:23:25 ruby3.2-dev:amd64 3.2.3-1ubuntu0.24.04.5 09:23:25 ruby3.2-doc 3.2.3-1ubuntu0.24.04.5 09:23:25 rubygems-integration 1.18 09:23:25 seabios 1.16.3-2 09:23:25 sed 4.9-2build1 09:23:25 sensible-utils 0.0.22 09:23:25 session-migration 0.3.9build1 09:23:25 sgml-base 1.31 09:23:25 sgml-data 2.0.11+nmu1 09:23:25 sgmlspl 1.03ii-38 09:23:25 shared-mime-info 2.4-4 09:23:25 socat 1.8.0.0-4build3 09:23:25 software-properties-common 0.99.49.2 09:23:25 sshpass 1.09-1 09:23:25 ssl-cert 1.1.2ubuntu1 09:23:25 strace 6.8-0ubuntu2 09:23:25 sudo 1.9.15p5-3ubuntu5.24.04.1 09:23:25 supervisor 4.2.5-1ubuntu0.1 09:23:25 sysstat 12.6.1-2 09:23:25 systemd 255.4-1ubuntu8.10 09:23:25 systemd-dev 255.4-1ubuntu8.10 09:23:25 systemd-resolved 255.4-1ubuntu8.10 09:23:25 systemd-sysv 255.4-1ubuntu8.10 09:23:25 systemd-timesyncd 255.4-1ubuntu8.10 09:23:25 sysvinit-utils 3.08-6ubuntu3 09:23:25 t1utils 1.41-4build3 09:23:25 tar 1.35+dfsg-3build1 09:23:25 tcl 8.6.14build1 09:23:25 tcl8.6 8.6.14+dfsg-1build1 09:23:25 teckit 2.5.12+ds1-1 09:23:25 tex-common 6.18 09:23:25 tex-gyre 20180621-6 09:23:25 texlive 2023.20240207-1 09:23:25 texlive-base 2023.20240207-1 09:23:25 texlive-bibtex-extra 2023.20240207-1 09:23:25 texlive-binaries 2023.20230311.66589-9build3 09:23:25 texlive-extra-utils 2023.20240207-1 09:23:25 texlive-fonts-recommended 2023.20240207-1 09:23:25 texlive-formats-extra 2023.20240207-1 09:23:25 texlive-lang-greek 2023.20240207-1 09:23:25 texlive-latex-base 2023.20240207-1 09:23:25 texlive-latex-extra 2023.20240207-1 09:23:25 texlive-latex-recommended 2023.20240207-1 09:23:25 texlive-luatex 2023.20240207-1 09:23:25 texlive-pictures 2023.20240207-1 09:23:25 texlive-plain-generic 2023.20240207-1 09:23:25 texlive-science 2023.20240207-1 09:23:25 texlive-xetex 2023.20240207-1 09:23:25 tipa 2:1.3-21 09:23:25 tk 8.6.14build1 09:23:25 tk8.6 8.6.14-1build1 09:23:25 traceroute 1:2.1.5-1 09:23:25 tree 2.1.1-2ubuntu3 09:23:25 tshark 4.2.2-1.1build3 09:23:25 tzdata 2025b-0ubuntu0.24.04.1 09:23:25 ubuntu-keyring 2023.11.28.1 09:23:25 ubuntu-mono 24.04-0ubuntu1 09:23:25 ucf 3.0043+nmu1 09:23:25 unattended-upgrades 2.9.1+nmu4ubuntu1 09:23:25 unminimize 0.2.1 09:23:25 unzip 6.0-28ubuntu4.1 09:23:25 usb.ids 2024.03.18-1 09:23:25 util-linux 2.39.3-9ubuntu6.3 09:23:25 uuid-dev:amd64 2.39.3-9ubuntu6.3 09:23:25 vim 2:9.1.0016-1ubuntu7.8 09:23:25 vim-common 2:9.1.0016-1ubuntu7.8 09:23:25 vim-runtime 2:9.1.0016-1ubuntu7.8 09:23:25 virt-what 1.25-2 09:23:25 virtualenv 20.25.0+ds-2 09:23:25 vpp-ext-deps 25.10-0 09:23:25 wdiff 1.2.2-6build1 09:23:25 wget 1.21.4-1ubuntu4.1 09:23:25 wireshark-common 4.2.2-1.1build3 09:23:25 x11-common 1:7.7+23ubuntu3 09:23:25 x11-utils 7.7+6build2 09:23:25 x11-xserver-utils 7.7+10build2 09:23:25 x11proto-dev 2023.2-1 09:23:25 xauth 1:1.1.2-1build1 09:23:25 xdg-user-dirs 0.18-1build1 09:23:25 xdg-utils 1.1.3-4.1ubuntu3 09:23:25 xfonts-encodings 1:1.0.5-0ubuntu2 09:23:25 xfonts-utils 1:7.7+6build3 09:23:25 xkb-data 2.41-2ubuntu1.1 09:23:25 xml-core 0.19 09:23:25 xmlstarlet 1.6.1-4 09:23:25 xmlto 0.0.28-2.1 09:23:25 xorg-sgml-doctools 1:1.11-1.1 09:23:25 xsltproc 1.1.39-0exp1ubuntu0.24.04.2 09:23:25 xtrans-dev 1.4.0-1 09:23:25 xxd 2:9.1.0016-1ubuntu7.8 09:23:25 xz-utils 5.6.1+really5.4.5-1ubuntu0.2 09:23:25 yasm 1.3.0-4 09:23:25 zip 3.0-13ubuntu0.2 09:23:25 zlib1g:amd64 1:1.3.dfsg-3.1ubuntu2.1 09:23:25 zlib1g-dev:amd64 1:1.3.dfsg-3.1ubuntu2.1 09:23:25 zstd 1.5.5+dfsg2-2build1.1 09:23:25 zutty 0.14.8.20231210+dfsg1-1 09:23:25 ************************************************************************ 09:23:25 Python3 package list: 09:23:26 Package Version 09:23:26 ------------------- -------------- 09:23:26 attrs 23.2.0 09:23:26 Babel 2.10.3 09:23:26 bcrypt 3.2.2 09:23:26 beautifulsoup4 4.12.3 09:23:26 blinker 1.7.0 09:23:26 boto3 1.39.8 09:23:26 botocore 1.39.8 09:23:26 certifi 2023.11.17 09:23:26 cffi 1.16.0 09:23:26 chardet 5.2.0 09:23:26 cryptography 41.0.7 09:23:26 cssselect 1.2.0 09:23:26 dblatex 0.3.12 09:23:26 dbus-python 1.3.2 09:23:26 debmake 4.4.0 09:23:26 devscripts 2.23.7 09:23:26 distlib 0.3.8 09:23:26 distro 1.9.0 09:23:26 distro-info 1.7+build1 09:23:26 docker 5.0.3 09:23:26 dockerpty 0.4.1 09:23:26 filelock 3.13.1 09:23:26 gcovr 7.0 09:23:26 git-review 2.3.1 09:23:26 gpg 1.18.0 09:23:26 html5lib 1.1 09:23:26 httplib2 0.20.4 09:23:26 idna 3.6 09:23:26 Jinja2 3.1.2 09:23:26 jmespath 1.0.1 09:23:26 jsonpointer 2.0 09:23:26 jsonschema 4.10.3 09:23:26 launchpadlib 1.11.0 09:23:26 lazr.restfulclient 0.14.6 09:23:26 lazr.uri 1.0.6 09:23:26 lxml 5.2.1 09:23:26 MarkupSafe 2.1.5 09:23:26 oauthlib 3.2.2 09:23:26 packaging 24.0 09:23:26 paramiko 2.12.0 09:23:26 pip 24.0 09:23:26 platformdirs 4.2.0 09:23:26 ply 3.11 09:23:26 pycparser 2.21 09:23:26 pyelftools 0.30 09:23:26 Pygments 2.17.2 09:23:26 PyGObject 3.48.2 09:23:26 PyJWT 2.7.0 09:23:26 PyNaCl 1.5.0 09:23:26 pyparsing 3.1.1 09:23:26 pyrsistent 0.20.0 09:23:26 python-apt 2.7.7+ubuntu4 09:23:26 python-dateutil 2.9.0.post0 09:23:26 python-debian 0.1.49+ubuntu2 09:23:26 python-magic 0.4.27 09:23:26 pytz 2024.1 09:23:26 pyxdg 0.28 09:23:26 PyYAML 6.0.1 09:23:26 requests 2.31.0 09:23:26 s3transfer 0.13.0 09:23:26 setuptools 68.1.2 09:23:26 six 1.16.0 09:23:26 soupsieve 2.5 09:23:26 supervisor 4.2.5 09:23:26 unattended-upgrades 0.1 09:23:26 unidiff 0.7.3 09:23:26 urllib3 2.0.7 09:23:26 virtualenv 20.25.0+ds 09:23:26 wadllib 1.3.6 09:23:26 webencodings 0.5.1 09:23:26 websocket-client 1.7.0 09:23:26 wheel 0.42.0 09:23:26 xdg 5 09:23:26 ************************************************************************ 09:23:26 Executor Downloads cache '/root/Downloads': 09:23:26 total 252M 09:23:26 -rw-r--r-- 1 root root 17M Jul 18 16:33 dpdk-24.11.1.tar.xz 09:23:26 -rw-r--r-- 1 root root 1.8M Jul 18 16:33 meson-0.57.2.tar.gz 09:23:26 -rw-r--r-- 1 root root 185K Jul 18 16:33 pyelftools-0.32-py3-none-any.whl 09:23:26 -rw-r--r-- 1 root root 1.1M Jul 18 16:34 quicly_0.1.5-vpp.tar.gz 09:23:26 -rw-r--r-- 1 root root 2.0M Jul 18 16:33 rdma-core-55.0.tar.gz 09:23:26 -rw-r--r-- 1 root root 1.2M Jul 18 16:33 setuptools-80.9.0-py3-none-any.whl 09:23:26 -rw-r--r-- 1 root root 2.4M Jul 18 16:32 v2.0.tar.gz 09:23:26 -rw-r--r-- 1 root root 83M Jul 18 16:27 vpp-ext-deps_25.02-14_amd64.deb 09:23:26 -rw-r--r-- 1 root root 72M Jul 18 16:32 vpp-ext-deps_25.06-6_amd64.deb 09:23:26 -rw-r--r-- 1 root root 72M Jul 18 16:36 vpp-ext-deps_25.10-0_amd64.deb 09:23:26 -rw-r--r-- 1 root root 71K Jul 18 16:33 wheel-0.45.1-py3-none-any.whl 09:23:26 -rw-r--r-- 1 root root 1.2M Jul 18 16:34 xdp-tools-1.2.9.tar.gz 09:23:26 ************************************************************************ 09:23:26 DNS nameserver config in '/etc/resolv.conf': 09:23:26 # Generated by Docker Engine. 09:23:26 # This file can be edited; Docker Engine will not make further changes once it 09:23:26 # has been modified. 09:23:26 09:23:26 nameserver 172.17.0.1 09:23:26 search s21-nomad 09:23:26 09:23:26 # Based on host file: '' (legacy) 09:23:26 # Overrides: [nameservers search] 09:23:26 ************************************************************************ 09:23:26 ccache statistics: 09:23:26 Cacheable calls: 1332101 / 1596569 (83.44%) 09:23:26 Hits: 954990 / 1332101 (71.69%) 09:23:26 Direct: 770313 / 954990 (80.66%) 09:23:26 Preprocessed: 184677 / 954990 (19.34%) 09:23:26 Misses: 377111 / 1332101 (28.31%) 09:23:26 Uncacheable calls: 264468 / 1596569 (16.56%) 09:23:26 Local storage: 09:23:26 Cache size (GB): 10.0 / 10.0 (99.86%) 09:23:26 Cleanups: 754 09:23:26 Hits: 947114 / 1316161 (71.96%) 09:23:26 Misses: 369047 / 1316161 (28.04%) 09:23:26 ************************************************************************ 09:23:26 [csit-vpp-perf-verify-master-3n-icx] $ /usr/bin/env bash /tmp/jenkins12376119744890166669.sh 09:23:26 ---> jjb/scripts/csit/perf-verify.sh 09:23:26 + [[ comment-added == \c\o\m\m\e\n\t\-\a\d\d\e\d ]] 09:23:26 ++ echo UGF0Y2ggU2V0IDQzOgoKY3NpdC0zbi1pY3gtcGVyZnRlc3QgbmljXypBTkRkcnZfbWx4NV9jb3JlQU5EZXRoLWlwNHRjcGJhc2UtbGRwcmVsb2FkLWlwZXJmMyAjZ2VuZXJhdGUtYWxs 09:23:26 ++ grep -oE '(perftest$|perftest[[:space:]].+$)' 09:23:26 ++ true 09:23:26 + TRIGGER= 09:23:26 + export TEST_TAG_STRING= 09:23:26 + TEST_TAG_STRING= 09:23:26 + csit_entry_dir=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/entry 09:23:26 + source /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/entry/bootstrap_verify_perf.sh 09:23:26 ++ set -exuo pipefail 09:23:26 ++++ readlink -e /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/entry/bootstrap_verify_perf.sh 09:23:26 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/entry/bootstrap_verify_perf.sh 09:23:26 ++ BASH_ENTRY_DIR=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/entry 09:23:26 +++ readlink -e /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/entry/../function 09:23:26 ++ BASH_FUNCTION_DIR=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/function 09:23:26 ++ source /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/function/common.sh 09:23:26 +++ set -exuo pipefail 09:23:26 ++ source /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/function/gather.sh 09:23:26 +++ set -exuo pipefail 09:23:26 ++ source /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/function/ansible.sh 09:23:26 +++ set -exuo pipefail 09:23:26 ++ source /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/function/terraform.sh 09:23:26 +++ set -exuo pipefail 09:23:26 ++ common_dirs 09:23:26 ++ set -exuo pipefail 09:23:26 +++ readlink -e /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/function/common.sh 09:23:26 ++ this_file=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/function/common.sh 09:23:26 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/function/common.sh 09:23:26 ++ BASH_FUNCTION_DIR=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/function 09:23:26 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/function 09:23:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/function /w/workspace/csit-vpp-perf-verify-master-3n-icx 09:23:26 +++ git rev-parse --show-toplevel 09:23:26 ++ relative_csit_dir=/w/workspace/csit-vpp-perf-verify-master-3n-icx 09:23:26 +++ readlink -e /w/workspace/csit-vpp-perf-verify-master-3n-icx 09:23:26 ++ CSIT_DIR=/w/workspace/csit-vpp-perf-verify-master-3n-icx 09:23:26 ++ popd 09:23:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx 09:23:26 +++ readlink -e /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available 09:23:26 ++ TOPOLOGIES_DIR=/w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available 09:23:26 +++ readlink -e /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/job_specs 09:23:26 ++ JOB_SPECS_DIR=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/job_specs 09:23:26 +++ readlink -e /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources 09:23:26 ++ RESOURCES_DIR=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources 09:23:26 +++ readlink -e /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools 09:23:26 ++ TOOLS_DIR=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools 09:23:26 +++ readlink -e /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts 09:23:26 ++ PYTHON_SCRIPTS_DIR=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts 09:23:26 +++ readlink -f /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives 09:23:26 ++ ARCHIVE_DIR=/w/workspace/csit-vpp-perf-verify-master-3n-icx/archives 09:23:26 ++ mkdir -p /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives 09:23:26 +++ readlink -f /w/workspace/csit-vpp-perf-verify-master-3n-icx/download_dir 09:23:26 ++ DOWNLOAD_DIR=/w/workspace/csit-vpp-perf-verify-master-3n-icx/download_dir 09:23:26 ++ mkdir -p /w/workspace/csit-vpp-perf-verify-master-3n-icx/download_dir 09:23:26 +++ readlink -f /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated 09:23:26 ++ GENERATED_DIR=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated 09:23:26 ++ mkdir -p /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated 09:23:26 ++ check_prerequisites 09:23:26 ++ set -exuo pipefail 09:23:26 ++ installed sshpass 09:23:26 ++ set -exuo pipefail 09:23:26 ++ command -v sshpass 09:23:26 /usr/bin/sshpass 09:23:26 ++ get_test_code '' 09:23:26 ++ set -exuo pipefail 09:23:26 ++ TEST_CODE= 09:23:26 ++ [[ -z '' ]] 09:23:26 ++ TEST_CODE=csit-vpp-perf-verify-master-3n-icx 09:23:26 ++ case "${TEST_CODE}" in 09:23:26 ++ NODENESS=3n 09:23:26 ++ FLAVOR=icx 09:23:26 ++ get_test_tag_string 09:23:26 ++ set -exuo pipefail 09:23:26 ++ [[ comment-added == \c\o\m\m\e\n\t\-\a\d\d\e\d ]] 09:23:26 ++ case "${TEST_CODE}" in 09:23:26 ++ trigger=perftest 09:23:26 +++ fgrep perftest 09:23:26 +++ true 09:23:26 ++ comment= 09:23:26 ++ cmd=("grep" "-oP" '\S*'"${trigger}"'\S*\s\K.+$') 09:23:26 +++ grep -oP '\S*perftest\S*\s\K.+$' 09:23:26 +++ true 09:23:26 ++ TEST_TAG_STRING= 09:23:26 ++ [[ -z '' ]] 09:23:26 ++ comment=UGF0Y2ggU2V0IDQzOgoKY3NpdC0zbi1pY3gtcGVyZnRlc3QgbmljXypBTkRkcnZfbWx4NV9jb3JlQU5EZXRoLWlwNHRjcGJhc2UtbGRwcmVsb2FkLWlwZXJmMyAjZ2VuZXJhdGUtYWxs 09:23:26 +++ base64 --decode 09:23:26 ++ comment='Patch Set 43: 09:23:26 09:23:26 csit-3n-icx-perftest nic_*ANDdrv_mlx5_coreANDeth-ip4tcpbase-ldpreload-iperf3 #generate-all' 09:23:26 +++ fgrep perftest 09:23:26 ++ comment='csit-3n-icx-perftest nic_*ANDdrv_mlx5_coreANDeth-ip4tcpbase-ldpreload-iperf3 #generate-all' 09:23:26 +++ grep -oP '\S*perftest\S*\s\K.+$' 09:23:26 ++ TEST_TAG_STRING='nic_*ANDdrv_mlx5_coreANDeth-ip4tcpbase-ldpreload-iperf3 #generate-all' 09:23:26 ++ [[ perftest == \b\i\s\e\c\t\t\e\s\t ]] 09:23:26 ++ [[ -n nic_*ANDdrv_mlx5_coreANDeth-ip4tcpbase-ldpreload-iperf3 #generate-all ]] 09:23:26 ++ test_tag_array=(${TEST_TAG_STRING}) 09:23:26 ++ [[ nic_*ANDdrv_mlx5_coreANDeth-ip4tcpbase-ldpreload-iperf3 == \i\c\l ]] 09:23:26 ++ [[ nic_*ANDdrv_mlx5_coreANDeth-ip4tcpbase-ldpreload-iperf3 == \s\k\x ]] 09:23:26 ++ select_arch_os 09:23:26 ++ set -exuo pipefail 09:23:26 ++ source /etc/os-release 09:23:26 +++ PRETTY_NAME='Ubuntu 24.04.2 LTS' 09:23:26 +++ NAME=Ubuntu 09:23:26 +++ VERSION_ID=24.04 09:23:26 +++ VERSION='24.04.2 LTS (Noble Numbat)' 09:23:26 +++ VERSION_CODENAME=noble 09:23:26 +++ ID=ubuntu 09:23:26 +++ ID_LIKE=debian 09:23:26 +++ HOME_URL=https://www.ubuntu.com/ 09:23:26 +++ SUPPORT_URL=https://help.ubuntu.com/ 09:23:26 +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 09:23:26 +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 09:23:26 +++ UBUNTU_CODENAME=noble 09:23:26 +++ LOGO=ubuntu-logo 09:23:26 ++ case "${ID}" in 09:23:26 ++ case "${VERSION}" in 09:23:26 ++ IMAGE_VER_FILE=VPP_DEVICE_IMAGE_UBUNTU_NOBLE 09:23:26 ++ VPP_COMMIT_FILE=VPP_STABLE_COMMIT 09:23:26 ++ VPP_VER_FILE=VPP_STABLE_VER_UBUNTU_NOBLE 09:23:26 ++ PKG_SUFFIX=deb 09:23:26 +++ uname -m 09:23:26 ++ arch=x86_64 09:23:26 ++ case "${arch}" in 09:23:26 ++ gather_build 09:23:26 ++ set -exuo pipefail 09:23:26 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/download_dir 09:23:26 /w/workspace/csit-vpp-perf-verify-master-3n-icx/download_dir /w/workspace/csit-vpp-perf-verify-master-3n-icx 09:23:26 ++ case "${TEST_CODE}" in 09:23:26 ++ DUT=vpp 09:23:26 ++ source /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/function/gather_vpp.sh 09:23:26 +++ set -exuo pipefail 09:23:26 ++ gather_vpp 09:23:26 ++ set -exuo pipefail 09:23:26 ++ case "${TEST_CODE}" in 09:23:26 ++ [[ csit-vpp-perf-verify-master-3n-icx == *\d\a\i\l\y* ]] 09:23:26 ++ [[ csit-vpp-perf-verify-master-3n-icx == *\w\e\e\k\l\y* ]] 09:23:26 ++ [[ csit-vpp-perf-verify-master-3n-icx == *\s\e\m\i\w\e\e\k\l\y* ]] 09:23:26 ++ [[ csit-vpp-perf-verify-master-3n-icx == *\h\o\u\r\l\y* ]] 09:23:26 ++ warn 'Downloading stable VPP packages from Packagecloud.' 09:23:26 ++ set -exuo pipefail 09:23:26 ++ echo 'Downloading stable VPP packages from Packagecloud.' 09:23:26 Downloading stable VPP packages from Packagecloud. 09:23:26 ++ VPP_VERSION=26.02-rc0~111-gb2e8194c0 09:23:26 ++ source /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/function/artifacts.sh 09:23:26 +++ set -exuo pipefail 09:23:26 ++ download_artifacts 09:23:26 ++ set -exuo pipefail 09:23:26 +++ grep '^ID=' /etc/os-release 09:23:26 +++ cut -f2- -d= 09:23:26 +++ sed -e 's/\"//g' 09:23:26 ++ os_id=ubuntu 09:23:26 ++ repo_url_path=/w/workspace/csit-vpp-perf-verify-master-3n-icx/VPP_REPO_URL 09:23:26 ++ '[' -e /w/workspace/csit-vpp-perf-verify-master-3n-icx/VPP_REPO_URL ']' 09:23:26 ++ REPO_URL=https://packagecloud.io/install/repositories/fdio/master 09:23:26 ++ '[' ubuntu == ubuntu ']' 09:23:26 ++ download_ubuntu_artifacts 09:23:26 ++ set -exuo pipefail 09:23:26 ++ sudo -E bash 09:23:26 ++ curl -s https://packagecloud.io/install/repositories/fdio/master/script.deb.sh 09:23:26 Detected operating system as Ubuntu/noble. 09:23:26 Checking for curl... 09:23:26 Detected curl... 09:23:26 Checking for gpg... 09:23:26 Detected gpg... 09:23:26 Detected apt version as 2.8.3 09:23:26 Running apt-get update... done. 09:23:31 Installing apt-transport-https... done. 09:23:33 Installing /etc/apt/sources.list.d/fdio_master.list...done. 09:23:33 Importing packagecloud gpg key... Packagecloud gpg key imported to /etc/apt/keyrings/fdio_master-archive-keyring.gpg 09:23:34 done. 09:23:34 Running apt-get update... done. 09:23:35 09:23:35 The repository is setup! You can now install packages. 09:23:35 ++ artifacts=() 09:23:35 ++ both_quotes='"'\''' 09:23:35 ++ match='[^"'\'']*' 09:23:35 ++ qmatch='["'\'']\?' 09:23:35 ++ sed_command='s#.*apt_source_path=["'\'']\?\([^"'\'']*\)["'\'']\?#\1#p' 09:23:35 +++ curl -s https://packagecloud.io/install/repositories/fdio/master/script.deb.sh 09:23:35 +++ sed -n 's#.*apt_source_path=["'\'']\?\([^"'\'']*\)["'\'']\?#\1#p' 09:23:36 ++ apt_fdio_repo_file=/etc/apt/sources.list.d/fdio_master.list 09:23:36 ++ '[' '!' -f /etc/apt/sources.list.d/fdio_master.list ']' 09:23:36 +++ 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 09:23:36 +++ grep Package: 09:23:36 +++ cut -d ' ' -f 2 09:23:36 +++ grep vpp 09:23:36 ++ pkgs='libvppinfra 09:23:36 libvppinfra-dev 09:23:36 python3-vpp-api 09:23:36 vpp 09:23:36 vpp-crypto-engines 09:23:36 vpp-dbg 09:23:36 vpp-dev 09:23:36 vpp-ext-deps 09:23:36 vpp-plugin-core 09:23:36 vpp-plugin-devtools 09:23:36 vpp-plugin-dpdk' 09:23:36 ++ '[' -z 26.02-rc0~111-gb2e8194c0 ']' 09:23:36 ++ set +x 09:23:37 Found '26.02-rc0~111-gb2e8194c0' among 'libvppinfra' versions. 09:23:38 Found '26.02-rc0~111-gb2e8194c0' among 'libvppinfra-dev' versions. 09:23:39 Found '26.02-rc0~111-gb2e8194c0' among 'python3-vpp-api' versions. 09:23:40 Found '26.02-rc0~111-gb2e8194c0' among 'vpp' versions. 09:23:41 Found '26.02-rc0~111-gb2e8194c0' among 'vpp-crypto-engines' versions. 09:23:41 Found '26.02-rc0~111-gb2e8194c0' among 'vpp-dbg' versions. 09:23:42 Found '26.02-rc0~111-gb2e8194c0' among 'vpp-dev' versions. 09:23:43 Didn't find '26.02-rc0~111-gb2e8194c0' among 'vpp-ext-deps' versions. 09:23:44 Found '26.02-rc0~111-gb2e8194c0' among 'vpp-plugin-core' versions. 09:23:45 Found '26.02-rc0~111-gb2e8194c0' among 'vpp-plugin-devtools' versions. 09:23:46 Found '26.02-rc0~111-gb2e8194c0' among 'vpp-plugin-dpdk' versions. 09:23:46 ++ [[ false == \t\r\u\e ]] 09:23:46 ++ apt-get -y download libvppinfra=26.02-rc0~111-gb2e8194c0~b988 libvppinfra-dev=26.02-rc0~111-gb2e8194c0~b988 python3-vpp-api=26.02-rc0~111-gb2e8194c0~b988 vpp=26.02-rc0~111-gb2e8194c0~b988 vpp-crypto-engines=26.02-rc0~111-gb2e8194c0~b988 vpp-dbg=26.02-rc0~111-gb2e8194c0~b988 vpp-dev=26.02-rc0~111-gb2e8194c0~b988 vpp-plugin-core=26.02-rc0~111-gb2e8194c0~b988 vpp-plugin-devtools=26.02-rc0~111-gb2e8194c0~b988 vpp-plugin-dpdk=26.02-rc0~111-gb2e8194c0~b988 09:23:48 Get:1 https://packagecloud.io/fdio/master/ubuntu noble/main amd64 libvppinfra amd64 26.02-rc0~111-gb2e8194c0~b988 [211 kB] 09:23:48 Get:2 https://packagecloud.io/fdio/master/ubuntu noble/main amd64 libvppinfra-dev amd64 26.02-rc0~111-gb2e8194c0~b988 [166 kB] 09:23:48 Get:3 https://packagecloud.io/fdio/master/ubuntu noble/main amd64 python3-vpp-api amd64 26.02-rc0~111-gb2e8194c0~b988 [36.6 kB] 09:23:48 Get:4 https://packagecloud.io/fdio/master/ubuntu noble/main amd64 vpp amd64 26.02-rc0~111-gb2e8194c0~b988 [5,536 kB] 09:23:48 Get:5 https://packagecloud.io/fdio/master/ubuntu noble/main amd64 vpp-crypto-engines amd64 26.02-rc0~111-gb2e8194c0~b988 [1,215 kB] 09:23:48 Get:6 https://packagecloud.io/fdio/master/ubuntu noble/main amd64 vpp-dbg amd64 26.02-rc0~111-gb2e8194c0~b988 [105 MB] 09:23:49 Get:7 https://packagecloud.io/fdio/master/ubuntu noble/main amd64 vpp-dev amd64 26.02-rc0~111-gb2e8194c0~b988 [1,480 kB] 09:23:49 Get:8 https://packagecloud.io/fdio/master/ubuntu noble/main amd64 vpp-plugin-core amd64 26.02-rc0~111-gb2e8194c0~b988 [5,268 kB] 09:23:49 Get:9 https://packagecloud.io/fdio/master/ubuntu noble/main amd64 vpp-plugin-devtools amd64 26.02-rc0~111-gb2e8194c0~b988 [406 kB] 09:23:49 Get:10 https://packagecloud.io/fdio/master/ubuntu noble/main amd64 vpp-plugin-dpdk amd64 26.02-rc0~111-gb2e8194c0~b988 [5,394 kB] 09:23:50 Fetched 125 MB in 2s (63.6 MB/s) 09:23:50 W: Download is performed unsandboxed as root as file '/w/workspace/csit-vpp-perf-verify-master-3n-icx/download_dir/libvppinfra_26.02-rc0~111-gb2e8194c0~b988_amd64.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied) 09:23:50 ++ popd 09:23:50 /w/workspace/csit-vpp-perf-verify-master-3n-icx 09:23:50 ++ check_download_dir 09:23:50 ++ set -exuo pipefail 09:23:50 +++ ls -A /w/workspace/csit-vpp-perf-verify-master-3n-icx/download_dir 09:23:50 ++ [[ ! -n libvppinfra_26.02-rc0~111-gb2e8194c0~b988_amd64.deb 09:23:50 libvppinfra-dev_26.02-rc0~111-gb2e8194c0~b988_amd64.deb 09:23:50 python3-vpp-api_26.02-rc0~111-gb2e8194c0~b988_amd64.deb 09:23:50 vpp_26.02-rc0~111-gb2e8194c0~b988_amd64.deb 09:23:50 vpp-crypto-engines_26.02-rc0~111-gb2e8194c0~b988_amd64.deb 09:23:50 vpp-dbg_26.02-rc0~111-gb2e8194c0~b988_amd64.deb 09:23:50 vpp-dev_26.02-rc0~111-gb2e8194c0~b988_amd64.deb 09:23:50 vpp-plugin-core_26.02-rc0~111-gb2e8194c0~b988_amd64.deb 09:23:50 vpp-plugin-devtools_26.02-rc0~111-gb2e8194c0~b988_amd64.deb 09:23:50 vpp-plugin-dpdk_26.02-rc0~111-gb2e8194c0~b988_amd64.deb ]] 09:23:50 ++ activate_virtualenv 09:23:50 ++ set -exuo pipefail 09:23:50 ++ root_path=/w/workspace/csit-vpp-perf-verify-master-3n-icx 09:23:50 ++ env_dir=/w/workspace/csit-vpp-perf-verify-master-3n-icx/env 09:23:50 ++ req_path=/w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt 09:23:50 ++ rm -rf /w/workspace/csit-vpp-perf-verify-master-3n-icx/env 09:23:50 +++ which python3 09:23:50 ++ virtualenv --no-download --python=/usr/bin/python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/env 09:23:50 created virtual environment CPython3.12.3.final.0-64 in 124ms 09:23:50 creator CPython3Posix(dest=/w/workspace/csit-vpp-perf-verify-master-3n-icx/env, clear=False, no_vcs_ignore=False, global=False) 09:23:50 seeder FromAppData(download=False, pip=bundle, via=copy, app_data_dir=/root/.local/share/virtualenv) 09:23:50 added seed packages: pip==24.0 09:23:50 activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator 09:23:50 ++ set +u 09:23:50 ++ source /w/workspace/csit-vpp-perf-verify-master-3n-icx/env/bin/activate 09:23:50 +++ '[' /w/workspace/csit-vpp-perf-verify-master-3n-icx/env/bin/activate = /tmp/jenkins12376119744890166669.sh ']' 09:23:50 +++ deactivate nondestructive 09:23:50 +++ unset -f pydoc 09:23:50 +++ '[' -z '' ']' 09:23:50 +++ '[' -z '' ']' 09:23:50 +++ hash -r 09:23:50 +++ '[' -z '' ']' 09:23:50 +++ unset VIRTUAL_ENV 09:23:50 +++ unset VIRTUAL_ENV_PROMPT 09:23:50 +++ '[' '!' nondestructive = nondestructive ']' 09:23:50 +++ VIRTUAL_ENV=/w/workspace/csit-vpp-perf-verify-master-3n-icx/env 09:23:50 +++ '[' linux-gnu = cygwin ']' 09:23:50 +++ '[' linux-gnu = msys ']' 09:23:50 +++ export VIRTUAL_ENV 09:23:50 +++ _OLD_VIRTUAL_PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/scratch/docker-build/ci-management/docker/scripts 09:23:50 +++ PATH=/w/workspace/csit-vpp-perf-verify-master-3n-icx/env/bin:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/scratch/docker-build/ci-management/docker/scripts 09:23:50 +++ export PATH 09:23:50 +++ '[' x '!=' x ']' 09:23:50 ++++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/env 09:23:50 +++ VIRTUAL_ENV_PROMPT=env 09:23:50 +++ export VIRTUAL_ENV_PROMPT 09:23:50 +++ '[' -z '' ']' 09:23:50 +++ '[' -z '' ']' 09:23:50 +++ _OLD_VIRTUAL_PS1= 09:23:50 +++ PS1='(env) ' 09:23:50 +++ export PS1 09:23:50 +++ alias pydoc 09:23:50 +++ true 09:23:50 +++ hash -r 09:23:50 ++ set -u 09:23:50 ++ pip3 install setuptools 09:23:51 Collecting setuptools 09:23:51 Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB) 09:23:51 Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB) 09:23:51 Installing collected packages: setuptools 09:23:52 Successfully installed setuptools-80.9.0 09:23:52 ++ pip3 install -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt 09:23:52 Collecting ecdsa==0.19.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 20)) 09:23:52 Using cached ecdsa-0.19.0-py2.py3-none-any.whl.metadata (29 kB) 09:23:52 Collecting paramiko==3.4.1 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 21)) 09:23:52 Using cached paramiko-3.4.1-py3-none-any.whl.metadata (4.4 kB) 09:23:53 Collecting pycryptodome==3.20.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 22)) 09:23:53 Using cached pycryptodome-3.20.0-cp35-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.4 kB) 09:23:53 Collecting python-dateutil==2.9.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 23)) 09:23:53 Using cached python_dateutil-2.9.0-py2.py3-none-any.whl.metadata (8.3 kB) 09:23:53 Collecting PyYAML==6.0.1 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 24)) 09:23:53 Using cached PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) 09:23:53 Collecting requests==2.32.2 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 25)) 09:23:53 Using cached requests-2.32.2-py3-none-any.whl.metadata (4.6 kB) 09:23:53 Collecting robotframework==7.0.1 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 26)) 09:23:53 Using cached robotframework-7.0.1-py3-none-any.whl.metadata (7.5 kB) 09:23:53 Collecting scapy==2.4.5 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 27)) 09:23:53 Using cached scapy-2.4.5-py2.py3-none-any.whl 09:23:53 Collecting scp==0.15.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 28)) 09:23:53 Using cached scp-0.15.0-py2.py3-none-any.whl.metadata (4.3 kB) 09:23:53 Collecting ansible==10.2.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 31)) 09:23:53 Using cached ansible-10.2.0-py3-none-any.whl.metadata (8.2 kB) 09:23:53 Collecting ansible-core==2.17.2 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 32)) 09:23:53 Using cached ansible_core-2.17.2-py3-none-any.whl.metadata (6.9 kB) 09:23:53 Collecting dill==0.3.8 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 35)) 09:23:53 Using cached dill-0.3.8-py3-none-any.whl.metadata (10 kB) 09:23:53 Collecting numpy==2.0.1 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 36)) 09:23:53 Using cached numpy-2.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB) 09:23:53 Collecting scipy==1.14.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 37)) 09:23:53 Using cached scipy-1.14.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB) 09:23:53 Collecting ply==3.11 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 40)) 09:23:53 Using cached ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 09:23:53 Collecting jsonschema==4.23.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 43)) 09:23:53 Using cached jsonschema-4.23.0-py3-none-any.whl.metadata (7.9 kB) 09:23:53 Collecting rfc3339-validator==0.1.4 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 44)) 09:23:53 Using cached rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB) 09:23:53 Collecting rfc3987==1.3.8 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 45)) 09:23:53 Using cached rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) 09:23:54 Collecting pylint==3.2.6 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 48)) 09:23:54 Using cached pylint-3.2.6-py3-none-any.whl.metadata (12 kB) 09:23:54 Collecting astroid==3.2.4 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 51)) 09:23:54 Using cached astroid-3.2.4-py3-none-any.whl.metadata (4.5 kB) 09:23:54 Collecting attrs==24.2.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 52)) 09:23:54 Using cached attrs-24.2.0-py3-none-any.whl.metadata (11 kB) 09:23:54 Collecting bcrypt==4.2.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 53)) 09:23:54 Using cached bcrypt-4.2.0-cp39-abi3-manylinux_2_28_x86_64.whl.metadata (9.6 kB) 09:23:54 Collecting certifi==2024.7.4 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 54)) 09:23:54 Using cached certifi-2024.7.4-py3-none-any.whl.metadata (2.2 kB) 09:23:54 Collecting cffi==1.17.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 55)) 09:23:54 Using cached cffi-1.17.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB) 09:23:54 Collecting charset-normalizer==3.3.2 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 56)) 09:23:54 Using cached charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB) 09:23:54 Collecting cryptography==43.0.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 57)) 09:23:54 Using cached cryptography-43.0.0-cp39-abi3-manylinux_2_28_x86_64.whl.metadata (5.4 kB) 09:23:54 Collecting idna==3.7 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 58)) 09:23:54 Using cached idna-3.7-py3-none-any.whl.metadata (9.9 kB) 09:23:54 Collecting isort==5.13.2 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 59)) 09:23:54 Using cached isort-5.13.2-py3-none-any.whl.metadata (12 kB) 09:23:54 Collecting Jinja2==3.1.4 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 60)) 09:23:54 Using cached jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB) 09:23:54 Collecting jsonschema-specifications==2023.12.1 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 61)) 09:23:54 Using cached jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB) 09:23:54 Collecting MarkupSafe==2.1.5 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 62)) 09:23:54 Using cached MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) 09:23:54 Collecting mccabe==0.7.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 63)) 09:23:54 Using cached mccabe-0.7.0-py2.py3-none-any.whl.metadata (5.0 kB) 09:23:54 Collecting packaging==24.1 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 64)) 09:23:54 Using cached packaging-24.1-py3-none-any.whl.metadata (3.2 kB) 09:23:54 Collecting platformdirs==4.2.2 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 65)) 09:23:54 Using cached platformdirs-4.2.2-py3-none-any.whl.metadata (11 kB) 09:23:55 Collecting pycparser==2.22 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 67)) 09:23:55 Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes) 09:23:55 Collecting PyNaCl==1.5.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 68)) 09:23:55 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) 09:23:55 Collecting referencing==0.35.1 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 69)) 09:23:55 Using cached referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB) 09:23:55 Collecting resolvelib==1.0.1 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 70)) 09:23:55 Using cached resolvelib-1.0.1-py2.py3-none-any.whl.metadata (4.0 kB) 09:23:55 Collecting rpds-py==0.20.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 71)) 09:23:55 Using cached rpds_py-0.20.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB) 09:23:55 Collecting six==1.16.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 72)) 09:23:55 Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) 09:23:55 Collecting tomli==2.0.1 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 73)) 09:23:55 Using cached tomli-2.0.1-py3-none-any.whl.metadata (8.9 kB) 09:23:55 Collecting tomlkit==0.13.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 74)) 09:23:55 Using cached tomlkit-0.13.0-py3-none-any.whl.metadata (2.7 kB) 09:23:55 Collecting typing_extensions==4.12.2 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 75)) 09:23:55 Using cached typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB) 09:23:55 Collecting urllib3==2.2.2 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 76)) 09:23:55 Using cached urllib3-2.2.2-py3-none-any.whl.metadata (6.4 kB) 09:23:56 Using cached ecdsa-0.19.0-py2.py3-none-any.whl (149 kB) 09:23:56 Using cached paramiko-3.4.1-py3-none-any.whl (226 kB) 09:23:56 Using cached pycryptodome-3.20.0-cp35-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB) 09:23:56 Using cached python_dateutil-2.9.0-py2.py3-none-any.whl (230 kB) 09:23:56 Using cached PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (724 kB) 09:23:56 Using cached requests-2.32.2-py3-none-any.whl (63 kB) 09:23:56 Using cached robotframework-7.0.1-py3-none-any.whl (727 kB) 09:23:56 Using cached scp-0.15.0-py2.py3-none-any.whl (8.8 kB) 09:23:56 Using cached ansible-10.2.0-py3-none-any.whl (48.2 MB) 09:23:56 Using cached ansible_core-2.17.2-py3-none-any.whl (2.2 MB) 09:23:56 Using cached dill-0.3.8-py3-none-any.whl (116 kB) 09:23:56 Using cached numpy-2.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (19.2 MB) 09:23:56 Using cached scipy-1.14.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (40.8 MB) 09:23:56 Using cached ply-3.11-py2.py3-none-any.whl (49 kB) 09:23:56 Using cached jsonschema-4.23.0-py3-none-any.whl (88 kB) 09:23:56 Using cached rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB) 09:23:56 Using cached rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 09:23:56 Using cached pylint-3.2.6-py3-none-any.whl (519 kB) 09:23:56 Using cached astroid-3.2.4-py3-none-any.whl (276 kB) 09:23:56 Using cached attrs-24.2.0-py3-none-any.whl (63 kB) 09:23:56 Using cached bcrypt-4.2.0-cp39-abi3-manylinux_2_28_x86_64.whl (273 kB) 09:23:56 Using cached certifi-2024.7.4-py3-none-any.whl (162 kB) 09:23:56 Using cached cffi-1.17.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB) 09:23:56 Using cached charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (141 kB) 09:23:56 Using cached cryptography-43.0.0-cp39-abi3-manylinux_2_28_x86_64.whl (4.0 MB) 09:23:56 Using cached idna-3.7-py3-none-any.whl (66 kB) 09:23:56 Using cached isort-5.13.2-py3-none-any.whl (92 kB) 09:23:56 Using cached jinja2-3.1.4-py3-none-any.whl (133 kB) 09:23:56 Using cached jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) 09:23:56 Using cached MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28 kB) 09:23:56 Using cached mccabe-0.7.0-py2.py3-none-any.whl (7.3 kB) 09:23:56 Using cached packaging-24.1-py3-none-any.whl (53 kB) 09:23:56 Using cached platformdirs-4.2.2-py3-none-any.whl (18 kB) 09:23:56 Using cached pycparser-2.22-py3-none-any.whl (117 kB) 09:23:56 Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB) 09:23:56 Using cached referencing-0.35.1-py3-none-any.whl (26 kB) 09:23:56 Using cached resolvelib-1.0.1-py2.py3-none-any.whl (17 kB) 09:23:56 Using cached rpds_py-0.20.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (357 kB) 09:23:56 Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 09:23:56 Using cached tomli-2.0.1-py3-none-any.whl (12 kB) 09:23:56 Using cached tomlkit-0.13.0-py3-none-any.whl (37 kB) 09:23:56 Using cached typing_extensions-4.12.2-py3-none-any.whl (37 kB) 09:23:56 Using cached urllib3-2.2.2-py3-none-any.whl (121 kB) 09:23:56 Installing collected packages: rfc3987, resolvelib, ply, urllib3, typing_extensions, tomlkit, tomli, six, scapy, rpds-py, robotframework, PyYAML, pycryptodome, pycparser, platformdirs, packaging, numpy, mccabe, MarkupSafe, isort, idna, dill, charset-normalizer, certifi, bcrypt, attrs, astroid, scipy, rfc3339-validator, requests, referencing, python-dateutil, pylint, Jinja2, ecdsa, cffi, PyNaCl, jsonschema-specifications, cryptography, paramiko, jsonschema, ansible-core, scp, ansible 09:24:25 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 09:24:26 ++ export PYTHONPATH=/w/workspace/csit-vpp-perf-verify-master-3n-icx 09:24:26 ++ PYTHONPATH=/w/workspace/csit-vpp-perf-verify-master-3n-icx 09:24:26 ++ prepare_topology 09:24:26 ++ set -exuo pipefail 09:24:26 ++ case_text=3n_icx 09:24:26 ++ case "${case_text}" in 09:24:26 ++ select_topology 09:24:26 ++ set -exuo pipefail 09:24:26 ++ case "${TEST_CODE}" in 09:24:26 ++ TOPOLOGIES=("${TOPOLOGIES_DIR}"/*3n_icx_*.yaml) 09:24:26 ++ [[ -z /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed37.yaml ]] 09:24:26 ++ reserve_and_cleanup_testbed 09:24:26 ++ set -exuo pipefail 09:24:26 ++ true 09:24:26 ++ for topo in "${TOPOLOGIES[@]}" 09:24:26 ++ set +e 09:24:26 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 09:24:26 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 09:24:26 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed37.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1717 09:24:26 Diagnostic commands: 09:24:26 + ls --full-time -cd '/tmp/reservation_dir'/* 09:24:26 -rw-rw-r-- 1 testuser testuser 0 2025-10-29 09:24:19.578938933 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-verify-master-3n-icx-1716 09:24:26 09:24:26 Attempting testbed reservation. 09:24:26 Testbed already reserved by: 09:24:26 /tmp/reservation_dir/jenkins-csit-vpp-perf-verify-master-3n-icx-1716 09:24:26 09:24:27 ++ result=2 09:24:27 ++ set -e 09:24:27 ++ [[ 2 == \0 ]] 09:24:27 ++ for topo in "${TOPOLOGIES[@]}" 09:24:27 ++ set +e 09:24:27 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 09:24:27 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 09:24:27 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1717 09:24:27 Diagnostic commands: 09:24:27 + ls --full-time -cd '/tmp/reservation_dir'/* 09:24:27 09:24:27 Attempting testbed reservation. 09:24:27 Reservation success, writing additional info to reservation dir. 09:24:27 ++ result=0 09:24:27 ++ set -e 09:24:27 ++ [[ 0 == \0 ]] 09:24:27 ++ WORKING_TOPOLOGY=/w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml 09:24:27 ++ echo 'Reserved: /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml' 09:24:27 Reserved: /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml 09:24:27 ++ trap untrap_and_unreserve_testbed EXIT 09:24:27 ++ set +e 09:24:27 ++ ansible_playbook cleanup,calibration 09:24:27 ++ set -exuo pipefail 09:24:27 ++ case "${TEST_CODE}" in 09:24:27 ++ INVENTORY_PATH=lf_inventory 09:24:27 ++ installed sshpass 09:24:27 ++ set -exuo pipefail 09:24:27 ++ command -v sshpass 09:24:27 /usr/bin/sshpass 09:24:27 ++ hosts=($(fgrep host "${WORKING_TOPOLOGY}" | cut -d ":" -f 2)) 09:24:27 +++ cut -d : -f 2 09:24:27 +++ fgrep host /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml 09:24:27 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/fdio.infra.ansible 09:24:27 /w/workspace/csit-vpp-perf-verify-master-3n-icx/fdio.infra.ansible /w/workspace/csit-vpp-perf-verify-master-3n-icx 09:24:27 ++ export ANSIBLE_HOST_KEY_CHECKING=False 09:24:27 ++ ANSIBLE_HOST_KEY_CHECKING=False 09:24:27 ++ export ANSIBLE_STDOUT_CALLBACK=yaml 09:24:27 ++ ANSIBLE_STDOUT_CALLBACK=yaml 09:24:27 ++ export ANSIBLE_PIPELINING=true 09:24:27 ++ ANSIBLE_PIPELINING=true 09:24:27 +++ echo 10.30.51.80 10.30.51.78 10.30.51.79 09:24:27 +++ echo cleanup,calibration 09:24:27 ++ ansible-playbook --vault-password-file=vault_pass --extra-vars @vault.yml --inventory inventories/lf_inventory/hosts site.yaml --limit '10.30.51.80 10.30.51.78 10.30.51.79' --tags cleanup,calibration 09:24:29 09:24:29 PLAY [tg] ********************************************************************** 09:24:29 09:24:29 TASK [Gathering Facts] ********************************************************* 09:24:31 [WARNING]: Platform linux on host 10.30.51.80 is using the discovered Python 09:24:31 interpreter at /usr/bin/python3.12, but future installation of another Python 09:24:31 interpreter could change the meaning of that path. See 09:24:31 https://docs.ansible.com/ansible- 09:24:31 core/2.17/reference_appendices/interpreter_discovery.html for more information. 09:24:31 ok: [10.30.51.80] 09:24:31 09:24:31 TASK [cleanup : tg specific] *************************************************** 09:24:31 included: /w/workspace/csit-vpp-perf-verify-master-3n-icx/fdio.infra.ansible/roles/cleanup/tasks/tg.yaml for 10.30.51.80 09:24:31 09:24:31 TASK [cleanup : Get PID Of _t-rex] ********************************************* 09:24:31 skipping: [10.30.51.80] 09:24:31 09:24:31 TASK [cleanup : Safe Kill _t-rex] ********************************************** 09:24:31 skipping: [10.30.51.80] 09:24:31 09:24:31 TASK [cleanup : wait_for] ****************************************************** 09:24:31 skipping: [10.30.51.80] 09:24:31 09:24:31 TASK [cleanup : Kill Process - Force Kill _t-rex] ****************************** 09:24:31 skipping: [10.30.51.80] 09:24:31 09:24:31 TASK [cleanup : sut specific] ************************************************** 09:24:31 skipping: [10.30.51.80] 09:24:31 09:24:31 TASK [cleanup : nomad specific] ************************************************ 09:24:31 skipping: [10.30.51.80] 09:24:31 09:24:31 TASK [calibration : Check Kernel Parameters] *********************************** 09:24:32 ok: [10.30.51.80] => (item=audit) => changed=false 09:24:32 ansible_loop_var: item 09:24:32 item: audit 09:24:32 msg: Kernel parameters match. 09:24:32 ok: [10.30.51.80] => (item=default_hugepagesz) => changed=false 09:24:32 ansible_loop_var: item 09:24:32 item: default_hugepagesz 09:24:32 msg: Kernel parameters match. 09:24:32 ok: [10.30.51.80] => (item=hpet) => changed=false 09:24:32 ansible_loop_var: item 09:24:32 item: hpet 09:24:32 msg: Kernel parameters match. 09:24:32 ok: [10.30.51.80] => (item=intel_idle.max_cstate) => changed=false 09:24:32 ansible_loop_var: item 09:24:32 item: intel_idle.max_cstate 09:24:32 msg: Kernel parameters match. 09:24:32 ok: [10.30.51.80] => (item=intel_iommu) => changed=false 09:24:32 ansible_loop_var: item 09:24:32 item: intel_iommu 09:24:32 msg: Kernel parameters match. 09:24:32 ok: [10.30.51.80] => (item=intel_pstate) => changed=false 09:24:32 ansible_loop_var: item 09:24:32 item: intel_pstate 09:24:32 msg: Kernel parameters match. 09:24:32 ok: [10.30.51.80] => (item=iommu) => changed=false 09:24:32 ansible_loop_var: item 09:24:32 item: iommu 09:24:32 msg: Kernel parameters match. 09:24:32 ok: [10.30.51.80] => (item=isolcpus) => changed=false 09:24:32 ansible_loop_var: item 09:24:32 item: isolcpus 09:24:32 msg: Kernel parameters match. 09:24:32 ok: [10.30.51.80] => (item=mce) => changed=false 09:24:32 ansible_loop_var: item 09:24:32 item: mce 09:24:32 msg: Kernel parameters match. 09:24:32 ok: [10.30.51.80] => (item=nmi_watchdog) => changed=false 09:24:32 ansible_loop_var: item 09:24:32 item: nmi_watchdog 09:24:32 msg: Kernel parameters match. 09:24:32 ok: [10.30.51.80] => (item=nohz_full) => changed=false 09:24:32 ansible_loop_var: item 09:24:32 item: nohz_full 09:24:32 msg: Kernel parameters match. 09:24:32 ok: [10.30.51.80] => (item=nosoftlockup) => changed=false 09:24:32 ansible_loop_var: item 09:24:32 item: nosoftlockup 09:24:32 msg: Kernel parameters match. 09:24:32 ok: [10.30.51.80] => (item=numa_balancing) => changed=false 09:24:32 ansible_loop_var: item 09:24:32 item: numa_balancing 09:24:32 msg: Kernel parameters match. 09:24:32 ok: [10.30.51.80] => (item=processor.max_cstate) => changed=false 09:24:32 ansible_loop_var: item 09:24:32 item: processor.max_cstate 09:24:32 msg: Kernel parameters match. 09:24:32 ok: [10.30.51.80] => (item=rcu_nocbs) => changed=false 09:24:32 ansible_loop_var: item 09:24:32 item: rcu_nocbs 09:24:32 msg: Kernel parameters match. 09:24:32 ok: [10.30.51.80] => (item=tsc) => changed=false 09:24:32 ansible_loop_var: item 09:24:32 item: tsc 09:24:32 msg: Kernel parameters match. 09:24:32 09:24:32 TASK [calibration : Check Kernel Version] ************************************** 09:24:32 [WARNING]: Could not match supplied host pattern, ignoring: tg_aws 09:24:32 [WARNING]: Could not match supplied host pattern, ignoring: tg_azure 09:24:32 [WARNING]: Could not match supplied host pattern, ignoring: tg_openstack 09:24:32 ok: [10.30.51.80] => changed=false 09:24:32 msg: Kernel version match. 09:24:32 09:24:32 PLAY [tg_aws] ****************************************************************** 09:24:32 skipping: no hosts matched 09:24:32 09:24:32 PLAY [tg_azure] **************************************************************** 09:24:32 skipping: no hosts matched 09:24:32 09:24:32 PLAY [tg_openstack] ************************************************************ 09:24:32 skipping: no hosts matched 09:24:32 09:24:32 PLAY [sut] ********************************************************************* 09:24:32 09:24:32 TASK [Gathering Facts] ********************************************************* 09:24:34 [WARNING]: Platform linux on host 10.30.51.79 is using the discovered Python 09:24:34 interpreter at /usr/bin/python3.12, but future installation of another Python 09:24:34 interpreter could change the meaning of that path. See 09:24:34 https://docs.ansible.com/ansible- 09:24:34 core/2.17/reference_appendices/interpreter_discovery.html for more information. 09:24:34 [WARNING]: Platform linux on host 10.30.51.78 is using the discovered Python 09:24:34 interpreter at /usr/bin/python3.12, but future installation of another Python 09:24:34 interpreter could change the meaning of that path. See 09:24:34 https://docs.ansible.com/ansible- 09:24:34 core/2.17/reference_appendices/interpreter_discovery.html for more information. 09:24:34 ok: [10.30.51.79] 09:24:34 ok: [10.30.51.78] 09:24:34 09:24:34 TASK [cleanup : tg specific] *************************************************** 09:24:34 skipping: [10.30.51.79] 09:24:34 skipping: [10.30.51.78] 09:24:34 09:24:34 TASK [cleanup : sut specific] ************************************************** 09:24:35 included: /w/workspace/csit-vpp-perf-verify-master-3n-icx/fdio.infra.ansible/roles/cleanup/tasks/sut.yaml for 10.30.51.78, 10.30.51.79 09:24:35 09:24:35 TASK [cleanup : Get PID Of qemu] *********************************************** 09:24:35 changed: [10.30.51.78] 09:24:35 changed: [10.30.51.79] 09:24:35 09:24:35 TASK [cleanup : Safe Kill qemu] ************************************************ 09:24:35 skipping: [10.30.51.78] 09:24:35 skipping: [10.30.51.79] 09:24:35 09:24:35 TASK [cleanup : wait_for] ****************************************************** 09:24:35 skipping: [10.30.51.78] 09:24:35 skipping: [10.30.51.79] 09:24:35 09:24:35 TASK [cleanup : Kill Process - Force Kill qemu] ******************************** 09:24:35 skipping: [10.30.51.78] 09:24:35 skipping: [10.30.51.79] 09:24:35 09:24:35 TASK [cleanup : Get PID Of l3fwd] ********************************************** 09:24:36 changed: [10.30.51.78] 09:24:36 changed: [10.30.51.79] 09:24:36 09:24:36 TASK [cleanup : Safe Kill l3fwd] *********************************************** 09:24:36 skipping: [10.30.51.78] 09:24:36 skipping: [10.30.51.79] 09:24:36 09:24:36 TASK [cleanup : wait_for] ****************************************************** 09:24:36 skipping: [10.30.51.78] 09:24:36 skipping: [10.30.51.79] 09:24:36 09:24:36 TASK [cleanup : Kill Process - Force Kill l3fwd] ******************************* 09:24:36 skipping: [10.30.51.78] 09:24:36 skipping: [10.30.51.79] 09:24:36 09:24:36 TASK [cleanup : Get PID Of testpmd] ******************************************** 09:24:36 changed: [10.30.51.78] 09:24:36 changed: [10.30.51.79] 09:24:36 09:24:36 TASK [cleanup : Safe Kill testpmd] ********************************************* 09:24:36 skipping: [10.30.51.78] 09:24:36 skipping: [10.30.51.79] 09:24:36 09:24:36 TASK [cleanup : wait_for] ****************************************************** 09:24:36 skipping: [10.30.51.78] 09:24:36 skipping: [10.30.51.79] 09:24:36 09:24:36 TASK [cleanup : Kill Process - Force Kill testpmd] ***************************** 09:24:36 skipping: [10.30.51.78] 09:24:36 skipping: [10.30.51.79] 09:24:36 09:24:36 TASK [cleanup : Get PID Of iperf3] ********************************************* 09:24:37 changed: [10.30.51.78] 09:24:37 changed: [10.30.51.79] 09:24:37 09:24:37 TASK [cleanup : Safe Kill iperf3] ********************************************** 09:24:37 skipping: [10.30.51.78] 09:24:37 skipping: [10.30.51.79] 09:24:37 09:24:37 TASK [cleanup : wait_for] ****************************************************** 09:24:37 skipping: [10.30.51.78] 09:24:37 skipping: [10.30.51.79] 09:24:37 09:24:37 TASK [cleanup : Kill Process - Force Kill iperf3] ****************************** 09:24:37 skipping: [10.30.51.78] 09:24:37 skipping: [10.30.51.79] 09:24:37 09:24:37 TASK [cleanup : Get PID Of nohup] ********************************************** 09:24:37 changed: [10.30.51.78] 09:24:37 changed: [10.30.51.79] 09:24:37 09:24:37 TASK [cleanup : Safe Kill nohup] *********************************************** 09:24:37 skipping: [10.30.51.78] 09:24:37 skipping: [10.30.51.79] 09:24:37 09:24:37 TASK [cleanup : wait_for] ****************************************************** 09:24:37 skipping: [10.30.51.78] 09:24:37 skipping: [10.30.51.79] 09:24:37 09:24:37 TASK [cleanup : Kill Process - Force Kill nohup] ******************************* 09:24:37 skipping: [10.30.51.78] 09:24:37 skipping: [10.30.51.79] 09:24:37 09:24:37 TASK [cleanup : Get PID Of vpp] ************************************************ 09:24:37 changed: [10.30.51.78] 09:24:37 changed: [10.30.51.79] 09:24:37 09:24:37 TASK [cleanup : Safe Kill vpp] ************************************************* 09:24:38 skipping: [10.30.51.78] 09:24:38 skipping: [10.30.51.79] 09:24:38 09:24:38 TASK [cleanup : wait_for] ****************************************************** 09:24:38 skipping: [10.30.51.78] 09:24:38 skipping: [10.30.51.79] 09:24:38 09:24:38 TASK [cleanup : Kill Process - Force Kill vpp] ********************************* 09:24:38 skipping: [10.30.51.78] 09:24:38 skipping: [10.30.51.79] 09:24:38 09:24:38 TASK [cleanup : Get PID Of vpp_echo] ******************************************* 09:24:38 changed: [10.30.51.78] 09:24:38 changed: [10.30.51.79] 09:24:38 09:24:38 TASK [cleanup : Safe Kill vpp_echo] ******************************************** 09:24:38 skipping: [10.30.51.78] 09:24:38 skipping: [10.30.51.79] 09:24:38 09:24:38 TASK [cleanup : wait_for] ****************************************************** 09:24:38 skipping: [10.30.51.78] 09:24:38 skipping: [10.30.51.79] 09:24:38 09:24:38 TASK [cleanup : Kill Process - Force Kill vpp_echo] **************************** 09:24:38 skipping: [10.30.51.78] 09:24:38 skipping: [10.30.51.79] 09:24:38 09:24:38 TASK [cleanup : Find File Or Dir - Core Zip File] ****************************** 09:24:38 ok: [10.30.51.78] 09:24:38 ok: [10.30.51.79] 09:24:38 09:24:38 TASK [cleanup : Remove File Or Dir - Core Zip File] **************************** 09:24:39 skipping: [10.30.51.78] 09:24:39 skipping: [10.30.51.79] 09:24:39 09:24:39 TASK [cleanup : Find File Or Dir - Core Dump File] ***************************** 09:24:39 ok: [10.30.51.78] 09:24:39 ok: [10.30.51.79] 09:24:39 09:24:39 TASK [cleanup : Remove File Or Dir - Core Dump File] *************************** 09:24:39 skipping: [10.30.51.78] 09:24:39 skipping: [10.30.51.79] 09:24:39 09:24:39 TASK [cleanup : Get Running Docker Containers] ********************************* 09:24:39 ok: [10.30.51.78] 09:24:39 ok: [10.30.51.79] 09:24:39 09:24:39 TASK [cleanup : Remove All Docker Containers] ********************************** 09:24:39 skipping: [10.30.51.78] 09:24:39 skipping: [10.30.51.79] 09:24:39 09:24:39 TASK [cleanup : Set SSH port to 6001 if docker_sut] **************************** 09:24:39 skipping: [10.30.51.78] 09:24:39 skipping: [10.30.51.79] 09:24:39 09:24:39 TASK [cleanup : Fix Corrupted APT] ********************************************* 09:24:39 skipping: [10.30.51.78] 09:24:39 skipping: [10.30.51.79] 09:24:39 09:24:39 TASK [cleanup : Remove Package - *vpp*] **************************************** 09:24:39 skipping: [10.30.51.78] 09:24:39 skipping: [10.30.51.79] 09:24:39 09:24:39 TASK [cleanup : Set SSH port to 6002 if docker_sut] **************************** 09:24:40 skipping: [10.30.51.78] 09:24:40 skipping: [10.30.51.79] 09:24:40 09:24:40 TASK [cleanup : Fix Corrupted APT] ********************************************* 09:24:40 skipping: [10.30.51.78] 09:24:40 skipping: [10.30.51.79] 09:24:40 09:24:40 TASK [cleanup : Remove Package - *vpp*] **************************************** 09:24:40 skipping: [10.30.51.78] 09:24:40 skipping: [10.30.51.79] 09:24:40 09:24:40 TASK [cleanup : Set SSH port to 22 if docker_sut] ****************************** 09:24:40 skipping: [10.30.51.78] 09:24:40 skipping: [10.30.51.79] 09:24:40 09:24:40 TASK [cleanup : Fix Corrupted APT] ********************************************* 09:24:40 changed: [10.30.51.79] 09:24:40 changed: [10.30.51.78] 09:24:40 09:24:40 TASK [cleanup : Remove Package - *vpp*] **************************************** 09:24:42 ok: [10.30.51.79] 09:24:42 ok: [10.30.51.78] 09:24:42 09:24:42 TASK [cleanup : Bind Network Interfaces] *************************************** 09:24:42 skipping: [10.30.51.78] 09:24:42 skipping: [10.30.51.79] 09:24:42 09:24:42 TASK [cleanup : Set MAC Address] *********************************************** 09:24:42 skipping: [10.30.51.78] 09:24:42 skipping: [10.30.51.79] 09:24:42 09:24:42 TASK [cleanup : nomad specific] ************************************************ 09:24:42 skipping: [10.30.51.78] 09:24:42 skipping: [10.30.51.79] 09:24:42 09:24:42 TASK [calibration : Check Kernel Parameters] *********************************** 09:24:43 ok: [10.30.51.78] => (item=audit) => changed=false 09:24:43 ansible_loop_var: item 09:24:43 item: audit 09:24:43 msg: Kernel parameters match. 09:24:43 ok: [10.30.51.78] => (item=default_hugepagesz) => changed=false 09:24:43 ansible_loop_var: item 09:24:43 item: default_hugepagesz 09:24:43 msg: Kernel parameters match. 09:24:43 ok: [10.30.51.79] => (item=audit) => changed=false 09:24:43 ansible_loop_var: item 09:24:43 item: audit 09:24:43 msg: Kernel parameters match. 09:24:43 ok: [10.30.51.78] => (item=hpet) => changed=false 09:24:43 ansible_loop_var: item 09:24:43 item: hpet 09:24:43 msg: Kernel parameters match. 09:24:43 ok: [10.30.51.79] => (item=default_hugepagesz) => changed=false 09:24:43 ansible_loop_var: item 09:24:43 item: default_hugepagesz 09:24:43 msg: Kernel parameters match. 09:24:43 ok: [10.30.51.78] => (item=intel_idle.max_cstate) => changed=false 09:24:43 ansible_loop_var: item 09:24:43 item: intel_idle.max_cstate 09:24:43 msg: Kernel parameters match. 09:24:43 ok: [10.30.51.79] => (item=hpet) => changed=false 09:24:43 ansible_loop_var: item 09:24:43 item: hpet 09:24:43 msg: Kernel parameters match. 09:24:43 ok: [10.30.51.78] => (item=intel_iommu) => changed=false 09:24:43 ansible_loop_var: item 09:24:43 item: intel_iommu 09:24:43 msg: Kernel parameters match. 09:24:43 ok: [10.30.51.79] => (item=intel_idle.max_cstate) => changed=false 09:24:43 ansible_loop_var: item 09:24:43 item: intel_idle.max_cstate 09:24:43 msg: Kernel parameters match. 09:24:43 ok: [10.30.51.78] => (item=intel_pstate) => changed=false 09:24:43 ansible_loop_var: item 09:24:43 item: intel_pstate 09:24:43 msg: Kernel parameters match. 09:24:43 ok: [10.30.51.78] => (item=iommu) => changed=false 09:24:43 ansible_loop_var: item 09:24:43 item: iommu 09:24:43 msg: Kernel parameters match. 09:24:43 ok: [10.30.51.79] => (item=intel_iommu) => changed=false 09:24:43 ansible_loop_var: item 09:24:43 item: intel_iommu 09:24:43 msg: Kernel parameters match. 09:24:43 ok: [10.30.51.78] => (item=isolcpus) => changed=false 09:24:43 ansible_loop_var: item 09:24:43 item: isolcpus 09:24:43 msg: Kernel parameters match. 09:24:43 ok: [10.30.51.79] => (item=intel_pstate) => changed=false 09:24:43 ansible_loop_var: item 09:24:43 item: intel_pstate 09:24:43 msg: Kernel parameters match. 09:24:43 ok: [10.30.51.78] => (item=mce) => changed=false 09:24:43 ansible_loop_var: item 09:24:43 item: mce 09:24:43 msg: Kernel parameters match. 09:24:43 ok: [10.30.51.79] => (item=iommu) => changed=false 09:24:43 ansible_loop_var: item 09:24:43 item: iommu 09:24:43 msg: Kernel parameters match. 09:24:43 ok: [10.30.51.78] => (item=nmi_watchdog) => changed=false 09:24:43 ansible_loop_var: item 09:24:43 item: nmi_watchdog 09:24:43 msg: Kernel parameters match. 09:24:43 ok: [10.30.51.78] => (item=nohz_full) => changed=false 09:24:43 ansible_loop_var: item 09:24:43 item: nohz_full 09:24:43 msg: Kernel parameters match. 09:24:43 ok: [10.30.51.79] => (item=isolcpus) => changed=false 09:24:43 ansible_loop_var: item 09:24:43 item: isolcpus 09:24:43 msg: Kernel parameters match. 09:24:43 ok: [10.30.51.78] => (item=nosoftlockup) => changed=false 09:24:43 ansible_loop_var: item 09:24:43 item: nosoftlockup 09:24:43 msg: Kernel parameters match. 09:24:43 ok: [10.30.51.79] => (item=mce) => changed=false 09:24:43 ansible_loop_var: item 09:24:43 item: mce 09:24:43 msg: Kernel parameters match. 09:24:43 ok: [10.30.51.78] => (item=numa_balancing) => changed=false 09:24:43 ansible_loop_var: item 09:24:43 item: numa_balancing 09:24:43 msg: Kernel parameters match. 09:24:43 ok: [10.30.51.79] => (item=nmi_watchdog) => changed=false 09:24:43 ansible_loop_var: item 09:24:43 item: nmi_watchdog 09:24:43 msg: Kernel parameters match. 09:24:43 ok: [10.30.51.78] => (item=processor.max_cstate) => changed=false 09:24:43 ansible_loop_var: item 09:24:43 item: processor.max_cstate 09:24:43 msg: Kernel parameters match. 09:24:43 ok: [10.30.51.78] => (item=rcu_nocbs) => changed=false 09:24:43 ansible_loop_var: item 09:24:43 item: rcu_nocbs 09:24:43 msg: Kernel parameters match. 09:24:43 ok: [10.30.51.79] => (item=nohz_full) => changed=false 09:24:43 ansible_loop_var: item 09:24:43 item: nohz_full 09:24:43 msg: Kernel parameters match. 09:24:43 ok: [10.30.51.78] => (item=tsc) => changed=false 09:24:43 ansible_loop_var: item 09:24:43 item: tsc 09:24:43 msg: Kernel parameters match. 09:24:43 ok: [10.30.51.79] => (item=nosoftlockup) => changed=false 09:24:43 ansible_loop_var: item 09:24:43 item: nosoftlockup 09:24:43 msg: Kernel parameters match. 09:24:43 ok: [10.30.51.79] => (item=numa_balancing) => changed=false 09:24:43 ansible_loop_var: item 09:24:43 item: numa_balancing 09:24:43 msg: Kernel parameters match. 09:24:43 ok: [10.30.51.79] => (item=processor.max_cstate) => changed=false 09:24:43 ansible_loop_var: item 09:24:43 item: processor.max_cstate 09:24:43 msg: Kernel parameters match. 09:24:43 ok: [10.30.51.79] => (item=rcu_nocbs) => changed=false 09:24:43 ansible_loop_var: item 09:24:43 item: rcu_nocbs 09:24:43 msg: Kernel parameters match. 09:24:43 ok: [10.30.51.79] => (item=tsc) => changed=false 09:24:43 ansible_loop_var: item 09:24:43 item: tsc 09:24:43 msg: Kernel parameters match. 09:24:43 09:24:43 TASK [calibration : Check Kernel Version] ************************************** 09:24:43 [WARNING]: Could not match supplied host pattern, ignoring: sut_aws 09:24:43 [WARNING]: Could not match supplied host pattern, ignoring: sut_azure 09:24:43 [WARNING]: Could not match supplied host pattern, ignoring: sut_openstack 09:24:43 [WARNING]: Could not match supplied host pattern, ignoring: vagrant 09:24:43 ok: [10.30.51.78] => changed=false 09:24:43 msg: Kernel version match. 09:24:43 ok: [10.30.51.79] => changed=false 09:24:43 msg: Kernel version match. 09:24:43 09:24:43 PLAY [sut_aws] ***************************************************************** 09:24:43 skipping: no hosts matched 09:24:43 09:24:43 PLAY [sut_azure] *************************************************************** 09:24:43 skipping: no hosts matched 09:24:43 09:24:43 PLAY [sut_openstack] *********************************************************** 09:24:43 skipping: no hosts matched 09:24:43 09:24:43 PLAY [nomad] ******************************************************************* 09:24:43 skipping: no hosts matched 09:24:43 09:24:43 PLAY [dev] ********************************************************************* 09:24:43 skipping: no hosts matched 09:24:43 09:24:43 PLAY [vagrant] ***************************************************************** 09:24:43 skipping: no hosts matched 09:24:43 09:24:43 PLAY RECAP ********************************************************************* 09:24:43 10.30.51.78 : ok=16 changed=8 unreachable=0 failed=0 skipped=35 rescued=0 ignored=0 09:24:43 10.30.51.79 : ok=16 changed=8 unreachable=0 failed=0 skipped=35 rescued=0 ignored=0 09:24:43 10.30.51.80 : ok=4 changed=0 unreachable=0 failed=0 skipped=6 rescued=0 ignored=0 09:24:43 09:24:44 ++ popd 09:24:44 /w/workspace/csit-vpp-perf-verify-master-3n-icx 09:24:44 ++ result=0 09:24:44 ++ set -e 09:24:44 ++ [[ 0 == \0 ]] 09:24:44 ++ break 09:24:44 ++ [[ -n /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml ]] 09:24:44 ++ warn 'Reservation and cleanup successful.' 09:24:44 ++ set -exuo pipefail 09:24:44 ++ echo 'Reservation and cleanup successful.' 09:24:44 Reservation and cleanup successful. 09:24:44 ++ break 09:24:44 ++ set_environment_variables 09:24:44 ++ set -exuo pipefail 09:24:44 ++ case "${TEST_CODE}" in 09:24:44 ++ select_tags 09:24:44 ++ set -exuo pipefail 09:24:44 ++ SELECTION_MODE= 09:24:44 ++ case "${TEST_CODE}" in 09:24:44 ++ [[ -z nic_*ANDdrv_mlx5_coreANDeth-ip4tcpbase-ldpreload-iperf3 #generate-all ]] 09:24:44 ++ test_tag_array=(${TEST_TAG_STRING//:/ }) 09:24:44 ++ SELECTION_MODE=tags 09:24:44 ++ TAGS=() 09:24:44 ++ prefix= 09:24:44 ++ set +x 09:24:44 ++ compose_robot_arguments 09:24:44 ++ set -exuo pipefail 09:24:44 ++ ROBOT_ARGS=("--loglevel" "TRACE") 09:24:44 ++ ROBOT_ARGS+=("--variable" "TOPOLOGY_PATH:${WORKING_TOPOLOGY}") 09:24:44 ++ case "${TEST_CODE}" in 09:24:44 ++ ROBOT_ARGS+=("--suite" "tests.${DUT}.perf") 09:24:44 ++ EXPANDED_TAGS=() 09:24:44 ++ for tag in "${TAGS[@]}" 09:24:44 ++ [[ nic_*ANDdrv_mlx5_coreANDeth-ip4tcpbase-ldpreload-iperf3 == \!* ]] 09:24:44 ++ '[' -n tags ']' 09:24:44 ++ EXPANDED_TAGS+=("--include" "${tag}") 09:24:44 ++ generate_tests 09:24:44 ++ set -exuo pipefail 09:24:44 ++ rm -rf /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests 09:24:44 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/python/suite_generator 09:24:44 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/python/suite_generator /w/workspace/csit-vpp-perf-verify-master-3n-icx 09:24:44 ++ suite_gen_params=("--job" "${TEST_CODE}") 09:24:44 ++ suite_gen_params+=("--gen-tests-dir" "${GENERATED_DIR}") 09:24:44 ++ suite_gen_params+=("--trigger-params" "${TEST_TAG_STRING-}") 09:24:44 +++ for itm in ${TEST_TAG_STRING-} 09:24:44 +++ [[ nic_*ANDdrv_mlx5_coreANDeth-ip4tcpbase-ldpreload-iperf3 == \#* ]] 09:24:44 +++ printf '%s ' 'nic_*ANDdrv_mlx5_coreANDeth-ip4tcpbase-ldpreload-iperf3' 09:24:44 +++ for itm in ${TEST_TAG_STRING-} 09:24:44 +++ [[ #generate-all == \#* ]] 09:24:44 ++ TEST_TAG_STRING='nic_*ANDdrv_mlx5_coreANDeth-ip4tcpbase-ldpreload-iperf3 ' 09:24:44 ++ ./suite_generator.py --job csit-vpp-perf-verify-master-3n-icx --gen-tests-dir /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated --trigger-params 'nic_*ANDdrv_mlx5_coreANDeth-ip4tcpbase-ldpreload-iperf3 #generate-all' 09:24:44 2025-10-29 09:24:44 INFO: 09:24:44 Command line parameters: 09:24:44 Job: csit-vpp-perf-verify-master-3n-icx 09:24:44 Test output dir: /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated 09:24:44 Trigger params: nic_*ANDdrv_mlx5_coreANDeth-ip4tcpbase-ldpreload-iperf3 #generate-all 09:24:44 Test set: Not specified 09:24:44 Test type: Not specified 09:24:44 Output dir: ./out 09:24:44 Output file: job_spec 09:24:44 Logging level: INFO 09:24:44 Create JSON: False 09:24:44 09:24:44 2025-10-29 09:24:44 INFO: The directory '/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated' exists, it will be reused. 09:24:44 2025-10-29 09:24:44 INFO: Processing the specification in ../../../job_specifications: 09:24:44 2025-10-29 09:24:44 INFO: ../../../job_specifications/ts_2n-aws.yaml 09:24:44 2025-10-29 09:24:44 INFO: ../../../job_specifications/ts_2n-spr.yaml 09:24:44 2025-10-29 09:24:44 INFO: ../../../job_specifications/ts_2n-c6in.yaml 09:24:44 2025-10-29 09:24:44 INFO: ../../../job_specifications/ts_3n-icx.yaml 09:24:44 2025-10-29 09:24:44 INFO: ../../../job_specifications/ts_2n-grc.yaml 09:24:44 2025-10-29 09:24:44 INFO: ../../../job_specifications/ts_3n-oct.yaml 09:24:44 2025-10-29 09:24:44 INFO: ../../../job_specifications/ts_2n-icx.yaml 09:24:44 2025-10-29 09:24:44 INFO: ../../../job_specifications/test_groups.yaml 09:24:44 2025-10-29 09:24:44 INFO: ../../../job_specifications/ts_3n-snr.yaml 09:24:44 2025-10-29 09:24:44 INFO: ../../../job_specifications/ts_3n-alt.yaml 09:24:44 2025-10-29 09:24:44 INFO: ../../../job_specifications/ts_2n-c7gn.yaml 09:24:44 2025-10-29 09:24:44 INFO: ../../../job_specifications/ts_2n-emr.yaml 09:24:44 2025-10-29 09:24:44 INFO: ../../../job_specifications/ts_3na-spr.yaml 09:24:44 2025-10-29 09:24:44 INFO: ../../../job_specifications/ts_3n-icxd.yaml 09:24:44 2025-10-29 09:24:44 INFO: ../../../job_specifications/ts_3n-emr.yaml 09:24:44 2025-10-29 09:24:44 INFO: ../../../job_specifications/ts_2n-zn2.yaml 09:24:44 2025-10-29 09:24:44 INFO: ../../../job_specifications/ts_3nb-spr.yaml 09:24:44 2025-10-29 09:24:44 INFO: ../../../job_specifications/jobs.yaml 09:24:44 2025-10-29 09:24:44 INFO: 09:24:44 Input parameters (after processing): 09:24:44 Job: csit-vpp-perf-verify-master-3n-icx 09:24:44 Job type: verify 09:24:44 Test output dir: /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated 09:24:44 Trigger params: nic_*ANDdrv_mlx5_coreANDeth-ip4tcpbase-ldpreload-iperf3 #generate-all 09:24:44 Test set: 09:24:44 Test type: 09:24:44 Output dir: ./out 09:24:44 Output file: job_spec 09:24:44 Logging level: INFO 09:24:44 Create JSON: False 09:24:44 09:24:44 09:24:44 2025-10-29 09:24:44 INFO: csit-dpdk-perf-mrr-weekly-master-3n-icx 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'eth-l2xcbase-testpmd' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4-ip4base-l3fwd' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'eth-l2xcbase-testpmd' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4-ip4base-l3fwd' ... 09:24:44 2025-10-29 09:24:44 INFO: csit-vpp-perf-hoststack-daily-master-3n-icx 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'eth-ip4tcpbase-ldpreload-iperf3' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'eth-ip4tcpscale1cl10s-ldpreload-iperf3' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'eth-ip4udpbase-ldpreload-iperf3' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'eth-ip4udpscale1cl10s-ldpreload-iperf3' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'eth-ip4udpquicbase-vppecho' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'eth-ip4udpquicscale1cl10s-vppecho' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'eth-ip4udpquicscale10cl1s-vppecho' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'eth-ip4udpquicscale10cl10s-vppecho' ... 09:24:44 2025-10-29 09:24:44 INFO: csit-vpp-perf-mrr-daily-master-3n-icx 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec4tnlsw-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec40tnlsw-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec40tnlsw-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1000tnlsw-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1tnlswasync-scheduler-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec8tnlswasync-scheduler-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1tnlswasync-scheduler-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec8tnlswasync-scheduler-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec4tnlsw-ip4base-policy-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-ip4base-policy-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-ip4base-policy-flow-cache-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-aes128cbc-hmac256sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-aes128cbc-hmac96sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-aes128ctr-hmac256sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-aes128ctr-hmac96sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-aes128gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-aes128nullgmac' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-aes256cbc-hmac256sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-aes256cbc-hmac96sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-aes256nullgmac' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-none-hmac96sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-reassembly' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4-ip4base' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4gtpusw-ip4base' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4gtpuhw-ip4base' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4gtpusw-ip4base-reassembly' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4udpwireguard1tnlsw-ip4base' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4udpwireguard2tnlsw-ip4base' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4udpwireguard4tnlsw-ip4base' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4udpwireguard8tnlsw-ip4base' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4udpwireguard100tnlsw-ip4base' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4udpwireguard1000tnlsw-ip4base' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4vxlan-l2bdbasemaclrn' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4vxlan-l2xcbase' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip6-ip6base' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'eth-l2patch' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'eth-l2xcbase' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'eth-l2bdbasemaclrn' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'dot1q-l2bdbasemaclrn' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'eth-l2xcbase-1lbvpplacp' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip6ip6-ip6base-srv6enc1sid' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip6srhip6-ip6base-srv6enc2sids' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip6srhip6-ip6base-srv6enc2sids-nodecaps' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip6srhip6-ip6base-srv6proxy-dyn' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip6srhip6-ip6base-srv6proxy-masq' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip6srhip6-ip6base-srv6proxy-stat' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec4tnlsw-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec40tnlsw-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec40tnlsw-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1000tnlsw-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1tnlswasync-scheduler-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec8tnlswasync-scheduler-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1tnlswasync-scheduler-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec8tnlswasync-scheduler-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec4tnlsw-ip4base-policy-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-ip4base-policy-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-ip4base-policy-flow-cache-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-aes128cbc-hmac256sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-aes128cbc-hmac96sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-aes128ctr-hmac256sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-aes128ctr-hmac96sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-aes128gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-aes128nullgmac' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-aes256cbc-hmac256sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-aes256cbc-hmac96sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-aes256nullgmac' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-none-hmac96sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-reassembly' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4-ip4base' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4gtpusw-ip4base' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4gtpuhw-ip4base' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4gtpusw-ip4base-reassembly' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4udpwireguard1tnlsw-ip4base' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4udpwireguard2tnlsw-ip4base' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4udpwireguard4tnlsw-ip4base' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4udpwireguard8tnlsw-ip4base' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4udpwireguard100tnlsw-ip4base' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4udpwireguard1000tnlsw-ip4base' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4vxlan-l2bdbasemaclrn' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4vxlan-l2xcbase' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip6-ip6base' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'eth-l2patch' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'eth-l2xcbase' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'eth-l2bdbasemaclrn' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'dot1q-l2bdbasemaclrn' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'eth-l2xcbase-1lbvpplacp' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip6ip6-ip6base-srv6enc1sid' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip6srhip6-ip6base-srv6enc2sids' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip6srhip6-ip6base-srv6enc2sids-nodecaps' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip6srhip6-ip6base-srv6proxy-dyn' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip6srhip6-ip6base-srv6proxy-masq' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip6srhip6-ip6base-srv6proxy-stat' ... 09:24:44 2025-10-29 09:24:44 INFO: csit-vpp-perf-ndrpdr-weekly-master-3n-icx 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec4tnlsw-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec40tnlsw-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec40tnlsw-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1000tnlsw-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1tnlswasync-scheduler-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec8tnlswasync-scheduler-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1tnlswasync-scheduler-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec8tnlswasync-scheduler-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec4tnlsw-ip4base-policy-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-ip4base-policy-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-ip4base-policy-flow-cache-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-aes128cbc-hmac256sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-aes128cbc-hmac96sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-aes128ctr-hmac256sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-aes128ctr-hmac96sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-aes128gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-aes128nullgmac' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-aes256cbc-hmac256sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-aes256cbc-hmac96sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-aes256nullgmac' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-none-hmac96sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-reassembly' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4-ip4base' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4gtpusw-ip4base' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4gtpuhw-ip4base' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4gtpusw-ip4base-reassembly' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4udpwireguard1tnlsw-ip4base' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4udpwireguard2tnlsw-ip4base' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4udpwireguard4tnlsw-ip4base' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4udpwireguard8tnlsw-ip4base' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4udpwireguard100tnlsw-ip4base' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4udpwireguard1000tnlsw-ip4base' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4vxlan-l2bdbasemaclrn' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4vxlan-l2xcbase' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip6-ip6base' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'eth-l2patch' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'eth-l2xcbase' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'eth-l2bdbasemaclrn' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'dot1q-l2bdbasemaclrn' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'eth-l2xcbase-1lbvpplacp' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip6ip6-ip6base-srv6enc1sid' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip6srhip6-ip6base-srv6enc2sids' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip6srhip6-ip6base-srv6enc2sids-nodecaps' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip6srhip6-ip6base-srv6proxy-dyn' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip6srhip6-ip6base-srv6proxy-masq' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip6srhip6-ip6base-srv6proxy-stat' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec4tnlsw-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec40tnlsw-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec40tnlsw-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1000tnlsw-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1tnlswasync-scheduler-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec8tnlswasync-scheduler-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1tnlswasync-scheduler-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec8tnlswasync-scheduler-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec4tnlsw-ip4base-policy-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-ip4base-policy-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-ip4base-policy-flow-cache-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-aes128cbc-hmac256sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-aes128cbc-hmac96sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-aes128ctr-hmac256sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-aes128ctr-hmac96sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-aes128gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-aes128nullgmac' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-aes256cbc-hmac256sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-aes256cbc-hmac96sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-aes256nullgmac' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-udp-ar-ip4base-int-none-hmac96sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-reassembly' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4-ip4base' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4gtpusw-ip4base' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4gtpuhw-ip4base' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4gtpusw-ip4base-reassembly' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4udpwireguard1tnlsw-ip4base' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4udpwireguard2tnlsw-ip4base' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4udpwireguard4tnlsw-ip4base' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4udpwireguard8tnlsw-ip4base' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4udpwireguard100tnlsw-ip4base' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4udpwireguard1000tnlsw-ip4base' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4vxlan-l2bdbasemaclrn' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4vxlan-l2xcbase' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip6-ip6base' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'eth-l2patch' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'eth-l2xcbase' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'eth-l2bdbasemaclrn' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'dot1q-l2bdbasemaclrn' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'eth-l2xcbase-1lbvpplacp' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip6ip6-ip6base-srv6enc1sid' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip6srhip6-ip6base-srv6enc2sids' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip6srhip6-ip6base-srv6enc2sids-nodecaps' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip6srhip6-ip6base-srv6proxy-dyn' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip6srhip6-ip6base-srv6proxy-masq' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip6srhip6-ip6base-srv6proxy-stat' ... 09:24:44 2025-10-29 09:24:44 INFO: csit-vpp-perf-report-coverage-2510-3n-icx 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1tnlsw-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec40tnlsw-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec40000tnlsw-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1tnlsw-ip4base-policy-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1000tnlsw-ip4base-policy-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1tnlsw-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec40tnlsw-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec40000tnlsw-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1tnlsw-ip4base-policy-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1000tnlsw-ip4base-policy-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1tnlsw-ip4base-int-aes128gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec4tnlsw-ip4base-int-aes128gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec40tnlsw-ip4base-int-aes128gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1000tnlsw-ip4base-int-aes128gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-ip4base-int-aes128gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec40000tnlsw-ip4base-int-aes128gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1tnlsw-ip4base-int-aes128gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec4tnlsw-ip4base-int-aes128gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec40tnlsw-ip4base-int-aes128gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1000tnlsw-ip4base-int-aes128gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-ip4base-int-aes128gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec40000tnlsw-ip4base-int-aes128gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1tnlsw-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec4tnlsw-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec40tnlsw-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1000tnlsw-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec40000tnlsw-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1tnlsw-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec4tnlsw-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec40tnlsw-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1000tnlsw-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec40000tnlsw-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1tnlswasync-scheduler-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec2tnlswasync-scheduler-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec4tnlswasync-scheduler-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec8tnlswasync-scheduler-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1tnlswasync-scheduler-ip4base-int-aes128gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec2tnlswasync-scheduler-ip4base-int-aes128gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec4tnlswasync-scheduler-ip4base-int-aes128gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec8tnlswasync-scheduler-ip4base-int-aes128gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1tnlswasync-scheduler-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec2tnlswasync-scheduler-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec4tnlswasync-scheduler-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec8tnlswasync-scheduler-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1tnlswasync-scheduler-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec2tnlswasync-scheduler-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec4tnlswasync-scheduler-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec8tnlswasync-scheduler-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1tnlswasync-scheduler-ip4base-int-aes128gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec2tnlswasync-scheduler-ip4base-int-aes128gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec4tnlswasync-scheduler-ip4base-int-aes128gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec8tnlswasync-scheduler-ip4base-int-aes128gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1tnlswasync-scheduler-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec2tnlswasync-scheduler-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec4tnlswasync-scheduler-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec8tnlswasync-scheduler-ip4base-int-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1000tnlsw-fixtnlip-ip4base-policy-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1000tnlsw-fixtnlip-ip4base-policy-flow-dir-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1000tnlsw-fixtnlip-ip4base-policy-flow-rss-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1000tnlsw-fixtnlip-ip4base-policy-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1000tnlsw-fixtnlip-ip4base-policy-flow-dir-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1000tnlsw-fixtnlip-ip4base-policy-flow-rss-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1tnlsw-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec40tnlsw-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec40000tnlsw-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1tnlsw-ip4base-policy-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1000tnlsw-ip4base-policy-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1tnlsw-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec40tnlsw-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec40000tnlsw-ip4base-int-aes128cbc-hmac512sha' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1tnlsw-ip4base-policy-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1000tnlsw-ip4base-policy-aes256gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1tnlsw-ip4base-int-aes128gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec4tnlsw-ip4base-int-aes128gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec40tnlsw-ip4base-int-aes128gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1000tnlsw-ip4base-int-aes128gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-ip4base-int-aes128gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec40000tnlsw-ip4base-int-aes128gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec1tnlsw-ip4base-int-aes128gcm' ... 09:24:44 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec4tnlsw-ip4base-int-aes128gcm' ... 09:24:45 2025-10-29 09:24:44 INFO: Generating testsuites for 'ethip4ipsec40tnlsw-ip4base-int-aes128gcm' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4ipsec1000tnlsw-ip4base-int-aes128gcm' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-ip4base-int-aes128gcm' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4ipsec40000tnlsw-ip4base-int-aes128gcm' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4ipsec1tnlsw-ip4base-int-aes256gcm' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4ipsec4tnlsw-ip4base-int-aes256gcm' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4ipsec40tnlsw-ip4base-int-aes256gcm' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4ipsec1000tnlsw-ip4base-int-aes256gcm' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-ip4base-int-aes256gcm' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4ipsec40000tnlsw-ip4base-int-aes256gcm' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4ipsec1tnlsw-ip4base-int-aes256gcm' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4ipsec4tnlsw-ip4base-int-aes256gcm' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4ipsec40tnlsw-ip4base-int-aes256gcm' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4ipsec1000tnlsw-ip4base-int-aes256gcm' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4ipsec10000tnlsw-ip4base-int-aes256gcm' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4ipsec40000tnlsw-ip4base-int-aes256gcm' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4ipsec1tnlswasync-scheduler-ip4base-int-aes128cbc-hmac512sha' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4ipsec2tnlswasync-scheduler-ip4base-int-aes128cbc-hmac512sha' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4ipsec4tnlswasync-scheduler-ip4base-int-aes128cbc-hmac512sha' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4ipsec8tnlswasync-scheduler-ip4base-int-aes128cbc-hmac512sha' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4ipsec1tnlswasync-scheduler-ip4base-int-aes128gcm' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4ipsec2tnlswasync-scheduler-ip4base-int-aes128gcm' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4ipsec4tnlswasync-scheduler-ip4base-int-aes128gcm' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4ipsec8tnlswasync-scheduler-ip4base-int-aes128gcm' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4ipsec1tnlswasync-scheduler-ip4base-int-aes256gcm' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4ipsec2tnlswasync-scheduler-ip4base-int-aes256gcm' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4ipsec4tnlswasync-scheduler-ip4base-int-aes256gcm' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4ipsec8tnlswasync-scheduler-ip4base-int-aes256gcm' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4ipsec1tnlswasync-scheduler-ip4base-int-aes128cbc-hmac512sha' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4ipsec2tnlswasync-scheduler-ip4base-int-aes128cbc-hmac512sha' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4ipsec4tnlswasync-scheduler-ip4base-int-aes128cbc-hmac512sha' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4ipsec8tnlswasync-scheduler-ip4base-int-aes128cbc-hmac512sha' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4ipsec1tnlswasync-scheduler-ip4base-int-aes128gcm' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4ipsec2tnlswasync-scheduler-ip4base-int-aes128gcm' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4ipsec4tnlswasync-scheduler-ip4base-int-aes128gcm' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4ipsec8tnlswasync-scheduler-ip4base-int-aes128gcm' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4ipsec1tnlswasync-scheduler-ip4base-int-aes256gcm' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4ipsec2tnlswasync-scheduler-ip4base-int-aes256gcm' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4ipsec4tnlswasync-scheduler-ip4base-int-aes256gcm' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4ipsec8tnlswasync-scheduler-ip4base-int-aes256gcm' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4-ip4base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4-ip4scale20k-rnd' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4-ip4scale200k-rnd' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4-ip4scale2m-rnd' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4-ip4base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4-ip4scale20k-rnd' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4-ip4scale200k-rnd' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4-ip4scale2m-rnd' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4-ip4base-adlalwlistbase' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4-ip4base-iacldstbase' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4-ip4base-ipolicemarkbase' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4-ip4base-adlalwlistbase' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4-ip4base-iacldstbase' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4-ip4base-ipolicemarkbase' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udp-ip4base-iacl1sf-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udp-ip4base-iacl1sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udp-ip4base-iacl50sf-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udp-ip4base-iacl50sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udp-ip4base-oacl50sf-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udp-ip4base-oacl50sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udp-ip4base-iacl1sf-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udp-ip4base-iacl1sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udp-ip4base-iacl50sf-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udp-ip4base-iacl50sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udp-ip4base-oacl50sf-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udp-ip4base-oacl50sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4-ip4base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4-ip4scale20k-rnd' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4-ip4scale200k-rnd' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4-ip4scale2m-rnd' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4-ip4base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4-ip4scale20k-rnd' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4-ip4scale200k-rnd' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4-ip4scale2m-rnd' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4-ip4base-adlalwlistbase' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4-ip4base-iacldstbase' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4-ip4base-ipolicemarkbase' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4-ip4base-adlalwlistbase' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4-ip4base-iacldstbase' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4-ip4base-ipolicemarkbase' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udp-ip4base-iacl1sf-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udp-ip4base-iacl1sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udp-ip4base-iacl50sf-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udp-ip4base-iacl50sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udp-ip4base-oacl50sf-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udp-ip4base-oacl50sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udp-ip4base-iacl1sf-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udp-ip4base-iacl1sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udp-ip4base-iacl50sf-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udp-ip4base-iacl50sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udp-ip4base-oacl50sf-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udp-ip4base-oacl50sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4vxlan-l2bdbasemaclrn' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4vxlan-l2xcbase' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4vxlan-l2bdbasemaclrn' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4vxlan-l2xcbase' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udpwireguard1tnlsw-ip4base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udpwireguard2tnlsw-ip4base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udpwireguard4tnlsw-ip4base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udpwireguard8tnlsw-ip4base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udpwireguard100tnlsw-ip4base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udpwireguard1000tnlsw-ip4base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udpwireguard1tnlsw-ip4base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udpwireguard2tnlsw-ip4base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udpwireguard4tnlsw-ip4base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udpwireguard8tnlsw-ip4base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udpwireguard100tnlsw-ip4base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udpwireguard1000tnlsw-ip4base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4lispip4-ip4base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4lispip6-ip4base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4lispip4-ip4base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4lispip6-ip4base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4gtpusw-ip4base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4gtpuhw-ip4base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4gtpusw-ip4base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4gtpuhw-ip4base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4vxlan-l2bdbasemaclrn' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4vxlan-l2xcbase' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4vxlan-l2bdbasemaclrn' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4vxlan-l2xcbase' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udpwireguard1tnlsw-ip4base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udpwireguard2tnlsw-ip4base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udpwireguard4tnlsw-ip4base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udpwireguard8tnlsw-ip4base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udpwireguard100tnlsw-ip4base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udpwireguard1000tnlsw-ip4base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udpwireguard1tnlsw-ip4base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udpwireguard2tnlsw-ip4base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udpwireguard4tnlsw-ip4base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udpwireguard8tnlsw-ip4base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udpwireguard100tnlsw-ip4base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4udpwireguard1000tnlsw-ip4base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4lispip4-ip4base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4lispip6-ip4base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4lispip4-ip4base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4lispip6-ip4base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6-ip6base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6-ip6base-adlalwlistbase' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6-ip6base-iacldstbase' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6-ip6base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6-ip6base-adlalwlistbase' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6-ip6base-iacldstbase' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6-ip6scale20k' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6-ip6scale200k' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6-ip6scale2m' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6-ip6scale20k' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6-ip6scale200k' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6-ip6scale2m' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6-ip6base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6-ip6base-adlalwlistbase' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6-ip6base-iacldstbase' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6-ip6base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6-ip6base-adlalwlistbase' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6-ip6base-iacldstbase' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6-ip6scale20k' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6-ip6scale200k' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6-ip6scale2m' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6-ip6scale20k' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6-ip6scale200k' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6-ip6scale2m' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6lispip4-ip6base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6lispip6-ip6base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6lispip4-ip6base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6lispip6-ip6base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6lispip4-ip6base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6lispip6-ip6base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6lispip4-ip6base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6lispip6-ip6base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2patch' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2xcbase' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'dot1q-l2bdbasemaclrn' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2patch' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2xcbase' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'dot1q-l2bdbasemaclrn' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdscale10kmaclrn' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdscale100kmaclrn' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdscale1mmaclrn' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdscale10kmaclrn' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdscale100kmaclrn' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdscale1mmaclrn' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-iacl1sf-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-iacl1sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-iacl10sf-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-iacl10sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-iacl50sf-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-iacl50sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-oacl1sf-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-oacl1sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-oacl10sf-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-oacl10sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-oacl50sf-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-oacl50sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-iacl1sf-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-iacl1sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-iacl10sf-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-iacl10sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-iacl50sf-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-iacl50sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-oacl1sf-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-oacl1sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-oacl10sf-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-oacl10sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-oacl50sf-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-oacl50sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-macip-iacl1sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-macip-iacl10sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-macip-iacl50sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-macip-iacl1sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-macip-iacl10sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-macip-iacl50sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2patch' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2xcbase' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'dot1q-l2bdbasemaclrn' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2patch' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2xcbase' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'dot1q-l2bdbasemaclrn' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdscale10kmaclrn' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdscale100kmaclrn' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdscale1mmaclrn' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdscale10kmaclrn' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdscale100kmaclrn' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdscale1mmaclrn' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-iacl1sf-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-iacl1sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-iacl10sf-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-iacl10sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-iacl50sf-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-iacl50sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-oacl1sf-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-oacl1sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-oacl10sf-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-oacl10sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-oacl50sf-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-oacl50sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-iacl1sf-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-iacl1sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-iacl10sf-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-iacl10sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-iacl50sf-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-iacl50sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-oacl1sf-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-oacl1sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-oacl10sf-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-oacl10sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-oacl50sf-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-oacl50sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-macip-iacl1sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-macip-iacl10sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-macip-iacl50sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-macip-iacl1sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-macip-iacl10sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-macip-iacl50sl-10kflows' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2xcbase-eth-2memif-1dcr' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4-ip4base-eth-2memif-1dcr' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2xcbase-eth-2memif-1dcr' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4-ip4base-eth-2memif-1dcr' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2xcbase-eth-2memif-1dcr' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4-ip4base-eth-2memif-1dcr' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2xcbase-eth-2memif-1dcr' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4-ip4base-eth-2memif-1dcr' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6ip6-ip6base-srv6enc1sid' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6srhip6-ip6base-srv6enc2sids' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6srhip6-ip6base-srv6enc2sids-nodecaps' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6srhip6-ip6base-srv6proxy-dyn' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6srhip6-ip6base-srv6proxy-masq' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6srhip6-ip6base-srv6proxy-stat' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6ip6-ip6base-srv6enc1sid' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6srhip6-ip6base-srv6enc2sids' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6srhip6-ip6base-srv6enc2sids-nodecaps' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6srhip6-ip6base-srv6proxy-dyn' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6srhip6-ip6base-srv6proxy-masq' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6srhip6-ip6base-srv6proxy-stat' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6ip6-ip6base-srv6enc1sid' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6srhip6-ip6base-srv6enc2sids' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6srhip6-ip6base-srv6enc2sids-nodecaps' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6srhip6-ip6base-srv6proxy-dyn' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6srhip6-ip6base-srv6proxy-masq' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6srhip6-ip6base-srv6proxy-stat' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6ip6-ip6base-srv6enc1sid' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6srhip6-ip6base-srv6enc2sids' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6srhip6-ip6base-srv6enc2sids-nodecaps' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6srhip6-ip6base-srv6proxy-dyn' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6srhip6-ip6base-srv6proxy-masq' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6srhip6-ip6base-srv6proxy-stat' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc' ... 09:24:45 2025-10-29 09:24:45 INFO: csit-vpp-perf-soak-weekly-master-3n-icx 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4ipsec1000tnlsw-ip4base-int-aes256gcm' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4-ip4scale200k-rnd' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4-ip4base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip4-ip4scale20k-rnd' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6-ip6scale200k-rnd' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6-ip6base' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6-ip6scale20k-rnd' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2xcbase' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdscale1mmaclrn' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6srhip6-ip6base-srv6enc2sids' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'ethip6srhip6-ip6base-srv6proxy-masq' ... 09:24:45 2025-10-29 09:24:45 INFO: Generating testsuites for 'eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc' ... 09:24:45 ++ archive_tests 09:24:45 ++ set -exuo pipefail 09:24:45 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives 09:24:45 /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/python/suite_generator /w/workspace/csit-vpp-perf-verify-master-3n-icx 09:24:45 ++ tar czf generated_tests.tar.gz /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests 09:24:45 tar: Removing leading `/' from member names 09:24:45 ++ popd 09:24:45 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/python/suite_generator /w/workspace/csit-vpp-perf-verify-master-3n-icx 09:24:45 ++ run_robot 09:24:45 ++ set -exuo pipefail 09:24:45 ++ all_options=("--outputdir" "${ARCHIVE_DIR}" "${ROBOT_ARGS[@]}") 09:24:45 ++ all_options+=("${EXPANDED_TAGS[@]}") 09:24:45 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx 09:24:45 /w/workspace/csit-vpp-perf-verify-master-3n-icx /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/python/suite_generator /w/workspace/csit-vpp-perf-verify-master-3n-icx 09:24:45 ++ set +e 09:24:45 ++ robot --outputdir /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives --loglevel TRACE --variable TOPOLOGY_PATH:/w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml --suite tests.vpp.perf --include 'nic_*ANDdrv_mlx5_coreANDeth-ip4tcpbase-ldpreload-iperf3' /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/ 09:24:48 ============================================================================== 09:24:48 Tests 09:24:48 ============================================================================== 09:24:48 Tests.Vpp 09:24:48 ============================================================================== 09:24:49 Tests.Vpp.Perf 09:24:49 ============================================================================== 09:24:54 Framework packed to /tmp/csit-testing-e8r_y2aw.tgz 09:24:54 Copying tarball to TG host 10.30.51.80, port 6001 starts. 09:24:54 Copying tarball to DUT host 10.30.51.78, port 22 starts. 09:24:54 Copying tarball to DUT host 10.30.51.79, port 22 starts. 09:24:57 Copying tarball to DUT host 10.30.51.78, port 22 done. 09:24:57 Extracting tarball to /tmp/openvpp-testing on DUT host 10.30.51.78, port 22 starts. 09:24:57 Copying tarball to DUT host 10.30.51.79, port 22 done. 09:24:57 Extracting tarball to /tmp/openvpp-testing on DUT host 10.30.51.79, port 22 starts. 09:24:57 Copying tarball to TG host 10.30.51.80, port 6001 done. 09:24:57 Extracting tarball to /tmp/openvpp-testing on TG host 10.30.51.80, port 6001 starts. 09:24:58 Extracting tarball to /tmp/openvpp-testing on DUT host 10.30.51.78, port 22 done. 09:24:58 Setup of node DUT host 10.30.51.78, port 22 done. 09:24:59 Extracting tarball to /tmp/openvpp-testing on DUT host 10.30.51.79, port 22 done. 09:24:59 Setup of node DUT host 10.30.51.79, port 22 done. 09:24:59 Extracting tarball to /tmp/openvpp-testing on TG host 10.30.51.80, port 6001 done. 09:24:59 Setup of node TG host 10.30.51.80, port 6001 done. 09:24:59 All nodes are ready. 09:25:48 Tests.Vpp.Perf.Hoststack 09:25:48 ============================================================================== 09:25:48 Tests.Vpp.Perf.Hoststack.100Ge2P1Cx6Dx-Mlx5-Eth-Ip4Tcpbase-Ldpreload-Iperf3... 09:25:48 ============================================================================== 09:25:48 1460B-1c-mlx5-eth-ip4tcpbase-ldpreload-iperf3-bps | PASS | 09:26:48 {"start": 0, "end": 4.000524, "seconds": 4.000524, "bytes": 14091681792, "bits_per_second": 28179672046.961845, "sender": true} 09:26:48 ------------------------------------------------------------------------------ 09:26:48 Tests.Vpp.Perf.Hoststack.100Ge2P1Cx6Dx-Mlx5-Eth-Ip4Tcpbase-Ldprelo... | PASS | 09:26:48 1 test, 1 passed, 0 failed 09:26:48 ============================================================================== 09:26:48 Tests.Vpp.Perf.Hoststack | PASS | 09:26:48 1 test, 1 passed, 0 failed 09:26:48 ============================================================================== 09:26:48 Deleting framework directory on TG host 10.30.51.80, port 6001 starts. 09:26:48 Deleting framework directory on DUT host 10.30.51.78, port 22 starts. 09:26:48 Deleting framework directory on DUT host 10.30.51.79, port 22 starts. 09:26:48 Deleting framework directory on DUT host 10.30.51.79, port 22 done. 09:26:48 Cleanup of node DUT host 10.30.51.79, port 22 done. 09:26:48 Deleting framework directory on DUT host 10.30.51.78, port 22 done. 09:26:48 Cleanup of node DUT host 10.30.51.78, port 22 done. 09:26:49 Deleting framework directory on TG host 10.30.51.80, port 6001 done. 09:26:49 Cleanup of node TG host 10.30.51.80, port 6001 done. 09:26:49 All nodes cleaned up. 09:26:49 Tests.Vpp.Perf | PASS | 09:26:49 1 test, 1 passed, 0 failed 09:26:49 ============================================================================== 09:26:49 Tests.Vpp | PASS | 09:26:49 1 test, 1 passed, 0 failed 09:26:49 ============================================================================== 09:26:49 Tests | PASS | 09:26:49 1 test, 1 passed, 0 failed 09:26:49 ============================================================================== 09:26:49 Output: /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives/output.xml 09:26:49 Log: /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives/log.html 09:26:49 Report: /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives/report.html 09:26:49 ++ ROBOT_EXIT_STATUS=0 09:26:49 ++ rm /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives/output.xml 09:26:49 ++ set -e 09:26:49 ++ popd 09:26:49 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/python/suite_generator /w/workspace/csit-vpp-perf-verify-master-3n-icx 09:26:49 ++ move_archives 09:26:49 ++ set -exuo pipefail 09:26:49 ++ [[ -n /w/workspace/csit-vpp-perf-verify-master-3n-icx ]] 09:26:49 +++ readlink -f /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives 09:26:49 ++ target=/w/workspace/csit-vpp-perf-verify-master-3n-icx/archives 09:26:49 ++ [[ /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 ]] 09:26:49 ++ untrap_and_unreserve_testbed 09:26:49 ++ set -xo pipefail 09:26:49 ++ set +eu 09:26:49 ++ trap - EXIT 09:26:49 ++ wt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml 09:26:49 ++ [[ -z /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml ]] 09:26:49 ++ ansible_playbook cleanup 09:26:49 ++ set -exuo pipefail 09:26:49 ++ case "${TEST_CODE}" in 09:26:49 ++ INVENTORY_PATH=lf_inventory 09:26:49 ++ installed sshpass 09:26:49 ++ set -exuo pipefail 09:26:49 ++ command -v sshpass 09:26:49 /usr/bin/sshpass 09:26:49 ++ hosts=($(fgrep host "${WORKING_TOPOLOGY}" | cut -d ":" -f 2)) 09:26:49 +++ cut -d : -f 2 09:26:49 +++ fgrep host /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml 09:26:49 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/fdio.infra.ansible 09:26:49 /w/workspace/csit-vpp-perf-verify-master-3n-icx/fdio.infra.ansible /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/python/suite_generator /w/workspace/csit-vpp-perf-verify-master-3n-icx 09:26:49 ++ export ANSIBLE_HOST_KEY_CHECKING=False 09:26:49 ++ ANSIBLE_HOST_KEY_CHECKING=False 09:26:49 ++ export ANSIBLE_STDOUT_CALLBACK=yaml 09:26:49 ++ ANSIBLE_STDOUT_CALLBACK=yaml 09:26:49 ++ export ANSIBLE_PIPELINING=true 09:26:49 ++ ANSIBLE_PIPELINING=true 09:26:49 +++ echo 10.30.51.80 10.30.51.78 10.30.51.79 09:26:49 +++ echo cleanup 09:26:49 ++ ansible-playbook --vault-password-file=vault_pass --extra-vars @vault.yml --inventory inventories/lf_inventory/hosts site.yaml --limit '10.30.51.80 10.30.51.78 10.30.51.79' --tags cleanup 09:26:50 09:26:50 PLAY [tg] ********************************************************************** 09:26:50 09:26:50 TASK [Gathering Facts] ********************************************************* 09:26:52 [WARNING]: Platform linux on host 10.30.51.80 is using the discovered Python 09:26:52 interpreter at /usr/bin/python3.12, but future installation of another Python 09:26:52 interpreter could change the meaning of that path. See 09:26:52 https://docs.ansible.com/ansible- 09:26:52 core/2.17/reference_appendices/interpreter_discovery.html for more information. 09:26:52 ok: [10.30.51.80] 09:26:52 09:26:52 TASK [cleanup : tg specific] *************************************************** 09:26:52 included: /w/workspace/csit-vpp-perf-verify-master-3n-icx/fdio.infra.ansible/roles/cleanup/tasks/tg.yaml for 10.30.51.80 09:26:52 09:26:52 TASK [cleanup : Get PID Of _t-rex] ********************************************* 09:26:52 skipping: [10.30.51.80] 09:26:52 09:26:52 TASK [cleanup : Safe Kill _t-rex] ********************************************** 09:26:52 skipping: [10.30.51.80] 09:26:52 09:26:52 TASK [cleanup : wait_for] ****************************************************** 09:26:53 skipping: [10.30.51.80] 09:26:53 09:26:53 TASK [cleanup : Kill Process - Force Kill _t-rex] ****************************** 09:26:53 skipping: [10.30.51.80] 09:26:53 09:26:53 TASK [cleanup : sut specific] ************************************************** 09:26:53 skipping: [10.30.51.80] 09:26:53 09:26:53 TASK [cleanup : nomad specific] ************************************************ 09:26:53 [WARNING]: Could not match supplied host pattern, ignoring: tg_aws 09:26:53 [WARNING]: Could not match supplied host pattern, ignoring: tg_azure 09:26:53 [WARNING]: Could not match supplied host pattern, ignoring: tg_openstack 09:26:53 skipping: [10.30.51.80] 09:26:53 09:26:53 PLAY [tg_aws] ****************************************************************** 09:26:53 skipping: no hosts matched 09:26:53 09:26:53 PLAY [tg_azure] **************************************************************** 09:26:53 skipping: no hosts matched 09:26:53 09:26:53 PLAY [tg_openstack] ************************************************************ 09:26:53 skipping: no hosts matched 09:26:53 09:26:53 PLAY [sut] ********************************************************************* 09:26:53 09:26:53 TASK [Gathering Facts] ********************************************************* 09:26:54 [WARNING]: Platform linux on host 10.30.51.78 is using the discovered Python 09:26:54 interpreter at /usr/bin/python3.12, but future installation of another Python 09:26:54 interpreter could change the meaning of that path. See 09:26:54 https://docs.ansible.com/ansible- 09:26:54 core/2.17/reference_appendices/interpreter_discovery.html for more information. 09:26:55 [WARNING]: Platform linux on host 10.30.51.79 is using the discovered Python 09:26:55 interpreter at /usr/bin/python3.12, but future installation of another Python 09:26:55 interpreter could change the meaning of that path. See 09:26:55 https://docs.ansible.com/ansible- 09:26:55 core/2.17/reference_appendices/interpreter_discovery.html for more information. 09:26:55 ok: [10.30.51.78] 09:26:55 ok: [10.30.51.79] 09:26:55 09:26:55 TASK [cleanup : tg specific] *************************************************** 09:26:55 skipping: [10.30.51.78] 09:26:55 skipping: [10.30.51.79] 09:26:55 09:26:55 TASK [cleanup : sut specific] ************************************************** 09:26:55 included: /w/workspace/csit-vpp-perf-verify-master-3n-icx/fdio.infra.ansible/roles/cleanup/tasks/sut.yaml for 10.30.51.79, 10.30.51.78 09:26:55 09:26:55 TASK [cleanup : Get PID Of qemu] *********************************************** 09:26:55 changed: [10.30.51.78] 09:26:55 changed: [10.30.51.79] 09:26:55 09:26:55 TASK [cleanup : Safe Kill qemu] ************************************************ 09:26:56 skipping: [10.30.51.78] 09:26:56 skipping: [10.30.51.79] 09:26:56 09:26:56 TASK [cleanup : wait_for] ****************************************************** 09:26:56 skipping: [10.30.51.78] 09:26:56 skipping: [10.30.51.79] 09:26:56 09:26:56 TASK [cleanup : Kill Process - Force Kill qemu] ******************************** 09:26:56 skipping: [10.30.51.78] 09:26:56 skipping: [10.30.51.79] 09:26:56 09:26:56 TASK [cleanup : Get PID Of l3fwd] ********************************************** 09:26:56 changed: [10.30.51.78] 09:26:56 changed: [10.30.51.79] 09:26:56 09:26:56 TASK [cleanup : Safe Kill l3fwd] *********************************************** 09:26:56 skipping: [10.30.51.78] 09:26:56 skipping: [10.30.51.79] 09:26:56 09:26:56 TASK [cleanup : wait_for] ****************************************************** 09:26:56 skipping: [10.30.51.78] 09:26:56 skipping: [10.30.51.79] 09:26:56 09:26:56 TASK [cleanup : Kill Process - Force Kill l3fwd] ******************************* 09:26:56 skipping: [10.30.51.78] 09:26:56 skipping: [10.30.51.79] 09:26:56 09:26:56 TASK [cleanup : Get PID Of testpmd] ******************************************** 09:26:56 changed: [10.30.51.78] 09:26:56 changed: [10.30.51.79] 09:26:56 09:26:56 TASK [cleanup : Safe Kill testpmd] ********************************************* 09:26:56 skipping: [10.30.51.78] 09:26:56 skipping: [10.30.51.79] 09:26:56 09:26:56 TASK [cleanup : wait_for] ****************************************************** 09:26:56 skipping: [10.30.51.78] 09:26:56 skipping: [10.30.51.79] 09:26:56 09:26:56 TASK [cleanup : Kill Process - Force Kill testpmd] ***************************** 09:26:57 skipping: [10.30.51.78] 09:26:57 skipping: [10.30.51.79] 09:26:57 09:26:57 TASK [cleanup : Get PID Of iperf3] ********************************************* 09:26:57 changed: [10.30.51.78] 09:26:57 changed: [10.30.51.79] 09:26:57 09:26:57 TASK [cleanup : Safe Kill iperf3] ********************************************** 09:26:57 skipping: [10.30.51.78] 09:26:57 skipping: [10.30.51.79] 09:26:57 09:26:57 TASK [cleanup : wait_for] ****************************************************** 09:26:57 skipping: [10.30.51.78] 09:26:57 skipping: [10.30.51.79] 09:26:57 09:26:57 TASK [cleanup : Kill Process - Force Kill iperf3] ****************************** 09:26:57 skipping: [10.30.51.78] 09:26:57 skipping: [10.30.51.79] 09:26:57 09:26:57 TASK [cleanup : Get PID Of nohup] ********************************************** 09:26:57 changed: [10.30.51.78] 09:26:57 changed: [10.30.51.79] 09:26:57 09:26:57 TASK [cleanup : Safe Kill nohup] *********************************************** 09:26:57 skipping: [10.30.51.78] 09:26:57 skipping: [10.30.51.79] 09:26:57 09:26:57 TASK [cleanup : wait_for] ****************************************************** 09:26:57 skipping: [10.30.51.78] 09:26:57 skipping: [10.30.51.79] 09:26:57 09:26:57 TASK [cleanup : Kill Process - Force Kill nohup] ******************************* 09:26:57 skipping: [10.30.51.78] 09:26:57 skipping: [10.30.51.79] 09:26:57 09:26:57 TASK [cleanup : Get PID Of vpp] ************************************************ 09:26:58 changed: [10.30.51.78] 09:26:58 changed: [10.30.51.79] 09:26:58 09:26:58 TASK [cleanup : Safe Kill vpp] ************************************************* 09:26:58 changed: [10.30.51.78] => (item=968414) 09:26:58 changed: [10.30.51.79] => (item=931947) 09:26:58 09:26:58 TASK [cleanup : wait_for] ****************************************************** 09:26:58 ok: [10.30.51.78] => (item=968414) 09:26:58 ok: [10.30.51.79] => (item=931947) 09:26:58 09:26:58 TASK [cleanup : Kill Process - Force Kill vpp] ********************************* 09:26:59 skipping: [10.30.51.78] 09:26:59 skipping: [10.30.51.79] 09:26:59 09:26:59 TASK [cleanup : Get PID Of vpp_echo] ******************************************* 09:26:59 changed: [10.30.51.78] 09:26:59 changed: [10.30.51.79] 09:26:59 09:26:59 TASK [cleanup : Safe Kill vpp_echo] ******************************************** 09:26:59 skipping: [10.30.51.78] 09:26:59 skipping: [10.30.51.79] 09:26:59 09:26:59 TASK [cleanup : wait_for] ****************************************************** 09:26:59 skipping: [10.30.51.78] 09:26:59 skipping: [10.30.51.79] 09:26:59 09:26:59 TASK [cleanup : Kill Process - Force Kill vpp_echo] **************************** 09:26:59 skipping: [10.30.51.78] 09:26:59 skipping: [10.30.51.79] 09:26:59 09:26:59 TASK [cleanup : Find File Or Dir - Core Zip File] ****************************** 09:26:59 ok: [10.30.51.78] 09:26:59 ok: [10.30.51.79] 09:26:59 09:26:59 TASK [cleanup : Remove File Or Dir - Core Zip File] **************************** 09:26:59 skipping: [10.30.51.78] 09:26:59 skipping: [10.30.51.79] 09:26:59 09:26:59 TASK [cleanup : Find File Or Dir - Core Dump File] ***************************** 09:27:00 ok: [10.30.51.78] 09:27:00 ok: [10.30.51.79] 09:27:00 09:27:00 TASK [cleanup : Remove File Or Dir - Core Dump File] *************************** 09:27:00 skipping: [10.30.51.78] 09:27:00 skipping: [10.30.51.79] 09:27:00 09:27:00 TASK [cleanup : Get Running Docker Containers] ********************************* 09:27:00 ok: [10.30.51.78] 09:27:00 ok: [10.30.51.79] 09:27:00 09:27:00 TASK [cleanup : Remove All Docker Containers] ********************************** 09:27:00 skipping: [10.30.51.78] 09:27:00 skipping: [10.30.51.79] 09:27:00 09:27:00 TASK [cleanup : Set SSH port to 6001 if docker_sut] **************************** 09:27:00 skipping: [10.30.51.79] 09:27:00 skipping: [10.30.51.78] 09:27:00 09:27:00 TASK [cleanup : Fix Corrupted APT] ********************************************* 09:27:00 skipping: [10.30.51.78] 09:27:00 skipping: [10.30.51.79] 09:27:00 09:27:00 TASK [cleanup : Remove Package - *vpp*] **************************************** 09:27:00 skipping: [10.30.51.78] 09:27:00 skipping: [10.30.51.79] 09:27:00 09:27:00 TASK [cleanup : Set SSH port to 6002 if docker_sut] **************************** 09:27:00 skipping: [10.30.51.78] 09:27:00 skipping: [10.30.51.79] 09:27:00 09:27:00 TASK [cleanup : Fix Corrupted APT] ********************************************* 09:27:00 skipping: [10.30.51.78] 09:27:00 skipping: [10.30.51.79] 09:27:00 09:27:00 TASK [cleanup : Remove Package - *vpp*] **************************************** 09:27:01 skipping: [10.30.51.78] 09:27:01 skipping: [10.30.51.79] 09:27:01 09:27:01 TASK [cleanup : Set SSH port to 22 if docker_sut] ****************************** 09:27:01 skipping: [10.30.51.78] 09:27:01 skipping: [10.30.51.79] 09:27:01 09:27:01 TASK [cleanup : Fix Corrupted APT] ********************************************* 09:27:01 changed: [10.30.51.78] 09:27:01 changed: [10.30.51.79] 09:27:01 09:27:01 TASK [cleanup : Remove Package - *vpp*] **************************************** 09:27:06 changed: [10.30.51.79] 09:27:06 changed: [10.30.51.78] 09:27:06 09:27:06 TASK [cleanup : Bind Network Interfaces] *************************************** 09:27:06 skipping: [10.30.51.78] 09:27:06 skipping: [10.30.51.79] 09:27:06 09:27:06 TASK [cleanup : Set MAC Address] *********************************************** 09:27:06 skipping: [10.30.51.78] 09:27:06 skipping: [10.30.51.79] 09:27:06 09:27:06 TASK [cleanup : nomad specific] ************************************************ 09:27:06 [WARNING]: Could not match supplied host pattern, ignoring: sut_aws 09:27:06 [WARNING]: Could not match supplied host pattern, ignoring: sut_azure 09:27:06 [WARNING]: Could not match supplied host pattern, ignoring: sut_openstack 09:27:06 [WARNING]: Could not match supplied host pattern, ignoring: vagrant 09:27:06 skipping: [10.30.51.78] 09:27:06 skipping: [10.30.51.79] 09:27:06 09:27:06 PLAY [sut_aws] ***************************************************************** 09:27:06 skipping: no hosts matched 09:27:06 09:27:06 PLAY [sut_azure] *************************************************************** 09:27:06 skipping: no hosts matched 09:27:06 09:27:06 PLAY [sut_openstack] *********************************************************** 09:27:06 skipping: no hosts matched 09:27:06 09:27:06 PLAY [nomad] ******************************************************************* 09:27:06 skipping: no hosts matched 09:27:06 09:27:06 PLAY [dev] ********************************************************************* 09:27:06 skipping: no hosts matched 09:27:06 09:27:06 PLAY [vagrant] ***************************************************************** 09:27:06 skipping: no hosts matched 09:27:06 09:27:06 PLAY RECAP ********************************************************************* 09:27:06 10.30.51.78 : ok=16 changed=10 unreachable=0 failed=0 skipped=33 rescued=0 ignored=0 09:27:06 10.30.51.79 : ok=16 changed=10 unreachable=0 failed=0 skipped=33 rescued=0 ignored=0 09:27:06 10.30.51.80 : ok=2 changed=0 unreachable=0 failed=0 skipped=6 rescued=0 ignored=0 09:27:06 09:27:06 ++ popd 09:27:06 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/python/suite_generator /w/workspace/csit-vpp-perf-verify-master-3n-icx 09:27:06 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -c -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml 09:27:07 ++ case "${TEST_CODE}" in 09:27:07 ++ WORKING_TOPOLOGY= 09:27:07 ++ set -eu 09:27:07 ++ die_on_robot_error 09:27:07 ++ set -exuo pipefail 09:27:07 ++ [[ 0 != \0 ]] 09:27:07 $ ssh-agent -k 09:27:07 unset SSH_AUTH_SOCK; 09:27:07 unset SSH_AGENT_PID; 09:27:07 echo Agent pid 292 killed; 09:27:07 [ssh-agent] Stopped. 09:27:07 [PostBuildScript] - [INFO] Executing post build scripts. 09:27:07 [csit-vpp-perf-verify-master-3n-icx] $ /bin/bash /tmp/jenkins12790765125721101551.sh 09:27:07 ---> jjb/scripts/post_build_executor_info.sh 09:27:07 ************************************************************************ 09:27:07 Executor Runtime Attributes: 09:27:07 OS: ubuntu-24.04 09:27:07 Linux 8e572c5cae4d 6.8.0-55-generic #57-Ubuntu SMP PREEMPT_DYNAMIC Wed Feb 12 23:42:21 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux 09:27:07 Number CPUs: 128 09:27:07 Arch: x86_64 09:27:07 Nomad Client Hostname: Unknown 09:27:07 Container ID: 8e572c5cae4d 09:27:07 ************************************************************************ 09:27:07 lscpu: 09:27:07 Architecture: x86_64 09:27:07 CPU op-mode(s): 32-bit, 64-bit 09:27:07 Address sizes: 46 bits physical, 57 bits virtual 09:27:07 Byte Order: Little Endian 09:27:07 CPU(s): 128 09:27:07 On-line CPU(s) list: 0-127 09:27:07 Vendor ID: GenuineIntel 09:27:07 BIOS Vendor ID: Intel(R) Corporation 09:27:07 Model name: Intel(R) Xeon(R) Gold 6438N 09:27:07 BIOS Model name: Intel(R) Xeon(R) Gold 6438N CPU @ 2.0GHz 09:27:07 BIOS CPU family: 179 09:27:07 CPU family: 6 09:27:07 Model: 143 09:27:07 Thread(s) per core: 2 09:27:07 Core(s) per socket: 32 09:27:07 Socket(s): 2 09:27:07 Stepping: 7 09:27:07 CPU(s) scaling MHz: 52% 09:27:07 CPU max MHz: 3600.0000 09:27:07 CPU min MHz: 800.0000 09:27:07 BogoMIPS: 4000.00 09:27:07 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 tsc_known_freq 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 cat_l2 cdp_l3 cdp_l2 ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb intel_pt avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local split_lock_detect user_shstk avx_vnni avx512_bf16 wbnoinvd dtherm ida arat pln pts hfi vnmi avx512vbmi umip pku ospke waitpkg avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg tme avx512_vpopcntdq la57 rdpid bus_lock_detect cldemote movdiri movdir64b enqcmd fsrm md_clear serialize tsxldtrk pconfig arch_lbr ibt amx_bf16 avx512_fp16 amx_tile amx_int8 flush_l1d arch_capabilities 09:27:07 Virtualization: VT-x 09:27:07 L1d cache: 3 MiB (64 instances) 09:27:07 L1i cache: 2 MiB (64 instances) 09:27:07 L2 cache: 128 MiB (64 instances) 09:27:07 L3 cache: 120 MiB (2 instances) 09:27:07 NUMA node(s): 2 09:27:07 NUMA node0 CPU(s): 0-31,64-95 09:27:07 NUMA node1 CPU(s): 32-63,96-127 09:27:07 Vulnerability Gather data sampling: Not affected 09:27:07 Vulnerability Itlb multihit: Not affected 09:27:07 Vulnerability L1tf: Not affected 09:27:07 Vulnerability Mds: Not affected 09:27:07 Vulnerability Meltdown: Not affected 09:27:07 Vulnerability Mmio stale data: Not affected 09:27:07 Vulnerability Reg file data sampling: Not affected 09:27:07 Vulnerability Retbleed: Not affected 09:27:07 Vulnerability Spec rstack overflow: Not affected 09:27:07 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl 09:27:07 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 09:27:07 Vulnerability Spectre v2: Mitigation; Enhanced / Automatic IBRS; IBPB conditional; RSB filling; PBRSB-eIBRS SW sequence; BHI BHI_DIS_S 09:27:07 Vulnerability Srbds: Not affected 09:27:07 Vulnerability Tsx async abort: Not affected 09:27:07 ************************************************************************ 09:27:07 df -h: 09:27:07 Filesystem Size Used Avail Use% Mounted on 09:27:07 overlay 879G 92G 743G 12% / 09:27:07 tmpfs 64M 0 64M 0% /dev 09:27:07 shm 64M 0 64M 0% /dev/shm 09:27:07 /dev/md0 879G 92G 743G 12% /alloc 09:27:07 tmpfs 1.0M 0 1.0M 0% /secrets 09:27:07 ************************************************************************ 09:27:07 free -m: 09:27:07 total used free shared buff/cache available 09:27:07 Mem: 515643 28514 372933 1029 118881 487129 09:27:07 Swap: 8191 0 8191 09:27:07 ************************************************************************ 09:27:07 ccache statistics: 09:27:07 CCACHE_DIR = '/scratch/ccache' 09:27:07 Cacheable calls: 1332101 / 1596569 (83.44%) 09:27:07 Hits: 954990 / 1332101 (71.69%) 09:27:07 Direct: 770313 / 954990 (80.66%) 09:27:07 Preprocessed: 184677 / 954990 (19.34%) 09:27:07 Misses: 377111 / 1332101 (28.31%) 09:27:07 Uncacheable calls: 264468 / 1596569 (16.56%) 09:27:07 Local storage: 09:27:07 Cache size (GB): 10.0 / 10.0 (99.86%) 09:27:07 Cleanups: 754 09:27:07 Hits: 947114 / 1316161 (71.96%) 09:27:07 Misses: 369047 / 1316161 (28.04%) 09:27:07 ************************************************************************ 09:27:07 [csit-vpp-perf-verify-master-3n-icx] $ /bin/bash /tmp/jenkins9411215414046015024.sh 09:27:07 ---> jjb/scripts/post_build_deploy_archives.sh 09:27:07 % Total % Received % Xferd Average Speed Time Time Time Current 09:27:07 Dload Upload Total Spent Left Speed 09:27:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 230 0 230 0 0 5456 0 --:--:-- --:--:-- --:--:-- 5476 09:27:07 Archive: robot-plugin.zip 09:27:07 End-of-central-directory signature not found. Either this file is not 09:27:07 a zipfile, or it constitutes one disk of a multi-part archive. In the 09:27:07 latter case the central directory and zipfile comment will be found on 09:27:07 the last disk(s) of this archive. 09:27:07 unzip: cannot find zipfile directory in one of robot-plugin.zip or 09:27:07 robot-plugin.zip.zip, and cannot find robot-plugin.zip.ZIP, period. 09:27:07 Workspace archived artifacts: 09:27:07 /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives: 09:27:07 total 1180 09:27:07 drwxr-xr-x 3 root root 4096 Oct 29 09:26 . 09:27:07 drwxr-xr-x 21 root root 4096 Oct 29 09:27 .. 09:27:07 -rw-r--r-- 1 root root 149175 Oct 29 09:24 generated_tests.tar.gz 09:27:07 -rw-r--r-- 1 root root 791997 Oct 29 09:26 log.html 09:27:07 -rw-r--r-- 1 root root 247974 Oct 29 09:26 report.html 09:27:07 drwxr-xr-x 3 root root 4096 Oct 29 09:26 tests 09:27:07 09:27:07 /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives/tests: 09:27:07 total 16 09:27:07 drwxr-xr-x 3 root root 4096 Oct 29 09:26 . 09:27:07 drwxr-xr-x 3 root root 4096 Oct 29 09:26 .. 09:27:07 -rw-r--r-- 1 root root 267 Oct 29 09:26 suite.info.json 09:27:07 drwxr-xr-x 3 root root 4096 Oct 29 09:25 vpp 09:27:07 09:27:07 /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives/tests/vpp: 09:27:07 total 12 09:27:07 drwxr-xr-x 3 root root 4096 Oct 29 09:25 . 09:27:07 drwxr-xr-x 3 root root 4096 Oct 29 09:26 .. 09:27:07 drwxr-xr-x 3 root root 4096 Oct 29 09:26 perf 09:27:07 09:27:07 /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives/tests/vpp/perf: 09:27:07 total 16 09:27:07 drwxr-xr-x 3 root root 4096 Oct 29 09:26 . 09:27:07 drwxr-xr-x 3 root root 4096 Oct 29 09:25 .. 09:27:07 drwxr-xr-x 3 root root 4096 Oct 29 09:25 hoststack 09:27:07 -rw-r--r-- 1 root root 345 Oct 29 09:26 suite.info.json 09:27:07 09:27:07 /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives/tests/vpp/perf/hoststack: 09:27:07 total 12 09:27:07 drwxr-xr-x 3 root root 4096 Oct 29 09:25 . 09:27:07 drwxr-xr-x 3 root root 4096 Oct 29 09:26 .. 09:27:07 drwxr-xr-x 2 root root 4096 Oct 29 09:26 100ge2p1cx6dx-mlx5-eth-ip4tcpbase-ldpreload-iperf3-bps 09:27:07 09:27:07 /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives/tests/vpp/perf/hoststack/100ge2p1cx6dx-mlx5-eth-ip4tcpbase-ldpreload-iperf3-bps: 09:27:07 total 16 09:27:07 drwxr-xr-x 2 root root 4096 Oct 29 09:26 . 09:27:07 drwxr-xr-x 3 root root 4096 Oct 29 09:25 .. 09:27:07 -rw-r--r-- 1 root root 1188 Oct 29 09:26 1460b-1c-mlx5-eth-ip4tcpbase-ldpreload-iperf3-bps.info.json 09:27:07 -rw-r--r-- 1 root root 706 Oct 29 09:26 suite.info.json 09:27:07 provisioning config files... 09:27:07 copy managed file [jenkins-s3-log-ship] to file:/root/.aws/credentials 09:27:07 [csit-vpp-perf-verify-master-3n-icx] $ /bin/bash /tmp/jenkins17876306942923276441.sh 09:27:07 ---> publish_library_py.sh 09:27:07 + PYTHON_SCRIPT=/w/workspace/publish_library.py 09:27:07 ++ grep VERSION_CODENAME= /etc/os-release 09:27:07 ++ cut -d= -f2 09:27:07 + OS_CODENAME=noble 09:27:07 + pip_options= 09:27:07 + '[' noble = noble ']' 09:27:07 + pip_options=' --break-system-packages' 09:27:07 + pip3 install --break-system-packages boto3 09:27:08 Requirement already satisfied: boto3 in /usr/local/lib/python3.12/dist-packages (1.39.8) 09:27:08 Requirement already satisfied: botocore<1.40.0,>=1.39.8 in /usr/local/lib/python3.12/dist-packages (from boto3) (1.39.8) 09:27:08 Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /usr/local/lib/python3.12/dist-packages (from boto3) (1.0.1) 09:27:08 Requirement already satisfied: s3transfer<0.14.0,>=0.13.0 in /usr/local/lib/python3.12/dist-packages (from boto3) (0.13.0) 09:27:08 Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /usr/local/lib/python3.12/dist-packages (from botocore<1.40.0,>=1.39.8->boto3) (2.9.0.post0) 09:27:08 Requirement already satisfied: urllib3!=2.2.0,<3,>=1.25.4 in /usr/lib/python3/dist-packages (from botocore<1.40.0,>=1.39.8->boto3) (2.0.7) 09:27:08 Requirement already satisfied: six>=1.5 in /usr/lib/python3/dist-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.40.0,>=1.39.8->boto3) (1.16.0) 09:27:08 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 09:27:08 ++ dirname /w/workspace/publish_library.py 09:27:08 + mkdir -p /w/workspace 09:27:08 + cat 09:27:08 [csit-vpp-perf-verify-master-3n-icx] $ /bin/bash /tmp/jenkins121423702111831970.sh 09:27:08 ---> publish_logs.sh 09:27:08 INFO: S3 path vex-yul-rot-jenkins-1/csit-vpp-perf-verify-master-3n-icx/1717/ 09:27:08 INFO: archiving logs to S3 09:27:08 INFO: Found credentials in shared credentials file: ~/.aws/credentials 09:27:08 INFO: