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