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