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