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