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