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