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