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