02:45:13 Triggered by Gerrit: https://gerrit.fd.io/r/c/csit/+/42938 02:45:13 Running as SYSTEM 02:45:13 [EnvInject] - Loading node environment variables. 02:45:13 Building remotely on m-builder-ubuntu2404-prod-x86_64-4b7b271eb3c7db (m-builder-ubuntu2404-prod-x86_64) in workspace /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:45:13 [ssh-agent] Looking for ssh-agent implementation... 02:45:13 $ ssh-agent 02:45:13 SSH_AUTH_SOCK=/tmp/ssh-XzgHRNaSBZpr/agent.234 02:45:13 SSH_AGENT_PID=235 02:45:13 [ssh-agent] Started. 02:45:13 Running ssh-add (command line suppressed) 02:45:13 Identity added: /w/workspace/csit-vpp-perf-verify-master-3n-icx@tmp/private_key_5549925672360734658.key (/w/workspace/csit-vpp-perf-verify-master-3n-icx@tmp/private_key_5549925672360734658.key) 02:45:13 [ssh-agent] Using credentials rotterdam-jobbuilder (Rotterdam JJB) 02:45:13 The recommended git tool is: NONE 02:45:16 using credential jenkins-gerrit-credentials 02:45:16 Wiping out workspace first. 02:45:16 Cloning the remote Git repository 02:45:16 Cloning repository git://10.30.48.3/mirror/csit 02:45:16 > git init /w/workspace/csit-vpp-perf-verify-master-3n-icx # timeout=10 02:45:16 Fetching upstream changes from git://10.30.48.3/mirror/csit 02:45:16 > git --version # timeout=10 02:45:16 > git --version # 'git version 2.43.0' 02:45:16 using GIT_SSH to set credentials Rotterdam JJB 02:45:16 > git fetch --tags --force --progress -- git://10.30.48.3/mirror/csit +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:24 > git config remote.origin.url git://10.30.48.3/mirror/csit # timeout=10 02:45:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:24 > git config remote.origin.url git://10.30.48.3/mirror/csit # timeout=10 02:45:24 Fetching upstream changes from git://10.30.48.3/mirror/csit 02:45:24 using GIT_SSH to set credentials Rotterdam JJB 02:45:24 > git fetch --tags --force --progress -- git://10.30.48.3/mirror/csit refs/changes/38/42938/5 # timeout=10 02:45:25 > git rev-parse 5ddfa531536e6ca808550a68c6259b855176696c^{commit} # timeout=10 02:45:25 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 02:45:25 Checking out Revision 5ddfa531536e6ca808550a68c6259b855176696c (refs/changes/38/42938/5) 02:45:25 > git config core.sparsecheckout # timeout=10 02:45:25 > git checkout -f 5ddfa531536e6ca808550a68c6259b855176696c # timeout=10 02:45:28 Commit message: "tests: 4 scenarios" 02:45:28 > git rev-parse FETCH_HEAD^{commit} # timeout=10 02:45:29 > git rev-list --no-walk 9e9b2d37e9d3663e18f26fad1e60eb4d3d4cf37f # timeout=10 02:45:29 [csit-vpp-perf-verify-master-3n-icx] $ /bin/bash /tmp/jenkins9541646658965692460.sh 02:45:29 ---> jjb/scripts/setup_executor_env.sh 02:45:29 ************************************************************************ 02:45:29 Executor Runtime Attributes: 02:45:29 OS: ubuntu-24.04 02:45:29 Arch: x86_64 02:45:29 Nomad Client Hostname: s26-nomad 02:45:29 Container ID: e8ad2304ea25 02:45:29 ************************************************************************ 02:45:29 Executor Dockerfile: /scratch/docker-build/Dockerfile 02:45:29 ----- %< ----- 02:45:29 FROM cruizba/ubuntu-dind:noble-26.1.3-r2 AS builder-executor-image 02:45:29 LABEL Description="FD.io CI 'builder' executor docker image for ubuntu-24.04/x86_64" 02:45:29 LABEL Vendor="fd.io" 02:45:29 LABEL Version="2025_04_15_235349_UTC-x86_64" 02:45:29 # Remove extraneous environment variable(s) created in "cruizba/ubuntu-dind:noble-26.1.3-r2" 02:45:29 ENV DEBUG= 02:45:29 02:45:29 # Create download dir to cache external tarballs 02:45:29 WORKDIR /root/Downloads 02:45:29 02:45:29 # Copy-in temporary build tree containing 02:45:29 # ci-management, vpp, & csit git repos 02:45:29 WORKDIR /scratch/docker-build 02:45:29 COPY . . 02:45:29 02:45:29 # Build Environment Variables 02:45:29 ENV DEBIAN_FRONTEND="noninteractive" 02:45:29 ENV FDIOTOOLS_IMAGE="fdiotools/builder-ubuntu2404:2025_04_15_235349_UTC-x86_64" 02:45:29 ENV FDIOTOOLS_EXECUTOR_CLASS="builder" 02:45:29 ENV CIMAN_ROOT="/scratch/docker-build/ci-management" 02:45:29 ENV PATH="$PATH:/scratch/docker-build/ci-management/docker/scripts" 02:45:29 02:45:29 # Configure locales 02:45:29 RUN apt-get update -qq \ 02:45:29 && apt-get install -y \ 02:45:29 apt-utils \ 02:45:29 locales \ 02:45:29 && sed -i 's/# \(en_US\.UTF-8 .*\)/\1/' /etc/locale.gen \ 02:45:29 && locale-gen en_US.UTF-8 \ 02:45:29 && dpkg-reconfigure --frontend=noninteractive locales \ 02:45:29 && update-locale LANG=en_US.UTF-8 \ 02:45:29 && TZ=Etc/UTC && ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone \ 02:45:29 && rm -r /var/lib/apt/lists/* 02:45:29 ENV LANG="en_US.UTF-8" LANGUAGE="en_US" LC_ALL="en_US.UTF-8" 02:45:29 02:45:29 # Install baseline packages (minimum build & utils). 02:45:29 # 02:45:29 # ci-management global-jjb requirements: 02:45:29 # facter 02:45:29 # python3-pip 02:45:29 # python3-venv 02:45:29 # for lftools: 02:45:29 # xmlstarlet 02:45:29 # libxml2-dev 02:45:29 # libxslt-dev 02:45:29 # from packer/provision/baseline.sh: 02:45:29 # unzip 02:45:29 # xz-utils 02:45:29 # git 02:45:29 # git-review 02:45:29 # libxml2-dev 02:45:29 # libxml-xpath-perl 02:45:29 # libxslt-dev 02:45:29 # make 02:45:29 # wget 02:45:29 # jq 02:45:29 # 02:45:29 # Python build from source requirements: 02:45:29 # build-essential 02:45:29 # 02:45:29 # TODO: Fix broken project requirement install targets 02:45:29 # graphviz for doxygen (HICN) 02:45:29 # doxygen for doxygen (HICN) 02:45:29 # libffi-dev for python cffi install (Ubuntu24.04/VPP/aarch64) 02:45:29 # liblapack-dev for python numpy/scipy (CSIT/aarch64) 02:45:29 # libopenblas-dev for python numpy/scipy (CSIT/aarch64) 02:45:29 # libpcap-dev for python pypcap install (CSIT) 02:45:29 # sshpass for CSIT jobs 02:45:29 # 02:45:29 RUN apt-get update -qq \ 02:45:29 && apt-get install -y \ 02:45:29 apt-transport-https \ 02:45:29 curl \ 02:45:29 ca-certificates \ 02:45:29 default-jdk \ 02:45:29 default-jre \ 02:45:29 dnsutils \ 02:45:29 doxygen \ 02:45:29 emacs \ 02:45:29 facter \ 02:45:29 gawk \ 02:45:29 gdb \ 02:45:29 gfortran \ 02:45:29 git \ 02:45:29 git-review \ 02:45:29 gnupg-agent \ 02:45:29 graphviz \ 02:45:29 iproute2 \ 02:45:29 iputils-clockdiff \ 02:45:29 iputils-ping \ 02:45:29 iputils-tracepath \ 02:45:29 jq \ 02:45:29 libffi-dev \ 02:45:29 liblapack-dev \ 02:45:29 libopenblas-dev \ 02:45:29 libpcap-dev \ 02:45:29 libxml-xpath-perl \ 02:45:29 make \ 02:45:29 python3-pip \ 02:45:29 python3-venv \ 02:45:29 python3-virtualenv \ 02:45:29 rsync \ 02:45:29 ruby-dev \ 02:45:29 software-properties-common \ 02:45:29 sshpass \ 02:45:29 sysstat \ 02:45:29 sudo \ 02:45:29 traceroute \ 02:45:29 tree \ 02:45:29 vim \ 02:45:29 wget \ 02:45:29 xmlstarlet \ 02:45:29 xz-utils \ 02:45:29 && curl -L https://packagecloud.io/fdio/master/gpgkey | apt-key add - \ 02:45:29 && curl -s https://packagecloud.io/install/repositories/fdio/master/script.deb.sh | bash \ 02:45:29 && rm -r /var/lib/apt/lists/* 02:45:29 02:45:29 # Install terraform for CSIT 02:45:29 # 02:45:29 RUN wget https://releases.hashicorp.com/terraform/1.7.3/terraform_1.7.3_linux_amd64.zip \ 02:45:29 && unzip terraform_1.7.3_linux_amd64.zip \ 02:45:29 && mv terraform /usr/bin \ 02:45:29 && rm -f terraform_1.7.3_linux_amd64.zip 02:45:29 02:45:29 # Install golang for HostStack Test (HST) jobs 02:45:29 # 02:45:29 ENV GOPATH /go 02:45:29 ENV GOROOT /usr/local/go 02:45:29 ENV PATH $GOPATH/bin:/usr/local/go/bin:$PATH 02:45:29 RUN rm -rf /usr/local/go /usr/bin/go \ 02:45:29 && wget -P /tmp "https://go.dev/dl/go1.22.5.linux-amd64.tar.gz" \ 02:45:29 && tar -C /usr/local -xzf "/tmp/go1.22.5.linux-amd64.tar.gz" \ 02:45:29 && rm "/tmp/go1.22.5.linux-amd64.tar.gz" \ 02:45:29 && ln -s /usr/local/go/bin/go /usr/bin/go \ 02:45:29 && echo -n "\nGOPATH=$GOPATH\nGOROOT=$GOROOT" | tee -a /etc/environment \ 02:45:29 && mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH" 02:45:29 02:45:29 # Install packages for all project branches 02:45:29 # 02:45:29 RUN apt-get update -qq \ 02:45:29 && dbld_vpp_install_packages.sh \ 02:45:29 && dbld_csit_install_packages.sh \ 02:45:29 && apt-get install -y pkg-config \ 02:45:29 && rm -r /var/lib/apt/lists/* 02:45:29 02:45:29 # Install LF-IT requirements 02:45:29 ENV LF_VENV="/root/lf-venv" 02:45:29 RUN apt-get update -qq \ 02:45:29 && dbld_lfit_requirements.sh \ 02:45:29 && rm -r /var/lib/apt/lists/* 02:45:29 02:45:29 # Install packagecloud requirements 02:45:29 RUN gem install rake package_cloud \ 02:45:29 && curl -s https://packagecloud.io/install/repositories/fdio/master/script.deb.sh | bash 02:45:29 02:45:29 # Install CSIT ssh requirements 02:45:29 # TODO: Verify why badkey is required & figure out how to avoid it. 02:45:29 COPY files/badkey /root/.ssh/id_rsa 02:45:29 COPY files/sshconfig /root/.ssh/config 02:45:29 02:45:29 # CI Runtime Environment 02:45:29 WORKDIR / 02:45:29 02:45:29 ENV VPP_ZOMBIE_NOCHECK="1" 02:45:29 ENV CCACHE_DIR="/scratch/ccache" 02:45:29 ENV CCACHE_MAXSIZE="10G" 02:45:29 02:45:29 # Clean up copy-in build tree 02:45:29 RUN dbld_dump_build_logs.sh \ 02:45:29 && apt-get -y autoremove \ 02:45:29 && rm -rf "/tmp/*" "/scratch/docker-build/files" "/root/.ccache" 02:45:29 ----- %< ----- 02:45:29 ************************************************************************ 02:45:29 Virtual memory stat 02:45:29 procs -----------memory---------- ---swap-- -----io---- -system-- -------cpu------- 02:45:29 r b swpd free buff cache si so bi bo in cs us sy id wa st gu 02:45:29 0 0 1792 50284428 46258036 70918416 0 0 4 4150 18884 2 2 1 97 0 0 0 02:45:30 0 0 1792 50286728 46258036 70919332 0 0 0 39 20735 27517 2 1 97 0 0 0 02:45:30 CPU time breakdowns per CPU 02:45:30 Linux 6.8.0-38-generic (e8ad2304ea25) 05/12/2025 _x86_64_ (112 CPU) 02:45:31 02:45:31 02:45:30 AM CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle 02:45:31 02:45:31 AM all 0.96 0.00 0.73 0.01 0.00 0.01 0.00 0.00 0.00 98.28 02:45:31 02:45:31 AM 0 4.04 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 95.96 02:45:31 02:45:31 AM 1 4.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 96.00 02:45:31 02:45:31 AM 2 2.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00 02:45:31 02:45:31 AM 3 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00 02:45:31 02:45:31 AM 4 4.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 95.00 02:45:31 02:45:31 AM 5 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00 02:45:31 02:45:31 AM 6 0.00 0.00 1.01 1.01 0.00 0.00 0.00 0.00 0.00 97.98 02:45:31 02:45:31 AM 7 0.99 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 98.02 02:45:31 02:45:31 AM 8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:31 02:45:31 AM 9 0.99 0.00 1.98 0.00 0.00 0.00 0.00 0.00 0.00 97.03 02:45:31 02:45:31 AM 10 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00 02:45:31 02:45:31 AM 11 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:31 02:45:31 AM 12 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:31 02:45:31 AM 13 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:31 02:45:31 AM 14 0.99 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 98.02 02:45:31 02:45:31 AM 15 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:31 02:45:31 AM 16 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:31 02:45:31 AM 17 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:31 02:45:31 AM 18 1.98 0.00 1.98 0.00 0.00 0.00 0.00 0.00 0.00 96.04 02:45:31 02:45:31 AM 19 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:31 02:45:31 AM 20 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:31 02:45:31 AM 21 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01 02:45:31 02:45:31 AM 22 2.00 0.00 2.00 0.00 0.00 1.00 0.00 0.00 0.00 95.00 02:45:31 02:45:31 AM 23 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00 02:45:31 02:45:31 AM 24 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01 02:45:31 02:45:31 AM 25 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:31 02:45:31 AM 26 0.99 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 98.02 02:45:31 02:45:31 AM 27 0.00 0.00 2.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00 02:45:31 02:45:31 AM 28 1.98 0.00 1.98 0.00 0.00 0.00 0.00 0.00 0.00 96.04 02:45:31 02:45:31 AM 29 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:31 02:45:31 AM 30 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:31 02:45:31 AM 31 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 99.01 02:45:31 02:45:31 AM 32 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:31 02:45:31 AM 33 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:31 02:45:31 AM 34 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00 02:45:31 02:45:31 AM 35 4.00 0.00 2.00 0.00 0.00 0.00 0.00 0.00 0.00 94.00 02:45:31 02:45:31 AM 36 1.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.99 02:45:31 02:45:31 AM 37 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:31 02:45:31 AM 38 0.99 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 98.02 02:45:31 02:45:31 AM 39 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:31 02:45:31 AM 40 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00 02:45:31 02:45:31 AM 41 2.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 97.00 02:45:31 02:45:31 AM 42 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:31 02:45:31 AM 43 1.01 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 97.98 02:45:31 02:45:31 AM 44 2.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 97.00 02:45:31 02:45:31 AM 45 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:31 02:45:31 AM 46 1.98 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 97.03 02:45:31 02:45:31 AM 47 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:31 02:45:31 AM 48 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00 02:45:31 02:45:31 AM 49 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00 02:45:31 02:45:31 AM 50 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00 02:45:31 02:45:31 AM 51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:31 02:45:31 AM 52 1.01 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 97.98 02:45:31 02:45:31 AM 53 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:31 02:45:31 AM 54 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:31 02:45:31 AM 55 2.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 97.00 02:45:31 02:45:31 AM 56 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:31 02:45:31 AM 57 1.00 0.00 2.00 0.00 0.00 0.00 0.00 0.00 0.00 97.00 02:45:31 02:45:31 AM 58 1.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.99 02:45:31 02:45:31 AM 59 0.99 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 98.02 02:45:31 02:45:31 AM 60 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:31 02:45:31 AM 61 2.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 97.00 02:45:31 02:45:31 AM 62 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00 02:45:31 02:45:31 AM 63 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:31 02:45:31 AM 64 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:31 02:45:31 AM 65 0.99 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 98.02 02:45:31 02:45:31 AM 66 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00 02:45:31 02:45:31 AM 67 0.99 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 98.02 02:45:31 02:45:31 AM 68 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:31 02:45:31 AM 69 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:31 02:45:31 AM 70 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:31 02:45:31 AM 71 3.00 0.00 2.00 0.00 0.00 0.00 0.00 0.00 0.00 95.00 02:45:31 02:45:31 AM 72 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00 02:45:31 02:45:31 AM 73 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:31 02:45:31 AM 74 1.01 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 97.98 02:45:31 02:45:31 AM 75 2.02 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 96.97 02:45:31 02:45:31 AM 76 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:31 02:45:31 AM 77 0.99 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 98.02 02:45:31 02:45:31 AM 78 18.81 0.00 4.95 0.00 0.00 0.00 0.00 0.00 0.00 76.24 02:45:31 02:45:31 AM 79 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:31 02:45:31 AM 80 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:31 02:45:31 AM 81 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:31 02:45:31 AM 82 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:31 02:45:31 AM 83 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:31 02:45:31 AM 84 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00 02:45:31 02:45:31 AM 85 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:31 02:45:31 AM 86 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:31 02:45:31 AM 87 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:31 02:45:31 AM 88 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:31 02:45:31 AM 89 0.00 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 98.99 02:45:31 02:45:31 AM 90 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:31 02:45:31 AM 91 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01 02:45:31 02:45:31 AM 92 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:31 02:45:31 AM 93 1.00 0.00 2.00 0.00 0.00 0.00 0.00 0.00 0.00 97.00 02:45:31 02:45:31 AM 94 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00 02:45:31 02:45:31 AM 95 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:31 02:45:31 AM 96 1.01 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 97.98 02:45:31 02:45:31 AM 97 0.99 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 98.02 02:45:31 02:45:31 AM 98 1.01 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 97.98 02:45:31 02:45:31 AM 99 0.99 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 98.02 02:45:31 02:45:31 AM 100 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00 02:45:31 02:45:31 AM 101 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:31 02:45:31 AM 102 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:31 02:45:31 AM 103 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:31 02:45:31 AM 104 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:31 02:45:31 AM 105 0.99 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 98.02 02:45:31 02:45:31 AM 106 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00 02:45:31 02:45:31 AM 107 2.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 97.00 02:45:31 02:45:31 AM 108 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:31 02:45:31 AM 109 0.99 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 98.02 02:45:31 02:45:31 AM 110 2.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 97.00 02:45:31 02:45:31 AM 111 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 02:45:31 AM CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle 02:45:32 02:45:32 AM all 0.48 0.00 0.11 0.00 0.00 0.00 0.00 0.00 0.00 99.41 02:45:32 02:45:32 AM 0 2.02 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 96.97 02:45:32 02:45:32 AM 1 3.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 97.00 02:45:32 02:45:32 AM 2 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 99.01 02:45:32 02:45:32 AM 3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 4 2.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00 02:45:32 02:45:32 AM 5 1.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.99 02:45:32 02:45:32 AM 6 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:32 02:45:32 AM 7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 11 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 12 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 13 8.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 92.00 02:45:32 02:45:32 AM 14 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 15 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 16 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 17 0.99 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 98.02 02:45:32 02:45:32 AM 18 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 19 1.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.99 02:45:32 02:45:32 AM 20 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 21 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 22 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 23 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 24 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 25 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01 02:45:32 02:45:32 AM 26 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:32 02:45:32 AM 27 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 28 2.02 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 96.97 02:45:32 02:45:32 AM 29 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 30 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01 02:45:32 02:45:32 AM 31 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 32 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 33 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 34 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01 02:45:32 02:45:32 AM 35 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 36 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 37 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01 02:45:32 02:45:32 AM 38 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 39 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 40 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01 02:45:32 02:45:32 AM 41 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 42 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:32 02:45:32 AM 43 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 44 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 45 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 46 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 47 2.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00 02:45:32 02:45:32 AM 48 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 49 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:32 02:45:32 AM 50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 52 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 53 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 54 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 55 1.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 98.99 02:45:32 02:45:32 AM 56 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:32 02:45:32 AM 57 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 58 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 99.01 02:45:32 02:45:32 AM 59 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 60 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 61 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 62 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 63 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 64 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:32 02:45:32 AM 65 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 66 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 67 0.99 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 98.02 02:45:32 02:45:32 AM 68 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 99.01 02:45:32 02:45:32 AM 69 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 70 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 71 8.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 92.00 02:45:32 02:45:32 AM 72 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 73 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 74 2.02 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 96.97 02:45:32 02:45:32 AM 75 2.97 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 96.04 02:45:32 02:45:32 AM 76 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 77 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 78 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 79 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 80 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 81 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 82 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 83 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01 02:45:32 02:45:32 AM 84 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 85 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 86 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 87 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 88 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 89 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 90 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 91 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 92 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 93 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 94 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 95 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 96 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 97 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 98 2.02 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 96.97 02:45:32 02:45:32 AM 99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 100 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 101 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 102 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 103 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 104 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 105 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 106 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01 02:45:32 02:45:32 AM 107 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 108 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 109 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 AM 110 2.97 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 96.04 02:45:32 02:45:32 AM 111 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 02:45:32 Average: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle 02:45:32 Average: all 0.72 0.00 0.42 0.00 0.00 0.00 0.00 0.00 0.00 98.85 02:45:32 Average: 0 3.03 0.00 0.51 0.00 0.00 0.00 0.00 0.00 0.00 96.46 02:45:32 Average: 1 3.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 96.50 02:45:32 Average: 2 1.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 98.51 02:45:32 Average: 3 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 98.99 02:45:32 Average: 4 3.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 96.50 02:45:32 Average: 5 1.01 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 98.49 02:45:32 Average: 6 0.50 0.00 0.50 0.50 0.00 0.00 0.00 0.00 0.00 98.49 02:45:32 Average: 7 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:32 Average: 8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 Average: 9 0.50 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.51 02:45:32 Average: 10 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:32 Average: 11 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 Average: 12 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 Average: 13 4.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 96.00 02:45:32 Average: 14 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:32 Average: 15 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 Average: 16 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50 02:45:32 Average: 17 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 98.99 02:45:32 Average: 18 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00 02:45:32 Average: 19 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50 02:45:32 Average: 20 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.50 02:45:32 Average: 21 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50 02:45:32 Average: 22 1.00 0.00 1.00 0.00 0.00 0.50 0.00 0.00 0.00 97.50 02:45:32 Average: 23 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:32 Average: 24 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50 02:45:32 Average: 25 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50 02:45:32 Average: 26 1.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 98.51 02:45:32 Average: 27 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:32 Average: 28 2.00 0.00 1.50 0.00 0.00 0.00 0.00 0.00 0.00 96.50 02:45:32 Average: 29 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.50 02:45:32 Average: 30 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50 02:45:32 Average: 31 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.50 02:45:32 Average: 32 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.50 02:45:32 Average: 33 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.50 02:45:32 Average: 34 1.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 98.51 02:45:32 Average: 35 2.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 97.00 02:45:32 Average: 36 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50 02:45:32 Average: 37 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:32 Average: 38 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:32 Average: 39 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 Average: 40 1.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 98.51 02:45:32 Average: 41 1.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 98.50 02:45:32 Average: 42 0.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.49 02:45:32 Average: 43 0.51 0.00 0.51 0.00 0.00 0.00 0.00 0.00 0.00 98.99 02:45:32 Average: 44 1.01 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 98.49 02:45:32 Average: 45 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 Average: 46 1.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 98.51 02:45:32 Average: 47 1.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 98.50 02:45:32 Average: 48 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:32 Average: 49 1.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 98.50 02:45:32 Average: 50 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:32 Average: 51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 Average: 52 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 98.99 02:45:32 Average: 53 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50 02:45:32 Average: 54 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 Average: 55 1.51 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 97.99 02:45:32 Average: 56 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50 02:45:32 Average: 57 0.50 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 98.49 02:45:32 Average: 58 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:32 Average: 59 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:32 Average: 60 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50 02:45:32 Average: 61 1.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 98.50 02:45:32 Average: 62 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:32 Average: 63 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 Average: 64 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.50 02:45:32 Average: 65 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:32 Average: 66 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:32 Average: 67 0.99 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 98.02 02:45:32 Average: 68 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.50 02:45:32 Average: 69 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 Average: 70 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 Average: 71 5.50 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 93.50 02:45:32 Average: 72 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:32 Average: 73 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50 02:45:32 Average: 74 1.52 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 97.47 02:45:32 Average: 75 2.50 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 96.50 02:45:32 Average: 76 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 Average: 77 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:32 Average: 78 9.45 0.00 2.49 0.00 0.00 0.00 0.00 0.00 0.00 88.06 02:45:32 Average: 79 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 Average: 80 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.50 02:45:32 Average: 81 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 Average: 82 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 Average: 83 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50 02:45:32 Average: 84 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:32 Average: 85 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.50 02:45:32 Average: 86 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50 02:45:32 Average: 87 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 Average: 88 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.50 02:45:32 Average: 89 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.50 02:45:32 Average: 90 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.50 02:45:32 Average: 91 0.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.50 02:45:32 Average: 92 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.50 02:45:32 Average: 93 0.50 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.50 02:45:32 Average: 94 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 98.99 02:45:32 Average: 95 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.50 02:45:32 Average: 96 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 98.99 02:45:32 Average: 97 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:32 Average: 98 1.52 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 97.47 02:45:32 Average: 99 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:32 Average: 100 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:32 Average: 101 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 Average: 102 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 Average: 103 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.50 02:45:32 Average: 104 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.50 02:45:32 Average: 105 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:32 Average: 106 1.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 98.51 02:45:32 Average: 107 1.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 98.50 02:45:32 Average: 108 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 Average: 109 0.50 0.00 0.50 0.00 0.00 0.00 0.00 0.00 0.00 99.00 02:45:32 Average: 110 2.49 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 96.52 02:45:32 Average: 111 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 02:45:32 Per-process summary 02:45:32 Linux 6.8.0-38-generic (e8ad2304ea25) 05/12/2025 _x86_64_ (112 CPU) 02:45:33 02:45:33 02:45:32 AM UID PID %usr %system %guest %wait %CPU CPU Command 02:45:33 02:45:33 AM 0 49 1.00 0.00 0.00 0.00 1.00 21 containerd 02:45:34 02:45:34 02:45:33 AM UID PID %usr %system %guest %wait %CPU CPU Command 02:45:34 02:45:34 AM 0 49 1.00 0.00 0.00 0.00 1.00 21 containerd 02:45:34 02:45:34 AM 0 70 1.00 0.00 0.00 0.00 1.00 59 java 02:45:34 02:45:34 Average: UID PID %usr %system %guest %wait %CPU CPU Command 02:45:34 Average: 0 49 1.00 0.00 0.00 0.00 1.00 - containerd 02:45:34 Average: 0 70 0.50 0.00 0.00 0.00 0.50 - java 02:45:34 Block device stats 02:45:34 Linux 6.8.0-38-generic (e8ad2304ea25) 05/12/2025 _x86_64_ (112 CPU) 02:45:34 02:45:34 avg-cpu: %user %nice %system %iowait %steal %idle 02:45:34 2.48 0.00 0.73 0.01 0.00 96.79 02:45:34 02:45:34 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:45:34 loop0 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:45:34 md0 0.07 4.36 0.00 0.00 0.76 61.75 142.41 4126.12 0.00 0.00 0.03 28.97 0.34 724.20 0.00 0.00 0.30 2117.28 0.00 0.00 0.00 1.33 02:45:34 md1 0.00 0.00 0.00 0.00 0.30 30.55 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:45:34 sda 1.68 814.23 11.05 86.83 3.19 485.52 37.55 4138.35 110.57 74.65 1.44 110.20 0.34 725.06 0.00 0.04 0.24 2120.69 10.56 0.11 0.06 1.56 02:45:34 sdb 1.50 745.22 10.14 87.07 3.33 495.26 37.67 4205.68 111.50 74.74 1.43 111.63 0.34 724.20 0.00 0.04 0.24 2118.18 10.56 0.12 0.06 1.56 02:45:34 sdc 0.00 0.00 0.00 0.00 0.38 31.29 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:45:34 sdd 0.00 0.00 0.00 0.00 0.20 25.91 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:45:34 02:45:35 02:45:35 avg-cpu: %user %nice %system %iowait %steal %idle 02:45:35 1.64 0.00 0.98 0.00 0.00 97.39 02:45:35 02:45:35 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:45:35 md0 0.00 0.00 0.00 0.00 0.00 0.00 1.00 4.00 0.00 0.00 1.00 4.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.20 02:45:35 sda 0.00 0.00 0.00 0.00 0.00 0.00 8.00 21.50 0.00 0.00 0.25 2.69 0.00 0.00 0.00 0.00 0.00 0.00 14.00 0.07 0.00 0.40 02:45:35 sdb 0.00 0.00 0.00 0.00 0.00 0.00 8.00 21.50 0.00 0.00 0.12 2.69 0.00 0.00 0.00 0.00 0.00 0.00 14.00 0.00 0.00 0.40 02:45:35 02:45:35 02:45:35 Memory utilization 02:45:35 total used free shared buff/cache available 02:45:35 Mem: 176895 14904 49168 7 114431 161991 02:45:35 Swap: 8191 1 8190 02:45:35 Network interface throughput 02:45:35 Linux 6.8.0-38-generic (e8ad2304ea25) 05/12/2025 _x86_64_ (112 CPU) 02:45:36 02:45:36 02:45:35 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:45:36 02:45:36 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:45:36 02:45:36 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:45:36 02:45:36 AM eth0 0.00 1.00 0.00 0.06 0.00 0.00 0.00 0.00 02:45:37 02:45:37 02:45:36 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:45:37 02:45:37 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:45:37 02:45:37 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:45:37 02:45:37 AM eth0 1.00 2.00 0.25 0.77 0.00 0.00 0.00 0.00 02:45:37 02:45:37 Average: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:45:37 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:45:37 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:45:37 Average: eth0 0.50 1.50 0.13 0.42 0.00 0.00 0.00 0.00 02:45:37 TCP metrics 02:45:37 Linux 6.8.0-38-generic (e8ad2304ea25) 05/12/2025 _x86_64_ (112 CPU) 02:45:38 02:45:38 02:45:37 AM active/s passive/s iseg/s oseg/s 02:45:38 02:45:38 AM 0.00 0.00 0.00 1.00 02:45:38 02:45:38 02:45:37 AM atmptf/s estres/s retrans/s isegerr/s orsts/s 02:45:38 02:45:38 AM 0.00 0.00 0.00 0.00 0.00 02:45:39 02:45:39 02:45:38 AM active/s passive/s iseg/s oseg/s 02:45:39 02:45:39 AM 0.00 0.00 1.00 2.00 02:45:39 02:45:39 02:45:38 AM atmptf/s estres/s retrans/s isegerr/s orsts/s 02:45:39 02:45:39 AM 0.00 0.00 0.00 0.00 0.00 02:45:39 02:45:39 Average: active/s passive/s iseg/s oseg/s 02:45:39 Average: 0.00 0.00 0.50 1.50 02:45:39 02:45:39 Average: atmptf/s estres/s retrans/s isegerr/s orsts/s 02:45:39 Average: 0.00 0.00 0.00 0.00 0.00 02:45:39 ************************************************************************ 02:45:39 Executor package list: 02:45:39 acl 2.3.2-1build1.1 02:45:39 adduser 3.137ubuntu1 02:45:39 adwaita-icon-theme 46.0-1 02:45:39 alsa-topology-conf 1.2.5.1-2 02:45:39 alsa-ucm-conf 1.2.10-1ubuntu5.4 02:45:39 appstream 1.0.2-1build6 02:45:39 apt 2.7.14build2 02:45:39 apt-transport-https 2.7.14build2 02:45:39 apt-utils 2.7.14build2 02:45:39 asciidoc 10.2.0-2 02:45:39 asciidoc-base 10.2.0-2 02:45:39 asciidoc-common 10.2.0-2 02:45:39 asciidoc-dblatex 10.2.0-2 02:45:39 asciidoctor 2.0.20-1 02:45:39 aspell 0.60.8.1-1build1 02:45:39 aspell-en 2020.12.07-0-1 02:45:39 at-spi2-common 2.52.0-1build1 02:45:39 at-spi2-core 2.52.0-1build1 02:45:39 autoconf 2.71-3 02:45:39 automake 1:1.16.5-1.3ubuntu1 02:45:39 autopoint 0.21-14ubuntu2 02:45:39 autotools-dev 20220109.1 02:45:39 base-files 13ubuntu10 02:45:39 base-passwd 3.6.3build1 02:45:39 bash 5.2.21-2ubuntu4 02:45:39 bind9-dnsutils 1:9.18.30-0ubuntu0.24.04.2 02:45:39 bind9-host 1:9.18.30-0ubuntu0.24.04.2 02:45:39 bind9-libs:amd64 1:9.18.30-0ubuntu0.24.04.2 02:45:39 binutils 2.42-4ubuntu2.5 02:45:39 binutils-common:amd64 2.42-4ubuntu2.5 02:45:39 binutils-x86-64-linux-gnu 2.42-4ubuntu2.5 02:45:39 bsdextrautils 2.39.3-9ubuntu6.2 02:45:39 bsdutils 1:2.39.3-9ubuntu6.2 02:45:39 build-essential 12.10ubuntu1 02:45:39 bzip2 1.0.8-5.1build0.1 02:45:39 ca-certificates 20240203 02:45:39 ca-certificates-java 20240118 02:45:39 ccache 4.9.1-1 02:45:39 cgroup-tools 2.0.2-2build1 02:45:39 check:amd64 0.15.2-2build1 02:45:39 chrpath 0.16-2build1 02:45:39 clang 1:18.0-59~exp2 02:45:39 clang-18 1:18.1.3-1ubuntu1 02:45:39 clang-format-15 1:15.0.7-14build3 02:45:39 cmake 3.28.3-1build7 02:45:39 cmake-data 3.28.3-1build7 02:45:39 coreutils 9.4-3ubuntu6 02:45:39 cpio 2.15+dfsg-1ubuntu2 02:45:39 cpp 4:13.2.0-7ubuntu1 02:45:39 cpp-13 13.3.0-6ubuntu2~24.04 02:45:39 cpp-13-x86-64-linux-gnu 13.3.0-6ubuntu2~24.04 02:45:39 cpp-9 9.5.0-6ubuntu2 02:45:39 cpp-x86-64-linux-gnu 4:13.2.0-7ubuntu1 02:45:39 cpu-checker 0.7-1.3build2 02:45:39 cpufrequtils 008-2build2 02:45:39 cscope 15.9-2 02:45:39 curl 8.5.0-2ubuntu10.6 02:45:39 dash 0.5.12-6ubuntu5 02:45:39 dblatex 0.3.12py3-4 02:45:39 dblatex-doc 0.3.12py3-4 02:45:39 dbus 1.14.10-4ubuntu4.1 02:45:39 dbus-bin 1.14.10-4ubuntu4.1 02:45:39 dbus-daemon 1.14.10-4ubuntu4.1 02:45:39 dbus-session-bus-common 1.14.10-4ubuntu4.1 02:45:39 dbus-system-bus-common 1.14.10-4ubuntu4.1 02:45:39 dbus-user-session 1.14.10-4ubuntu4.1 02:45:39 dconf-gsettings-backend:amd64 0.40.0-4build2 02:45:39 dconf-service 0.40.0-4build2 02:45:39 dctrl-tools 2.24-3build3 02:45:39 debconf 1.5.86ubuntu1 02:45:39 debhelper 13.14.1ubuntu5 02:45:39 debianutils 5.17build1 02:45:39 debmake 4.4.0-4 02:45:39 debugedit 1:5.0-5build2 02:45:39 default-jdk 2:1.21-75+exp1 02:45:39 default-jdk-headless 2:1.21-75+exp1 02:45:39 default-jre 2:1.21-75+exp1 02:45:39 default-jre-headless 2:1.21-75+exp1 02:45:39 devscripts 2.23.7 02:45:39 dh-autoreconf 20 02:45:39 dh-python 6.20240401 02:45:39 dh-strip-nondeterminism 1.13.1-1 02:45:39 dictionaries-common 1.29.7 02:45:39 diffstat 1.66-1build1 02:45:39 diffutils 1:3.10-1build1 02:45:39 dirmngr 2.4.4-2ubuntu17.2 02:45:39 distro-info-data 0.60ubuntu0.2 02:45:39 dkms 3.0.11-1ubuntu13 02:45:39 dmidecode 3.5-3ubuntu0.1 02:45:39 dmsetup 2:1.02.185-3ubuntu3.2 02:45:39 dnsutils 1:9.18.30-0ubuntu0.24.04.2 02:45:39 docbook-dsssl 1.79-10 02:45:39 docbook-utils 0.6.14-4 02:45:39 docbook-xml 4.5-12 02:45:39 docbook-xsl 1.79.2+dfsg-7 02:45:39 doxygen 1.9.8+ds-2build5 02:45:39 dpkg 1.22.6ubuntu6.1 02:45:39 dpkg-dev 1.22.6ubuntu6.1 02:45:39 dput 1.1.3ubuntu3 02:45:39 dvisvgm 3.2.1+ds-1build1 02:45:39 dwz 0.15-1build6 02:45:39 e2fsprogs 1.47.0-2.4~exp1ubuntu4 02:45:39 ed 1.20.1-1 02:45:39 emacs 1:29.3+1-1ubuntu2 02:45:39 emacs-bin-common 1:29.3+1-1ubuntu2 02:45:39 emacs-common 1:29.3+1-1ubuntu2 02:45:39 emacs-el 1:29.3+1-1ubuntu2 02:45:39 emacs-gtk 1:29.3+1-1ubuntu2 02:45:39 emacsen-common 3.0.5 02:45:39 enchant-2 2.3.3-2build2 02:45:39 ethtool 1:6.7-1build1 02:45:39 exuberant-ctags 1:5.9~svn20110310-19build1 02:45:39 facter 4.3.0-2 02:45:39 fakeroot 1.33-1 02:45:39 file 1:5.45-3build1 02:45:39 findutils 4.9.0-5build1 02:45:39 fontconfig 2.15.0-1.1ubuntu2 02:45:39 fontconfig-config 2.15.0-1.1ubuntu2 02:45:39 fonts-dejavu-core 2.37-8 02:45:39 fonts-dejavu-extra 2.37-8 02:45:39 fonts-dejavu-mono 2.37-8 02:45:39 fonts-droid-fallback 1:6.0.1r16-1.1build1 02:45:39 fonts-gfs-baskerville 1.1-6 02:45:39 fonts-gfs-porson 1.1-7 02:45:39 fonts-lato 2.015-1 02:45:39 fonts-liberation 1:2.1.5-3 02:45:39 fonts-liberation-sans-narrow 1:1.07.6-4 02:45:39 fonts-liberation2 1:2.1.5-3 02:45:39 fonts-lmodern 2.005-1 02:45:39 fonts-noto-color-emoji 2.047-0ubuntu0.24.04.1 02:45:39 fonts-noto-mono 20201225-2 02:45:39 fonts-texgyre 20180621-6 02:45:39 fonts-texgyre-math 20180621-6 02:45:39 fonts-urw-base35 20200910-8 02:45:39 g++ 4:13.2.0-7ubuntu1 02:45:39 g++-13 13.3.0-6ubuntu2~24.04 02:45:39 g++-13-x86-64-linux-gnu 13.3.0-6ubuntu2~24.04 02:45:39 g++-9 9.5.0-6ubuntu2 02:45:39 g++-x86-64-linux-gnu 4:13.2.0-7ubuntu1 02:45:39 gawk 1:5.2.1-2build3 02:45:39 gcc 4:13.2.0-7ubuntu1 02:45:39 gcc-11-base:amd64 11.4.0-9ubuntu1 02:45:39 gcc-13 13.3.0-6ubuntu2~24.04 02:45:39 gcc-13-base:amd64 13.3.0-6ubuntu2~24.04 02:45:39 gcc-13-x86-64-linux-gnu 13.3.0-6ubuntu2~24.04 02:45:39 gcc-14-base:amd64 14.2.0-4ubuntu2~24.04 02:45:39 gcc-9 9.5.0-6ubuntu2 02:45:39 gcc-9-base:amd64 9.5.0-6ubuntu2 02:45:39 gcc-x86-64-linux-gnu 4:13.2.0-7ubuntu1 02:45:39 gcovr 7.0-1 02:45:39 gdb 15.0.50.20240403-0ubuntu1 02:45:39 gettext 0.21-14ubuntu2 02:45:39 gettext-base 0.21-14ubuntu2 02:45:39 gfortran 4:13.2.0-7ubuntu1 02:45:39 gfortran-13 13.3.0-6ubuntu2~24.04 02:45:39 gfortran-13-x86-64-linux-gnu 13.3.0-6ubuntu2~24.04 02:45:39 gfortran-x86-64-linux-gnu 4:13.2.0-7ubuntu1 02:45:39 ghostscript 10.02.1~dfsg1-0ubuntu7.5 02:45:39 gir1.2-girepository-2.0:amd64 1.80.1-1 02:45:39 gir1.2-glib-2.0:amd64 2.80.0-6ubuntu3.2 02:45:39 gir1.2-packagekitglib-1.0 1.2.8-2ubuntu1.2 02:45:39 git 1:2.43.0-1ubuntu7.2 02:45:39 git-man 1:2.43.0-1ubuntu7.2 02:45:39 git-review 2.3.1-3 02:45:39 glib-networking:amd64 2.80.0-1build1 02:45:39 glib-networking-common 2.80.0-1build1 02:45:39 glib-networking-services 2.80.0-1build1 02:45:39 gnupg 2.4.4-2ubuntu17.2 02:45:39 gnupg-agent 2.4.4-2ubuntu17.2 02:45:39 gnupg-l10n 2.4.4-2ubuntu17.2 02:45:39 gnupg-utils 2.4.4-2ubuntu17.2 02:45:39 gpg 2.4.4-2ubuntu17.2 02:45:39 gpg-agent 2.4.4-2ubuntu17.2 02:45:39 gpg-wks-client 2.4.4-2ubuntu17.2 02:45:39 gpgconf 2.4.4-2ubuntu17.2 02:45:39 gpgsm 2.4.4-2ubuntu17.2 02:45:39 gpgv 2.4.4-2ubuntu17.2 02:45:39 graphviz 2.42.2-9ubuntu0.1 02:45:39 grep 3.11-4build1 02:45:39 groff-base 1.23.0-3build2 02:45:39 gsasl-common 2.2.1-1willsync1build2 02:45:39 gsettings-desktop-schemas 46.1-0ubuntu1 02:45:39 gstreamer1.0-plugins-base:amd64 1.24.2-1ubuntu0.2 02:45:39 gstreamer1.0-plugins-good:amd64 1.24.2-1ubuntu1.1 02:45:39 gstreamer1.0-x:amd64 1.24.2-1ubuntu0.2 02:45:39 gtk-update-icon-cache 3.24.41-4ubuntu1.3 02:45:39 guile-3.0-libs:amd64 3.0.9-1build2 02:45:39 gzip 1.12-1ubuntu3 02:45:39 hicolor-icon-theme 0.17-2 02:45:39 hostname 3.23+nmu2ubuntu2 02:45:39 hugo 0.111.3 02:45:39 humanity-icon-theme 0.6.16 02:45:39 hunspell-en-us 1:2020.12.07-2 02:45:39 hwdata 0.379-1 02:45:39 ibverbs-providers:amd64 50.0-2build2 02:45:39 icu-devtools 74.2-1ubuntu3.1 02:45:39 init-system-helpers 1.66ubuntu1 02:45:39 install-info 7.1-3build2 02:45:39 intltool-debian 0.35.0+20060710.6 02:45:39 iperf 2.1.9+dfsg-1 02:45:39 iperf3 3.16-1build2 02:45:39 iproute2 6.1.0-1ubuntu6 02:45:39 iptables 1.8.10-3ubuntu2 02:45:39 iputils-clockdiff 3:20240117-1build1 02:45:39 iputils-ping 3:20240117-1build1 02:45:39 iputils-tracepath 3:20240117-1build1 02:45:39 ipxe-qemu 1.21.1+git-20220113.fbbdc3926-0ubuntu2 02:45:39 ipxe-qemu-256k-compat-efi-roms 1.0.0+git-20150424.a25a16d-0ubuntu5 02:45:39 iso-codes 4.16.0-1 02:45:39 java-common 0.75+exp1 02:45:39 javascript-common 11+nmu1 02:45:39 jq 1.7.1-3build1 02:45:39 keyboxd 2.4.4-2ubuntu17.2 02:45:39 kmod 31+20240202-2ubuntu7.1 02:45:39 krb5-locales 1.20.1-6ubuntu2 02:45:39 lcov 2.0-4ubuntu2 02:45:39 less 590-2ubuntu2.1 02:45:39 lib32gcc-s1 14.2.0-4ubuntu2~24.04 02:45:39 lib32stdc++6 14.2.0-4ubuntu2~24.04 02:45:39 libaa1:amd64 1.4p5-51.1 02:45:39 libacl1:amd64 2.3.2-1build1.1 02:45:39 libaio1t64:amd64 0.3.113-6build1.1 02:45:39 libalgorithm-c3-perl 0.11-2 02:45:39 libalgorithm-diff-perl 1.201-1 02:45:39 libalgorithm-diff-xs-perl:amd64 0.04-8build3 02:45:39 libalgorithm-merge-perl 0.08-5 02:45:39 libaliased-perl 0.34-3 02:45:39 libann0 1.1.2+doc-9build1 02:45:39 libaom3:amd64 3.8.2-2ubuntu0.1 02:45:39 libapache-pom-java 29-2 02:45:39 libapparmor1:amd64 4.0.1really4.0.1-0ubuntu0.24.04.3 02:45:39 libappstream5:amd64 1.0.2-1build6 02:45:39 libapr1-dev 1.7.2-3.1ubuntu0.1 02:45:39 libapr1t64:amd64 1.7.2-3.1ubuntu0.1 02:45:39 libapt-pkg-perl 0.1.40build7 02:45:39 libapt-pkg6.0t64:amd64 2.7.14build2 02:45:39 libarchive-cpio-perl 0.10-3 02:45:39 libarchive-zip-perl 1.68-1 02:45:39 libarchive13t64:amd64 3.7.2-2ubuntu0.3 02:45:39 libargon2-1:amd64 0~20190702+dfsg-4build1 02:45:39 libarray-intspan-perl 2.004-2 02:45:39 libasan5:amd64 9.5.0-6ubuntu2 02:45:39 libasan8:amd64 14.2.0-4ubuntu2~24.04 02:45:39 libasound2-data 1.2.11-1build2 02:45:39 libasound2t64:amd64 1.2.11-1build2 02:45:39 libaspell15:amd64 0.60.8.1-1build1 02:45:39 libassuan0:amd64 2.5.6-1build1 02:45:39 libasyncns0:amd64 0.8-6build4 02:45:39 libatk-bridge2.0-0t64:amd64 2.52.0-1build1 02:45:39 libatk-wrapper-java 0.40.0-3build2 02:45:39 libatk-wrapper-java-jni:amd64 0.40.0-3build2 02:45:39 libatk1.0-0t64:amd64 2.52.0-1build1 02:45:39 libatm1t64:amd64 1:2.5.1-5.1build1 02:45:39 libatomic1:amd64 14.2.0-4ubuntu2~24.04 02:45:39 libatspi2.0-0t64:amd64 2.52.0-1build1 02:45:39 libattr1:amd64 1:2.5.2-1build1 02:45:39 libaudit-common 1:3.1.2-2.1build1 02:45:39 libaudit1:amd64 1:3.1.2-2.1build1 02:45:39 libauthen-sasl-perl 2.1700-1 02:45:39 libavahi-client3:amd64 0.8-13ubuntu6 02:45:39 libavahi-common-data:amd64 0.8-13ubuntu6 02:45:39 libavahi-common3:amd64 0.8-13ubuntu6 02:45:39 libavc1394-0:amd64 0.5.4-5build3 02:45:39 libb-hooks-endofscope-perl 0.28-1 02:45:39 libb-hooks-op-check-perl:amd64 0.22-3build1 02:45:39 libbabeltrace1:amd64 1.5.11-3build3 02:45:39 libbcg729-0:amd64 1.1.1-2build1 02:45:39 libberkeleydb-perl:amd64 0.64-2build4 02:45:39 libbibtex-parser-perl 1.04+dfsg-1 02:45:39 libbinutils:amd64 2.42-4ubuntu2.5 02:45:39 libbit-vector-perl:amd64 7.4-3build1 02:45:39 libblas-dev:amd64 3.12.0-3build1.1 02:45:39 libblas3:amd64 3.12.0-3build1.1 02:45:39 libblkid1:amd64 2.39.3-9ubuntu6.2 02:45:39 libboost-dev:amd64 1.83.0.1ubuntu2 02:45:39 libboost-iostreams1.83.0:amd64 1.83.0-2.1ubuntu3.1 02:45:39 libboost-regex-dev:amd64 1.83.0.1ubuntu2 02:45:39 libboost-regex1.83-dev:amd64 1.83.0-2.1ubuntu3.1 02:45:39 libboost-regex1.83.0:amd64 1.83.0-2.1ubuntu3.1 02:45:39 libboost-thread1.83.0:amd64 1.83.0-2.1ubuntu3.1 02:45:39 libboost1.83-dev:amd64 1.83.0-2.1ubuntu3.1 02:45:39 libbpf1:amd64 1:1.3.0-2build2 02:45:39 libbrlapi0.8:amd64 6.6-4ubuntu5 02:45:39 libbrotli1:amd64 1.1.0-2build2 02:45:39 libbsd0:amd64 0.12.1-1build1 02:45:39 libbz2-1.0:amd64 1.0.8-5.1build0.1 02:45:39 libc-bin 2.39-0ubuntu8.4 02:45:39 libc-dev-bin 2.39-0ubuntu8.4 02:45:39 libc-devtools 2.39-0ubuntu8.4 02:45:39 libc6:amd64 2.39-0ubuntu8.4 02:45:39 libc6-dbg:amd64 2.39-0ubuntu8.4 02:45:39 libc6-dev:amd64 2.39-0ubuntu8.4 02:45:39 libc6-i386 2.39-0ubuntu8.4 02:45:39 libcaca0:amd64 0.99.beta20-4build2 02:45:39 libcacard0:amd64 1:2.8.0-3build4 02:45:39 libcairo-gobject2:amd64 1.18.0-3build1 02:45:39 libcairo2:amd64 1.18.0-3build1 02:45:39 libcap-ng0:amd64 0.8.4-2build2 02:45:39 libcap2:amd64 1:2.66-5ubuntu2.2 02:45:39 libcap2-bin 1:2.66-5ubuntu2.2 02:45:39 libcapture-tiny-perl 0.48-2 02:45:39 libcares2:amd64 1.27.0-1.0ubuntu1 02:45:39 libcarp-clan-perl 6.08-2 02:45:39 libcbor0.10:amd64 0.10.2-1.2ubuntu2 02:45:39 libcc1-0:amd64 14.2.0-4ubuntu2~24.04 02:45:39 libcdparanoia0:amd64 3.10.2+debian-14build3 02:45:39 libcdt5:amd64 2.42.2-9ubuntu0.1 02:45:39 libcgi-fast-perl 1:2.17-1 02:45:39 libcgi-pm-perl 4.63-1 02:45:39 libcgraph6:amd64 2.42.2-9ubuntu0.1 02:45:39 libcgroup2:amd64 2.0.2-2build1 02:45:39 libclang-common-18-dev:amd64 1:18.1.3-1ubuntu1 02:45:39 libclang-cpp15t64 1:15.0.7-14build3 02:45:39 libclang-cpp18 1:18.1.3-1ubuntu1 02:45:39 libclang-rt-18-dev:amd64 1:18.1.3-1ubuntu1 02:45:39 libclang1-18 1:18.1.3-1ubuntu1 02:45:39 libclass-c3-perl 0.35-2 02:45:39 libclass-c3-xs-perl 0.15-1build6 02:45:39 libclass-data-inheritable-perl 0.08-3 02:45:39 libclass-inspector-perl 1.36-3 02:45:39 libclass-method-modifiers-perl 2.15-1 02:45:39 libclass-singleton-perl 1.6-2 02:45:39 libclass-xsaccessor-perl 1.19-4build4 02:45:39 libclone-perl:amd64 0.46-1build3 02:45:39 libcolord2:amd64 1.4.7-1build2 02:45:39 libcom-err2:amd64 1.47.0-2.4~exp1ubuntu4 02:45:39 libcommon-sense-perl:amd64 3.75-3build3 02:45:39 libcommons-logging-java 1.3.0-1ubuntu1 02:45:39 libcommons-parent-java 56-1 02:45:39 libconfig-tiny-perl 2.30-1 02:45:39 libconfuse-common 3.3-3build1 02:45:39 libconfuse-dev:amd64 3.3-3build1 02:45:39 libconfuse-doc 3.3-3build1 02:45:39 libconfuse2:amd64 3.3-3build1 02:45:39 libconst-fast-perl 0.014-2 02:45:39 libcpanel-json-xs-perl:amd64 4.37-1build3 02:45:39 libcpufreq0 008-2build2 02:45:39 libcrypt-dev:amd64 1:4.4.36-4build1 02:45:39 libcrypt-rc4-perl 2.02-5 02:45:39 libcrypt1:amd64 1:4.4.36-4build1 02:45:39 libcryptsetup12:amd64 2:2.7.0-1ubuntu4.2 02:45:39 libctf-nobfd0:amd64 2.42-4ubuntu2.5 02:45:39 libctf0:amd64 2.42-4ubuntu2.5 02:45:39 libcups2t64:amd64 2.4.7-1.2ubuntu7.3 02:45:39 libcurl3t64-gnutls:amd64 8.5.0-2ubuntu10.6 02:45:39 libcurl4t64:amd64 8.5.0-2ubuntu10.6 02:45:39 libdata-dpath-perl 0.59-1 02:45:39 libdata-dump-perl 1.25-1 02:45:39 libdata-messagepack-perl 1.02-1build4 02:45:39 libdata-optlist-perl 0.114-1 02:45:39 libdata-validate-domain-perl 0.10-1.1 02:45:39 libdata-validate-ip-perl 0.31-1 02:45:39 libdata-validate-uri-perl 0.07-3 02:45:39 libdate-calc-perl 6.4-2 02:45:39 libdate-calc-xs-perl:amd64 6.4-2build4 02:45:39 libdate-manip-perl 6.95-1 02:45:39 libdatetime-locale-perl 1:1.37-1 02:45:39 libdatetime-perl 2:1.65-1build2 02:45:39 libdatetime-timezone-perl 1:2.62-1+2024a 02:45:39 libdatrie1:amd64 0.2.13-3build1 02:45:39 libdaxctl1:amd64 77-2ubuntu2 02:45:39 libdb5.3t64:amd64 5.3.28+dfsg2-7 02:45:39 libdbus-1-3:amd64 1.14.10-4ubuntu4.1 02:45:39 libdbus-1-dev:amd64 1.14.10-4ubuntu4.1 02:45:39 libdconf1:amd64 0.40.0-4build2 02:45:39 libde265-0:amd64 1.0.15-1build3 02:45:39 libdebconfclient0:amd64 0.271ubuntu3 02:45:39 libdebhelper-perl 13.14.1ubuntu5 02:45:39 libdebuginfod-common 0.190-1.1ubuntu0.1 02:45:39 libdebuginfod1t64:amd64 0.190-1.1ubuntu0.1 02:45:39 libdecor-0-0:amd64 0.2.2-1build2 02:45:39 libdecor-0-plugin-1-gtk:amd64 0.2.2-1build2 02:45:39 libdeflate0:amd64 1.19-1build1.1 02:45:39 libdevel-callchecker-perl:amd64 0.008-2build3 02:45:39 libdevel-caller-perl:amd64 2.07-1build3 02:45:39 libdevel-globaldestruction-perl 0.14-4 02:45:39 libdevel-lexalias-perl 0.05-3build4 02:45:39 libdevel-size-perl 0.83-2build4 02:45:39 libdevel-stacktrace-perl 2.0500-1 02:45:39 libdevmapper1.02.1:amd64 2:1.02.185-3ubuntu3.2 02:45:39 libdigest-perl-md5-perl 1.9-5 02:45:39 libdist-checkconflicts-perl 0.11-2 02:45:39 libdistro-info-perl 1.7build1 02:45:39 libdpkg-perl 1.22.6ubuntu6.1 02:45:39 libdrm-amdgpu1:amd64 2.4.122-1~ubuntu0.24.04.1 02:45:39 libdrm-common 2.4.122-1~ubuntu0.24.04.1 02:45:39 libdrm-intel1:amd64 2.4.122-1~ubuntu0.24.04.1 02:45:39 libdrm-nouveau2:amd64 2.4.122-1~ubuntu0.24.04.1 02:45:39 libdrm-radeon1:amd64 2.4.122-1~ubuntu0.24.04.1 02:45:39 libdrm2:amd64 2.4.122-1~ubuntu0.24.04.1 02:45:39 libduktape207:amd64 2.7.0+tests-0ubuntu3 02:45:39 libdv4t64:amd64 1.0.0-17.1build1 02:45:39 libdw1t64:amd64 0.190-1.1ubuntu0.1 02:45:39 libdynaloader-functions-perl 0.003-3 02:45:39 libedit2:amd64 3.1-20230828-1build1 02:45:39 libegl-mesa0:amd64 24.2.8-1ubuntu1~24.04.1 02:45:39 libegl1:amd64 1.7.0-1build1 02:45:39 libelf-dev:amd64 0.190-1.1ubuntu0.1 02:45:39 libelf1t64:amd64 0.190-1.1ubuntu0.1 02:45:39 libemail-address-xs-perl 1.05-1build4 02:45:39 libemail-date-format-perl 1.008-1 02:45:39 libenchant-2-2:amd64 2.3.3-2build2 02:45:39 libencode-locale-perl 1.05-3 02:45:39 libepoxy0:amd64 1.5.10-1build1 02:45:39 liberror-perl 0.17029-2 02:45:39 libeval-closure-perl 0.14-3 02:45:39 libexception-class-perl 1.45-1 02:45:39 libexpat1:amd64 2.6.1-2ubuntu0.3 02:45:39 libexpat1-dev:amd64 2.6.1-2ubuntu0.3 02:45:39 libexporter-tiny-perl 1.006002-1 02:45:39 libext2fs2t64:amd64 1.47.0-2.4~exp1ubuntu4 02:45:39 libfakeroot:amd64 1.33-1 02:45:39 libfcgi-bin 2.4.2-2.1build1 02:45:39 libfcgi-perl 0.82+ds-3build2 02:45:39 libfcgi0t64:amd64 2.4.2-2.1build1 02:45:39 libfdisk1:amd64 2.39.3-9ubuntu6.2 02:45:39 libfdt1:amd64 1.7.0-2build1 02:45:39 libffi-dev:amd64 3.4.6-1build1 02:45:39 libffi8:amd64 3.4.6-1build1 02:45:39 libfido2-1:amd64 1.14.0-1build3 02:45:39 libfile-basedir-perl 0.09-2 02:45:39 libfile-chdir-perl 0.1008-1.1 02:45:39 libfile-desktopentry-perl 0.22-3 02:45:39 libfile-dirlist-perl 0.05-3 02:45:39 libfile-fcntllock-perl 0.22-4ubuntu5 02:45:39 libfile-find-rule-perl 0.34-3 02:45:39 libfile-homedir-perl 1.006-2 02:45:39 libfile-listing-perl 6.16-1 02:45:39 libfile-mimeinfo-perl 0.34-1 02:45:39 libfile-sharedir-perl 1.118-3 02:45:39 libfile-stripnondeterminism-perl 1.13.1-1 02:45:39 libfile-touch-perl 0.12-2 02:45:39 libfile-which-perl 1.27-2 02:45:39 libflac12t64:amd64 1.4.3+ds-2.1ubuntu2 02:45:39 libfmt9:amd64 9.1.0+ds1-2 02:45:39 libfont-afm-perl 1.20-4 02:45:39 libfont-ttf-perl 1.06-2 02:45:39 libfontbox-java 1:1.8.16-5 02:45:39 libfontconfig1:amd64 2.15.0-1.1ubuntu2 02:45:39 libfontenc1:amd64 1:1.1.8-1build1 02:45:39 libfreetype6:amd64 2.13.2+dfsg-1build3 02:45:39 libfreezethaw-perl 0.5001-3 02:45:39 libfribidi0:amd64 1.0.13-3build1 02:45:39 libfuse3-3:amd64 3.14.0-5build1 02:45:39 libgbm1:amd64 24.2.8-1ubuntu1~24.04.1 02:45:39 libgc1:amd64 1:8.2.6-1build1 02:45:39 libgcc-13-dev:amd64 13.3.0-6ubuntu2~24.04 02:45:39 libgcc-14-dev:amd64 14.2.0-4ubuntu2~24.04 02:45:39 libgcc-9-dev:amd64 9.5.0-6ubuntu2 02:45:39 libgcc-s1:amd64 14.2.0-4ubuntu2~24.04 02:45:39 libgccjit0:amd64 14.2.0-4ubuntu2~24.04 02:45:39 libgcrypt20:amd64 1.10.3-2build1 02:45:39 libgd-perl 2.78-1build3 02:45:39 libgd3:amd64 2.3.3-9ubuntu5 02:45:39 libgdbm-compat4t64:amd64 1.23-5.1build1 02:45:39 libgdbm6t64:amd64 1.23-5.1build1 02:45:39 libgdk-pixbuf-2.0-0:amd64 2.42.10+dfsg-3ubuntu3.1 02:45:39 libgdk-pixbuf2.0-bin 2.42.10+dfsg-3ubuntu3.1 02:45:39 libgdk-pixbuf2.0-common 2.42.10+dfsg-3ubuntu3.1 02:45:39 libgfortran-13-dev:amd64 13.3.0-6ubuntu2~24.04 02:45:39 libgfortran5:amd64 14.2.0-4ubuntu2~24.04 02:45:39 libgif7:amd64 5.2.2-1ubuntu1 02:45:39 libgirepository-1.0-1:amd64 1.80.1-1 02:45:39 libgit-wrapper-perl 0.048-2 02:45:39 libgl1:amd64 1.7.0-1build1 02:45:39 libgl1-amber-dri:amd64 21.3.9-0ubuntu2 02:45:39 libgl1-mesa-dri:amd64 24.2.8-1ubuntu1~24.04.1 02:45:39 libglapi-mesa:amd64 24.2.8-1ubuntu1~24.04.1 02:45:39 libgles2:amd64 1.7.0-1build1 02:45:39 libglib2.0-0t64:amd64 2.80.0-6ubuntu3.2 02:45:39 libglib2.0-bin 2.80.0-6ubuntu3.2 02:45:39 libglib2.0-data 2.80.0-6ubuntu3.2 02:45:39 libglvnd0:amd64 1.7.0-1build1 02:45:39 libglx-mesa0:amd64 24.2.8-1ubuntu1~24.04.1 02:45:39 libglx0:amd64 1.7.0-1build1 02:45:39 libgmp-dev:amd64 2:6.3.0+dfsg-2ubuntu6.1 02:45:39 libgmp10:amd64 2:6.3.0+dfsg-2ubuntu6.1 02:45:39 libgmpxx4ldbl:amd64 2:6.3.0+dfsg-2ubuntu6.1 02:45:39 libgnutls30t64:amd64 3.8.3-1.1ubuntu3.1 02:45:39 libgomp1:amd64 14.2.0-4ubuntu2~24.04 02:45:39 libgpg-error0:amd64 1.47-3build2 02:45:39 libgpgme11t64:amd64 1.18.0-4.1ubuntu4 02:45:39 libgpm2:amd64 1.20.7-11 02:45:39 libgprofng0:amd64 2.42-4ubuntu2.5 02:45:39 libgraphite2-3:amd64 1.3.14-2build1 02:45:39 libgs-common 10.02.1~dfsg1-0ubuntu7.5 02:45:39 libgs10:amd64 10.02.1~dfsg1-0ubuntu7.5 02:45:39 libgs10-common 10.02.1~dfsg1-0ubuntu7.5 02:45:39 libgsasl18:amd64 2.2.1-1willsync1build2 02:45:39 libgssapi-krb5-2:amd64 1.20.1-6ubuntu2 02:45:39 libgssglue1:amd64 0.9-1build1 02:45:39 libgstreamer-plugins-base1.0-0:amd64 1.24.2-1ubuntu0.2 02:45:39 libgstreamer-plugins-good1.0-0:amd64 1.24.2-1ubuntu1.1 02:45:39 libgstreamer1.0-0:amd64 1.24.2-1ubuntu0.1 02:45:39 libgtk-3-0t64:amd64 3.24.41-4ubuntu1.3 02:45:39 libgtk-3-bin 3.24.41-4ubuntu1.3 02:45:39 libgtk-3-common 3.24.41-4ubuntu1.3 02:45:39 libgts-0.7-5t64:amd64 0.7.6+darcs121130-5.2build1 02:45:39 libgts-bin 0.7.6+darcs121130-5.2build1 02:45:39 libgudev-1.0-0:amd64 1:238-5ubuntu1 02:45:39 libgumbo2:amd64 0.12.0+dfsg-2build1 02:45:39 libgvc6 2.42.2-9ubuntu0.1 02:45:39 libgvpr2:amd64 2.42.2-9ubuntu0.1 02:45:39 libharfbuzz0b:amd64 8.3.0-2build2 02:45:39 libheif-plugin-aomdec:amd64 1.17.6-1ubuntu4.1 02:45:39 libheif-plugin-aomenc:amd64 1.17.6-1ubuntu4.1 02:45:39 libheif-plugin-libde265:amd64 1.17.6-1ubuntu4.1 02:45:39 libheif1:amd64 1.17.6-1ubuntu4.1 02:45:39 libhiredis1.1.0:amd64 1.2.0-6ubuntu3 02:45:39 libhogweed6t64:amd64 3.9.1-2.2build1 02:45:39 libhtml-form-perl 6.11-1 02:45:39 libhtml-format-perl 2.16-2 02:45:39 libhtml-html5-entities-perl 0.004-3 02:45:39 libhtml-parser-perl:amd64 3.81-1build3 02:45:39 libhtml-tagset-perl 3.20-6 02:45:39 libhtml-tokeparser-simple-perl 3.16-4 02:45:39 libhtml-tree-perl 5.07-3 02:45:39 libhttp-cookies-perl 6.11-1 02:45:39 libhttp-daemon-perl 6.16-1 02:45:39 libhttp-date-perl 6.06-1 02:45:39 libhttp-message-perl 6.45-1ubuntu1 02:45:39 libhttp-negotiate-perl 6.01-2 02:45:39 libhunspell-1.7-0:amd64 1.7.2+really1.7.2-10build3 02:45:39 libhwasan0:amd64 14.2.0-4ubuntu2~24.04 02:45:39 libiberty-dev:amd64 20240117-1build1 02:45:39 libibverbs-dev:amd64 50.0-2build2 02:45:39 libibverbs1:amd64 50.0-2build2 02:45:39 libice-dev:amd64 2:1.0.10-1build3 02:45:39 libice6:amd64 2:1.0.10-1build3 02:45:39 libicu-dev:amd64 74.2-1ubuntu3.1 02:45:39 libicu74:amd64 74.2-1ubuntu3.1 02:45:39 libidn12:amd64 1.42-1build1 02:45:39 libidn2-0:amd64 2.3.7-2build1 02:45:39 libiec61883-0:amd64 1.2.0-6build1 02:45:39 libijs-0.35:amd64 0.35-15.1build1 02:45:39 libimport-into-perl 1.002005-2 02:45:39 libindirect-perl 0.39-2build4 02:45:39 libio-html-perl 1.004-3 02:45:39 libio-interactive-perl 1.025-1 02:45:39 libio-pty-perl 1:1.20-1build2 02:45:39 libio-socket-ssl-perl 2.085-1 02:45:39 libio-string-perl 1.08-4 02:45:39 libio-stringy-perl 2.111-3 02:45:39 libip4tc2:amd64 1.8.10-3ubuntu2 02:45:39 libip6tc2:amd64 1.8.10-3ubuntu2 02:45:39 libipc-run-perl 20231003.0-1 02:45:39 libipc-run3-perl 0.049-1 02:45:39 libipc-shareable-perl 1.13-1 02:45:39 libipc-system-simple-perl 1.30-2 02:45:39 libiperf0:amd64 3.16-1build2 02:45:39 libipt2 2.0.6-1build1 02:45:39 libiscsi7:amd64 1.19.0-3build4 02:45:39 libisl23:amd64 0.26-3build1.1 02:45:39 libiterator-perl 0.03+ds1-2 02:45:39 libiterator-util-perl 0.02+ds1-2 02:45:39 libitm1:amd64 14.2.0-4ubuntu2~24.04 02:45:39 libjack-jackd2-0:amd64 1.9.21~dfsg-3ubuntu3 02:45:39 libjansson4:amd64 2.14-2build2 02:45:39 libjbig0:amd64 2.1-6.1ubuntu2 02:45:39 libjbig2dec0:amd64 0.20-1build3 02:45:39 libjcode-pm-perl 2.06-1.1build1 02:45:39 libjpeg-turbo8:amd64 2.1.5-2ubuntu2 02:45:39 libjpeg8:amd64 8c-2ubuntu11 02:45:39 libjq1:amd64 1.7.1-3build1 02:45:39 libjs-jquery 3.6.1+dfsg+~3.5.14-1 02:45:39 libjs-sphinxdoc 7.2.6-6 02:45:39 libjs-underscore 1.13.4~dfsg+~1.11.4-3 02:45:39 libjson-c-dev:amd64 0.17-1build1 02:45:39 libjson-c5:amd64 0.17-1build1 02:45:39 libjson-maybexs-perl 1.004005-1 02:45:39 libjson-perl 4.10000-1 02:45:39 libjson-xs-perl 4.030-2build3 02:45:39 libjsoncpp25:amd64 1.9.5-6build1 02:45:39 libk5crypto3:amd64 1.20.1-6ubuntu2 02:45:39 libkeyutils-dev:amd64 1.6.3-3build1 02:45:39 libkeyutils1:amd64 1.6.3-3build1 02:45:39 libkmod2:amd64 31+20240202-2ubuntu7.1 02:45:39 libkpathsea6:amd64 2023.20230311.66589-9build3 02:45:39 libkrb5-3:amd64 1.20.1-6ubuntu2 02:45:39 libkrb5support0:amd64 1.20.1-6ubuntu2 02:45:39 libksba8:amd64 1.6.6-1build1 02:45:39 liblab-gamut1:amd64 2.42.2-9ubuntu0.1 02:45:39 liblapack-dev:amd64 3.12.0-3build1.1 02:45:39 liblapack3:amd64 3.12.0-3build1.1 02:45:39 liblatex-tounicode-perl 0.54-2 02:45:39 liblcms2-2:amd64 2.14-2build1 02:45:39 libldap-common 2.6.7+dfsg-1~exp1ubuntu8 02:45:39 libldap2:amd64 2.6.7+dfsg-1~exp1ubuntu8 02:45:39 liblerc4:amd64 4.0.0+ds-4ubuntu2 02:45:39 liblist-compare-perl 0.55-2 02:45:39 liblist-someutils-perl 0.59-1 02:45:39 liblist-someutils-xs-perl:amd64 0.58-3build4 02:45:39 liblist-utilsby-perl 0.12-2 02:45:39 libllvm15t64:amd64 1:15.0.7-14build3 02:45:39 libllvm18:amd64 1:18.1.3-1ubuntu1 02:45:39 libllvm19:amd64 1:19.1.1-1ubuntu1~24.04.2 02:45:39 liblmdb0:amd64 0.9.31-1build1 02:45:39 liblocale-gettext-perl 1.07-6ubuntu5 02:45:39 liblog-any-adapter-screen-perl 0.140-2 02:45:39 liblog-any-perl 1.717-1 02:45:39 liblog-dispatch-perl 2.71-1 02:45:39 liblog-log4perl-perl 1.57-1 02:45:39 liblsan0:amd64 14.2.0-4ubuntu2~24.04 02:45:39 libltdl-dev:amd64 2.4.7-7build1 02:45:39 libltdl7:amd64 2.4.7-7build1 02:45:39 liblua5.2-0:amd64 5.2.4-3build2 02:45:39 liblwp-mediatypes-perl 6.04-2 02:45:39 liblwp-protocol-https-perl 6.13-1 02:45:39 liblz4-1:amd64 1.9.4-1build1 02:45:39 liblzma-dev:amd64 5.6.1+really5.4.5-1ubuntu0.2 02:45:39 liblzma5:amd64 5.6.1+really5.4.5-1ubuntu0.2 02:45:39 liblzo2-2:amd64 2.10-2build4 02:45:39 libm17n-0:amd64 1.8.4-1build2 02:45:39 libmagic-mgc 1:5.45-3build1 02:45:39 libmagic1t64:amd64 1:5.45-3build1 02:45:39 libmail-sendmail-perl 0.80-3 02:45:39 libmailtools-perl 2.21-2 02:45:39 libmailutils9t64:amd64 1:3.17-1.1build3 02:45:39 libmarkdown2:amd64 2.2.7-2build1 02:45:39 libmath-base85-perl 0.5+dfsg-2 02:45:39 libmaxminddb0:amd64 1.9.1-1build1 02:45:39 libmd0:amd64 1.1.0-2build1 02:45:39 libmime-charset-perl 1.013.1-2 02:45:39 libmime-lite-perl 3.033-1 02:45:39 libmime-types-perl 2.26-1 02:45:39 libmldbm-perl 2.05-4 02:45:39 libmnl-dev:amd64 1.0.5-2build1 02:45:39 libmnl0:amd64 1.0.5-2build1 02:45:39 libmodule-implementation-perl 0.09-2 02:45:39 libmodule-runtime-perl 0.016-2 02:45:39 libmoo-perl 2.005005-1 02:45:39 libmoox-aliases-perl 0.001006-2 02:45:39 libmount1:amd64 2.39.3-9ubuntu6.2 02:45:39 libmouse-perl 2.5.10-1build8 02:45:39 libmp3lame0:amd64 3.100-6build1 02:45:39 libmpc3:amd64 1.3.1-1build1.1 02:45:39 libmpfr6:amd64 4.2.1-1build1.1 02:45:39 libmpg123-0t64:amd64 1.32.5-1ubuntu1.1 02:45:39 libmro-compat-perl 0.15-2 02:45:39 libmujs3:amd64 1.3.3-3build2 02:45:39 libmysqlclient21:amd64 8.0.41-0ubuntu0.24.04.1 02:45:39 libnamespace-autoclean-perl 0.29-2 02:45:39 libnamespace-clean-perl 0.27-2 02:45:39 libncurses-dev:amd64 6.4+20240113-1ubuntu2 02:45:39 libncurses6:amd64 6.4+20240113-1ubuntu2 02:45:39 libncursesw6:amd64 6.4+20240113-1ubuntu2 02:45:39 libndctl6:amd64 77-2ubuntu2 02:45:39 libnet-dbus-perl 1.2.0-2build3 02:45:39 libnet-domain-tld-perl 1.75-3 02:45:39 libnet-http-perl 6.23-1 02:45:39 libnet-ipv6addr-perl 1.02-1 02:45:39 libnet-netmask-perl 2.0002-2 02:45:39 libnet-smtp-ssl-perl 1.04-2 02:45:39 libnet-ssleay-perl:amd64 1.94-1build4 02:45:39 libnetaddr-ip-perl 4.079+dfsg-2build4 02:45:39 libnetfilter-conntrack3:amd64 1.0.9-6build1 02:45:39 libnettle8t64:amd64 3.9.1-2.2build1 02:45:39 libnfnetlink0:amd64 1.0.2-2build1 02:45:39 libnfs14:amd64 5.0.2-1build1 02:45:39 libnftables1:amd64 1.0.9-1build1 02:45:39 libnftnl11:amd64 1.2.6-2build1 02:45:39 libnghttp2-14:amd64 1.59.0-1ubuntu0.1 02:45:39 libnghttp3-3:amd64 0.8.0-2 02:45:39 libnl-3-200:amd64 3.7.0-0.3build1.1 02:45:39 libnl-3-dev:amd64 3.7.0-0.3build1.1 02:45:39 libnl-genl-3-200:amd64 3.7.0-0.3build1.1 02:45:39 libnl-route-3-200:amd64 3.7.0-0.3build1.1 02:45:39 libnl-route-3-dev:amd64 3.7.0-0.3build1.1 02:45:39 libnpth0t64:amd64 1.6-3.1build1 02:45:39 libnsl2:amd64 1.3.0-3build3 02:45:39 libnspr4:amd64 2:4.35-1.1build1 02:45:39 libnss-systemd:amd64 255.4-1ubuntu8.6 02:45:39 libnss3:amd64 2:3.98-1build1 02:45:39 libntlm0:amd64 1.7-1build1 02:45:39 libnuma-dev:amd64 2.0.18-1build1 02:45:39 libnuma1:amd64 2.0.18-1build1 02:45:39 libnumber-compare-perl 0.03-3 02:45:39 libobjc-13-dev:amd64 13.3.0-6ubuntu2~24.04 02:45:39 libobjc4:amd64 14.2.0-4ubuntu2~24.04 02:45:39 libobject-pad-perl 0.808-1build3 02:45:39 libogg0:amd64 1.3.5-3build1 02:45:39 libole-storage-lite-perl 0.22-1 02:45:39 libonig5:amd64 6.9.9-1build1 02:45:39 libopenblas-dev:amd64 0.3.26+ds-1 02:45:39 libopenblas-pthread-dev:amd64 0.3.26+ds-1 02:45:39 libopenblas0:amd64 0.3.26+ds-1 02:45:39 libopenblas0-pthread:amd64 0.3.26+ds-1 02:45:39 libopencore-amrnb0:amd64 0.1.6-1build1 02:45:39 libopenjp2-7:amd64 2.5.0-2ubuntu0.3 02:45:39 libopus0:amd64 1.4-1build1 02:45:39 liborc-0.4-0t64:amd64 1:0.4.38-1ubuntu0.1 02:45:39 libosp5 1.5.2-15ubuntu2 02:45:39 libostyle1t64 1.4devel1-23.1build1 02:45:39 libotf1:amd64 0.9.16-4build2 02:45:39 libp11-kit0:amd64 0.25.3-4ubuntu2 02:45:39 libpackage-stash-perl 0.40-1 02:45:39 libpackage-stash-xs-perl:amd64 0.30-1build4 02:45:39 libpackagekit-glib2-18:amd64 1.2.8-2ubuntu1.2 02:45:39 libpadwalker-perl 2.5-1build6 02:45:39 libpam-cap:amd64 1:2.66-5ubuntu2.2 02:45:39 libpam-modules:amd64 1.5.3-5ubuntu5 02:45:39 libpam-modules-bin 1.5.3-5ubuntu5 02:45:39 libpam-runtime 1.5.3-5ubuntu5 02:45:39 libpam-systemd:amd64 255.4-1ubuntu8.6 02:45:39 libpam0g:amd64 1.5.3-5ubuntu5 02:45:39 libpango-1.0-0:amd64 1.52.1+ds-1build1 02:45:39 libpangocairo-1.0-0:amd64 1.52.1+ds-1build1 02:45:39 libpangoft2-1.0-0:amd64 1.52.1+ds-1build1 02:45:39 libpaper-utils 1.1.29build1 02:45:39 libpaper1:amd64 1.1.29build1 02:45:39 libparams-classify-perl:amd64 0.015-2build5 02:45:39 libparams-util-perl 1.102-2build3 02:45:39 libparams-validationcompiler-perl 0.31-1 02:45:39 libparse-recdescent-perl 1.967015+dfsg-4 02:45:39 libpath-iterator-rule-perl 1.015-2 02:45:39 libpath-tiny-perl 0.144-1 02:45:39 libpathplan4:amd64 2.42.2-9ubuntu0.1 02:45:39 libpcap-dev:amd64 1.10.4-4.1ubuntu3 02:45:39 libpcap0.8-dev:amd64 1.10.4-4.1ubuntu3 02:45:39 libpcap0.8t64:amd64 1.10.4-4.1ubuntu3 02:45:39 libpci3:amd64 1:3.10.0-2build1 02:45:39 libpciaccess0:amd64 0.17-3build1 02:45:39 libpcre2-8-0:amd64 10.42-4ubuntu2 02:45:39 libpcsclite1:amd64 2.0.3-1build1 02:45:39 libpdfbox-java 1:1.8.16-5 02:45:39 libperl5.38t64:amd64 5.38.2-3.2ubuntu0.1 02:45:39 libperlio-gzip-perl 0.20-1build4 02:45:39 libperlio-utf8-strict-perl 0.010-1build3 02:45:39 libpfm4:amd64 4.13.0+git32-g0d4ed0e-1 02:45:39 libpipeline1:amd64 1.5.7-2 02:45:39 libpipewire-0.3-0t64:amd64 1.0.5-1ubuntu3 02:45:39 libpipewire-0.3-common 1.0.5-1ubuntu3 02:45:39 libpixman-1-0:amd64 0.42.2-1build1 02:45:39 libpkgconf3:amd64 1.8.1-2build1 02:45:39 libpmem1:amd64 1.13.1-1.1ubuntu2 02:45:39 libpmemobj1:amd64 1.13.1-1.1ubuntu2 02:45:39 libpng16-16t64:amd64 1.6.43-5build1 02:45:39 libpod-constants-perl 0.19-2 02:45:39 libpod-parser-perl 1.67-1 02:45:39 libpolkit-agent-1-0:amd64 124-2ubuntu1.24.04.2 02:45:39 libpolkit-gobject-1-0:amd64 124-2ubuntu1.24.04.2 02:45:39 libpopt0:amd64 1.19+dfsg-1build1 02:45:39 libpotrace0:amd64 1.16-2build1 02:45:39 libpq5:amd64 16.8-0ubuntu0.24.04.1 02:45:39 libproc-processtable-perl:amd64 0.636-1build3 02:45:39 libproc2-0:amd64 2:4.0.4-4ubuntu3 02:45:39 libproxy1v5:amd64 0.5.4-4build1 02:45:39 libpsl5t64:amd64 0.21.2-1.1build1 02:45:39 libptexenc1:amd64 2023.20230311.66589-9build3 02:45:39 libpthread-stubs0-dev:amd64 0.4-1build3 02:45:39 libpulse0:amd64 1:16.1+dfsg1-2ubuntu10.1 02:45:39 libpython3-dev:amd64 3.12.3-0ubuntu2 02:45:39 libpython3-stdlib:amd64 3.12.3-0ubuntu2 02:45:39 libpython3.12-dev:amd64 3.12.3-1ubuntu0.5 02:45:39 libpython3.12-minimal:amd64 3.12.3-1ubuntu0.5 02:45:39 libpython3.12-stdlib:amd64 3.12.3-1ubuntu0.5 02:45:39 libpython3.12t64:amd64 3.12.3-1ubuntu0.5 02:45:39 libquadmath0:amd64 14.2.0-4ubuntu2~24.04 02:45:39 librados2 19.2.0-0ubuntu0.24.04.2 02:45:39 libraw1394-11:amd64 2.1.2-2build3 02:45:39 librbd1 19.2.0-0ubuntu0.24.04.2 02:45:39 librdmacm-dev:amd64 50.0-2build2 02:45:39 librdmacm1t64:amd64 50.0-2build2 02:45:39 libre-engine-re2-perl:amd64 0.18+ds-1build3 02:45:39 libre2-10:amd64 20230301-3build1 02:45:39 libreadline8t64:amd64 8.2-4build1 02:45:39 libreadonly-perl 2.050-3 02:45:39 libref-util-perl 0.204-2 02:45:39 libref-util-xs-perl 0.117-2build4 02:45:39 libregexp-pattern-license-perl 3.11.0-1 02:45:39 libregexp-pattern-perl 0.2.14-2 02:45:39 libregexp-wildcards-perl 1.05-3 02:45:39 librhash0:amd64 1.4.3-3build1 02:45:39 librole-tiny-perl 2.002004-1 02:45:39 librsvg2-2:amd64 2.58.0+dfsg-1build1 02:45:39 librsvg2-common:amd64 2.58.0+dfsg-1build1 02:45:39 librtmp1:amd64 2.4+20151223.gitfa8646d.1-2build7 02:45:39 libruby:amd64 1:3.2~ubuntu1 02:45:39 libruby3.2:amd64 3.2.3-1ubuntu0.24.04.5 02:45:39 libsamplerate0:amd64 0.2.2-4build1 02:45:39 libsasl2-2:amd64 2.1.28+dfsg1-5ubuntu3 02:45:39 libsasl2-modules:amd64 2.1.28+dfsg1-5ubuntu3 02:45:39 libsasl2-modules-db:amd64 2.1.28+dfsg1-5ubuntu3 02:45:39 libsbc1:amd64 2.0-1build1 02:45:39 libsctp-dev:amd64 1.0.19+dfsg-2build1 02:45:39 libsctp1:amd64 1.0.19+dfsg-2build1 02:45:39 libsdl2-2.0-0:amd64 2.30.0+dfsg-1build3 02:45:39 libseccomp2:amd64 2.5.5-1ubuntu3 02:45:39 libselinux1:amd64 3.5-2ubuntu2 02:45:39 libsemanage-common 3.5-1build5 02:45:39 libsemanage2:amd64 3.5-1build5 02:45:39 libsensors-config 1:3.6.0-9build1 02:45:39 libsensors5:amd64 1:3.6.0-9build1 02:45:39 libsepol2:amd64 3.5-2build1 02:45:39 libsereal-decoder-perl 5.004+ds-1build3 02:45:39 libsereal-encoder-perl 5.004+ds-1build3 02:45:39 libset-intspan-perl 1.19-3 02:45:39 libsframe1:amd64 2.42-4ubuntu2.5 02:45:39 libsgmls-perl 1.03ii-38 02:45:39 libsharpyuv0:amd64 1.3.2-0.4build3 02:45:39 libshout3:amd64 2.4.6-1build2 02:45:39 libsigsegv2:amd64 2.14-1ubuntu2 02:45:39 libslang2:amd64 2.3.3-3build2 02:45:39 libslirp0:amd64 4.7.0-1ubuntu3 02:45:39 libsm-dev:amd64 2:1.2.3-1build3 02:45:39 libsm6:amd64 2:1.2.3-1build3 02:45:39 libsmartcols1:amd64 2.39.3-9ubuntu6.2 02:45:39 libsmi2t64:amd64 0.4.8+dfsg2-16.1build1 02:45:39 libsnappy1v5:amd64 1.1.10-1build1 02:45:39 libsndfile1:amd64 1.2.2-1ubuntu5.24.04.1 02:45:39 libsocket6-perl 0.29-3build3 02:45:39 libsodium23:amd64 1.0.18-1build3 02:45:39 libsombok3:amd64 2.4.0-2build1 02:45:39 libsort-versions-perl 1.62-3 02:45:39 libsoup-3.0-0:amd64 3.4.4-5ubuntu0.2 02:45:39 libsoup-3.0-common 3.4.4-5ubuntu0.2 02:45:39 libsource-highlight-common 3.1.9-4.3build1 02:45:39 libsource-highlight4t64:amd64 3.1.9-4.3build1 02:45:39 libspa-0.2-modules:amd64 1.0.5-1ubuntu3 02:45:39 libspandsp2t64:amd64 0.0.6+dfsg-2.1build1 02:45:39 libspecio-perl 0.48-1 02:45:39 libspeex1:amd64 1.2.1-2ubuntu2.24.04.1 02:45:39 libspeexdsp1:amd64 1.2.1-1ubuntu3 02:45:39 libspice-server1:amd64 0.15.1-1build2 02:45:39 libspreadsheet-parseexcel-perl 0.6600-1 02:45:39 libspreadsheet-writeexcel-perl 2.40-4 02:45:39 libsqlite3-0:amd64 3.45.1-1ubuntu2 02:45:39 libss2:amd64 1.47.0-2.4~exp1ubuntu4 02:45:39 libssh-4:amd64 0.10.6-2build2 02:45:39 libssh-gcrypt-4:amd64 0.10.6-2build2 02:45:39 libssl-dev:amd64 3.0.13-0ubuntu3.5 02:45:39 libssl3t64:amd64 3.0.13-0ubuntu3.5 02:45:39 libstdc++-13-dev:amd64 13.3.0-6ubuntu2~24.04 02:45:39 libstdc++-9-dev:amd64 9.5.0-6ubuntu2 02:45:39 libstdc++6:amd64 14.2.0-4ubuntu2~24.04 02:45:39 libstemmer0d:amd64 2.2.0-4build1 02:45:39 libstrictures-perl 2.000006-1 02:45:39 libstring-copyright-perl 0.003014-1 02:45:39 libstring-crc32-perl 2.100-2build3 02:45:39 libstring-escape-perl 2010.002-3 02:45:39 libstring-license-perl 0.0.9-2ubuntu1 02:45:39 libstring-shellquote-perl 1.04-3 02:45:39 libsub-exporter-perl 0.990-1 02:45:39 libsub-exporter-progressive-perl 0.001013-3 02:45:39 libsub-identify-perl 0.14-3build3 02:45:39 libsub-install-perl 0.929-1 02:45:39 libsub-name-perl:amd64 0.27-1build3 02:45:39 libsub-override-perl 0.10-1 02:45:39 libsub-quote-perl 2.006008-1ubuntu1 02:45:39 libsubunit-dev:amd64 1.4.2-3build1 02:45:39 libsubunit0:amd64 1.4.2-3build1 02:45:39 libsynctex2:amd64 2023.20230311.66589-9build3 02:45:39 libsyntax-keyword-try-perl 0.29-1build3 02:45:39 libsys-hostname-long-perl 1.5-3 02:45:39 libsystemd-shared:amd64 255.4-1ubuntu8.6 02:45:39 libsystemd0:amd64 255.4-1ubuntu8.6 02:45:39 libtag1v5:amd64 1.13.1-1build1 02:45:39 libtag1v5-vanilla:amd64 1.13.1-1build1 02:45:39 libtasn1-6:amd64 4.19.0-3build1 02:45:39 libtcl8.6:amd64 8.6.14+dfsg-1build1 02:45:39 libteckit0:amd64 2.5.12+ds1-1 02:45:39 libterm-readkey-perl 2.38-2build4 02:45:39 libtexlua53-5:amd64 2023.20230311.66589-9build3 02:45:39 libtext-glob-perl 0.11-3 02:45:39 libtext-iconv-perl:amd64 1.7-8build3 02:45:39 libtext-levenshteinxs-perl 0.03-5build4 02:45:39 libtext-markdown-discount-perl 0.16-1build3 02:45:39 libtext-xslate-perl:amd64 3.5.9-1build5 02:45:39 libthai-data 0.1.29-2build1 02:45:39 libthai0:amd64 0.1.29-2build1 02:45:39 libtheora0:amd64 1.1.1+dfsg.1-16.1build3 02:45:39 libtie-ixhash-perl 1.23-4 02:45:39 libtiff6:amd64 4.5.1+git230720-4ubuntu2.2 02:45:39 libtime-duration-perl 1.21-2 02:45:39 libtime-moment-perl 0.44-2build4 02:45:39 libtimedate-perl 2.3300-2 02:45:39 libtinfo6:amd64 6.4+20240113-1ubuntu2 02:45:39 libtirpc-common 1.3.4+ds-1.1build1 02:45:39 libtirpc3t64:amd64 1.3.4+ds-1.1build1 02:45:39 libtk8.6:amd64 8.6.14-1build1 02:45:39 libtool 2.4.7-7build1 02:45:39 libtree-sitter0:amd64 0.20.8-2 02:45:39 libtry-tiny-perl 0.31-2 02:45:39 libtsan0:amd64 11.4.0-9ubuntu1 02:45:39 libtsan2:amd64 14.2.0-4ubuntu2~24.04 02:45:39 libtwolame0:amd64 0.4.0-2build3 02:45:39 libtypes-serialiser-perl 1.01-1 02:45:39 libubsan1:amd64 14.2.0-4ubuntu2~24.04 02:45:39 libuchardet0:amd64 0.0.8-1build1 02:45:39 libudev1:amd64 255.4-1ubuntu8.6 02:45:39 libunicode-linebreak-perl 0.0.20190101-1build7 02:45:39 libunicode-map-perl 0.112-13build4 02:45:39 libunicode-utf8-perl 0.62-2build3 02:45:39 libunistring5:amd64 1.1-2build1 02:45:39 libunwind-dev:amd64 1.6.2-3build1.1 02:45:39 libunwind8:amd64 1.6.2-3build1.1 02:45:39 liburi-perl 5.27-1 02:45:39 liburing2:amd64 2.5-1build1 02:45:39 libusb-1.0-0:amd64 2:1.0.27-1 02:45:39 libusbredirparser1t64:amd64 0.13.0-2.1build1 02:45:39 libuuid1:amd64 2.39.3-9ubuntu6.2 02:45:39 libuv1t64:amd64 1.48.0-1.1build1 02:45:39 libv4l-0t64:amd64 1.26.1-4build3 02:45:39 libv4lconvert0t64:amd64 1.26.1-4build3 02:45:39 libvariable-magic-perl 0.63-1build3 02:45:39 libvirglrenderer1:amd64 1.0.0-1ubuntu2 02:45:39 libvisual-0.4-0:amd64 0.4.2-2build1 02:45:39 libvorbis0a:amd64 1.3.7-1build3 02:45:39 libvorbisenc2:amd64 1.3.7-1build3 02:45:39 libvpx9:amd64 1.14.0-1ubuntu2.1 02:45:39 libvte-2.91-0:amd64 0.76.0-1ubuntu0.1 02:45:39 libvte-2.91-common 0.76.0-1ubuntu0.1 02:45:39 libvulkan1:amd64 1.3.275.0-1build1 02:45:39 libwavpack1:amd64 5.6.0-1build1 02:45:39 libwayland-client0:amd64 1.22.0-2.1build1 02:45:39 libwayland-cursor0:amd64 1.22.0-2.1build1 02:45:39 libwayland-egl1:amd64 1.22.0-2.1build1 02:45:39 libwayland-server0:amd64 1.22.0-2.1build1 02:45:39 libwebp7:amd64 1.3.2-0.4build3 02:45:39 libwebpdecoder3:amd64 1.3.2-0.4build3 02:45:39 libwebpdemux2:amd64 1.3.2-0.4build3 02:45:39 libwebrtc-audio-processing1:amd64 0.3.1-0ubuntu6 02:45:39 libwireshark-data 4.2.2-1.1build3 02:45:39 libwireshark17t64:amd64 4.2.2-1.1build3 02:45:39 libwiretap14t64:amd64 4.2.2-1.1build3 02:45:39 libwoff1:amd64 1.0.2-2build1 02:45:39 libwrap0:amd64 7.6.q-33 02:45:39 libwsutil15t64:amd64 4.2.2-1.1build3 02:45:39 libwww-mechanize-perl 2.18-1ubuntu1 02:45:39 libwww-perl 6.76-1 02:45:39 libwww-robotrules-perl 6.02-1 02:45:39 libx11-6:amd64 2:1.8.7-1build1 02:45:39 libx11-data 2:1.8.7-1build1 02:45:39 libx11-dev:amd64 2:1.8.7-1build1 02:45:39 libx11-protocol-perl 0.56-9 02:45:39 libx11-xcb1:amd64 2:1.8.7-1build1 02:45:39 libxapian30:amd64 1.4.22-1build1 02:45:39 libxau-dev:amd64 1:1.0.9-1build6 02:45:39 libxau6:amd64 1:1.0.9-1build6 02:45:39 libxaw7:amd64 2:1.0.14-1build2 02:45:39 libxcb-dri2-0:amd64 1.15-1ubuntu2 02:45:39 libxcb-dri3-0:amd64 1.15-1ubuntu2 02:45:39 libxcb-glx0:amd64 1.15-1ubuntu2 02:45:39 libxcb-present0:amd64 1.15-1ubuntu2 02:45:39 libxcb-randr0:amd64 1.15-1ubuntu2 02:45:39 libxcb-render0:amd64 1.15-1ubuntu2 02:45:39 libxcb-shape0:amd64 1.15-1ubuntu2 02:45:39 libxcb-shm0:amd64 1.15-1ubuntu2 02:45:39 libxcb-sync1:amd64 1.15-1ubuntu2 02:45:39 libxcb-xfixes0:amd64 1.15-1ubuntu2 02:45:39 libxcb1:amd64 1.15-1ubuntu2 02:45:39 libxcb1-dev:amd64 1.15-1ubuntu2 02:45:39 libxcomposite1:amd64 1:0.4.5-1build3 02:45:39 libxcursor1:amd64 1:1.2.1-1build1 02:45:39 libxdamage1:amd64 1:1.1.6-1build1 02:45:39 libxdmcp-dev:amd64 1:1.1.3-0ubuntu6 02:45:39 libxdmcp6:amd64 1:1.1.3-0ubuntu6 02:45:39 libxext6:amd64 2:1.3.4-1build2 02:45:39 libxfixes3:amd64 1:6.0.0-2build1 02:45:39 libxft2:amd64 2.3.6-1build1 02:45:39 libxi6:amd64 2:1.8.1-1build1 02:45:39 libxinerama1:amd64 2:1.1.4-3build1 02:45:39 libxkbcommon0:amd64 1.6.0-1build1 02:45:39 libxkbfile1:amd64 1:1.1.0-1build4 02:45:39 libxml-libxml-perl 2.0207+dfsg+really+2.0134-1build4 02:45:39 libxml-namespacesupport-perl 1.12-2 02:45:39 libxml-parser-perl 2.47-1build3 02:45:39 libxml-sax-base-perl 1.09-3 02:45:39 libxml-sax-expat-perl 0.51-2 02:45:39 libxml-sax-perl 1.02+dfsg-3 02:45:39 libxml-twig-perl 1:3.52-2 02:45:39 libxml-xpath-perl 1.48-1 02:45:39 libxml2:amd64 2.9.14+dfsg-1.3ubuntu3.2 02:45:39 libxml2-dev:amd64 2.9.14+dfsg-1.3ubuntu3.2 02:45:39 libxml2-utils 2.9.14+dfsg-1.3ubuntu3.2 02:45:39 libxmlb2:amd64 0.3.18-1 02:45:39 libxmu6:amd64 2:1.1.3-3build2 02:45:39 libxmuu1:amd64 2:1.1.3-3build2 02:45:39 libxpm4:amd64 1:3.5.17-1build2 02:45:39 libxrandr2:amd64 2:1.5.2-2build1 02:45:39 libxrender1:amd64 1:0.9.10-1.1build1 02:45:39 libxs-parse-keyword-perl 0.39-1build3 02:45:39 libxs-parse-sublike-perl:amd64 0.21-2build3 02:45:39 libxshmfence1:amd64 1.3-1build5 02:45:39 libxslt1.1:amd64 1.1.39-0exp1ubuntu0.24.04.2 02:45:39 libxss1:amd64 1:1.2.3-1build3 02:45:39 libxstring-perl:amd64 0.005-2build3 02:45:39 libxt-dev:amd64 1:1.2.1-1.2build1 02:45:39 libxt6t64:amd64 1:1.2.1-1.2build1 02:45:39 libxtables12:amd64 1.8.10-3ubuntu2 02:45:39 libxtst6:amd64 2:1.2.3-1.1build1 02:45:39 libxv1:amd64 2:1.0.11-1.1build1 02:45:39 libxxf86dga1:amd64 2:1.1.5-1build1 02:45:39 libxxf86vm1:amd64 1:1.1.4-1build4 02:45:39 libxxhash0:amd64 0.8.2-2build1 02:45:39 libyaml-0-2:amd64 0.2.5-1build1 02:45:39 libyaml-libyaml-perl 0.89+ds-1build2 02:45:39 libyaml-tiny-perl 1.74-1 02:45:39 libz3-4:amd64 4.8.12-3.1build1 02:45:39 libz3-dev:amd64 4.8.12-3.1build1 02:45:39 libzstd-dev:amd64 1.5.5+dfsg2-2build1.1 02:45:39 libzstd1:amd64 1.5.5+dfsg2-2build1.1 02:45:39 libzzip-0-13t64:amd64 0.13.72+dfsg.1-1.2build1 02:45:39 licensecheck 3.3.9-1ubuntu1 02:45:39 lintian 2.117.0ubuntu1.2 02:45:39 linux-headers-6.8.0-57 6.8.0-57.59 02:45:39 linux-headers-6.8.0-57-generic 6.8.0-57.59 02:45:39 linux-headers-generic 6.8.0-57.59 02:45:39 linux-libc-dev:amd64 6.8.0-57.59 02:45:39 linux-tools-common 6.8.0-57.59 02:45:39 llvm 1:18.0-59~exp2 02:45:39 llvm-18 1:18.1.3-1ubuntu1 02:45:39 llvm-18-dev 1:18.1.3-1ubuntu1 02:45:39 llvm-18-linker-tools 1:18.1.3-1ubuntu1 02:45:39 llvm-18-runtime 1:18.1.3-1ubuntu1 02:45:39 llvm-18-tools 1:18.1.3-1ubuntu1 02:45:39 llvm-runtime:amd64 1:18.0-59~exp2 02:45:39 lmodern 2.005-1 02:45:39 locales 2.39-0ubuntu8.4 02:45:39 login 1:4.13+dfsg1-4ubuntu3 02:45:39 logsave 1.47.0-2.4~exp1ubuntu4 02:45:39 lsb-release 12.0-2 02:45:39 lto-disabled-list 47 02:45:39 lynx 2.9.0rel.0-2build2 02:45:39 lynx-common 2.9.0rel.0-2build2 02:45:39 lzip 1.24.1-1build1 02:45:39 lzop 1.04-2build3 02:45:39 m17n-db 1.8.5-1 02:45:39 m4 1.4.19-4build1 02:45:39 mailcap 3.70+nmu1ubuntu1 02:45:39 mailutils 1:3.17-1.1build3 02:45:39 mailutils-common 1:3.17-1.1build3 02:45:39 make 4.3-4.1build2 02:45:39 man-db 2.12.0-4build2 02:45:39 manpages 6.7-2 02:45:39 manpages-dev 6.7-2 02:45:39 mawk 1.3.4.20240123-1build1 02:45:39 media-types 10.1.0 02:45:39 mesa-libgallium:amd64 24.2.8-1ubuntu1~24.04.1 02:45:39 mesa-vulkan-drivers:amd64 24.2.8-1ubuntu1~24.04.1 02:45:39 mount 2.39.3-9ubuntu6.2 02:45:39 msr-tools 1.3-5build1 02:45:39 mupdf-tools 1.23.10+ds1-1build3 02:45:39 mysql-common 5.8+1.1.0build1 02:45:39 nasm 2.16.01-1build1 02:45:39 ncurses-base 6.4+20240113-1ubuntu2 02:45:39 ncurses-bin 6.4+20240113-1ubuntu2 02:45:39 net-tools 2.10-0.1ubuntu4 02:45:39 netbase 6.4 02:45:39 networkd-dispatcher 2.2.4-1 02:45:39 nftables 1.0.9-1build1 02:45:39 ninja-build 1.11.1-2 02:45:39 numactl 2.0.18-1build1 02:45:39 openjade 1.4devel1-23.1build1 02:45:39 openjdk-21-jdk:amd64 21.0.6+7-1~24.04.1 02:45:39 openjdk-21-jdk-headless:amd64 21.0.6+7-1~24.04.1 02:45:39 openjdk-21-jre:amd64 21.0.6+7-1~24.04.1 02:45:39 openjdk-21-jre-headless:amd64 21.0.6+7-1~24.04.1 02:45:39 opensp 1.5.2-15ubuntu2 02:45:39 openssh-client 1:9.6p1-3ubuntu13.9 02:45:39 openssl 3.0.13-0ubuntu3.5 02:45:39 ovmf 2024.02-2ubuntu0.1 02:45:39 packagekit 1.2.8-2ubuntu1.2 02:45:39 packagekit-tools 1.2.8-2ubuntu1.2 02:45:39 passwd 1:4.13+dfsg1-4ubuntu3 02:45:39 patch 2.7.6-7build3 02:45:39 patchutils 0.4.2-1build3 02:45:39 pci.ids 0.0~2024.03.31-1ubuntu0.1 02:45:39 pciutils 1:3.10.0-2build1 02:45:39 perl 5.38.2-3.2ubuntu0.1 02:45:39 perl-base 5.38.2-3.2ubuntu0.1 02:45:39 perl-modules-5.38 5.38.2-3.2ubuntu0.1 02:45:39 perl-openssl-defaults:amd64 7build3 02:45:39 pinentry-curses 1.2.1-3ubuntu5 02:45:39 pkg-config:amd64 1.8.1-2build1 02:45:39 pkgconf:amd64 1.8.1-2build1 02:45:39 pkgconf-bin 1.8.1-2build1 02:45:39 po-debconf 1.0.21+nmu1 02:45:39 polkitd 124-2ubuntu1.24.04.2 02:45:39 poppler-data 0.4.12-1 02:45:39 postfix 3.8.6-1build2 02:45:39 preview-latex-style 13.2-1 02:45:39 procps 2:4.0.4-4ubuntu3 02:45:39 publicsuffix 20231001.0357-0.1 02:45:39 python-apt-common 2.7.7ubuntu4 02:45:39 python-babel-localedata 2.10.3-3build1 02:45:39 python3 3.12.3-0ubuntu2 02:45:39 python3-all 3.12.3-0ubuntu2 02:45:39 python3-apt 2.7.7ubuntu4 02:45:39 python3-attr 23.2.0-2 02:45:39 python3-babel 2.10.3-3build1 02:45:39 python3-bcrypt 3.2.2-1build1 02:45:39 python3-blinker 1.7.0-1 02:45:39 python3-bs4 4.12.3-1 02:45:39 python3-certifi 2023.11.17-1 02:45:39 python3-cffi 1.16.0-2build1 02:45:39 python3-cffi-backend:amd64 1.16.0-2build1 02:45:39 python3-chardet 5.2.0+dfsg-1 02:45:39 python3-cryptography 41.0.7-4ubuntu0.1 02:45:39 python3-cssselect 1.2.0-2 02:45:39 python3-dbus 1.3.2-5build3 02:45:39 python3-debian 0.1.49ubuntu2 02:45:39 python3-dev 3.12.3-0ubuntu2 02:45:39 python3-distlib 0.3.8-1 02:45:39 python3-distro 1.9.0-1 02:45:39 python3-distro-info 1.7build1 02:45:39 python3-docker 5.0.3-1ubuntu1.1 02:45:39 python3-dockerpty 0.4.1-5 02:45:39 python3-filelock 3.13.1-1 02:45:39 python3-gi 3.48.2-1 02:45:39 python3-gpg 1.18.0-4.1ubuntu4 02:45:39 python3-html5lib 1.1-6 02:45:39 python3-httplib2 0.20.4-3 02:45:39 python3-idna 3.6-2ubuntu0.1 02:45:39 python3-jinja2 3.1.2-1ubuntu1.3 02:45:39 python3-json-pointer 2.0-0ubuntu1 02:45:39 python3-jsonschema 4.10.3-2ubuntu1 02:45:39 python3-jwt 2.7.0-1 02:45:39 python3-launchpadlib 1.11.0-6 02:45:39 python3-lazr.restfulclient 0.14.6-1 02:45:39 python3-lazr.uri 1.0.6-3 02:45:39 python3-lxml:amd64 5.2.1-1 02:45:39 python3-magic 2:0.4.27-3 02:45:39 python3-markupsafe 2.1.5-1build2 02:45:39 python3-minimal 3.12.3-0ubuntu2 02:45:39 python3-nacl 1.5.0-4build1 02:45:39 python3-oauthlib 3.2.2-1 02:45:39 python3-packaging 24.0-1 02:45:39 python3-paramiko 2.12.0-2ubuntu4.1 02:45:39 python3-pip 24.0+dfsg-1ubuntu1.1 02:45:39 python3-pip-whl 24.0+dfsg-1ubuntu1.1 02:45:39 python3-pkg-resources 68.1.2-2ubuntu1.1 02:45:39 python3-platformdirs 4.2.0-1 02:45:39 python3-ply 3.11-6 02:45:39 python3-pycparser 2.21-1 02:45:39 python3-pyelftools 0.30-1 02:45:39 python3-pygments 2.17.2+dfsg-1 02:45:39 python3-pyparsing 3.1.1-1 02:45:39 python3-pyrsistent:amd64 0.20.0-1build2 02:45:39 python3-requests 2.31.0+dfsg-1ubuntu1 02:45:39 python3-setuptools 68.1.2-2ubuntu1.1 02:45:39 python3-setuptools-whl 68.1.2-2ubuntu1.1 02:45:39 python3-six 1.16.0-4 02:45:39 python3-software-properties 0.99.49.2 02:45:39 python3-soupsieve 2.5-1 02:45:39 python3-tz 2024.1-2 02:45:39 python3-unidiff 0.7.3-1 02:45:39 python3-urllib3 2.0.7-1ubuntu0.1 02:45:39 python3-venv 3.12.3-0ubuntu2 02:45:39 python3-virtualenv 20.25.0+ds-2 02:45:39 python3-wadllib 1.3.6-5 02:45:39 python3-webencodings 0.5.1-5 02:45:39 python3-websocket 1.7.0-1 02:45:39 python3-wheel 0.42.0-2 02:45:39 python3-wheel-whl 0.42.0-2 02:45:39 python3-xdg 0.28-2 02:45:39 python3-yaml 6.0.1-2build2 02:45:39 python3.12 3.12.3-1ubuntu0.5 02:45:39 python3.12-dev 3.12.3-1ubuntu0.5 02:45:39 python3.12-minimal 3.12.3-1ubuntu0.5 02:45:39 python3.12-venv 3.12.3-1ubuntu0.5 02:45:39 qemu-block-extra 1:8.2.2+ds-0ubuntu1.6 02:45:39 qemu-efi-aarch64 2024.02-2ubuntu0.1 02:45:39 qemu-efi-arm 2024.02-2ubuntu0.1 02:45:39 qemu-system 1:8.2.2+ds-0ubuntu1.6 02:45:39 qemu-system-arm 1:8.2.2+ds-0ubuntu1.6 02:45:39 qemu-system-common 1:8.2.2+ds-0ubuntu1.6 02:45:39 qemu-system-data 1:8.2.2+ds-0ubuntu1.6 02:45:39 qemu-system-gui 1:8.2.2+ds-0ubuntu1.6 02:45:39 qemu-system-mips 1:8.2.2+ds-0ubuntu1.6 02:45:39 qemu-system-misc 1:8.2.2+ds-0ubuntu1.6 02:45:39 qemu-system-modules-opengl 1:8.2.2+ds-0ubuntu1.6 02:45:39 qemu-system-modules-spice 1:8.2.2+ds-0ubuntu1.6 02:45:39 qemu-system-ppc 1:8.2.2+ds-0ubuntu1.6 02:45:39 qemu-system-s390x 1:8.2.2+ds-0ubuntu1.6 02:45:39 qemu-system-sparc 1:8.2.2+ds-0ubuntu1.6 02:45:39 qemu-system-x86 1:8.2.2+ds-0ubuntu1.6 02:45:39 qemu-utils 1:8.2.2+ds-0ubuntu1.6 02:45:39 quilt 0.67+really0.67-4 02:45:39 rake 13.0.6-3 02:45:39 readline-common 8.2-4build1 02:45:39 rpcsvc-proto 1.4.2-0ubuntu7 02:45:39 rsync 3.2.7-1ubuntu1.2 02:45:39 ruby 1:3.2~ubuntu1 02:45:39 ruby-asciidoctor 2.0.20-1 02:45:39 ruby-dev:amd64 1:3.2~ubuntu1 02:45:39 ruby-ffi:amd64 1.16.3+dfsg-1build2 02:45:39 ruby-hocon 1.3.1-2 02:45:39 ruby-net-telnet 0.2.0-1 02:45:39 ruby-rubygems 3.4.20-1 02:45:39 ruby-sdbm:amd64 1.0.0-5build4 02:45:39 ruby-sys-filesystem 1.4.4-1 02:45:39 ruby-thor 1.3.1-1 02:45:39 ruby-webrick 1.8.1-1ubuntu0.1 02:45:39 ruby-xmlrpc 0.3.2-2 02:45:39 ruby3.2 3.2.3-1ubuntu0.24.04.5 02:45:39 ruby3.2-dev:amd64 3.2.3-1ubuntu0.24.04.5 02:45:39 ruby3.2-doc 3.2.3-1ubuntu0.24.04.5 02:45:39 rubygems-integration 1.18 02:45:39 seabios 1.16.3-2 02:45:39 sed 4.9-2build1 02:45:39 sensible-utils 0.0.22 02:45:39 session-migration 0.3.9build1 02:45:39 sgml-base 1.31 02:45:39 sgml-data 2.0.11+nmu1 02:45:39 sgmlspl 1.03ii-38 02:45:39 shared-mime-info 2.4-4 02:45:39 socat 1.8.0.0-4build3 02:45:39 software-properties-common 0.99.49.2 02:45:39 sshpass 1.09-1 02:45:39 ssl-cert 1.1.2ubuntu1 02:45:39 strace 6.8-0ubuntu2 02:45:39 sudo 1.9.15p5-3ubuntu5 02:45:39 supervisor 4.2.5-1 02:45:39 sysstat 12.6.1-2 02:45:39 systemd 255.4-1ubuntu8.6 02:45:39 systemd-dev 255.4-1ubuntu8.6 02:45:39 systemd-resolved 255.4-1ubuntu8.6 02:45:39 systemd-sysv 255.4-1ubuntu8.6 02:45:39 systemd-timesyncd 255.4-1ubuntu8.6 02:45:39 sysvinit-utils 3.08-6ubuntu3 02:45:39 t1utils 1.41-4build3 02:45:39 tar 1.35+dfsg-3build1 02:45:39 tcl 8.6.14build1 02:45:39 tcl8.6 8.6.14+dfsg-1build1 02:45:39 teckit 2.5.12+ds1-1 02:45:39 tex-common 6.18 02:45:39 tex-gyre 20180621-6 02:45:39 texlive 2023.20240207-1 02:45:39 texlive-base 2023.20240207-1 02:45:39 texlive-bibtex-extra 2023.20240207-1 02:45:39 texlive-binaries 2023.20230311.66589-9build3 02:45:39 texlive-extra-utils 2023.20240207-1 02:45:39 texlive-fonts-recommended 2023.20240207-1 02:45:39 texlive-formats-extra 2023.20240207-1 02:45:39 texlive-lang-greek 2023.20240207-1 02:45:39 texlive-latex-base 2023.20240207-1 02:45:39 texlive-latex-extra 2023.20240207-1 02:45:39 texlive-latex-recommended 2023.20240207-1 02:45:39 texlive-luatex 2023.20240207-1 02:45:39 texlive-pictures 2023.20240207-1 02:45:39 texlive-plain-generic 2023.20240207-1 02:45:39 texlive-science 2023.20240207-1 02:45:39 texlive-xetex 2023.20240207-1 02:45:39 tipa 2:1.3-21 02:45:39 tk 8.6.14build1 02:45:39 tk8.6 8.6.14-1build1 02:45:39 traceroute 1:2.1.5-1 02:45:39 tree 2.1.1-2ubuntu3 02:45:39 tshark 4.2.2-1.1build3 02:45:39 tzdata 2024a-3ubuntu1.1 02:45:39 ubuntu-keyring 2023.11.28.1 02:45:39 ubuntu-mono 24.04-0ubuntu1 02:45:39 ucf 3.0043+nmu1 02:45:39 unattended-upgrades 2.9.1+nmu4ubuntu1 02:45:39 unzip 6.0-28ubuntu4.1 02:45:39 usb.ids 2024.03.18-1 02:45:39 util-linux 2.39.3-9ubuntu6.2 02:45:39 uuid-dev:amd64 2.39.3-9ubuntu6.2 02:45:39 vim 2:9.1.0016-1ubuntu7.8 02:45:39 vim-common 2:9.1.0016-1ubuntu7.8 02:45:39 vim-runtime 2:9.1.0016-1ubuntu7.8 02:45:39 virt-what 1.25-2 02:45:39 virtualenv 20.25.0+ds-2 02:45:39 vpp-ext-deps 25.06-5 02:45:39 wdiff 1.2.2-6build1 02:45:39 wget 1.21.4-1ubuntu4.1 02:45:39 wireshark-common 4.2.2-1.1build3 02:45:39 x11-common 1:7.7+23ubuntu3 02:45:39 x11-utils 7.7+6build2 02:45:39 x11-xserver-utils 7.7+10build2 02:45:39 x11proto-dev 2023.2-1 02:45:39 xauth 1:1.1.2-1build1 02:45:39 xdg-user-dirs 0.18-1build1 02:45:39 xdg-utils 1.1.3-4.1ubuntu3 02:45:39 xfonts-encodings 1:1.0.5-0ubuntu2 02:45:39 xfonts-utils 1:7.7+6build3 02:45:39 xkb-data 2.41-2ubuntu1.1 02:45:39 xml-core 0.19 02:45:39 xmlstarlet 1.6.1-4 02:45:39 xmlto 0.0.28-2.1 02:45:39 xorg-sgml-doctools 1:1.11-1.1 02:45:39 xsltproc 1.1.39-0exp1ubuntu0.24.04.2 02:45:39 xtrans-dev 1.4.0-1 02:45:39 xxd 2:9.1.0016-1ubuntu7.8 02:45:39 xz-utils 5.6.1+really5.4.5-1ubuntu0.2 02:45:39 yasm 1.3.0-4 02:45:39 zip 3.0-13ubuntu0.2 02:45:39 zlib1g:amd64 1:1.3.dfsg-3.1ubuntu2.1 02:45:39 zlib1g-dev:amd64 1:1.3.dfsg-3.1ubuntu2.1 02:45:39 zstd 1.5.5+dfsg2-2build1.1 02:45:39 zutty 0.14.8.20231210+dfsg1-1 02:45:39 ************************************************************************ 02:45:39 Python3 package list: 02:45:40 Package Version 02:45:40 ------------------- -------------- 02:45:40 attrs 23.2.0 02:45:40 Babel 2.10.3 02:45:40 bcrypt 3.2.2 02:45:40 beautifulsoup4 4.12.3 02:45:40 blinker 1.7.0 02:45:40 boto3 1.37.34 02:45:40 botocore 1.37.34 02:45:40 certifi 2023.11.17 02:45:40 cffi 1.16.0 02:45:40 chardet 5.2.0 02:45:40 cryptography 41.0.7 02:45:40 cssselect 1.2.0 02:45:40 dblatex 0.3.12 02:45:40 dbus-python 1.3.2 02:45:40 debmake 4.4.0 02:45:40 devscripts 2.23.7 02:45:40 distlib 0.3.8 02:45:40 distro 1.9.0 02:45:40 distro-info 1.7+build1 02:45:40 docker 5.0.3 02:45:40 dockerpty 0.4.1 02:45:40 filelock 3.13.1 02:45:40 gcovr 7.0 02:45:40 git-review 2.3.1 02:45:40 gpg 1.18.0 02:45:40 html5lib 1.1 02:45:40 httplib2 0.20.4 02:45:40 idna 3.6 02:45:40 Jinja2 3.1.2 02:45:40 jmespath 1.0.1 02:45:40 jsonpointer 2.0 02:45:40 jsonschema 4.10.3 02:45:40 launchpadlib 1.11.0 02:45:40 lazr.restfulclient 0.14.6 02:45:40 lazr.uri 1.0.6 02:45:40 lxml 5.2.1 02:45:40 MarkupSafe 2.1.5 02:45:40 oauthlib 3.2.2 02:45:40 packaging 24.0 02:45:40 paramiko 2.12.0 02:45:40 pip 24.0 02:45:40 platformdirs 4.2.0 02:45:40 ply 3.11 02:45:40 pycparser 2.21 02:45:40 pyelftools 0.30 02:45:40 Pygments 2.17.2 02:45:40 PyGObject 3.48.2 02:45:40 PyJWT 2.7.0 02:45:40 PyNaCl 1.5.0 02:45:40 pyparsing 3.1.1 02:45:40 pyrsistent 0.20.0 02:45:40 python-apt 2.7.7+ubuntu4 02:45:40 python-dateutil 2.9.0.post0 02:45:40 python-debian 0.1.49+ubuntu2 02:45:40 python-magic 0.4.27 02:45:40 pytz 2024.1 02:45:40 pyxdg 0.28 02:45:40 PyYAML 6.0.1 02:45:40 requests 2.31.0 02:45:40 s3transfer 0.11.4 02:45:40 setuptools 68.1.2 02:45:40 six 1.16.0 02:45:40 soupsieve 2.5 02:45:40 supervisor 4.2.5 02:45:40 unattended-upgrades 0.1 02:45:40 unidiff 0.7.3 02:45:40 urllib3 2.0.7 02:45:40 virtualenv 20.25.0+ds 02:45:40 wadllib 1.3.6 02:45:40 webencodings 0.5.1 02:45:40 websocket-client 1.7.0 02:45:40 wheel 0.42.0 02:45:40 xdg 5 02:45:40 ************************************************************************ 02:45:40 Executor Downloads cache '/root/Downloads': 02:45:40 total 281M 02:45:40 -rw-r--r-- 1 root root 16M Apr 16 01:02 dpdk-24.07.tar.xz 02:45:40 -rw-r--r-- 1 root root 17M Apr 16 01:14 dpdk-24.11.1.tar.xz 02:45:40 -rw-r--r-- 1 root root 1.7M Apr 16 01:03 meson-0.55.3.tar.gz 02:45:40 -rw-r--r-- 1 root root 1.8M Apr 16 01:14 meson-0.57.2.tar.gz 02:45:40 -rw-r--r-- 1 root root 185K Apr 16 01:14 pyelftools-0.32-py3-none-any.whl 02:45:40 -rw-r--r-- 1 root root 976K Apr 16 01:04 quicly_0.1.4-vpp.tar.gz 02:45:40 -rw-r--r-- 1 root root 1.1M Apr 16 01:15 quicly_0.1.5-vpp.tar.gz 02:45:40 -rw-r--r-- 1 root root 1.9M Apr 16 01:02 rdma-core-52.0.tar.gz 02:45:40 -rw-r--r-- 1 root root 2.0M Apr 16 01:14 rdma-core-55.0.tar.gz 02:45:40 -rw-r--r-- 1 root root 1.2M Apr 16 01:14 setuptools-78.1.0-py3-none-any.whl 02:45:40 -rw-r--r-- 1 root root 2.2M Apr 16 01:02 v1.5.tar.gz 02:45:40 -rw-r--r-- 1 root root 2.4M Apr 16 01:13 v2.0.tar.gz 02:45:40 -rw-r--r-- 1 root root 77M Apr 16 01:07 vpp-ext-deps_24.10-8_amd64.deb 02:45:40 -rw-r--r-- 1 root root 83M Apr 16 01:13 vpp-ext-deps_25.02-14_amd64.deb 02:45:40 -rw-r--r-- 1 root root 72M Apr 16 01:17 vpp-ext-deps_25.06-5_amd64.deb 02:45:40 -rw-r--r-- 1 root root 71K Apr 16 01:14 wheel-0.45.1-py3-none-any.whl 02:45:40 -rw-r--r-- 1 root root 1.2M Apr 16 01:15 xdp-tools-1.2.9.tar.gz 02:45:40 ************************************************************************ 02:45:40 DNS nameserver config in '/etc/resolv.conf': 02:45:40 # Generated by Docker Engine. 02:45:40 # This file can be edited; Docker Engine will not make further changes once it 02:45:40 # has been modified. 02:45:40 02:45:40 nameserver 172.17.0.1 02:45:40 search s26-nomad 02:45:40 02:45:40 # Based on host file: '' (legacy) 02:45:40 # Overrides: [nameservers search] 02:45:40 ************************************************************************ 02:45:40 ccache statistics: 02:45:40 Cacheable calls: 1666104 / 1969383 (84.60%) 02:45:40 Hits: 1216930 / 1666104 (73.04%) 02:45:40 Direct: 1017084 / 1216930 (83.58%) 02:45:40 Preprocessed: 199846 / 1216930 (16.42%) 02:45:40 Misses: 449174 / 1666104 (26.96%) 02:45:40 Uncacheable calls: 303279 / 1969383 (15.40%) 02:45:40 Local storage: 02:45:40 Cache size (GB): 10.0 / 10.0 (99.95%) 02:45:40 Cleanups: 1507 02:45:40 Hits: 1216930 / 1666104 (73.04%) 02:45:40 Misses: 449174 / 1666104 (26.96%) 02:45:40 ************************************************************************ 02:45:40 [csit-vpp-perf-verify-master-3n-icx] $ /usr/bin/env bash /tmp/jenkins14479485316861288118.sh 02:45:40 ---> jjb/scripts/csit/perf-verify.sh 02:45:40 + [[ comment-added == \c\o\m\m\e\n\t\-\a\d\d\e\d ]] 02:45:40 ++ echo UGF0Y2ggU2V0IDU6Cgpjc2l0LTNuLWljeC1wZXJmdGVzdCBuaWNfaW50ZWwteHh2NzEwQU5EZHJ2X3ZmaW9fcGNpQU5EZXRoLWlwNHRjcC1oZmMtc2NlbmFyaW9zKg== 02:45:40 ++ grep -oE '(perftest$|perftest[[:space:]].+$)' 02:45:40 ++ true 02:45:40 + TRIGGER= 02:45:40 + export TEST_TAG_STRING= 02:45:40 + TEST_TAG_STRING= 02:45:40 + csit_entry_dir=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/entry 02:45:40 + source /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/entry/bootstrap_verify_perf.sh 02:45:40 ++ set -exuo pipefail 02:45:40 ++++ readlink -e /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/entry/bootstrap_verify_perf.sh 02:45:40 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/entry/bootstrap_verify_perf.sh 02:45:40 ++ BASH_ENTRY_DIR=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/entry 02:45:40 +++ readlink -e /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/entry/../function 02:45:40 ++ BASH_FUNCTION_DIR=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/function 02:45:40 ++ source /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/function/common.sh 02:45:40 +++ set -exuo pipefail 02:45:40 ++ source /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/function/gather.sh 02:45:40 +++ set -exuo pipefail 02:45:40 ++ source /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/function/ansible.sh 02:45:40 +++ set -exuo pipefail 02:45:40 ++ source /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/function/terraform.sh 02:45:40 +++ set -exuo pipefail 02:45:40 ++ common_dirs 02:45:40 ++ set -exuo pipefail 02:45:40 +++ readlink -e /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/function/common.sh 02:45:40 ++ this_file=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/function/common.sh 02:45:40 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/function/common.sh 02:45:40 ++ BASH_FUNCTION_DIR=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/function 02:45:40 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/function 02:45:40 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/function /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:45:40 +++ git rev-parse --show-toplevel 02:45:40 ++ relative_csit_dir=/w/workspace/csit-vpp-perf-verify-master-3n-icx 02:45:40 +++ readlink -e /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:45:40 ++ CSIT_DIR=/w/workspace/csit-vpp-perf-verify-master-3n-icx 02:45:40 ++ popd 02:45:40 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:45:40 +++ readlink -e /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available 02:45:40 ++ TOPOLOGIES_DIR=/w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available 02:45:40 +++ readlink -e /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/job_specs 02:45:40 ++ JOB_SPECS_DIR=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/job_specs 02:45:40 +++ readlink -e /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources 02:45:40 ++ RESOURCES_DIR=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources 02:45:40 +++ readlink -e /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools 02:45:40 ++ TOOLS_DIR=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools 02:45:40 +++ readlink -e /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts 02:45:40 ++ PYTHON_SCRIPTS_DIR=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts 02:45:40 +++ readlink -f /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives 02:45:40 ++ ARCHIVE_DIR=/w/workspace/csit-vpp-perf-verify-master-3n-icx/archives 02:45:40 ++ mkdir -p /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives 02:45:40 +++ readlink -f /w/workspace/csit-vpp-perf-verify-master-3n-icx/download_dir 02:45:40 ++ DOWNLOAD_DIR=/w/workspace/csit-vpp-perf-verify-master-3n-icx/download_dir 02:45:40 ++ mkdir -p /w/workspace/csit-vpp-perf-verify-master-3n-icx/download_dir 02:45:40 +++ readlink -f /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated 02:45:40 ++ GENERATED_DIR=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated 02:45:40 ++ mkdir -p /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated 02:45:40 ++ check_prerequisites 02:45:40 ++ set -exuo pipefail 02:45:40 ++ installed sshpass 02:45:40 ++ set -exuo pipefail 02:45:40 ++ command -v sshpass 02:45:40 /usr/bin/sshpass 02:45:40 ++ get_test_code '' 02:45:40 ++ set -exuo pipefail 02:45:40 ++ TEST_CODE= 02:45:40 ++ [[ -z '' ]] 02:45:40 ++ TEST_CODE=csit-vpp-perf-verify-master-3n-icx 02:45:40 ++ case "${TEST_CODE}" in 02:45:40 ++ NODENESS=3n 02:45:40 ++ FLAVOR=icx 02:45:40 ++ get_test_tag_string 02:45:40 ++ set -exuo pipefail 02:45:40 ++ [[ comment-added == \c\o\m\m\e\n\t\-\a\d\d\e\d ]] 02:45:40 ++ case "${TEST_CODE}" in 02:45:40 ++ trigger=perftest 02:45:40 +++ fgrep perftest 02:45:40 +++ true 02:45:40 ++ comment= 02:45:40 ++ cmd=("grep" "-oP" '\S*'"${trigger}"'\S*\s\K.+$') 02:45:40 +++ grep -oP '\S*perftest\S*\s\K.+$' 02:45:40 +++ true 02:45:40 ++ TEST_TAG_STRING= 02:45:40 ++ [[ -z '' ]] 02:45:40 ++ comment=UGF0Y2ggU2V0IDU6Cgpjc2l0LTNuLWljeC1wZXJmdGVzdCBuaWNfaW50ZWwteHh2NzEwQU5EZHJ2X3ZmaW9fcGNpQU5EZXRoLWlwNHRjcC1oZmMtc2NlbmFyaW9zKg== 02:45:40 +++ base64 --decode 02:45:40 ++ comment='Patch Set 5: 02:45:40 02:45:40 csit-3n-icx-perftest nic_intel-xxv710ANDdrv_vfio_pciANDeth-ip4tcp-hfc-scenarios*' 02:45:40 +++ fgrep perftest 02:45:40 ++ comment='csit-3n-icx-perftest nic_intel-xxv710ANDdrv_vfio_pciANDeth-ip4tcp-hfc-scenarios*' 02:45:40 +++ grep -oP '\S*perftest\S*\s\K.+$' 02:45:40 ++ TEST_TAG_STRING='nic_intel-xxv710ANDdrv_vfio_pciANDeth-ip4tcp-hfc-scenarios*' 02:45:40 ++ [[ perftest == \b\i\s\e\c\t\t\e\s\t ]] 02:45:40 ++ [[ -n nic_intel-xxv710ANDdrv_vfio_pciANDeth-ip4tcp-hfc-scenarios* ]] 02:45:40 ++ test_tag_array=(${TEST_TAG_STRING}) 02:45:40 ++ [[ nic_intel-xxv710ANDdrv_vfio_pciANDeth-ip4tcp-hfc-scenarios* == \i\c\l ]] 02:45:40 ++ [[ nic_intel-xxv710ANDdrv_vfio_pciANDeth-ip4tcp-hfc-scenarios* == \s\k\x ]] 02:45:40 ++ select_arch_os 02:45:40 ++ set -exuo pipefail 02:45:40 ++ source /etc/os-release 02:45:40 +++ PRETTY_NAME='Ubuntu 24.04 LTS' 02:45:40 +++ NAME=Ubuntu 02:45:40 +++ VERSION_ID=24.04 02:45:40 +++ VERSION='24.04 LTS (Noble Numbat)' 02:45:40 +++ VERSION_CODENAME=noble 02:45:40 +++ ID=ubuntu 02:45:40 +++ ID_LIKE=debian 02:45:40 +++ HOME_URL=https://www.ubuntu.com/ 02:45:40 +++ SUPPORT_URL=https://help.ubuntu.com/ 02:45:40 +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 02:45:40 +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 02:45:40 +++ UBUNTU_CODENAME=noble 02:45:40 +++ LOGO=ubuntu-logo 02:45:40 ++ case "${ID}" in 02:45:40 ++ case "${VERSION}" in 02:45:40 ++ IMAGE_VER_FILE=VPP_DEVICE_IMAGE_UBUNTU_NOBLE 02:45:40 ++ VPP_VER_FILE=VPP_STABLE_VER_UBUNTU_NOBLE 02:45:40 ++ PKG_SUFFIX=deb 02:45:40 +++ uname -m 02:45:40 ++ arch=x86_64 02:45:40 ++ case "${arch}" in 02:45:40 ++ gather_build 02:45:40 ++ set -exuo pipefail 02:45:40 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/download_dir 02:45:40 /w/workspace/csit-vpp-perf-verify-master-3n-icx/download_dir /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:45:40 ++ case "${TEST_CODE}" in 02:45:40 ++ DUT=vpp 02:45:40 ++ source /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/function/gather_vpp.sh 02:45:40 +++ set -exuo pipefail 02:45:40 ++ gather_vpp 02:45:40 ++ set -exuo pipefail 02:45:40 ++ case "${TEST_CODE}" in 02:45:40 ++ [[ csit-vpp-perf-verify-master-3n-icx == *\d\a\i\l\y* ]] 02:45:40 ++ [[ csit-vpp-perf-verify-master-3n-icx == *\w\e\e\k\l\y* ]] 02:45:40 ++ [[ csit-vpp-perf-verify-master-3n-icx == *\s\e\m\i\w\e\e\k\l\y* ]] 02:45:40 ++ [[ csit-vpp-perf-verify-master-3n-icx == *\h\o\u\r\l\y* ]] 02:45:40 ++ warn 'Downloading stable VPP packages from Packagecloud.' 02:45:40 ++ set -exuo pipefail 02:45:40 ++ echo 'Downloading stable VPP packages from Packagecloud.' 02:45:40 Downloading stable VPP packages from Packagecloud. 02:45:40 ++ VPP_VERSION=25.06-rc0~218-g0352899c0 02:45:40 ++ source /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/libraries/bash/function/artifacts.sh 02:45:40 +++ set -exuo pipefail 02:45:40 ++ download_artifacts 02:45:40 ++ set -exuo pipefail 02:45:40 +++ cut -f2- -d= 02:45:40 +++ grep '^ID=' /etc/os-release 02:45:40 +++ sed -e 's/\"//g' 02:45:40 ++ os_id=ubuntu 02:45:40 ++ repo_url_path=/w/workspace/csit-vpp-perf-verify-master-3n-icx/VPP_REPO_URL 02:45:40 ++ '[' -e /w/workspace/csit-vpp-perf-verify-master-3n-icx/VPP_REPO_URL ']' 02:45:40 ++ REPO_URL=https://packagecloud.io/install/repositories/fdio/master 02:45:40 ++ '[' ubuntu == ubuntu ']' 02:45:40 ++ download_ubuntu_artifacts 02:45:40 ++ set -exuo pipefail 02:45:40 ++ sudo -E bash 02:45:40 ++ curl -s https://packagecloud.io/install/repositories/fdio/master/script.deb.sh 02:45:40 Detected operating system as Ubuntu/noble. 02:45:40 Checking for curl... 02:45:40 Detected curl... 02:45:40 Checking for gpg... 02:45:40 Detected gpg... 02:45:40 Detected apt version as 2.7.14 02:45:40 Running apt-get update... done. 02:45:44 Installing apt-transport-https... done. 02:45:45 Installing /etc/apt/sources.list.d/fdio_master.list...done. 02:45:45 Importing packagecloud gpg key... Packagecloud gpg key imported to /etc/apt/keyrings/fdio_master-archive-keyring.gpg 02:45:46 done. 02:45:46 Running apt-get update... done. 02:45:49 02:45:49 The repository is setup! You can now install packages. 02:45:49 ++ artifacts=() 02:45:49 ++ both_quotes='"'\''' 02:45:49 ++ match='[^"'\'']*' 02:45:49 ++ qmatch='["'\'']\?' 02:45:49 ++ sed_command='s#.*apt_source_path=["'\'']\?\([^"'\'']*\)["'\'']\?#\1#p' 02:45:49 +++ curl -s https://packagecloud.io/install/repositories/fdio/master/script.deb.sh 02:45:49 +++ sed -n 's#.*apt_source_path=["'\'']\?\([^"'\'']*\)["'\'']\?#\1#p' 02:45:49 ++ apt_fdio_repo_file=/etc/apt/sources.list.d/fdio_master.list 02:45:49 ++ '[' '!' -f /etc/apt/sources.list.d/fdio_master.list ']' 02:45:49 +++ 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:45:49 +++ grep Package: 02:45:49 +++ cut -d ' ' -f 2 02:45:49 +++ grep vpp 02:45:49 ++ pkgs='libvppinfra 02:45:49 libvppinfra-dev 02:45:49 python3-vpp-api 02:45:49 vpp 02:45:49 vpp-crypto-engines 02:45:49 vpp-dbg 02:45:49 vpp-dev 02:45:49 vpp-ext-deps 02:45:49 vpp-plugin-core 02:45:49 vpp-plugin-devtools 02:45:49 vpp-plugin-dpdk' 02:45:49 ++ '[' -z 25.06-rc0~218-g0352899c0 ']' 02:45:49 ++ set +x 02:45:50 Found '25.06-rc0~218-g0352899c0' among 'libvppinfra' versions. 02:45:50 Found '25.06-rc0~218-g0352899c0' among 'libvppinfra-dev' versions. 02:45:51 Found '25.06-rc0~218-g0352899c0' among 'python3-vpp-api' versions. 02:45:52 Found '25.06-rc0~218-g0352899c0' among 'vpp' versions. 02:45:53 Found '25.06-rc0~218-g0352899c0' among 'vpp-crypto-engines' versions. 02:45:53 Found '25.06-rc0~218-g0352899c0' among 'vpp-dbg' versions. 02:45:54 Found '25.06-rc0~218-g0352899c0' among 'vpp-dev' versions. 02:45:55 Didn't find '25.06-rc0~218-g0352899c0' among 'vpp-ext-deps' versions. 02:45:55 Found '25.06-rc0~218-g0352899c0' among 'vpp-plugin-core' versions. 02:45:56 Found '25.06-rc0~218-g0352899c0' among 'vpp-plugin-devtools' versions. 02:45:57 Found '25.06-rc0~218-g0352899c0' among 'vpp-plugin-dpdk' versions. 02:45:57 ++ [[ false == \t\r\u\e ]] 02:45:57 ++ apt-get -y download libvppinfra=25.06-rc0~218-g0352899c0~b503 libvppinfra-dev=25.06-rc0~218-g0352899c0~b503 python3-vpp-api=25.06-rc0~218-g0352899c0~b503 vpp=25.06-rc0~218-g0352899c0~b503 vpp-crypto-engines=25.06-rc0~218-g0352899c0~b503 vpp-dbg=25.06-rc0~218-g0352899c0~b503 vpp-dev=25.06-rc0~218-g0352899c0~b503 vpp-plugin-core=25.06-rc0~218-g0352899c0~b503 vpp-plugin-devtools=25.06-rc0~218-g0352899c0~b503 vpp-plugin-dpdk=25.06-rc0~218-g0352899c0~b503 02:45:58 Get:1 https://packagecloud.io/fdio/master/ubuntu noble/main amd64 libvppinfra amd64 25.06-rc0~218-g0352899c0~b503 [216 kB] 02:45:58 Get:2 https://packagecloud.io/fdio/master/ubuntu noble/main amd64 libvppinfra-dev amd64 25.06-rc0~218-g0352899c0~b503 [166 kB] 02:45:58 Get:3 https://packagecloud.io/fdio/master/ubuntu noble/main amd64 python3-vpp-api amd64 25.06-rc0~218-g0352899c0~b503 [30.4 kB] 02:45:58 Get:4 https://packagecloud.io/fdio/master/ubuntu noble/main amd64 vpp amd64 25.06-rc0~218-g0352899c0~b503 [5,357 kB] 02:45:58 Get:5 https://packagecloud.io/fdio/master/ubuntu noble/main amd64 vpp-crypto-engines amd64 25.06-rc0~218-g0352899c0~b503 [1,021 kB] 02:45:58 Get:6 https://packagecloud.io/fdio/master/ubuntu noble/main amd64 vpp-dbg amd64 25.06-rc0~218-g0352899c0~b503 [98.6 MB] 02:46:00 Get:7 https://packagecloud.io/fdio/master/ubuntu noble/main amd64 vpp-dev amd64 25.06-rc0~218-g0352899c0~b503 [1,409 kB] 02:46:00 Get:8 https://packagecloud.io/fdio/master/ubuntu noble/main amd64 vpp-plugin-core amd64 25.06-rc0~218-g0352899c0~b503 [4,920 kB] 02:46:00 Get:9 https://packagecloud.io/fdio/master/ubuntu noble/main amd64 vpp-plugin-devtools amd64 25.06-rc0~218-g0352899c0~b503 [400 kB] 02:46:00 Get:10 https://packagecloud.io/fdio/master/ubuntu noble/main amd64 vpp-plugin-dpdk amd64 25.06-rc0~218-g0352899c0~b503 [5,145 kB] 02:46:00 Fetched 117 MB in 3s (40.6 MB/s) 02:46:00 W: Download is performed unsandboxed as root as file '/w/workspace/csit-vpp-perf-verify-master-3n-icx/download_dir/libvppinfra_25.06-rc0~218-g0352899c0~b503_amd64.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied) 02:46:00 ++ popd 02:46:00 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:00 ++ check_download_dir 02:46:00 ++ set -exuo pipefail 02:46:00 +++ ls -A /w/workspace/csit-vpp-perf-verify-master-3n-icx/download_dir 02:46:00 ++ [[ ! -n libvppinfra_25.06-rc0~218-g0352899c0~b503_amd64.deb 02:46:00 libvppinfra-dev_25.06-rc0~218-g0352899c0~b503_amd64.deb 02:46:00 python3-vpp-api_25.06-rc0~218-g0352899c0~b503_amd64.deb 02:46:00 vpp_25.06-rc0~218-g0352899c0~b503_amd64.deb 02:46:00 vpp-crypto-engines_25.06-rc0~218-g0352899c0~b503_amd64.deb 02:46:00 vpp-dbg_25.06-rc0~218-g0352899c0~b503_amd64.deb 02:46:00 vpp-dev_25.06-rc0~218-g0352899c0~b503_amd64.deb 02:46:00 vpp-plugin-core_25.06-rc0~218-g0352899c0~b503_amd64.deb 02:46:00 vpp-plugin-devtools_25.06-rc0~218-g0352899c0~b503_amd64.deb 02:46:00 vpp-plugin-dpdk_25.06-rc0~218-g0352899c0~b503_amd64.deb ]] 02:46:00 ++ activate_virtualenv 02:46:00 ++ set -exuo pipefail 02:46:00 ++ root_path=/w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:00 ++ env_dir=/w/workspace/csit-vpp-perf-verify-master-3n-icx/env 02:46:00 ++ req_path=/w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt 02:46:00 ++ rm -rf /w/workspace/csit-vpp-perf-verify-master-3n-icx/env 02:46:01 +++ which python3 02:46:01 ++ virtualenv --no-download --python=/usr/bin/python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/env 02:46:01 created virtual environment CPython3.12.3.final.0-64 in 86ms 02:46:01 creator CPython3Posix(dest=/w/workspace/csit-vpp-perf-verify-master-3n-icx/env, clear=False, no_vcs_ignore=False, global=False) 02:46:01 seeder FromAppData(download=False, pip=bundle, via=copy, app_data_dir=/root/.local/share/virtualenv) 02:46:01 added seed packages: pip==24.0 02:46:01 activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator 02:46:01 ++ set +u 02:46:01 ++ source /w/workspace/csit-vpp-perf-verify-master-3n-icx/env/bin/activate 02:46:01 +++ '[' /w/workspace/csit-vpp-perf-verify-master-3n-icx/env/bin/activate = /tmp/jenkins14479485316861288118.sh ']' 02:46:01 +++ deactivate nondestructive 02:46:01 +++ unset -f pydoc 02:46:01 +++ '[' -z '' ']' 02:46:01 +++ '[' -z '' ']' 02:46:01 +++ hash -r 02:46:01 +++ '[' -z '' ']' 02:46:01 +++ unset VIRTUAL_ENV 02:46:01 +++ unset VIRTUAL_ENV_PROMPT 02:46:01 +++ '[' '!' nondestructive = nondestructive ']' 02:46:01 +++ VIRTUAL_ENV=/w/workspace/csit-vpp-perf-verify-master-3n-icx/env 02:46:01 +++ '[' linux-gnu = cygwin ']' 02:46:01 +++ '[' linux-gnu = msys ']' 02:46:01 +++ export VIRTUAL_ENV 02:46:01 +++ _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:46:01 +++ 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:46:01 +++ export PATH 02:46:01 +++ '[' x '!=' x ']' 02:46:01 ++++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/env 02:46:01 +++ VIRTUAL_ENV_PROMPT=env 02:46:01 +++ export VIRTUAL_ENV_PROMPT 02:46:01 +++ '[' -z '' ']' 02:46:01 +++ '[' -z '' ']' 02:46:01 +++ _OLD_VIRTUAL_PS1= 02:46:01 +++ PS1='(env) ' 02:46:01 +++ export PS1 02:46:01 +++ alias pydoc 02:46:01 +++ true 02:46:01 +++ hash -r 02:46:01 ++ set -u 02:46:01 ++ pip3 install setuptools 02:46:02 Collecting setuptools 02:46:02 Downloading setuptools-80.4.0-py3-none-any.whl.metadata (6.5 kB) 02:46:02 Downloading setuptools-80.4.0-py3-none-any.whl (1.2 MB) 02:46:02 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 25.1 MB/s eta 0:00:00 02:46:02 Installing collected packages: setuptools 02:46:03 Successfully installed setuptools-80.4.0 02:46:03 ++ pip3 install -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt 02:46:03 Collecting ecdsa==0.19.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 20)) 02:46:03 Using cached ecdsa-0.19.0-py2.py3-none-any.whl.metadata (29 kB) 02:46:03 Collecting paramiko==3.4.1 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 21)) 02:46:03 Using cached paramiko-3.4.1-py3-none-any.whl.metadata (4.4 kB) 02:46:03 Collecting pycryptodome==3.20.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 22)) 02:46:03 Using cached pycryptodome-3.20.0-cp35-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.4 kB) 02:46:03 Collecting python-dateutil==2.9.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 23)) 02:46:03 Using cached python_dateutil-2.9.0-py2.py3-none-any.whl.metadata (8.3 kB) 02:46:03 Collecting PyYAML==6.0.1 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 24)) 02:46:03 Using cached PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) 02:46:04 Collecting requests==2.32.2 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 25)) 02:46:04 Using cached requests-2.32.2-py3-none-any.whl.metadata (4.6 kB) 02:46:04 Collecting robotframework==7.0.1 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 26)) 02:46:04 Using cached robotframework-7.0.1-py3-none-any.whl.metadata (7.5 kB) 02:46:04 Collecting scapy==2.4.5 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 27)) 02:46:04 Using cached scapy-2.4.5-py2.py3-none-any.whl 02:46:04 Collecting scp==0.15.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 28)) 02:46:04 Using cached scp-0.15.0-py2.py3-none-any.whl.metadata (4.3 kB) 02:46:04 Collecting ansible==10.2.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 31)) 02:46:04 Using cached ansible-10.2.0-py3-none-any.whl.metadata (8.2 kB) 02:46:04 Collecting ansible-core==2.17.2 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 32)) 02:46:04 Using cached ansible_core-2.17.2-py3-none-any.whl.metadata (6.9 kB) 02:46:04 Collecting dill==0.3.8 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 35)) 02:46:04 Using cached dill-0.3.8-py3-none-any.whl.metadata (10 kB) 02:46:04 Collecting numpy==2.0.1 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 36)) 02:46:04 Using cached numpy-2.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB) 02:46:04 Collecting scipy==1.14.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 37)) 02:46:04 Using cached scipy-1.14.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB) 02:46:04 Collecting ply==3.11 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 40)) 02:46:04 Using cached ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 02:46:04 Collecting jsonschema==4.23.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 43)) 02:46:04 Using cached jsonschema-4.23.0-py3-none-any.whl.metadata (7.9 kB) 02:46:04 Collecting rfc3339-validator==0.1.4 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 44)) 02:46:04 Using cached rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB) 02:46:04 Collecting rfc3987==1.3.8 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 45)) 02:46:04 Using cached rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB) 02:46:04 Collecting pylint==3.2.6 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 48)) 02:46:04 Using cached pylint-3.2.6-py3-none-any.whl.metadata (12 kB) 02:46:04 Collecting astroid==3.2.4 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 51)) 02:46:04 Using cached astroid-3.2.4-py3-none-any.whl.metadata (4.5 kB) 02:46:04 Collecting attrs==24.2.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 52)) 02:46:04 Using cached attrs-24.2.0-py3-none-any.whl.metadata (11 kB) 02:46:05 Collecting bcrypt==4.2.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 53)) 02:46:05 Using cached bcrypt-4.2.0-cp39-abi3-manylinux_2_28_x86_64.whl.metadata (9.6 kB) 02:46:05 Collecting certifi==2024.7.4 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 54)) 02:46:05 Using cached certifi-2024.7.4-py3-none-any.whl.metadata (2.2 kB) 02:46:05 Collecting cffi==1.17.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 55)) 02:46:05 Using cached cffi-1.17.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB) 02:46:05 Collecting charset-normalizer==3.3.2 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 56)) 02:46:05 Using cached charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB) 02:46:05 Collecting cryptography==43.0.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 57)) 02:46:05 Using cached cryptography-43.0.0-cp39-abi3-manylinux_2_28_x86_64.whl.metadata (5.4 kB) 02:46:05 Collecting idna==3.7 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 58)) 02:46:05 Using cached idna-3.7-py3-none-any.whl.metadata (9.9 kB) 02:46:05 Collecting isort==5.13.2 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 59)) 02:46:05 Using cached isort-5.13.2-py3-none-any.whl.metadata (12 kB) 02:46:05 Collecting Jinja2==3.1.4 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 60)) 02:46:05 Using cached jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB) 02:46:05 Collecting jsonschema-specifications==2023.12.1 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 61)) 02:46:05 Using cached jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB) 02:46:05 Collecting MarkupSafe==2.1.5 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 62)) 02:46:05 Using cached MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) 02:46:05 Collecting mccabe==0.7.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 63)) 02:46:05 Using cached mccabe-0.7.0-py2.py3-none-any.whl.metadata (5.0 kB) 02:46:05 Collecting packaging==24.1 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 64)) 02:46:05 Using cached packaging-24.1-py3-none-any.whl.metadata (3.2 kB) 02:46:05 Collecting platformdirs==4.2.2 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 65)) 02:46:05 Using cached platformdirs-4.2.2-py3-none-any.whl.metadata (11 kB) 02:46:05 Collecting pycparser==2.22 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 67)) 02:46:05 Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes) 02:46:05 Collecting PyNaCl==1.5.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 68)) 02:46:05 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:46:05 Collecting referencing==0.35.1 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 69)) 02:46:05 Using cached referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB) 02:46:05 Collecting resolvelib==1.0.1 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 70)) 02:46:05 Using cached resolvelib-1.0.1-py2.py3-none-any.whl.metadata (4.0 kB) 02:46:06 Collecting rpds-py==0.20.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 71)) 02:46:06 Using cached rpds_py-0.20.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB) 02:46:06 Collecting six==1.16.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 72)) 02:46:06 Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) 02:46:06 Collecting tomli==2.0.1 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 73)) 02:46:06 Using cached tomli-2.0.1-py3-none-any.whl.metadata (8.9 kB) 02:46:06 Collecting tomlkit==0.13.0 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 74)) 02:46:06 Using cached tomlkit-0.13.0-py3-none-any.whl.metadata (2.7 kB) 02:46:06 Collecting typing_extensions==4.12.2 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 75)) 02:46:06 Using cached typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB) 02:46:06 Collecting urllib3==2.2.2 (from -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/requirements.txt (line 76)) 02:46:06 Using cached urllib3-2.2.2-py3-none-any.whl.metadata (6.4 kB) 02:46:06 Using cached ecdsa-0.19.0-py2.py3-none-any.whl (149 kB) 02:46:06 Using cached paramiko-3.4.1-py3-none-any.whl (226 kB) 02:46:06 Using cached pycryptodome-3.20.0-cp35-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB) 02:46:06 Using cached python_dateutil-2.9.0-py2.py3-none-any.whl (230 kB) 02:46:06 Using cached PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (724 kB) 02:46:06 Using cached requests-2.32.2-py3-none-any.whl (63 kB) 02:46:06 Using cached robotframework-7.0.1-py3-none-any.whl (727 kB) 02:46:06 Using cached scp-0.15.0-py2.py3-none-any.whl (8.8 kB) 02:46:06 Using cached ansible-10.2.0-py3-none-any.whl (48.2 MB) 02:46:06 Using cached ansible_core-2.17.2-py3-none-any.whl (2.2 MB) 02:46:06 Using cached dill-0.3.8-py3-none-any.whl (116 kB) 02:46:06 Using cached numpy-2.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (19.2 MB) 02:46:06 Using cached scipy-1.14.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (40.8 MB) 02:46:06 Using cached ply-3.11-py2.py3-none-any.whl (49 kB) 02:46:06 Using cached jsonschema-4.23.0-py3-none-any.whl (88 kB) 02:46:06 Using cached rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB) 02:46:06 Using cached rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) 02:46:06 Using cached pylint-3.2.6-py3-none-any.whl (519 kB) 02:46:06 Using cached astroid-3.2.4-py3-none-any.whl (276 kB) 02:46:06 Using cached attrs-24.2.0-py3-none-any.whl (63 kB) 02:46:06 Using cached bcrypt-4.2.0-cp39-abi3-manylinux_2_28_x86_64.whl (273 kB) 02:46:06 Using cached certifi-2024.7.4-py3-none-any.whl (162 kB) 02:46:06 Using cached cffi-1.17.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB) 02:46:06 Using cached charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (141 kB) 02:46:06 Using cached cryptography-43.0.0-cp39-abi3-manylinux_2_28_x86_64.whl (4.0 MB) 02:46:06 Using cached idna-3.7-py3-none-any.whl (66 kB) 02:46:06 Using cached isort-5.13.2-py3-none-any.whl (92 kB) 02:46:06 Using cached jinja2-3.1.4-py3-none-any.whl (133 kB) 02:46:06 Using cached jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) 02:46:06 Using cached MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28 kB) 02:46:06 Using cached mccabe-0.7.0-py2.py3-none-any.whl (7.3 kB) 02:46:06 Using cached packaging-24.1-py3-none-any.whl (53 kB) 02:46:06 Using cached platformdirs-4.2.2-py3-none-any.whl (18 kB) 02:46:06 Using cached pycparser-2.22-py3-none-any.whl (117 kB) 02:46:06 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:46:06 Using cached referencing-0.35.1-py3-none-any.whl (26 kB) 02:46:06 Using cached resolvelib-1.0.1-py2.py3-none-any.whl (17 kB) 02:46:06 Using cached rpds_py-0.20.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (357 kB) 02:46:06 Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 02:46:06 Using cached tomli-2.0.1-py3-none-any.whl (12 kB) 02:46:06 Using cached tomlkit-0.13.0-py3-none-any.whl (37 kB) 02:46:06 Using cached typing_extensions-4.12.2-py3-none-any.whl (37 kB) 02:46:06 Using cached urllib3-2.2.2-py3-none-any.whl (121 kB) 02:46:07 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:46:36 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:46:36 ++ export PYTHONPATH=/w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:36 ++ PYTHONPATH=/w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:36 ++ generate_tests 02:46:36 ++ set -exuo pipefail 02:46:36 ++ rm -rf /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests 02:46:36 ++ cp -r /w/workspace/csit-vpp-perf-verify-master-3n-icx/tests /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests 02:46:36 ++ cmd_line=("find" "${GENERATED_DIR}/tests" "-type" "f") 02:46:36 ++ cmd_line+=("-executable" "-name" "*.py") 02:46:36 +++ sort 02:46:36 +++ find /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests -type f -executable -name '*.py' 02:46:36 ++ file_list='/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/dpdk/perf/regenerate_testcases.py 02:46:36 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/trex/perf/ip4/regenerate_testcases.py 02:46:36 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/trex/perf/ip6/regenerate_testcases.py 02:46:36 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/trex/perf/l2/regenerate_testcases.py 02:46:36 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/container_memif/regenerate_testcases.py 02:46:36 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/crypto/ethip4/regenerate_testcases.py 02:46:36 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/crypto/ethip6/regenerate_testcases.py 02:46:36 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/flow/regenerate_testcases.py 02:46:36 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/interfaces/regenerate_testcases.py 02:46:36 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip4/regenerate_testcases.py 02:46:36 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip4_tunnels/lisp/regenerate_testcases.py 02:46:36 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip4_tunnels/regenerate_testcases.py 02:46:36 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip6/regenerate_testcases.py 02:46:36 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip6_tunnels/lisp/regenerate_testcases.py 02:46:36 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/l2bd/regenerate_testcases.py 02:46:36 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/l2patch/regenerate_testcases.py 02:46:36 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/l2xc/regenerate_testcases.py 02:46:36 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/srv6/regenerate_testcases.py 02:46:36 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/vm_vhost/ethip4/regenerate_testcases.py 02:46:36 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/vm_vhost/ethip6/regenerate_testcases.py 02:46:36 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/container_memif/regenerate_testcases.py 02:46:36 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/crypto/regenerate_testcases.py 02:46:36 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/gso/regenerate_testcases.py 02:46:36 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/hoststack/regenerate_testcases.py 02:46:36 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip4/regenerate_testcases.py 02:46:36 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip4_tunnels/regenerate_testcases.py 02:46:36 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip6/regenerate_testcases.py 02:46:36 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip6_tunnels/regenerate_testcases.py 02:46:36 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/l2/regenerate_testcases.py 02:46:36 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/lb/regenerate_testcases.py 02:46:36 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/dcr_memif/chain/regenerate_testcases.py 02:46:36 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/dcr_memif/pipeline/regenerate_testcases.py 02:46:36 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/vm_vhost/chain_dot1qip4vxlan/regenerate_testcases.py 02:46:36 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/vm_vhost/chain/regenerate_testcases.py 02:46:36 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/srv6/regenerate_testcases.py 02:46:36 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/vm_vhost/regenerate_testcases.py' 02:46:36 ++ for gen in ${file_list} 02:46:36 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/dpdk/perf/regenerate_testcases.py 02:46:36 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/dpdk/perf 02:46:36 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/dpdk/perf/regenerate_testcases.py 02:46:36 ++ filename=regenerate_testcases.py 02:46:36 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/dpdk/perf 02:46:36 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/dpdk/perf /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:36 ++ ./regenerate_testcases.py 02:46:36 02:46:36 ++ popd 02:46:36 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:36 ++ for gen in ${file_list} 02:46:36 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/trex/perf/ip4/regenerate_testcases.py 02:46:36 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/trex/perf/ip4 02:46:36 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/trex/perf/ip4/regenerate_testcases.py 02:46:37 ++ filename=regenerate_testcases.py 02:46:37 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/trex/perf/ip4 02:46:37 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/trex/perf/ip4 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:37 ++ ./regenerate_testcases.py 02:46:37 02:46:37 ++ popd 02:46:37 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:37 ++ for gen in ${file_list} 02:46:37 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/trex/perf/ip6/regenerate_testcases.py 02:46:37 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/trex/perf/ip6 02:46:37 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/trex/perf/ip6/regenerate_testcases.py 02:46:37 ++ filename=regenerate_testcases.py 02:46:37 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/trex/perf/ip6 02:46:37 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/trex/perf/ip6 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:37 ++ ./regenerate_testcases.py 02:46:37 02:46:37 ++ popd 02:46:37 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:37 ++ for gen in ${file_list} 02:46:37 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/trex/perf/l2/regenerate_testcases.py 02:46:37 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/trex/perf/l2 02:46:37 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/trex/perf/l2/regenerate_testcases.py 02:46:37 ++ filename=regenerate_testcases.py 02:46:37 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/trex/perf/l2 02:46:37 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/trex/perf/l2 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:37 ++ ./regenerate_testcases.py 02:46:37 02:46:37 ++ popd 02:46:37 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:37 ++ for gen in ${file_list} 02:46:37 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/container_memif/regenerate_testcases.py 02:46:37 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/container_memif 02:46:37 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/container_memif/regenerate_testcases.py 02:46:37 ++ filename=regenerate_testcases.py 02:46:37 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/container_memif 02:46:37 /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:46:37 ++ ./regenerate_testcases.py 02:46:37 02:46:37 ++ popd 02:46:37 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:37 ++ for gen in ${file_list} 02:46:37 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/crypto/ethip4/regenerate_testcases.py 02:46:37 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/crypto/ethip4 02:46:37 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/crypto/ethip4/regenerate_testcases.py 02:46:37 ++ filename=regenerate_testcases.py 02:46:37 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/crypto/ethip4 02:46:37 /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:46:37 ++ ./regenerate_testcases.py 02:46:37 02:46:37 ++ popd 02:46:37 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:37 ++ for gen in ${file_list} 02:46:37 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/crypto/ethip6/regenerate_testcases.py 02:46:37 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/crypto/ethip6 02:46:37 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/crypto/ethip6/regenerate_testcases.py 02:46:37 ++ filename=regenerate_testcases.py 02:46:37 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/crypto/ethip6 02:46:37 /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:46:37 ++ ./regenerate_testcases.py 02:46:37 02:46:37 ++ popd 02:46:37 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:37 ++ for gen in ${file_list} 02:46:37 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/flow/regenerate_testcases.py 02:46:37 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/flow 02:46:37 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/flow/regenerate_testcases.py 02:46:37 ++ filename=regenerate_testcases.py 02:46:37 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/flow 02:46:37 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/flow /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:37 ++ ./regenerate_testcases.py 02:46:37 02:46:37 ++ popd 02:46:37 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:37 ++ for gen in ${file_list} 02:46:37 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/interfaces/regenerate_testcases.py 02:46:37 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/interfaces 02:46:37 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/interfaces/regenerate_testcases.py 02:46:37 ++ filename=regenerate_testcases.py 02:46:37 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/interfaces 02:46:37 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/interfaces /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:37 ++ ./regenerate_testcases.py 02:46:37 02:46:37 ++ popd 02:46:37 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:37 ++ for gen in ${file_list} 02:46:37 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip4/regenerate_testcases.py 02:46:37 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip4 02:46:37 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip4/regenerate_testcases.py 02:46:37 ++ filename=regenerate_testcases.py 02:46:37 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip4 02:46:37 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip4 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:37 ++ ./regenerate_testcases.py 02:46:37 02:46:37 ++ popd 02:46:37 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:37 ++ for gen in ${file_list} 02:46:37 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip4_tunnels/lisp/regenerate_testcases.py 02:46:37 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip4_tunnels/lisp 02:46:37 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip4_tunnels/lisp/regenerate_testcases.py 02:46:37 ++ filename=regenerate_testcases.py 02:46:37 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip4_tunnels/lisp 02:46:37 /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:46:37 ++ ./regenerate_testcases.py 02:46:37 02:46:37 ++ popd 02:46:37 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:37 ++ for gen in ${file_list} 02:46:37 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip4_tunnels/regenerate_testcases.py 02:46:37 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip4_tunnels 02:46:37 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip4_tunnels/regenerate_testcases.py 02:46:37 ++ filename=regenerate_testcases.py 02:46:37 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip4_tunnels 02:46:37 /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:46:37 ++ ./regenerate_testcases.py 02:46:37 02:46:37 ++ popd 02:46:37 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:37 ++ for gen in ${file_list} 02:46:37 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip6/regenerate_testcases.py 02:46:37 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip6 02:46:37 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip6/regenerate_testcases.py 02:46:37 ++ filename=regenerate_testcases.py 02:46:37 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip6 02:46:37 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip6 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:37 ++ ./regenerate_testcases.py 02:46:37 02:46:37 ++ popd 02:46:37 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:37 ++ for gen in ${file_list} 02:46:37 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip6_tunnels/lisp/regenerate_testcases.py 02:46:37 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip6_tunnels/lisp 02:46:37 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip6_tunnels/lisp/regenerate_testcases.py 02:46:37 ++ filename=regenerate_testcases.py 02:46:37 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/ip6_tunnels/lisp 02:46:37 /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:46:37 ++ ./regenerate_testcases.py 02:46:37 02:46:37 ++ popd 02:46:37 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:37 ++ for gen in ${file_list} 02:46:37 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/l2bd/regenerate_testcases.py 02:46:37 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/l2bd 02:46:37 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/l2bd/regenerate_testcases.py 02:46:37 ++ filename=regenerate_testcases.py 02:46:37 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/l2bd 02:46:37 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/l2bd /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:37 ++ ./regenerate_testcases.py 02:46:37 02:46:37 ++ popd 02:46:37 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:37 ++ for gen in ${file_list} 02:46:37 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/l2patch/regenerate_testcases.py 02:46:37 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/l2patch 02:46:37 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/l2patch/regenerate_testcases.py 02:46:37 ++ filename=regenerate_testcases.py 02:46:37 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/l2patch 02:46:37 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/l2patch /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:37 ++ ./regenerate_testcases.py 02:46:37 02:46:37 ++ popd 02:46:37 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:37 ++ for gen in ${file_list} 02:46:37 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/l2xc/regenerate_testcases.py 02:46:37 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/l2xc 02:46:37 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/l2xc/regenerate_testcases.py 02:46:37 ++ filename=regenerate_testcases.py 02:46:37 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/l2xc 02:46:37 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/l2xc /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:37 ++ ./regenerate_testcases.py 02:46:37 02:46:37 ++ popd 02:46:37 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:37 ++ for gen in ${file_list} 02:46:37 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/srv6/regenerate_testcases.py 02:46:37 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/srv6 02:46:37 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/srv6/regenerate_testcases.py 02:46:37 ++ filename=regenerate_testcases.py 02:46:37 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/srv6 02:46:37 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/srv6 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:37 ++ ./regenerate_testcases.py 02:46:37 02:46:37 ++ popd 02:46:37 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:37 ++ for gen in ${file_list} 02:46:37 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/vm_vhost/ethip4/regenerate_testcases.py 02:46:37 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/vm_vhost/ethip4 02:46:37 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/vm_vhost/ethip4/regenerate_testcases.py 02:46:37 ++ filename=regenerate_testcases.py 02:46:37 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/vm_vhost/ethip4 02:46:37 /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:46:37 ++ ./regenerate_testcases.py 02:46:37 02:46:37 ++ popd 02:46:37 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:37 ++ for gen in ${file_list} 02:46:37 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/vm_vhost/ethip6/regenerate_testcases.py 02:46:37 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/vm_vhost/ethip6 02:46:37 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/vm_vhost/ethip6/regenerate_testcases.py 02:46:37 ++ filename=regenerate_testcases.py 02:46:37 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/device/vm_vhost/ethip6 02:46:37 /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:46:37 ++ ./regenerate_testcases.py 02:46:37 02:46:37 ++ popd 02:46:37 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:37 ++ for gen in ${file_list} 02:46:37 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/container_memif/regenerate_testcases.py 02:46:37 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/container_memif 02:46:37 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/container_memif/regenerate_testcases.py 02:46:37 ++ filename=regenerate_testcases.py 02:46:37 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/container_memif 02:46:37 /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:46:37 ++ ./regenerate_testcases.py 02:46:38 02:46:38 ++ popd 02:46:38 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:38 ++ for gen in ${file_list} 02:46:38 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/crypto/regenerate_testcases.py 02:46:38 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/crypto 02:46:38 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/crypto/regenerate_testcases.py 02:46:38 ++ filename=regenerate_testcases.py 02:46:38 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/crypto 02:46:38 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/crypto /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:38 ++ ./regenerate_testcases.py 02:46:40 02:46:40 ++ popd 02:46:40 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:40 ++ for gen in ${file_list} 02:46:40 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/gso/regenerate_testcases.py 02:46:40 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/gso 02:46:40 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/gso/regenerate_testcases.py 02:46:40 ++ filename=regenerate_testcases.py 02:46:40 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/gso 02:46:40 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/gso /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:40 ++ ./regenerate_testcases.py 02:46:40 02:46:40 ++ popd 02:46:40 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:40 ++ for gen in ${file_list} 02:46:40 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/hoststack/regenerate_testcases.py 02:46:40 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/hoststack 02:46:40 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/hoststack/regenerate_testcases.py 02:46:40 ++ filename=regenerate_testcases.py 02:46:40 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/hoststack 02:46:40 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/hoststack /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:40 ++ ./regenerate_testcases.py 02:46:40 02:46:40 ++ popd 02:46:40 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:40 ++ for gen in ${file_list} 02:46:40 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip4/regenerate_testcases.py 02:46:40 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip4 02:46:40 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip4/regenerate_testcases.py 02:46:40 ++ filename=regenerate_testcases.py 02:46:40 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip4 02:46:40 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip4 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:40 ++ ./regenerate_testcases.py 02:46:43 02:46:43 ++ popd 02:46:43 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:43 ++ for gen in ${file_list} 02:46:43 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip4_tunnels/regenerate_testcases.py 02:46:43 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip4_tunnels 02:46:43 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip4_tunnels/regenerate_testcases.py 02:46:43 ++ filename=regenerate_testcases.py 02:46:43 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip4_tunnels 02:46:43 /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:46:43 ++ ./regenerate_testcases.py 02:46:43 02:46:43 ++ popd 02:46:43 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:43 ++ for gen in ${file_list} 02:46:43 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip6/regenerate_testcases.py 02:46:43 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip6 02:46:43 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip6/regenerate_testcases.py 02:46:43 ++ filename=regenerate_testcases.py 02:46:43 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip6 02:46:43 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip6 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:43 ++ ./regenerate_testcases.py 02:46:44 02:46:44 ++ popd 02:46:44 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:44 ++ for gen in ${file_list} 02:46:44 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip6_tunnels/regenerate_testcases.py 02:46:44 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip6_tunnels 02:46:44 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip6_tunnels/regenerate_testcases.py 02:46:44 ++ filename=regenerate_testcases.py 02:46:44 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/ip6_tunnels 02:46:44 /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:46:44 ++ ./regenerate_testcases.py 02:46:44 02:46:44 ++ popd 02:46:44 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:44 ++ for gen in ${file_list} 02:46:44 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/l2/regenerate_testcases.py 02:46:44 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/l2 02:46:44 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/l2/regenerate_testcases.py 02:46:44 ++ filename=regenerate_testcases.py 02:46:44 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/l2 02:46:44 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/l2 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:44 ++ ./regenerate_testcases.py 02:46:46 02:46:46 ++ popd 02:46:46 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:46 ++ for gen in ${file_list} 02:46:46 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/lb/regenerate_testcases.py 02:46:46 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/lb 02:46:46 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/lb/regenerate_testcases.py 02:46:46 ++ filename=regenerate_testcases.py 02:46:46 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/lb 02:46:46 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/lb /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:46 ++ ./regenerate_testcases.py 02:46:46 02:46:46 ++ popd 02:46:46 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:46 ++ for gen in ${file_list} 02:46:46 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/dcr_memif/chain/regenerate_testcases.py 02:46:46 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/dcr_memif/chain 02:46:46 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/dcr_memif/chain/regenerate_testcases.py 02:46:46 ++ filename=regenerate_testcases.py 02:46:46 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/dcr_memif/chain 02:46:46 /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:46:46 ++ ./regenerate_testcases.py 02:46:46 02:46:47 ++ popd 02:46:47 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:47 ++ for gen in ${file_list} 02:46:47 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/dcr_memif/pipeline/regenerate_testcases.py 02:46:47 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/dcr_memif/pipeline 02:46:47 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/dcr_memif/pipeline/regenerate_testcases.py 02:46:47 ++ filename=regenerate_testcases.py 02:46:47 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/dcr_memif/pipeline 02:46:47 /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:46:47 ++ ./regenerate_testcases.py 02:46:47 02:46:47 ++ popd 02:46:47 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:47 ++ for gen in ${file_list} 02:46:47 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/vm_vhost/chain_dot1qip4vxlan/regenerate_testcases.py 02:46:47 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/vm_vhost/chain_dot1qip4vxlan 02:46:47 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/vm_vhost/chain_dot1qip4vxlan/regenerate_testcases.py 02:46:47 ++ filename=regenerate_testcases.py 02:46:47 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/vm_vhost/chain_dot1qip4vxlan 02:46:47 /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:46:47 ++ ./regenerate_testcases.py 02:46:48 02:46:48 ++ popd 02:46:48 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:48 ++ for gen in ${file_list} 02:46:48 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/vm_vhost/chain/regenerate_testcases.py 02:46:48 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/vm_vhost/chain 02:46:48 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/vm_vhost/chain/regenerate_testcases.py 02:46:48 ++ filename=regenerate_testcases.py 02:46:48 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/nfv_density/vm_vhost/chain 02:46:48 /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:46:48 ++ ./regenerate_testcases.py 02:46:49 02:46:49 ++ popd 02:46:49 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:49 ++ for gen in ${file_list} 02:46:49 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/srv6/regenerate_testcases.py 02:46:49 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/srv6 02:46:49 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/srv6/regenerate_testcases.py 02:46:49 ++ filename=regenerate_testcases.py 02:46:49 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/srv6 02:46:49 /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/srv6 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:49 ++ ./regenerate_testcases.py 02:46:49 02:46:49 ++ popd 02:46:49 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:49 ++ for gen in ${file_list} 02:46:49 +++ dirname /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/vm_vhost/regenerate_testcases.py 02:46:49 ++ directory=/w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/vm_vhost 02:46:49 +++ basename /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/vm_vhost/regenerate_testcases.py 02:46:49 ++ filename=regenerate_testcases.py 02:46:49 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests/vpp/perf/vm_vhost 02:46:49 /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:46:49 ++ ./regenerate_testcases.py 02:46:49 02:46:49 ++ popd 02:46:49 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:49 ++ archive_tests 02:46:49 ++ set -exuo pipefail 02:46:49 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives 02:46:49 /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:49 ++ tar czf generated_tests.tar.gz /w/workspace/csit-vpp-perf-verify-master-3n-icx/generated/tests 02:46:49 tar: Removing leading `/' from member names 02:46:53 ++ popd 02:46:53 /w/workspace/csit-vpp-perf-verify-master-3n-icx 02:46:53 ++ prepare_topology 02:46:53 ++ set -exuo pipefail 02:46:53 ++ case_text=3n_icx 02:46:53 ++ case "${case_text}" in 02:46:53 ++ select_topology 02:46:53 ++ set -exuo pipefail 02:46:53 ++ case "${TEST_CODE}" in 02:46:53 ++ TOPOLOGIES=("${TOPOLOGIES_DIR}"/*3n_icx_*.yaml) 02:46:53 ++ TOPOLOGIES_TAGS='3_node_*_link_topo' 02:46:53 ++ [[ -z /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed37.yaml ]] 02:46:53 ++ reserve_and_cleanup_testbed 02:46:53 ++ set -exuo pipefail 02:46:53 ++ true 02:46:53 ++ for topo in "${TOPOLOGIES[@]}" 02:46:53 ++ set +e 02:46:53 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 02:46:53 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 02:46:53 ++ 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-1343 02:46:54 Diagnostic commands: 02:46:54 + ls --full-time -cd '/tmp/reservation_dir'/* 02:46:54 02:46:54 Attempting testbed reservation. 02:46:54 Testbed already reserved by: 02:46:54 02:46:54 ++ result=2 02:46:54 ++ set -e 02:46:54 ++ [[ 2 == \0 ]] 02:46:54 ++ for topo in "${TOPOLOGIES[@]}" 02:46:54 ++ set +e 02:46:54 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 02:46:54 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 02:46:54 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 02:46:55 Diagnostic commands: 02:46:55 + ls --full-time -cd '/tmp/reservation_dir'/* 02:46:55 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 02:46:55 02:46:55 Attempting testbed reservation. 02:46:55 Testbed already reserved by: 02:46:55 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 02:46:55 02:46:55 ++ result=2 02:46:55 ++ set -e 02:46:55 ++ [[ 2 == \0 ]] 02:46:55 ++ [[ -n '' ]] 02:46:55 ++ [[ 2 == \0 ]] 02:46:55 ++ sleep_time=180s 02:46:55 ++ echo 'Sleeping 180s' 02:46:55 Sleeping 180s 02:46:55 ++ sleep 180s 02:49:55 ++ true 02:49:55 ++ for topo in "${TOPOLOGIES[@]}" 02:49:55 ++ set +e 02:49:55 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 02:49:55 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 02:49:55 ++ 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-1343 02:49:55 Diagnostic commands: 02:49:55 + ls --full-time -cd '/tmp/reservation_dir'/* 02:49:55 02:49:55 Attempting testbed reservation. 02:49:55 Testbed already reserved by: 02:49:55 02:49:55 ++ result=2 02:49:55 ++ set -e 02:49:55 ++ [[ 2 == \0 ]] 02:49:55 ++ for topo in "${TOPOLOGIES[@]}" 02:49:55 ++ set +e 02:49:55 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 02:49:55 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 02:49:55 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 02:49:56 Diagnostic commands: 02:49:56 + ls --full-time -cd '/tmp/reservation_dir'/* 02:49:56 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 02:49:56 02:49:56 Attempting testbed reservation. 02:49:56 Testbed already reserved by: 02:49:56 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 02:49:56 02:49:56 ++ result=2 02:49:56 ++ set -e 02:49:56 ++ [[ 2 == \0 ]] 02:49:56 ++ [[ -n '' ]] 02:49:56 ++ [[ 2 == \0 ]] 02:49:56 ++ sleep_time=189s 02:49:56 ++ echo 'Sleeping 189s' 02:49:56 Sleeping 189s 02:49:56 ++ sleep 189s 02:53:05 ++ true 02:53:05 ++ for topo in "${TOPOLOGIES[@]}" 02:53:05 ++ set +e 02:53:05 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 02:53:05 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 02:53:05 ++ 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-1343 02:53:06 Diagnostic commands: 02:53:06 + ls --full-time -cd '/tmp/reservation_dir'/* 02:53:06 02:53:06 Attempting testbed reservation. 02:53:06 Testbed already reserved by: 02:53:06 02:53:06 ++ result=2 02:53:06 ++ set -e 02:53:06 ++ [[ 2 == \0 ]] 02:53:06 ++ for topo in "${TOPOLOGIES[@]}" 02:53:06 ++ set +e 02:53:06 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 02:53:06 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 02:53:06 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 02:53:07 Diagnostic commands: 02:53:07 + ls --full-time -cd '/tmp/reservation_dir'/* 02:53:07 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 02:53:07 02:53:07 Attempting testbed reservation. 02:53:07 Testbed already reserved by: 02:53:07 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 02:53:07 02:53:07 ++ result=2 02:53:07 ++ set -e 02:53:07 ++ [[ 2 == \0 ]] 02:53:07 ++ [[ -n '' ]] 02:53:07 ++ [[ 2 == \0 ]] 02:53:07 ++ sleep_time=192s 02:53:07 ++ echo 'Sleeping 192s' 02:53:07 Sleeping 192s 02:53:07 ++ sleep 192s 02:56:19 ++ true 02:56:19 ++ for topo in "${TOPOLOGIES[@]}" 02:56:19 ++ set +e 02:56:19 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 02:56:19 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 02:56:19 ++ 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-1343 02:56:20 Diagnostic commands: 02:56:20 + ls --full-time -cd '/tmp/reservation_dir'/* 02:56:20 02:56:20 Attempting testbed reservation. 02:56:20 Testbed already reserved by: 02:56:20 02:56:20 ++ result=2 02:56:20 ++ set -e 02:56:20 ++ [[ 2 == \0 ]] 02:56:20 ++ for topo in "${TOPOLOGIES[@]}" 02:56:20 ++ set +e 02:56:20 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 02:56:20 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 02:56:20 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 02:56:21 Diagnostic commands: 02:56:21 + ls --full-time -cd '/tmp/reservation_dir'/* 02:56:21 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 02:56:21 02:56:21 Attempting testbed reservation. 02:56:21 Testbed already reserved by: 02:56:21 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 02:56:21 02:56:21 ++ result=2 02:56:21 ++ set -e 02:56:21 ++ [[ 2 == \0 ]] 02:56:21 ++ [[ -n '' ]] 02:56:21 ++ [[ 2 == \0 ]] 02:56:21 ++ sleep_time=196s 02:56:21 ++ echo 'Sleeping 196s' 02:56:21 Sleeping 196s 02:56:21 ++ sleep 196s 02:59:37 ++ true 02:59:37 ++ for topo in "${TOPOLOGIES[@]}" 02:59:37 ++ set +e 02:59:37 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 02:59:37 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 02:59:37 ++ 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-1343 02:59:37 Diagnostic commands: 02:59:37 + ls --full-time -cd '/tmp/reservation_dir'/* 02:59:37 02:59:37 Attempting testbed reservation. 02:59:37 Testbed already reserved by: 02:59:37 02:59:37 ++ result=2 02:59:37 ++ set -e 02:59:37 ++ [[ 2 == \0 ]] 02:59:37 ++ for topo in "${TOPOLOGIES[@]}" 02:59:37 ++ set +e 02:59:37 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 02:59:37 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 02:59:37 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 02:59:38 Diagnostic commands: 02:59:38 + ls --full-time -cd '/tmp/reservation_dir'/* 02:59:38 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 02:59:38 02:59:38 Attempting testbed reservation. 02:59:38 Testbed already reserved by: 02:59:38 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 02:59:38 02:59:38 ++ result=2 02:59:38 ++ set -e 02:59:38 ++ [[ 2 == \0 ]] 02:59:38 ++ [[ -n '' ]] 02:59:38 ++ [[ 2 == \0 ]] 02:59:38 ++ sleep_time=183s 02:59:38 ++ echo 'Sleeping 183s' 02:59:38 Sleeping 183s 02:59:38 ++ sleep 183s 03:02:41 ++ true 03:02:41 ++ for topo in "${TOPOLOGIES[@]}" 03:02:41 ++ set +e 03:02:41 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 03:02:41 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 03:02:41 ++ 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-1343 03:02:42 Diagnostic commands: 03:02:42 + ls --full-time -cd '/tmp/reservation_dir'/* 03:02:42 03:02:42 Attempting testbed reservation. 03:02:42 Testbed already reserved by: 03:02:42 03:02:42 ++ result=2 03:02:42 ++ set -e 03:02:42 ++ [[ 2 == \0 ]] 03:02:42 ++ for topo in "${TOPOLOGIES[@]}" 03:02:42 ++ set +e 03:02:42 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 03:02:42 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 03:02:42 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 03:02:43 Diagnostic commands: 03:02:43 + ls --full-time -cd '/tmp/reservation_dir'/* 03:02:43 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 03:02:43 03:02:43 Attempting testbed reservation. 03:02:43 Testbed already reserved by: 03:02:43 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 03:02:43 03:02:43 ++ result=2 03:02:43 ++ set -e 03:02:43 ++ [[ 2 == \0 ]] 03:02:43 ++ [[ -n '' ]] 03:02:43 ++ [[ 2 == \0 ]] 03:02:43 ++ sleep_time=196s 03:02:43 ++ echo 'Sleeping 196s' 03:02:43 Sleeping 196s 03:02:43 ++ sleep 196s 03:05:59 ++ true 03:05:59 ++ for topo in "${TOPOLOGIES[@]}" 03:05:59 ++ set +e 03:05:59 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 03:05:59 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 03:05:59 ++ 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-1343 03:06:00 Diagnostic commands: 03:06:00 + ls --full-time -cd '/tmp/reservation_dir'/* 03:06:00 03:06:00 Attempting testbed reservation. 03:06:00 Testbed already reserved by: 03:06:00 03:06:00 ++ result=2 03:06:00 ++ set -e 03:06:00 ++ [[ 2 == \0 ]] 03:06:00 ++ for topo in "${TOPOLOGIES[@]}" 03:06:00 ++ set +e 03:06:00 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 03:06:00 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 03:06:00 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 03:06:00 Diagnostic commands: 03:06:00 + ls --full-time -cd '/tmp/reservation_dir'/* 03:06:00 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 03:06:00 03:06:00 Attempting testbed reservation. 03:06:00 Testbed already reserved by: 03:06:00 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 03:06:00 03:06:01 ++ result=2 03:06:01 ++ set -e 03:06:01 ++ [[ 2 == \0 ]] 03:06:01 ++ [[ -n '' ]] 03:06:01 ++ [[ 2 == \0 ]] 03:06:01 ++ sleep_time=193s 03:06:01 ++ echo 'Sleeping 193s' 03:06:01 Sleeping 193s 03:06:01 ++ sleep 193s 03:09:14 ++ true 03:09:14 ++ for topo in "${TOPOLOGIES[@]}" 03:09:14 ++ set +e 03:09:14 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 03:09:14 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 03:09:14 ++ 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-1343 03:09:14 Diagnostic commands: 03:09:14 + ls --full-time -cd '/tmp/reservation_dir'/* 03:09:14 03:09:14 Attempting testbed reservation. 03:09:14 Testbed already reserved by: 03:09:14 03:09:14 ++ result=2 03:09:14 ++ set -e 03:09:14 ++ [[ 2 == \0 ]] 03:09:14 ++ for topo in "${TOPOLOGIES[@]}" 03:09:14 ++ set +e 03:09:14 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 03:09:14 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 03:09:14 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 03:09:15 Diagnostic commands: 03:09:15 + ls --full-time -cd '/tmp/reservation_dir'/* 03:09:15 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 03:09:15 03:09:15 Attempting testbed reservation. 03:09:15 Testbed already reserved by: 03:09:15 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 03:09:15 03:09:15 ++ result=2 03:09:15 ++ set -e 03:09:15 ++ [[ 2 == \0 ]] 03:09:15 ++ [[ -n '' ]] 03:09:15 ++ [[ 2 == \0 ]] 03:09:15 ++ sleep_time=187s 03:09:15 ++ echo 'Sleeping 187s' 03:09:15 Sleeping 187s 03:09:15 ++ sleep 187s 03:12:22 ++ true 03:12:22 ++ for topo in "${TOPOLOGIES[@]}" 03:12:22 ++ set +e 03:12:22 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 03:12:22 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 03:12:22 ++ 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-1343 03:12:23 Diagnostic commands: 03:12:23 + ls --full-time -cd '/tmp/reservation_dir'/* 03:12:23 03:12:23 Attempting testbed reservation. 03:12:23 Testbed already reserved by: 03:12:23 03:12:23 ++ result=2 03:12:23 ++ set -e 03:12:23 ++ [[ 2 == \0 ]] 03:12:23 ++ for topo in "${TOPOLOGIES[@]}" 03:12:23 ++ set +e 03:12:23 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 03:12:23 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 03:12:23 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 03:12:24 Diagnostic commands: 03:12:24 + ls --full-time -cd '/tmp/reservation_dir'/* 03:12:24 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 03:12:24 03:12:24 Attempting testbed reservation. 03:12:24 Testbed already reserved by: 03:12:24 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 03:12:24 03:12:24 ++ result=2 03:12:24 ++ set -e 03:12:24 ++ [[ 2 == \0 ]] 03:12:24 ++ [[ -n '' ]] 03:12:24 ++ [[ 2 == \0 ]] 03:12:24 ++ sleep_time=187s 03:12:24 ++ echo 'Sleeping 187s' 03:12:24 Sleeping 187s 03:12:24 ++ sleep 187s 03:15:31 ++ true 03:15:31 ++ for topo in "${TOPOLOGIES[@]}" 03:15:31 ++ set +e 03:15:31 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 03:15:31 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 03:15:31 ++ 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-1343 03:15:32 Diagnostic commands: 03:15:32 + ls --full-time -cd '/tmp/reservation_dir'/* 03:15:32 03:15:32 Attempting testbed reservation. 03:15:32 Testbed already reserved by: 03:15:32 03:15:32 ++ result=2 03:15:32 ++ set -e 03:15:32 ++ [[ 2 == \0 ]] 03:15:32 ++ for topo in "${TOPOLOGIES[@]}" 03:15:32 ++ set +e 03:15:32 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 03:15:32 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 03:15:32 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 03:15:32 Diagnostic commands: 03:15:32 + ls --full-time -cd '/tmp/reservation_dir'/* 03:15:32 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 03:15:32 03:15:32 Attempting testbed reservation. 03:15:32 Testbed already reserved by: 03:15:32 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 03:15:32 03:15:33 ++ result=2 03:15:33 ++ set -e 03:15:33 ++ [[ 2 == \0 ]] 03:15:33 ++ [[ -n '' ]] 03:15:33 ++ [[ 2 == \0 ]] 03:15:33 ++ sleep_time=182s 03:15:33 ++ echo 'Sleeping 182s' 03:15:33 Sleeping 182s 03:15:33 ++ sleep 182s 03:18:35 ++ true 03:18:35 ++ for topo in "${TOPOLOGIES[@]}" 03:18:35 ++ set +e 03:18:35 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 03:18:35 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 03:18:35 ++ 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-1343 03:18:35 Diagnostic commands: 03:18:35 + ls --full-time -cd '/tmp/reservation_dir'/* 03:18:35 03:18:35 Attempting testbed reservation. 03:18:35 Testbed already reserved by: 03:18:35 03:18:35 ++ result=2 03:18:35 ++ set -e 03:18:35 ++ [[ 2 == \0 ]] 03:18:35 ++ for topo in "${TOPOLOGIES[@]}" 03:18:35 ++ set +e 03:18:35 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 03:18:35 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 03:18:35 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 03:18:36 Diagnostic commands: 03:18:36 + ls --full-time -cd '/tmp/reservation_dir'/* 03:18:36 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 03:18:36 03:18:36 Attempting testbed reservation. 03:18:36 Testbed already reserved by: 03:18:36 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 03:18:36 03:18:36 ++ result=2 03:18:36 ++ set -e 03:18:36 ++ [[ 2 == \0 ]] 03:18:36 ++ [[ -n '' ]] 03:18:36 ++ [[ 2 == \0 ]] 03:18:36 ++ sleep_time=190s 03:18:36 ++ echo 'Sleeping 190s' 03:18:36 Sleeping 190s 03:18:36 ++ sleep 190s 03:21:46 ++ true 03:21:46 ++ for topo in "${TOPOLOGIES[@]}" 03:21:46 ++ set +e 03:21:46 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 03:21:46 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 03:21:46 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed37.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 03:21:47 Diagnostic commands: 03:21:47 + ls --full-time -cd '/tmp/reservation_dir'/* 03:21:47 03:21:47 Attempting testbed reservation. 03:21:47 Testbed already reserved by: 03:21:47 03:21:47 ++ result=2 03:21:47 ++ set -e 03:21:47 ++ [[ 2 == \0 ]] 03:21:47 ++ for topo in "${TOPOLOGIES[@]}" 03:21:47 ++ set +e 03:21:47 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 03:21:47 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 03:21:47 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 03:21:48 Diagnostic commands: 03:21:48 + ls --full-time -cd '/tmp/reservation_dir'/* 03:21:48 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 03:21:48 03:21:48 Attempting testbed reservation. 03:21:48 Testbed already reserved by: 03:21:48 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 03:21:48 03:21:48 ++ result=2 03:21:48 ++ set -e 03:21:48 ++ [[ 2 == \0 ]] 03:21:48 ++ [[ -n '' ]] 03:21:48 ++ [[ 2 == \0 ]] 03:21:48 ++ sleep_time=193s 03:21:48 ++ echo 'Sleeping 193s' 03:21:48 Sleeping 193s 03:21:48 ++ sleep 193s 03:25:01 ++ true 03:25:01 ++ for topo in "${TOPOLOGIES[@]}" 03:25:01 ++ set +e 03:25:01 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 03:25:01 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 03:25:01 ++ 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-1343 03:25:02 Diagnostic commands: 03:25:02 + ls --full-time -cd '/tmp/reservation_dir'/* 03:25:02 03:25:02 Attempting testbed reservation. 03:25:02 Testbed already reserved by: 03:25:02 03:25:02 ++ result=2 03:25:02 ++ set -e 03:25:02 ++ [[ 2 == \0 ]] 03:25:02 ++ for topo in "${TOPOLOGIES[@]}" 03:25:02 ++ set +e 03:25:02 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 03:25:02 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 03:25:02 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 03:25:02 Diagnostic commands: 03:25:02 + ls --full-time -cd '/tmp/reservation_dir'/* 03:25:02 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 03:25:02 03:25:02 Attempting testbed reservation. 03:25:02 Testbed already reserved by: 03:25:02 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 03:25:02 03:25:02 ++ result=2 03:25:02 ++ set -e 03:25:02 ++ [[ 2 == \0 ]] 03:25:02 ++ [[ -n '' ]] 03:25:02 ++ [[ 2 == \0 ]] 03:25:02 ++ sleep_time=187s 03:25:02 ++ echo 'Sleeping 187s' 03:25:02 Sleeping 187s 03:25:02 ++ sleep 187s 03:28:09 ++ true 03:28:09 ++ for topo in "${TOPOLOGIES[@]}" 03:28:09 ++ set +e 03:28:09 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 03:28:09 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 03:28:09 ++ 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-1343 03:28:10 Diagnostic commands: 03:28:10 + ls --full-time -cd '/tmp/reservation_dir'/* 03:28:10 03:28:10 Attempting testbed reservation. 03:28:10 Testbed already reserved by: 03:28:10 03:28:10 ++ result=2 03:28:10 ++ set -e 03:28:10 ++ [[ 2 == \0 ]] 03:28:10 ++ for topo in "${TOPOLOGIES[@]}" 03:28:10 ++ set +e 03:28:10 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 03:28:10 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 03:28:10 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 03:28:11 Diagnostic commands: 03:28:11 + ls --full-time -cd '/tmp/reservation_dir'/* 03:28:11 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 03:28:11 03:28:11 Attempting testbed reservation. 03:28:11 Testbed already reserved by: 03:28:11 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 03:28:11 03:28:11 ++ result=2 03:28:11 ++ set -e 03:28:11 ++ [[ 2 == \0 ]] 03:28:11 ++ [[ -n '' ]] 03:28:11 ++ [[ 2 == \0 ]] 03:28:11 ++ sleep_time=197s 03:28:11 ++ echo 'Sleeping 197s' 03:28:11 Sleeping 197s 03:28:11 ++ sleep 197s 03:31:28 ++ true 03:31:28 ++ for topo in "${TOPOLOGIES[@]}" 03:31:28 ++ set +e 03:31:28 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 03:31:28 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 03:31:28 ++ 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-1343 03:31:29 Diagnostic commands: 03:31:29 + ls --full-time -cd '/tmp/reservation_dir'/* 03:31:29 03:31:29 Attempting testbed reservation. 03:31:29 Testbed already reserved by: 03:31:29 03:31:29 ++ result=2 03:31:29 ++ set -e 03:31:29 ++ [[ 2 == \0 ]] 03:31:29 ++ for topo in "${TOPOLOGIES[@]}" 03:31:29 ++ set +e 03:31:29 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 03:31:29 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 03:31:29 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 03:31:30 Diagnostic commands: 03:31:30 + ls --full-time -cd '/tmp/reservation_dir'/* 03:31:30 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 03:31:30 03:31:30 Attempting testbed reservation. 03:31:30 Testbed already reserved by: 03:31:30 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 03:31:30 03:31:30 ++ result=2 03:31:30 ++ set -e 03:31:30 ++ [[ 2 == \0 ]] 03:31:30 ++ [[ -n '' ]] 03:31:30 ++ [[ 2 == \0 ]] 03:31:30 ++ sleep_time=180s 03:31:30 ++ echo 'Sleeping 180s' 03:31:30 Sleeping 180s 03:31:30 ++ sleep 180s 03:34:30 ++ true 03:34:30 ++ for topo in "${TOPOLOGIES[@]}" 03:34:30 ++ set +e 03:34:30 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 03:34:30 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 03:34:30 ++ 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-1343 03:34:31 Diagnostic commands: 03:34:31 + ls --full-time -cd '/tmp/reservation_dir'/* 03:34:31 03:34:31 Attempting testbed reservation. 03:34:31 Testbed already reserved by: 03:34:31 03:34:31 ++ result=2 03:34:31 ++ set -e 03:34:31 ++ [[ 2 == \0 ]] 03:34:31 ++ for topo in "${TOPOLOGIES[@]}" 03:34:31 ++ set +e 03:34:31 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 03:34:31 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 03:34:31 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 03:34:31 Diagnostic commands: 03:34:31 + ls --full-time -cd '/tmp/reservation_dir'/* 03:34:31 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 03:34:31 03:34:31 Attempting testbed reservation. 03:34:31 Testbed already reserved by: 03:34:31 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 03:34:31 03:34:31 ++ result=2 03:34:31 ++ set -e 03:34:31 ++ [[ 2 == \0 ]] 03:34:31 ++ [[ -n '' ]] 03:34:31 ++ [[ 2 == \0 ]] 03:34:31 ++ sleep_time=194s 03:34:31 ++ echo 'Sleeping 194s' 03:34:31 Sleeping 194s 03:34:31 ++ sleep 194s 03:37:45 ++ true 03:37:45 ++ for topo in "${TOPOLOGIES[@]}" 03:37:45 ++ set +e 03:37:45 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 03:37:45 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 03:37:45 ++ 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-1343 03:37:46 Diagnostic commands: 03:37:46 + ls --full-time -cd '/tmp/reservation_dir'/* 03:37:46 03:37:46 Attempting testbed reservation. 03:37:46 Testbed already reserved by: 03:37:46 03:37:46 ++ result=2 03:37:46 ++ set -e 03:37:46 ++ [[ 2 == \0 ]] 03:37:46 ++ for topo in "${TOPOLOGIES[@]}" 03:37:46 ++ set +e 03:37:46 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 03:37:46 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 03:37:46 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 03:37:47 Diagnostic commands: 03:37:47 + ls --full-time -cd '/tmp/reservation_dir'/* 03:37:47 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 03:37:47 03:37:47 Attempting testbed reservation. 03:37:47 Testbed already reserved by: 03:37:47 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 03:37:47 03:37:47 ++ result=2 03:37:47 ++ set -e 03:37:47 ++ [[ 2 == \0 ]] 03:37:47 ++ [[ -n '' ]] 03:37:47 ++ [[ 2 == \0 ]] 03:37:47 ++ sleep_time=197s 03:37:47 ++ echo 'Sleeping 197s' 03:37:47 Sleeping 197s 03:37:47 ++ sleep 197s 03:41:04 ++ true 03:41:04 ++ for topo in "${TOPOLOGIES[@]}" 03:41:04 ++ set +e 03:41:04 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 03:41:04 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 03:41:04 ++ 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-1343 03:41:05 Diagnostic commands: 03:41:05 + ls --full-time -cd '/tmp/reservation_dir'/* 03:41:05 03:41:05 Attempting testbed reservation. 03:41:05 Testbed already reserved by: 03:41:05 03:41:05 ++ result=2 03:41:05 ++ set -e 03:41:05 ++ [[ 2 == \0 ]] 03:41:05 ++ for topo in "${TOPOLOGIES[@]}" 03:41:05 ++ set +e 03:41:05 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 03:41:05 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 03:41:05 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 03:41:06 Diagnostic commands: 03:41:06 + ls --full-time -cd '/tmp/reservation_dir'/* 03:41:06 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 03:41:06 03:41:06 Attempting testbed reservation. 03:41:06 Testbed already reserved by: 03:41:06 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 03:41:06 03:41:06 ++ result=2 03:41:06 ++ set -e 03:41:06 ++ [[ 2 == \0 ]] 03:41:06 ++ [[ -n '' ]] 03:41:06 ++ [[ 2 == \0 ]] 03:41:06 ++ sleep_time=189s 03:41:06 ++ echo 'Sleeping 189s' 03:41:06 Sleeping 189s 03:41:06 ++ sleep 189s 03:44:15 ++ true 03:44:15 ++ for topo in "${TOPOLOGIES[@]}" 03:44:15 ++ set +e 03:44:15 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 03:44:15 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 03:44: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-1343 03:44:16 Diagnostic commands: 03:44:16 + ls --full-time -cd '/tmp/reservation_dir'/* 03:44:16 03:44:16 Attempting testbed reservation. 03:44:16 Testbed already reserved by: 03:44:16 03:44:16 ++ result=2 03:44:16 ++ set -e 03:44:16 ++ [[ 2 == \0 ]] 03:44:16 ++ for topo in "${TOPOLOGIES[@]}" 03:44:16 ++ set +e 03:44:16 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 03:44:16 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 03:44:16 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 03:44:16 Diagnostic commands: 03:44:16 + ls --full-time -cd '/tmp/reservation_dir'/* 03:44:16 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 03:44:16 03:44:16 Attempting testbed reservation. 03:44:16 Testbed already reserved by: 03:44:16 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 03:44:16 03:44:16 ++ result=2 03:44:16 ++ set -e 03:44:16 ++ [[ 2 == \0 ]] 03:44:16 ++ [[ -n '' ]] 03:44:16 ++ [[ 2 == \0 ]] 03:44:16 ++ sleep_time=192s 03:44:16 ++ echo 'Sleeping 192s' 03:44:16 Sleeping 192s 03:44:16 ++ sleep 192s 03:47:28 ++ true 03:47:28 ++ for topo in "${TOPOLOGIES[@]}" 03:47:28 ++ set +e 03:47:28 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 03:47:28 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 03:47:28 ++ 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-1343 03:47:29 Diagnostic commands: 03:47:29 + ls --full-time -cd '/tmp/reservation_dir'/* 03:47:29 03:47:29 Attempting testbed reservation. 03:47:29 Testbed already reserved by: 03:47:29 03:47:29 ++ result=2 03:47:29 ++ set -e 03:47:29 ++ [[ 2 == \0 ]] 03:47:29 ++ for topo in "${TOPOLOGIES[@]}" 03:47:29 ++ set +e 03:47:29 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 03:47:29 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 03:47:29 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 03:47:30 Diagnostic commands: 03:47:30 + ls --full-time -cd '/tmp/reservation_dir'/* 03:47:30 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 03:47:30 03:47:30 Attempting testbed reservation. 03:47:30 Testbed already reserved by: 03:47:30 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 03:47:30 03:47:30 ++ result=2 03:47:30 ++ set -e 03:47:30 ++ [[ 2 == \0 ]] 03:47:30 ++ [[ -n '' ]] 03:47:30 ++ [[ 2 == \0 ]] 03:47:30 ++ sleep_time=187s 03:47:30 ++ echo 'Sleeping 187s' 03:47:30 Sleeping 187s 03:47:30 ++ sleep 187s 03:50:37 ++ true 03:50:37 ++ for topo in "${TOPOLOGIES[@]}" 03:50:37 ++ set +e 03:50:37 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 03:50:37 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 03:50:37 ++ 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-1343 03:50:38 Diagnostic commands: 03:50:38 + ls --full-time -cd '/tmp/reservation_dir'/* 03:50:38 03:50:38 Attempting testbed reservation. 03:50:38 Testbed already reserved by: 03:50:38 03:50:38 ++ result=2 03:50:38 ++ set -e 03:50:38 ++ [[ 2 == \0 ]] 03:50:38 ++ for topo in "${TOPOLOGIES[@]}" 03:50:38 ++ set +e 03:50:38 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 03:50:38 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 03:50:38 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 03:50:39 Diagnostic commands: 03:50:39 + ls --full-time -cd '/tmp/reservation_dir'/* 03:50:39 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 03:50:39 03:50:39 Attempting testbed reservation. 03:50:39 Testbed already reserved by: 03:50:39 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 03:50:39 03:50:39 ++ result=2 03:50:39 ++ set -e 03:50:39 ++ [[ 2 == \0 ]] 03:50:39 ++ [[ -n '' ]] 03:50:39 ++ [[ 2 == \0 ]] 03:50:39 ++ sleep_time=196s 03:50:39 ++ echo 'Sleeping 196s' 03:50:39 Sleeping 196s 03:50:39 ++ sleep 196s 03:53:55 ++ true 03:53:55 ++ for topo in "${TOPOLOGIES[@]}" 03:53:55 ++ set +e 03:53:55 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 03:53:55 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 03:53:55 ++ 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-1343 03:53:55 Diagnostic commands: 03:53:55 + ls --full-time -cd '/tmp/reservation_dir'/* 03:53:55 03:53:55 Attempting testbed reservation. 03:53:55 Testbed already reserved by: 03:53:55 03:53:56 ++ result=2 03:53:56 ++ set -e 03:53:56 ++ [[ 2 == \0 ]] 03:53:56 ++ for topo in "${TOPOLOGIES[@]}" 03:53:56 ++ set +e 03:53:56 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 03:53:56 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 03:53:56 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 03:53:56 Diagnostic commands: 03:53:56 + ls --full-time -cd '/tmp/reservation_dir'/* 03:53:56 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 03:53:56 03:53:56 Attempting testbed reservation. 03:53:56 Testbed already reserved by: 03:53:56 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 03:53:56 03:53:56 ++ result=2 03:53:56 ++ set -e 03:53:56 ++ [[ 2 == \0 ]] 03:53:56 ++ [[ -n '' ]] 03:53:56 ++ [[ 2 == \0 ]] 03:53:56 ++ sleep_time=191s 03:53:56 ++ echo 'Sleeping 191s' 03:53:56 Sleeping 191s 03:53:56 ++ sleep 191s 03:57:07 ++ true 03:57:07 ++ for topo in "${TOPOLOGIES[@]}" 03:57:07 ++ set +e 03:57:07 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 03:57:07 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 03:57:07 ++ 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-1343 03:57:08 Diagnostic commands: 03:57:08 + ls --full-time -cd '/tmp/reservation_dir'/* 03:57:08 03:57:08 Attempting testbed reservation. 03:57:08 Testbed already reserved by: 03:57:08 03:57:08 ++ result=2 03:57:08 ++ set -e 03:57:08 ++ [[ 2 == \0 ]] 03:57:08 ++ for topo in "${TOPOLOGIES[@]}" 03:57:08 ++ set +e 03:57:08 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 03:57:08 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 03:57:08 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 03:57:09 Diagnostic commands: 03:57:09 + ls --full-time -cd '/tmp/reservation_dir'/* 03:57:09 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 03:57:09 03:57:09 Attempting testbed reservation. 03:57:09 Testbed already reserved by: 03:57:09 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 03:57:09 03:57:09 ++ result=2 03:57:09 ++ set -e 03:57:09 ++ [[ 2 == \0 ]] 03:57:09 ++ [[ -n '' ]] 03:57:09 ++ [[ 2 == \0 ]] 03:57:09 ++ sleep_time=180s 03:57:09 ++ echo 'Sleeping 180s' 03:57:09 Sleeping 180s 03:57:09 ++ sleep 180s 04:00:09 ++ true 04:00:09 ++ for topo in "${TOPOLOGIES[@]}" 04:00:09 ++ set +e 04:00:09 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 04:00:09 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 04:00:09 ++ 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-1343 04:00:10 Diagnostic commands: 04:00:10 + ls --full-time -cd '/tmp/reservation_dir'/* 04:00:10 04:00:10 Attempting testbed reservation. 04:00:10 Testbed already reserved by: 04:00:10 04:00:10 ++ result=2 04:00:10 ++ set -e 04:00:10 ++ [[ 2 == \0 ]] 04:00:10 ++ for topo in "${TOPOLOGIES[@]}" 04:00:10 ++ set +e 04:00:10 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 04:00:10 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 04:00:10 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 04:00:11 Diagnostic commands: 04:00:11 + ls --full-time -cd '/tmp/reservation_dir'/* 04:00:11 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 04:00:11 04:00:11 Attempting testbed reservation. 04:00:11 Testbed already reserved by: 04:00:11 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 04:00:11 04:00:11 ++ result=2 04:00:11 ++ set -e 04:00:11 ++ [[ 2 == \0 ]] 04:00:11 ++ [[ -n '' ]] 04:00:11 ++ [[ 2 == \0 ]] 04:00:11 ++ sleep_time=189s 04:00:11 ++ echo 'Sleeping 189s' 04:00:11 Sleeping 189s 04:00:11 ++ sleep 189s 04:03:20 ++ true 04:03:20 ++ for topo in "${TOPOLOGIES[@]}" 04:03:20 ++ set +e 04:03:20 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 04:03:20 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 04:03:20 ++ 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-1343 04:03:20 Diagnostic commands: 04:03:20 + ls --full-time -cd '/tmp/reservation_dir'/* 04:03:20 04:03:20 Attempting testbed reservation. 04:03:20 Testbed already reserved by: 04:03:20 04:03:21 ++ result=2 04:03:21 ++ set -e 04:03:21 ++ [[ 2 == \0 ]] 04:03:21 ++ for topo in "${TOPOLOGIES[@]}" 04:03:21 ++ set +e 04:03:21 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 04:03:21 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 04:03:21 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 04:03:21 Diagnostic commands: 04:03:21 + ls --full-time -cd '/tmp/reservation_dir'/* 04:03:21 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 04:03:21 04:03:21 Attempting testbed reservation. 04:03:21 Testbed already reserved by: 04:03:21 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 04:03:21 04:03:21 ++ result=2 04:03:21 ++ set -e 04:03:21 ++ [[ 2 == \0 ]] 04:03:21 ++ [[ -n '' ]] 04:03:21 ++ [[ 2 == \0 ]] 04:03:21 ++ sleep_time=198s 04:03:21 ++ echo 'Sleeping 198s' 04:03:21 Sleeping 198s 04:03:21 ++ sleep 198s 04:06:39 ++ true 04:06:39 ++ for topo in "${TOPOLOGIES[@]}" 04:06:39 ++ set +e 04:06:39 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 04:06:39 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 04:06:39 ++ 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-1343 04:06:40 Diagnostic commands: 04:06:40 + ls --full-time -cd '/tmp/reservation_dir'/* 04:06:40 04:06:40 Attempting testbed reservation. 04:06:40 Testbed already reserved by: 04:06:40 04:06:40 ++ result=2 04:06:40 ++ set -e 04:06:40 ++ [[ 2 == \0 ]] 04:06:40 ++ for topo in "${TOPOLOGIES[@]}" 04:06:40 ++ set +e 04:06:40 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 04:06:40 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 04:06:40 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 04:06:41 Diagnostic commands: 04:06:41 + ls --full-time -cd '/tmp/reservation_dir'/* 04:06:41 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 04:06:41 04:06:41 Attempting testbed reservation. 04:06:41 Testbed already reserved by: 04:06:41 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 04:06:41 04:06:41 ++ result=2 04:06:41 ++ set -e 04:06:41 ++ [[ 2 == \0 ]] 04:06:41 ++ [[ -n '' ]] 04:06:41 ++ [[ 2 == \0 ]] 04:06:41 ++ sleep_time=194s 04:06:41 ++ echo 'Sleeping 194s' 04:06:41 Sleeping 194s 04:06:41 ++ sleep 194s 04:09:55 ++ true 04:09:55 ++ for topo in "${TOPOLOGIES[@]}" 04:09:55 ++ set +e 04:09:55 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 04:09:55 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 04:09:55 ++ 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-1343 04:09:56 Diagnostic commands: 04:09:56 + ls --full-time -cd '/tmp/reservation_dir'/* 04:09:56 04:09:56 Attempting testbed reservation. 04:09:56 Testbed already reserved by: 04:09:56 04:09:56 ++ result=2 04:09:56 ++ set -e 04:09:56 ++ [[ 2 == \0 ]] 04:09:56 ++ for topo in "${TOPOLOGIES[@]}" 04:09:56 ++ set +e 04:09:56 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 04:09:56 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 04:09:56 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 04:09:57 Diagnostic commands: 04:09:57 + ls --full-time -cd '/tmp/reservation_dir'/* 04:09:57 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 04:09:57 04:09:57 Attempting testbed reservation. 04:09:57 Testbed already reserved by: 04:09:57 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 04:09:57 04:09:57 ++ result=2 04:09:57 ++ set -e 04:09:57 ++ [[ 2 == \0 ]] 04:09:57 ++ [[ -n '' ]] 04:09:57 ++ [[ 2 == \0 ]] 04:09:57 ++ sleep_time=184s 04:09:57 ++ echo 'Sleeping 184s' 04:09:57 Sleeping 184s 04:09:57 ++ sleep 184s 04:13:01 ++ true 04:13:01 ++ for topo in "${TOPOLOGIES[@]}" 04:13:01 ++ set +e 04:13:01 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 04:13:01 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 04:13:01 ++ 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-1343 04:13:01 Diagnostic commands: 04:13:01 + ls --full-time -cd '/tmp/reservation_dir'/* 04:13:01 04:13:01 Attempting testbed reservation. 04:13:01 Testbed already reserved by: 04:13:01 04:13:01 ++ result=2 04:13:01 ++ set -e 04:13:01 ++ [[ 2 == \0 ]] 04:13:01 ++ for topo in "${TOPOLOGIES[@]}" 04:13:01 ++ set +e 04:13:01 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 04:13:01 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 04:13:01 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 04:13:02 Diagnostic commands: 04:13:02 + ls --full-time -cd '/tmp/reservation_dir'/* 04:13:02 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 04:13:02 04:13:02 Attempting testbed reservation. 04:13:02 Testbed already reserved by: 04:13:02 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 04:13:02 04:13:02 ++ result=2 04:13:02 ++ set -e 04:13:02 ++ [[ 2 == \0 ]] 04:13:02 ++ [[ -n '' ]] 04:13:02 ++ [[ 2 == \0 ]] 04:13:02 ++ sleep_time=180s 04:13:02 ++ echo 'Sleeping 180s' 04:13:02 Sleeping 180s 04:13:02 ++ sleep 180s 04:16:02 ++ true 04:16:02 ++ for topo in "${TOPOLOGIES[@]}" 04:16:02 ++ set +e 04:16:02 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 04:16:02 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 04:16:02 ++ 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-1343 04:16:03 Diagnostic commands: 04:16:03 + ls --full-time -cd '/tmp/reservation_dir'/* 04:16:03 04:16:03 Attempting testbed reservation. 04:16:03 Testbed already reserved by: 04:16:03 04:16:03 ++ result=2 04:16:03 ++ set -e 04:16:03 ++ [[ 2 == \0 ]] 04:16:03 ++ for topo in "${TOPOLOGIES[@]}" 04:16:03 ++ set +e 04:16:03 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 04:16:03 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 04:16:03 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 04:16:04 Diagnostic commands: 04:16:04 + ls --full-time -cd '/tmp/reservation_dir'/* 04:16:04 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 04:16:04 04:16:04 Attempting testbed reservation. 04:16:04 Testbed already reserved by: 04:16:04 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 04:16:04 04:16:04 ++ result=2 04:16:04 ++ set -e 04:16:04 ++ [[ 2 == \0 ]] 04:16:04 ++ [[ -n '' ]] 04:16:04 ++ [[ 2 == \0 ]] 04:16:04 ++ sleep_time=186s 04:16:04 ++ echo 'Sleeping 186s' 04:16:04 Sleeping 186s 04:16:04 ++ sleep 186s 04:19:10 ++ true 04:19:10 ++ for topo in "${TOPOLOGIES[@]}" 04:19:10 ++ set +e 04:19:10 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 04:19:10 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 04:19:10 ++ 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-1343 04:19:11 Diagnostic commands: 04:19:11 + ls --full-time -cd '/tmp/reservation_dir'/* 04:19:11 04:19:11 Attempting testbed reservation. 04:19:11 Testbed already reserved by: 04:19:11 04:19:11 ++ result=2 04:19:11 ++ set -e 04:19:11 ++ [[ 2 == \0 ]] 04:19:11 ++ for topo in "${TOPOLOGIES[@]}" 04:19:11 ++ set +e 04:19:11 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 04:19:11 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 04:19:11 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 04:19:12 Diagnostic commands: 04:19:12 + ls --full-time -cd '/tmp/reservation_dir'/* 04:19:12 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 04:19:12 04:19:12 Attempting testbed reservation. 04:19:12 Testbed already reserved by: 04:19:12 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 04:19:12 04:19:12 ++ result=2 04:19:12 ++ set -e 04:19:12 ++ [[ 2 == \0 ]] 04:19:12 ++ [[ -n '' ]] 04:19:12 ++ [[ 2 == \0 ]] 04:19:12 ++ sleep_time=197s 04:19:12 ++ echo 'Sleeping 197s' 04:19:12 Sleeping 197s 04:19:12 ++ sleep 197s 04:22:29 ++ true 04:22:29 ++ for topo in "${TOPOLOGIES[@]}" 04:22:29 ++ set +e 04:22:29 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 04:22:29 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 04:22:29 ++ 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-1343 04:22:29 Diagnostic commands: 04:22:29 + ls --full-time -cd '/tmp/reservation_dir'/* 04:22:29 04:22:29 Attempting testbed reservation. 04:22:29 Testbed already reserved by: 04:22:29 04:22:29 ++ result=2 04:22:29 ++ set -e 04:22:29 ++ [[ 2 == \0 ]] 04:22:29 ++ for topo in "${TOPOLOGIES[@]}" 04:22:29 ++ set +e 04:22:29 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 04:22:29 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 04:22:29 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 04:22:30 Diagnostic commands: 04:22:30 + ls --full-time -cd '/tmp/reservation_dir'/* 04:22:30 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 04:22:30 04:22:30 Attempting testbed reservation. 04:22:30 Testbed already reserved by: 04:22:30 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 04:22:30 04:22:30 ++ result=2 04:22:30 ++ set -e 04:22:30 ++ [[ 2 == \0 ]] 04:22:30 ++ [[ -n '' ]] 04:22:30 ++ [[ 2 == \0 ]] 04:22:30 ++ sleep_time=187s 04:22:30 ++ echo 'Sleeping 187s' 04:22:30 Sleeping 187s 04:22:30 ++ sleep 187s 04:25:37 ++ true 04:25:37 ++ for topo in "${TOPOLOGIES[@]}" 04:25:37 ++ set +e 04:25:37 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 04:25:37 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 04:25:37 ++ 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-1343 04:25:38 Diagnostic commands: 04:25:38 + ls --full-time -cd '/tmp/reservation_dir'/* 04:25:38 04:25:38 Attempting testbed reservation. 04:25:38 Testbed already reserved by: 04:25:38 04:25:38 ++ result=2 04:25:38 ++ set -e 04:25:38 ++ [[ 2 == \0 ]] 04:25:38 ++ for topo in "${TOPOLOGIES[@]}" 04:25:38 ++ set +e 04:25:38 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 04:25:38 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 04:25:38 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 04:25:39 Diagnostic commands: 04:25:39 + ls --full-time -cd '/tmp/reservation_dir'/* 04:25:39 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 04:25:39 04:25:39 Attempting testbed reservation. 04:25:39 Testbed already reserved by: 04:25:39 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 04:25:39 04:25:39 ++ result=2 04:25:39 ++ set -e 04:25:39 ++ [[ 2 == \0 ]] 04:25:39 ++ [[ -n '' ]] 04:25:39 ++ [[ 2 == \0 ]] 04:25:39 ++ sleep_time=191s 04:25:39 ++ echo 'Sleeping 191s' 04:25:39 Sleeping 191s 04:25:39 ++ sleep 191s 04:28:50 ++ true 04:28:50 ++ for topo in "${TOPOLOGIES[@]}" 04:28:50 ++ set +e 04:28:50 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 04:28:50 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 04:28:50 ++ 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-1343 04:28:51 Diagnostic commands: 04:28:51 + ls --full-time -cd '/tmp/reservation_dir'/* 04:28:51 04:28:51 Attempting testbed reservation. 04:28:51 Testbed already reserved by: 04:28:51 04:28:51 ++ result=2 04:28:51 ++ set -e 04:28:51 ++ [[ 2 == \0 ]] 04:28:51 ++ for topo in "${TOPOLOGIES[@]}" 04:28:51 ++ set +e 04:28:51 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 04:28:51 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 04:28:51 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 04:28:51 Diagnostic commands: 04:28:51 + ls --full-time -cd '/tmp/reservation_dir'/* 04:28:51 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 04:28:51 04:28:51 Attempting testbed reservation. 04:28:51 Testbed already reserved by: 04:28:51 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 04:28:51 04:28:52 ++ result=2 04:28:52 ++ set -e 04:28:52 ++ [[ 2 == \0 ]] 04:28:52 ++ [[ -n '' ]] 04:28:52 ++ [[ 2 == \0 ]] 04:28:52 ++ sleep_time=184s 04:28:52 ++ echo 'Sleeping 184s' 04:28:52 Sleeping 184s 04:28:52 ++ sleep 184s 04:31:56 ++ true 04:31:56 ++ for topo in "${TOPOLOGIES[@]}" 04:31:56 ++ set +e 04:31:56 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 04:31:56 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 04:31:56 ++ 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-1343 04:31:56 Diagnostic commands: 04:31:56 + ls --full-time -cd '/tmp/reservation_dir'/* 04:31:56 04:31:56 Attempting testbed reservation. 04:31:56 Testbed already reserved by: 04:31:56 04:31:56 ++ result=2 04:31:56 ++ set -e 04:31:56 ++ [[ 2 == \0 ]] 04:31:56 ++ for topo in "${TOPOLOGIES[@]}" 04:31:56 ++ set +e 04:31:56 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 04:31:56 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 04:31:56 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 04:31:57 Diagnostic commands: 04:31:57 + ls --full-time -cd '/tmp/reservation_dir'/* 04:31:57 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 04:31:57 04:31:57 Attempting testbed reservation. 04:31:57 Testbed already reserved by: 04:31:57 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 04:31:57 04:31:57 ++ result=2 04:31:57 ++ set -e 04:31:57 ++ [[ 2 == \0 ]] 04:31:57 ++ [[ -n '' ]] 04:31:57 ++ [[ 2 == \0 ]] 04:31:57 ++ sleep_time=195s 04:31:57 ++ echo 'Sleeping 195s' 04:31:57 Sleeping 195s 04:31:57 ++ sleep 195s 04:35:12 ++ true 04:35:12 ++ for topo in "${TOPOLOGIES[@]}" 04:35:12 ++ set +e 04:35:12 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 04:35:12 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 04:35:12 ++ 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-1343 04:35:13 Diagnostic commands: 04:35:13 + ls --full-time -cd '/tmp/reservation_dir'/* 04:35:13 04:35:13 Attempting testbed reservation. 04:35:13 Testbed already reserved by: 04:35:13 04:35:13 ++ result=2 04:35:13 ++ set -e 04:35:13 ++ [[ 2 == \0 ]] 04:35:13 ++ for topo in "${TOPOLOGIES[@]}" 04:35:13 ++ set +e 04:35:13 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 04:35:13 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 04:35:13 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 04:35:14 Diagnostic commands: 04:35:14 + ls --full-time -cd '/tmp/reservation_dir'/* 04:35:14 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 04:35:14 04:35:14 Attempting testbed reservation. 04:35:14 Testbed already reserved by: 04:35:14 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 04:35:14 04:35:14 ++ result=2 04:35:14 ++ set -e 04:35:14 ++ [[ 2 == \0 ]] 04:35:14 ++ [[ -n '' ]] 04:35:14 ++ [[ 2 == \0 ]] 04:35:14 ++ sleep_time=198s 04:35:14 ++ echo 'Sleeping 198s' 04:35:14 Sleeping 198s 04:35:14 ++ sleep 198s 04:38:32 ++ true 04:38:32 ++ for topo in "${TOPOLOGIES[@]}" 04:38:32 ++ set +e 04:38:32 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 04:38:32 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 04:38:32 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed37.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 04:38:33 Diagnostic commands: 04:38:33 + ls --full-time -cd '/tmp/reservation_dir'/* 04:38:33 04:38:33 Attempting testbed reservation. 04:38:33 Testbed already reserved by: 04:38:33 04:38:33 ++ result=2 04:38:33 ++ set -e 04:38:33 ++ [[ 2 == \0 ]] 04:38:33 ++ for topo in "${TOPOLOGIES[@]}" 04:38:33 ++ set +e 04:38:33 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 04:38:33 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 04:38:33 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 04:38:33 Diagnostic commands: 04:38:33 + ls --full-time -cd '/tmp/reservation_dir'/* 04:38:33 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 04:38:33 04:38:33 Attempting testbed reservation. 04:38:33 Testbed already reserved by: 04:38:33 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 04:38:33 04:38:34 ++ result=2 04:38:34 ++ set -e 04:38:34 ++ [[ 2 == \0 ]] 04:38:34 ++ [[ -n '' ]] 04:38:34 ++ [[ 2 == \0 ]] 04:38:34 ++ sleep_time=181s 04:38:34 ++ echo 'Sleeping 181s' 04:38:34 Sleeping 181s 04:38:34 ++ sleep 181s 04:41:35 ++ true 04:41:35 ++ for topo in "${TOPOLOGIES[@]}" 04:41:35 ++ set +e 04:41:35 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 04:41:35 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 04:41:35 ++ 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-1343 04:41:35 Diagnostic commands: 04:41:35 + ls --full-time -cd '/tmp/reservation_dir'/* 04:41:35 04:41:35 Attempting testbed reservation. 04:41:35 Testbed already reserved by: 04:41:35 04:41:35 ++ result=2 04:41:35 ++ set -e 04:41:35 ++ [[ 2 == \0 ]] 04:41:35 ++ for topo in "${TOPOLOGIES[@]}" 04:41:35 ++ set +e 04:41:35 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 04:41:35 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 04:41:35 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 04:41:36 Diagnostic commands: 04:41:36 + ls --full-time -cd '/tmp/reservation_dir'/* 04:41:36 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 04:41:36 04:41:36 Attempting testbed reservation. 04:41:36 Testbed already reserved by: 04:41:36 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 04:41:36 04:41:36 ++ result=2 04:41:36 ++ set -e 04:41:36 ++ [[ 2 == \0 ]] 04:41:36 ++ [[ -n '' ]] 04:41:36 ++ [[ 2 == \0 ]] 04:41:36 ++ sleep_time=187s 04:41:36 ++ echo 'Sleeping 187s' 04:41:36 Sleeping 187s 04:41:36 ++ sleep 187s 04:44:43 ++ true 04:44:43 ++ for topo in "${TOPOLOGIES[@]}" 04:44:43 ++ set +e 04:44:43 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 04:44:43 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 04:44:43 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed37.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 04:44:44 Diagnostic commands: 04:44:44 + ls --full-time -cd '/tmp/reservation_dir'/* 04:44:44 04:44:44 Attempting testbed reservation. 04:44:44 Testbed already reserved by: 04:44:44 04:44:44 ++ result=2 04:44:44 ++ set -e 04:44:44 ++ [[ 2 == \0 ]] 04:44:44 ++ for topo in "${TOPOLOGIES[@]}" 04:44:44 ++ set +e 04:44:44 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 04:44:44 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 04:44:44 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 04:44:45 Diagnostic commands: 04:44:45 + ls --full-time -cd '/tmp/reservation_dir'/* 04:44:45 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 04:44:45 04:44:45 Attempting testbed reservation. 04:44:45 Testbed already reserved by: 04:44:45 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 04:44:45 04:44:45 ++ result=2 04:44:45 ++ set -e 04:44:45 ++ [[ 2 == \0 ]] 04:44:45 ++ [[ -n '' ]] 04:44:45 ++ [[ 2 == \0 ]] 04:44:45 ++ sleep_time=181s 04:44:45 ++ echo 'Sleeping 181s' 04:44:45 Sleeping 181s 04:44:45 ++ sleep 181s 04:47:46 ++ true 04:47:46 ++ for topo in "${TOPOLOGIES[@]}" 04:47:46 ++ set +e 04:47:46 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 04:47:46 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 04:47:46 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed37.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 04:47:47 Diagnostic commands: 04:47:47 + ls --full-time -cd '/tmp/reservation_dir'/* 04:47:47 04:47:47 Attempting testbed reservation. 04:47:47 Testbed already reserved by: 04:47:47 04:47:47 ++ result=2 04:47:47 ++ set -e 04:47:47 ++ [[ 2 == \0 ]] 04:47:47 ++ for topo in "${TOPOLOGIES[@]}" 04:47:47 ++ set +e 04:47:47 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 04:47:47 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 04:47:47 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 04:47:47 Diagnostic commands: 04:47:47 + ls --full-time -cd '/tmp/reservation_dir'/* 04:47:47 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 04:47:47 04:47:47 Attempting testbed reservation. 04:47:47 Testbed already reserved by: 04:47:47 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 04:47:47 04:47:47 ++ result=2 04:47:47 ++ set -e 04:47:47 ++ [[ 2 == \0 ]] 04:47:47 ++ [[ -n '' ]] 04:47:47 ++ [[ 2 == \0 ]] 04:47:47 ++ sleep_time=181s 04:47:47 ++ echo 'Sleeping 181s' 04:47:47 Sleeping 181s 04:47:47 ++ sleep 181s 04:50:48 ++ true 04:50:48 ++ for topo in "${TOPOLOGIES[@]}" 04:50:48 ++ set +e 04:50:48 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 04:50:48 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 04:50:48 ++ 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-1343 04:50:49 Diagnostic commands: 04:50:49 + ls --full-time -cd '/tmp/reservation_dir'/* 04:50:49 04:50:49 Attempting testbed reservation. 04:50:49 Testbed already reserved by: 04:50:49 04:50:49 ++ result=2 04:50:49 ++ set -e 04:50:49 ++ [[ 2 == \0 ]] 04:50:49 ++ for topo in "${TOPOLOGIES[@]}" 04:50:49 ++ set +e 04:50:49 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 04:50:49 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 04:50:49 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 04:50:50 Diagnostic commands: 04:50:50 + ls --full-time -cd '/tmp/reservation_dir'/* 04:50:50 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 04:50:50 04:50:50 Attempting testbed reservation. 04:50:50 Testbed already reserved by: 04:50:50 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 04:50:50 04:50:50 ++ result=2 04:50:50 ++ set -e 04:50:50 ++ [[ 2 == \0 ]] 04:50:50 ++ [[ -n '' ]] 04:50:50 ++ [[ 2 == \0 ]] 04:50:50 ++ sleep_time=181s 04:50:50 ++ echo 'Sleeping 181s' 04:50:50 Sleeping 181s 04:50:50 ++ sleep 181s 04:53:51 ++ true 04:53:51 ++ for topo in "${TOPOLOGIES[@]}" 04:53:51 ++ set +e 04:53:51 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 04:53:51 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 04:53:51 ++ 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-1343 04:53:52 Diagnostic commands: 04:53:52 + ls --full-time -cd '/tmp/reservation_dir'/* 04:53:52 04:53:52 Attempting testbed reservation. 04:53:52 Testbed already reserved by: 04:53:52 04:53:52 ++ result=2 04:53:52 ++ set -e 04:53:52 ++ [[ 2 == \0 ]] 04:53:52 ++ for topo in "${TOPOLOGIES[@]}" 04:53:52 ++ set +e 04:53:52 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 04:53:52 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 04:53:52 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 04:53:53 Diagnostic commands: 04:53:53 + ls --full-time -cd '/tmp/reservation_dir'/* 04:53:53 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 04:53:53 04:53:53 Attempting testbed reservation. 04:53:53 Testbed already reserved by: 04:53:53 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 04:53:53 04:53:53 ++ result=2 04:53:53 ++ set -e 04:53:53 ++ [[ 2 == \0 ]] 04:53:53 ++ [[ -n '' ]] 04:53:53 ++ [[ 2 == \0 ]] 04:53:53 ++ sleep_time=183s 04:53:53 ++ echo 'Sleeping 183s' 04:53:53 Sleeping 183s 04:53:53 ++ sleep 183s 04:56:56 ++ true 04:56:56 ++ for topo in "${TOPOLOGIES[@]}" 04:56:56 ++ set +e 04:56:56 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 04:56:56 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 04:56:56 ++ 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-1343 04:56:57 Diagnostic commands: 04:56:57 + ls --full-time -cd '/tmp/reservation_dir'/* 04:56:57 04:56:57 Attempting testbed reservation. 04:56:57 Testbed already reserved by: 04:56:57 04:56:57 ++ result=2 04:56:57 ++ set -e 04:56:57 ++ [[ 2 == \0 ]] 04:56:57 ++ for topo in "${TOPOLOGIES[@]}" 04:56:57 ++ set +e 04:56:57 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 04:56:57 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 04:56:57 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 04:56:57 Diagnostic commands: 04:56:57 + ls --full-time -cd '/tmp/reservation_dir'/* 04:56:57 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 04:56:57 04:56:57 Attempting testbed reservation. 04:56:57 Testbed already reserved by: 04:56:57 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 04:56:57 04:56:57 ++ result=2 04:56:57 ++ set -e 04:56:57 ++ [[ 2 == \0 ]] 04:56:57 ++ [[ -n '' ]] 04:56:57 ++ [[ 2 == \0 ]] 04:56:57 ++ sleep_time=196s 04:56:57 ++ echo 'Sleeping 196s' 04:56:57 Sleeping 196s 04:56:57 ++ sleep 196s 05:00:13 ++ true 05:00:13 ++ for topo in "${TOPOLOGIES[@]}" 05:00:13 ++ set +e 05:00:13 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 05:00:13 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 05:00:13 ++ 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-1343 05:00:14 Diagnostic commands: 05:00:14 + ls --full-time -cd '/tmp/reservation_dir'/* 05:00:14 05:00:14 Attempting testbed reservation. 05:00:14 Testbed already reserved by: 05:00:14 05:00:14 ++ result=2 05:00:14 ++ set -e 05:00:14 ++ [[ 2 == \0 ]] 05:00:14 ++ for topo in "${TOPOLOGIES[@]}" 05:00:14 ++ set +e 05:00:14 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 05:00:14 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 05:00:14 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 05:00:15 Diagnostic commands: 05:00:15 + ls --full-time -cd '/tmp/reservation_dir'/* 05:00:15 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 05:00:15 05:00:15 Attempting testbed reservation. 05:00:15 Testbed already reserved by: 05:00:15 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 05:00:15 05:00:15 ++ result=2 05:00:15 ++ set -e 05:00:15 ++ [[ 2 == \0 ]] 05:00:15 ++ [[ -n '' ]] 05:00:15 ++ [[ 2 == \0 ]] 05:00:15 ++ sleep_time=197s 05:00:15 ++ echo 'Sleeping 197s' 05:00:15 Sleeping 197s 05:00:15 ++ sleep 197s 05:03:32 ++ true 05:03:32 ++ for topo in "${TOPOLOGIES[@]}" 05:03:32 ++ set +e 05:03:32 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 05:03:32 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 05:03:32 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed37.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 05:03:33 Diagnostic commands: 05:03:33 + ls --full-time -cd '/tmp/reservation_dir'/* 05:03:33 05:03:33 Attempting testbed reservation. 05:03:33 Testbed already reserved by: 05:03:33 05:03:33 ++ result=2 05:03:33 ++ set -e 05:03:33 ++ [[ 2 == \0 ]] 05:03:33 ++ for topo in "${TOPOLOGIES[@]}" 05:03:33 ++ set +e 05:03:33 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 05:03:33 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 05:03:33 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 05:03:34 Diagnostic commands: 05:03:34 + ls --full-time -cd '/tmp/reservation_dir'/* 05:03:34 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 05:03:34 05:03:34 Attempting testbed reservation. 05:03:34 Testbed already reserved by: 05:03:34 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 05:03:34 05:03:34 ++ result=2 05:03:34 ++ set -e 05:03:34 ++ [[ 2 == \0 ]] 05:03:34 ++ [[ -n '' ]] 05:03:34 ++ [[ 2 == \0 ]] 05:03:34 ++ sleep_time=197s 05:03:34 ++ echo 'Sleeping 197s' 05:03:34 Sleeping 197s 05:03:34 ++ sleep 197s 05:06:51 ++ true 05:06:51 ++ for topo in "${TOPOLOGIES[@]}" 05:06:51 ++ set +e 05:06:51 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 05:06:51 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 05:06:51 ++ 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-1343 05:06:51 Diagnostic commands: 05:06:51 + ls --full-time -cd '/tmp/reservation_dir'/* 05:06:51 05:06:51 Attempting testbed reservation. 05:06:51 Testbed already reserved by: 05:06:51 05:06:52 ++ result=2 05:06:52 ++ set -e 05:06:52 ++ [[ 2 == \0 ]] 05:06:52 ++ for topo in "${TOPOLOGIES[@]}" 05:06:52 ++ set +e 05:06:52 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 05:06:52 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 05:06:52 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 05:06:52 Diagnostic commands: 05:06:52 + ls --full-time -cd '/tmp/reservation_dir'/* 05:06:52 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 05:06:52 05:06:52 Attempting testbed reservation. 05:06:52 Testbed already reserved by: 05:06:52 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 05:06:52 05:06:52 ++ result=2 05:06:52 ++ set -e 05:06:52 ++ [[ 2 == \0 ]] 05:06:52 ++ [[ -n '' ]] 05:06:52 ++ [[ 2 == \0 ]] 05:06:52 ++ sleep_time=184s 05:06:52 ++ echo 'Sleeping 184s' 05:06:52 Sleeping 184s 05:06:52 ++ sleep 184s 05:09:56 ++ true 05:09:56 ++ for topo in "${TOPOLOGIES[@]}" 05:09:56 ++ set +e 05:09:56 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 05:09:56 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 05:09:56 ++ 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-1343 05:09:57 Diagnostic commands: 05:09:57 + ls --full-time -cd '/tmp/reservation_dir'/* 05:09:57 05:09:57 Attempting testbed reservation. 05:09:57 Testbed already reserved by: 05:09:57 05:09:57 ++ result=2 05:09:57 ++ set -e 05:09:57 ++ [[ 2 == \0 ]] 05:09:57 ++ for topo in "${TOPOLOGIES[@]}" 05:09:57 ++ set +e 05:09:57 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 05:09:57 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 05:09:57 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 05:09:58 Diagnostic commands: 05:09:58 + ls --full-time -cd '/tmp/reservation_dir'/* 05:09:58 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 05:09:58 05:09:58 Attempting testbed reservation. 05:09:58 Testbed already reserved by: 05:09:58 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 05:09:58 05:09:58 ++ result=2 05:09:58 ++ set -e 05:09:58 ++ [[ 2 == \0 ]] 05:09:58 ++ [[ -n '' ]] 05:09:58 ++ [[ 2 == \0 ]] 05:09:58 ++ sleep_time=181s 05:09:58 ++ echo 'Sleeping 181s' 05:09:58 Sleeping 181s 05:09:58 ++ sleep 181s 05:12:59 ++ true 05:12:59 ++ for topo in "${TOPOLOGIES[@]}" 05:12:59 ++ set +e 05:12:59 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 05:12:59 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 05:12:59 ++ 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-1343 05:13:00 Diagnostic commands: 05:13:00 + ls --full-time -cd '/tmp/reservation_dir'/* 05:13:00 05:13:00 Attempting testbed reservation. 05:13:00 Testbed already reserved by: 05:13:00 05:13:00 ++ result=2 05:13:00 ++ set -e 05:13:00 ++ [[ 2 == \0 ]] 05:13:00 ++ for topo in "${TOPOLOGIES[@]}" 05:13:00 ++ set +e 05:13:00 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 05:13:00 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 05:13:00 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 05:13:01 Diagnostic commands: 05:13:01 + ls --full-time -cd '/tmp/reservation_dir'/* 05:13:01 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 05:13:01 05:13:01 Attempting testbed reservation. 05:13:01 Testbed already reserved by: 05:13:01 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 05:13:01 05:13:01 ++ result=2 05:13:01 ++ set -e 05:13:01 ++ [[ 2 == \0 ]] 05:13:01 ++ [[ -n '' ]] 05:13:01 ++ [[ 2 == \0 ]] 05:13:01 ++ sleep_time=189s 05:13:01 ++ echo 'Sleeping 189s' 05:13:01 Sleeping 189s 05:13:01 ++ sleep 189s 05:16:10 ++ true 05:16:10 ++ for topo in "${TOPOLOGIES[@]}" 05:16:10 ++ set +e 05:16:10 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 05:16:10 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 05:16:10 ++ 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-1343 05:16:10 Diagnostic commands: 05:16:10 + ls --full-time -cd '/tmp/reservation_dir'/* 05:16:10 05:16:10 Attempting testbed reservation. 05:16:10 Testbed already reserved by: 05:16:10 05:16:11 ++ result=2 05:16:11 ++ set -e 05:16:11 ++ [[ 2 == \0 ]] 05:16:11 ++ for topo in "${TOPOLOGIES[@]}" 05:16:11 ++ set +e 05:16:11 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 05:16:11 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 05:16:11 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 05:16:11 Diagnostic commands: 05:16:11 + ls --full-time -cd '/tmp/reservation_dir'/* 05:16:11 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 05:16:11 05:16:11 Attempting testbed reservation. 05:16:11 Testbed already reserved by: 05:16:11 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 05:16:11 05:16:11 ++ result=2 05:16:11 ++ set -e 05:16:11 ++ [[ 2 == \0 ]] 05:16:11 ++ [[ -n '' ]] 05:16:11 ++ [[ 2 == \0 ]] 05:16:11 ++ sleep_time=188s 05:16:11 ++ echo 'Sleeping 188s' 05:16:11 Sleeping 188s 05:16:11 ++ sleep 188s 05:19:19 ++ true 05:19:19 ++ for topo in "${TOPOLOGIES[@]}" 05:19:19 ++ set +e 05:19:19 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 05:19:19 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 05:19:19 ++ 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-1343 05:19:20 Diagnostic commands: 05:19:20 + ls --full-time -cd '/tmp/reservation_dir'/* 05:19:20 05:19:20 Attempting testbed reservation. 05:19:20 Testbed already reserved by: 05:19:20 05:19:20 ++ result=2 05:19:20 ++ set -e 05:19:20 ++ [[ 2 == \0 ]] 05:19:20 ++ for topo in "${TOPOLOGIES[@]}" 05:19:20 ++ set +e 05:19:20 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 05:19:20 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 05:19:20 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 05:19:21 Diagnostic commands: 05:19:21 + ls --full-time -cd '/tmp/reservation_dir'/* 05:19:21 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 05:19:21 05:19:21 Attempting testbed reservation. 05:19:21 Testbed already reserved by: 05:19:21 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 05:19:21 05:19:21 ++ result=2 05:19:21 ++ set -e 05:19:21 ++ [[ 2 == \0 ]] 05:19:21 ++ [[ -n '' ]] 05:19:21 ++ [[ 2 == \0 ]] 05:19:21 ++ sleep_time=195s 05:19:21 ++ echo 'Sleeping 195s' 05:19:21 Sleeping 195s 05:19:21 ++ sleep 195s 05:22:36 ++ true 05:22:36 ++ for topo in "${TOPOLOGIES[@]}" 05:22:36 ++ set +e 05:22:36 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 05:22:36 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 05:22:36 ++ 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-1343 05:22:37 Diagnostic commands: 05:22:37 + ls --full-time -cd '/tmp/reservation_dir'/* 05:22:37 05:22:37 Attempting testbed reservation. 05:22:37 Testbed already reserved by: 05:22:37 05:22:37 ++ result=2 05:22:37 ++ set -e 05:22:37 ++ [[ 2 == \0 ]] 05:22:37 ++ for topo in "${TOPOLOGIES[@]}" 05:22:37 ++ set +e 05:22:37 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 05:22:37 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 05:22:37 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 05:22:38 Diagnostic commands: 05:22:38 + ls --full-time -cd '/tmp/reservation_dir'/* 05:22:38 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 05:22:38 05:22:38 Attempting testbed reservation. 05:22:38 Testbed already reserved by: 05:22:38 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 05:22:38 05:22:38 ++ result=2 05:22:38 ++ set -e 05:22:38 ++ [[ 2 == \0 ]] 05:22:38 ++ [[ -n '' ]] 05:22:38 ++ [[ 2 == \0 ]] 05:22:38 ++ sleep_time=190s 05:22:38 ++ echo 'Sleeping 190s' 05:22:38 Sleeping 190s 05:22:38 ++ sleep 190s 05:25:48 ++ true 05:25:48 ++ for topo in "${TOPOLOGIES[@]}" 05:25:48 ++ set +e 05:25:48 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 05:25:48 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 05:25:48 ++ 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-1343 05:25:48 Diagnostic commands: 05:25:48 + ls --full-time -cd '/tmp/reservation_dir'/* 05:25:48 05:25:48 Attempting testbed reservation. 05:25:48 Testbed already reserved by: 05:25:48 05:25:48 ++ result=2 05:25:48 ++ set -e 05:25:48 ++ [[ 2 == \0 ]] 05:25:48 ++ for topo in "${TOPOLOGIES[@]}" 05:25:48 ++ set +e 05:25:48 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 05:25:48 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 05:25:48 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 05:25:49 Diagnostic commands: 05:25:49 + ls --full-time -cd '/tmp/reservation_dir'/* 05:25:49 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 05:25:49 05:25:49 Attempting testbed reservation. 05:25:49 Testbed already reserved by: 05:25:49 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 05:25:49 05:25:49 ++ result=2 05:25:49 ++ set -e 05:25:49 ++ [[ 2 == \0 ]] 05:25:49 ++ [[ -n '' ]] 05:25:49 ++ [[ 2 == \0 ]] 05:25:49 ++ sleep_time=195s 05:25:49 ++ echo 'Sleeping 195s' 05:25:49 Sleeping 195s 05:25:49 ++ sleep 195s 05:29:04 ++ true 05:29:04 ++ for topo in "${TOPOLOGIES[@]}" 05:29:04 ++ set +e 05:29:04 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 05:29:04 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 05:29:04 ++ 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-1343 05:29:05 Diagnostic commands: 05:29:05 + ls --full-time -cd '/tmp/reservation_dir'/* 05:29:05 05:29:05 Attempting testbed reservation. 05:29:05 Testbed already reserved by: 05:29:05 05:29:05 ++ result=2 05:29:05 ++ set -e 05:29:05 ++ [[ 2 == \0 ]] 05:29:05 ++ for topo in "${TOPOLOGIES[@]}" 05:29:05 ++ set +e 05:29:05 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 05:29:05 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 05:29:05 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 05:29:06 Diagnostic commands: 05:29:06 + ls --full-time -cd '/tmp/reservation_dir'/* 05:29:06 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 05:29:06 05:29:06 Attempting testbed reservation. 05:29:06 Testbed already reserved by: 05:29:06 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 05:29:06 05:29:06 ++ result=2 05:29:06 ++ set -e 05:29:06 ++ [[ 2 == \0 ]] 05:29:06 ++ [[ -n '' ]] 05:29:06 ++ [[ 2 == \0 ]] 05:29:06 ++ sleep_time=183s 05:29:06 ++ echo 'Sleeping 183s' 05:29:06 Sleeping 183s 05:29:06 ++ sleep 183s 05:32:09 ++ true 05:32:09 ++ for topo in "${TOPOLOGIES[@]}" 05:32:09 ++ set +e 05:32:09 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 05:32:09 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 05:32:09 ++ 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-1343 05:32:10 Diagnostic commands: 05:32:10 + ls --full-time -cd '/tmp/reservation_dir'/* 05:32:10 05:32:10 Attempting testbed reservation. 05:32:10 Testbed already reserved by: 05:32:10 05:32:10 ++ result=2 05:32:10 ++ set -e 05:32:10 ++ [[ 2 == \0 ]] 05:32:10 ++ for topo in "${TOPOLOGIES[@]}" 05:32:10 ++ set +e 05:32:10 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 05:32:10 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 05:32:10 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 05:32:11 Diagnostic commands: 05:32:11 + ls --full-time -cd '/tmp/reservation_dir'/* 05:32:11 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 05:32:11 05:32:11 Attempting testbed reservation. 05:32:11 Testbed already reserved by: 05:32:11 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 05:32:11 05:32:11 ++ result=2 05:32:11 ++ set -e 05:32:11 ++ [[ 2 == \0 ]] 05:32:11 ++ [[ -n '' ]] 05:32:11 ++ [[ 2 == \0 ]] 05:32:11 ++ sleep_time=188s 05:32:11 ++ echo 'Sleeping 188s' 05:32:11 Sleeping 188s 05:32:11 ++ sleep 188s 05:35:19 ++ true 05:35:19 ++ for topo in "${TOPOLOGIES[@]}" 05:35:19 ++ set +e 05:35:19 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 05:35:19 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 05:35:19 ++ 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-1343 05:35:19 Diagnostic commands: 05:35:19 + ls --full-time -cd '/tmp/reservation_dir'/* 05:35:19 05:35:19 Attempting testbed reservation. 05:35:19 Testbed already reserved by: 05:35:19 05:35:19 ++ result=2 05:35:19 ++ set -e 05:35:19 ++ [[ 2 == \0 ]] 05:35:19 ++ for topo in "${TOPOLOGIES[@]}" 05:35:19 ++ set +e 05:35:19 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 05:35:19 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 05:35:19 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 05:35:20 Diagnostic commands: 05:35:20 + ls --full-time -cd '/tmp/reservation_dir'/* 05:35:20 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 05:35:20 05:35:20 Attempting testbed reservation. 05:35:20 Testbed already reserved by: 05:35:20 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 05:35:20 05:35:20 ++ result=2 05:35:20 ++ set -e 05:35:20 ++ [[ 2 == \0 ]] 05:35:20 ++ [[ -n '' ]] 05:35:20 ++ [[ 2 == \0 ]] 05:35:20 ++ sleep_time=197s 05:35:20 ++ echo 'Sleeping 197s' 05:35:20 Sleeping 197s 05:35:20 ++ sleep 197s 05:38:37 ++ true 05:38:37 ++ for topo in "${TOPOLOGIES[@]}" 05:38:37 ++ set +e 05:38:37 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 05:38:37 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 05:38:37 ++ 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-1343 05:38:38 Diagnostic commands: 05:38:38 + ls --full-time -cd '/tmp/reservation_dir'/* 05:38:38 05:38:38 Attempting testbed reservation. 05:38:38 Testbed already reserved by: 05:38:38 05:38:38 ++ result=2 05:38:38 ++ set -e 05:38:38 ++ [[ 2 == \0 ]] 05:38:38 ++ for topo in "${TOPOLOGIES[@]}" 05:38:38 ++ set +e 05:38:38 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 05:38:38 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 05:38:38 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 05:38:39 Diagnostic commands: 05:38:39 + ls --full-time -cd '/tmp/reservation_dir'/* 05:38:39 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 05:38:39 05:38:39 Attempting testbed reservation. 05:38:39 Testbed already reserved by: 05:38:39 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 05:38:39 05:38:39 ++ result=2 05:38:39 ++ set -e 05:38:39 ++ [[ 2 == \0 ]] 05:38:39 ++ [[ -n '' ]] 05:38:39 ++ [[ 2 == \0 ]] 05:38:39 ++ sleep_time=198s 05:38:39 ++ echo 'Sleeping 198s' 05:38:39 Sleeping 198s 05:38:39 ++ sleep 198s 05:41:57 ++ true 05:41:57 ++ for topo in "${TOPOLOGIES[@]}" 05:41:57 ++ set +e 05:41:57 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 05:41:57 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 05:41:57 ++ 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-1343 05:41:58 Diagnostic commands: 05:41:58 + ls --full-time -cd '/tmp/reservation_dir'/* 05:41:58 05:41:58 Attempting testbed reservation. 05:41:58 Testbed already reserved by: 05:41:58 05:41:58 ++ result=2 05:41:58 ++ set -e 05:41:58 ++ [[ 2 == \0 ]] 05:41:58 ++ for topo in "${TOPOLOGIES[@]}" 05:41:58 ++ set +e 05:41:58 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 05:41:58 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 05:41:58 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 05:41:58 Diagnostic commands: 05:41:58 + ls --full-time -cd '/tmp/reservation_dir'/* 05:41:58 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 05:41:58 05:41:58 Attempting testbed reservation. 05:41:58 Testbed already reserved by: 05:41:58 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 05:41:58 05:41:59 ++ result=2 05:41:59 ++ set -e 05:41:59 ++ [[ 2 == \0 ]] 05:41:59 ++ [[ -n '' ]] 05:41:59 ++ [[ 2 == \0 ]] 05:41:59 ++ sleep_time=190s 05:41:59 ++ echo 'Sleeping 190s' 05:41:59 Sleeping 190s 05:41:59 ++ sleep 190s 05:45:09 ++ true 05:45:09 ++ for topo in "${TOPOLOGIES[@]}" 05:45:09 ++ set +e 05:45:09 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 05:45:09 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 05:45:09 ++ 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-1343 05:45:09 Diagnostic commands: 05:45:09 + ls --full-time -cd '/tmp/reservation_dir'/* 05:45:09 05:45:09 Attempting testbed reservation. 05:45:09 Testbed already reserved by: 05:45:09 05:45:09 ++ result=2 05:45:09 ++ set -e 05:45:09 ++ [[ 2 == \0 ]] 05:45:09 ++ for topo in "${TOPOLOGIES[@]}" 05:45:09 ++ set +e 05:45:09 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 05:45:09 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 05:45:09 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 05:45:10 Diagnostic commands: 05:45:10 + ls --full-time -cd '/tmp/reservation_dir'/* 05:45:10 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 05:45:10 05:45:10 Attempting testbed reservation. 05:45:10 Testbed already reserved by: 05:45:10 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 05:45:10 05:45:10 ++ result=2 05:45:10 ++ set -e 05:45:10 ++ [[ 2 == \0 ]] 05:45:10 ++ [[ -n '' ]] 05:45:10 ++ [[ 2 == \0 ]] 05:45:10 ++ sleep_time=196s 05:45:10 ++ echo 'Sleeping 196s' 05:45:10 Sleeping 196s 05:45:10 ++ sleep 196s 05:48:26 ++ true 05:48:26 ++ for topo in "${TOPOLOGIES[@]}" 05:48:26 ++ set +e 05:48:26 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 05:48:26 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 05:48:26 ++ 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-1343 05:48:27 Diagnostic commands: 05:48:27 + ls --full-time -cd '/tmp/reservation_dir'/* 05:48:27 05:48:27 Attempting testbed reservation. 05:48:27 Testbed already reserved by: 05:48:27 05:48:27 ++ result=2 05:48:27 ++ set -e 05:48:27 ++ [[ 2 == \0 ]] 05:48:27 ++ for topo in "${TOPOLOGIES[@]}" 05:48:27 ++ set +e 05:48:27 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 05:48:27 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 05:48:27 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 05:48:28 Diagnostic commands: 05:48:28 + ls --full-time -cd '/tmp/reservation_dir'/* 05:48:28 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 05:48:28 05:48:28 Attempting testbed reservation. 05:48:28 Testbed already reserved by: 05:48:28 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 05:48:28 05:48:28 ++ result=2 05:48:28 ++ set -e 05:48:28 ++ [[ 2 == \0 ]] 05:48:28 ++ [[ -n '' ]] 05:48:28 ++ [[ 2 == \0 ]] 05:48:28 ++ sleep_time=183s 05:48:28 ++ echo 'Sleeping 183s' 05:48:28 Sleeping 183s 05:48:28 ++ sleep 183s 05:51:31 ++ true 05:51:31 ++ for topo in "${TOPOLOGIES[@]}" 05:51:31 ++ set +e 05:51:31 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 05:51:31 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 05:51:31 ++ 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-1343 05:51:32 Diagnostic commands: 05:51:32 + ls --full-time -cd '/tmp/reservation_dir'/* 05:51:32 05:51:32 Attempting testbed reservation. 05:51:32 Testbed already reserved by: 05:51:32 05:51:32 ++ result=2 05:51:32 ++ set -e 05:51:32 ++ [[ 2 == \0 ]] 05:51:32 ++ for topo in "${TOPOLOGIES[@]}" 05:51:32 ++ set +e 05:51:32 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 05:51:32 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 05:51:32 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 05:51:32 Diagnostic commands: 05:51:32 + ls --full-time -cd '/tmp/reservation_dir'/* 05:51:32 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 05:51:32 05:51:32 Attempting testbed reservation. 05:51:32 Testbed already reserved by: 05:51:32 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 05:51:32 05:51:32 ++ result=2 05:51:32 ++ set -e 05:51:33 ++ [[ 2 == \0 ]] 05:51:33 ++ [[ -n '' ]] 05:51:33 ++ [[ 2 == \0 ]] 05:51:33 ++ sleep_time=190s 05:51:33 ++ echo 'Sleeping 190s' 05:51:33 Sleeping 190s 05:51:33 ++ sleep 190s 05:54:43 ++ true 05:54:43 ++ for topo in "${TOPOLOGIES[@]}" 05:54:43 ++ set +e 05:54:43 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 05:54:43 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 05:54:43 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed37.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 05:54:43 Diagnostic commands: 05:54:43 + ls --full-time -cd '/tmp/reservation_dir'/* 05:54:43 05:54:43 Attempting testbed reservation. 05:54:43 Testbed already reserved by: 05:54:43 05:54:43 ++ result=2 05:54:43 ++ set -e 05:54:43 ++ [[ 2 == \0 ]] 05:54:43 ++ for topo in "${TOPOLOGIES[@]}" 05:54:43 ++ set +e 05:54:43 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 05:54:43 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 05:54:43 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 05:54:44 Diagnostic commands: 05:54:44 + ls --full-time -cd '/tmp/reservation_dir'/* 05:54:44 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 05:54:44 05:54:44 Attempting testbed reservation. 05:54:44 Testbed already reserved by: 05:54:44 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 05:54:44 05:54:44 ++ result=2 05:54:44 ++ set -e 05:54:44 ++ [[ 2 == \0 ]] 05:54:44 ++ [[ -n '' ]] 05:54:44 ++ [[ 2 == \0 ]] 05:54:44 ++ sleep_time=193s 05:54:44 ++ echo 'Sleeping 193s' 05:54:44 Sleeping 193s 05:54:44 ++ sleep 193s 05:57:57 ++ true 05:57:57 ++ for topo in "${TOPOLOGIES[@]}" 05:57:57 ++ set +e 05:57:57 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 05:57:57 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 05:57:57 ++ 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-1343 05:57:58 Diagnostic commands: 05:57:58 + ls --full-time -cd '/tmp/reservation_dir'/* 05:57:58 05:57:58 Attempting testbed reservation. 05:57:58 Testbed already reserved by: 05:57:58 05:57:58 ++ result=2 05:57:58 ++ set -e 05:57:58 ++ [[ 2 == \0 ]] 05:57:58 ++ for topo in "${TOPOLOGIES[@]}" 05:57:58 ++ set +e 05:57:58 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 05:57:58 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 05:57:58 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 05:57:59 Diagnostic commands: 05:57:59 + ls --full-time -cd '/tmp/reservation_dir'/* 05:57:59 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 05:57:59 05:57:59 Attempting testbed reservation. 05:57:59 Testbed already reserved by: 05:57:59 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 05:57:59 05:57:59 ++ result=2 05:57:59 ++ set -e 05:57:59 ++ [[ 2 == \0 ]] 05:57:59 ++ [[ -n '' ]] 05:57:59 ++ [[ 2 == \0 ]] 05:57:59 ++ sleep_time=185s 05:57:59 ++ echo 'Sleeping 185s' 05:57:59 Sleeping 185s 05:57:59 ++ sleep 185s 06:01:04 ++ true 06:01:04 ++ for topo in "${TOPOLOGIES[@]}" 06:01:04 ++ set +e 06:01:04 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 06:01:04 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 06:01:04 ++ 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-1343 06:01:05 Diagnostic commands: 06:01:05 + ls --full-time -cd '/tmp/reservation_dir'/* 06:01:05 06:01:05 Attempting testbed reservation. 06:01:05 Testbed already reserved by: 06:01:05 06:01:05 ++ result=2 06:01:05 ++ set -e 06:01:05 ++ [[ 2 == \0 ]] 06:01:05 ++ for topo in "${TOPOLOGIES[@]}" 06:01:05 ++ set +e 06:01:05 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 06:01:05 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 06:01:05 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 06:01:05 Diagnostic commands: 06:01:05 + ls --full-time -cd '/tmp/reservation_dir'/* 06:01:05 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 06:01:05 06:01:05 Attempting testbed reservation. 06:01:05 Testbed already reserved by: 06:01:05 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 06:01:05 06:01:05 ++ result=2 06:01:05 ++ set -e 06:01:05 ++ [[ 2 == \0 ]] 06:01:05 ++ [[ -n '' ]] 06:01:05 ++ [[ 2 == \0 ]] 06:01:05 ++ sleep_time=191s 06:01:05 ++ echo 'Sleeping 191s' 06:01:05 Sleeping 191s 06:01:05 ++ sleep 191s 06:04:16 ++ true 06:04:16 ++ for topo in "${TOPOLOGIES[@]}" 06:04:16 ++ set +e 06:04:16 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 06:04:16 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 06:04:16 ++ 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-1343 06:04:17 Diagnostic commands: 06:04:17 + ls --full-time -cd '/tmp/reservation_dir'/* 06:04:17 06:04:17 Attempting testbed reservation. 06:04:17 Testbed already reserved by: 06:04:17 06:04:17 ++ result=2 06:04:17 ++ set -e 06:04:17 ++ [[ 2 == \0 ]] 06:04:17 ++ for topo in "${TOPOLOGIES[@]}" 06:04:17 ++ set +e 06:04:17 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 06:04:17 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 06:04:17 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 06:04:18 Diagnostic commands: 06:04:18 + ls --full-time -cd '/tmp/reservation_dir'/* 06:04:18 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 06:04:18 06:04:18 Attempting testbed reservation. 06:04:18 Testbed already reserved by: 06:04:18 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 06:04:18 06:04:18 ++ result=2 06:04:18 ++ set -e 06:04:18 ++ [[ 2 == \0 ]] 06:04:18 ++ [[ -n '' ]] 06:04:18 ++ [[ 2 == \0 ]] 06:04:18 ++ sleep_time=196s 06:04:18 ++ echo 'Sleeping 196s' 06:04:18 Sleeping 196s 06:04:18 ++ sleep 196s 06:07:34 ++ true 06:07:34 ++ for topo in "${TOPOLOGIES[@]}" 06:07:34 ++ set +e 06:07:34 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 06:07:34 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 06:07:34 ++ 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-1343 06:07:35 Diagnostic commands: 06:07:35 + ls --full-time -cd '/tmp/reservation_dir'/* 06:07:35 06:07:35 Attempting testbed reservation. 06:07:35 Testbed already reserved by: 06:07:35 06:07:35 ++ result=2 06:07:35 ++ set -e 06:07:35 ++ [[ 2 == \0 ]] 06:07:35 ++ for topo in "${TOPOLOGIES[@]}" 06:07:35 ++ set +e 06:07:35 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 06:07:35 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 06:07:35 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 06:07:36 Diagnostic commands: 06:07:36 + ls --full-time -cd '/tmp/reservation_dir'/* 06:07:36 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 06:07:36 06:07:36 Attempting testbed reservation. 06:07:36 Testbed already reserved by: 06:07:36 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 06:07:36 06:07:36 ++ result=2 06:07:36 ++ set -e 06:07:36 ++ [[ 2 == \0 ]] 06:07:36 ++ [[ -n '' ]] 06:07:36 ++ [[ 2 == \0 ]] 06:07:36 ++ sleep_time=182s 06:07:36 ++ echo 'Sleeping 182s' 06:07:36 Sleeping 182s 06:07:36 ++ sleep 182s 06:10:38 ++ true 06:10:38 ++ for topo in "${TOPOLOGIES[@]}" 06:10:38 ++ set +e 06:10:38 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 06:10:38 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 06:10:38 ++ 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-1343 06:10:39 Diagnostic commands: 06:10:39 + ls --full-time -cd '/tmp/reservation_dir'/* 06:10:39 06:10:39 Attempting testbed reservation. 06:10:39 Testbed already reserved by: 06:10:39 06:10:39 ++ result=2 06:10:39 ++ set -e 06:10:39 ++ [[ 2 == \0 ]] 06:10:39 ++ for topo in "${TOPOLOGIES[@]}" 06:10:39 ++ set +e 06:10:39 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 06:10:39 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 06:10:39 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 06:10:39 Diagnostic commands: 06:10:39 + ls --full-time -cd '/tmp/reservation_dir'/* 06:10:39 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 06:10:39 06:10:39 Attempting testbed reservation. 06:10:39 Testbed already reserved by: 06:10:39 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 06:10:39 06:10:39 ++ result=2 06:10:39 ++ set -e 06:10:39 ++ [[ 2 == \0 ]] 06:10:39 ++ [[ -n '' ]] 06:10:39 ++ [[ 2 == \0 ]] 06:10:39 ++ sleep_time=187s 06:10:39 ++ echo 'Sleeping 187s' 06:10:39 Sleeping 187s 06:10:39 ++ sleep 187s 06:13:46 ++ true 06:13:46 ++ for topo in "${TOPOLOGIES[@]}" 06:13:46 ++ set +e 06:13:46 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 06:13:46 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 06:13:46 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed37.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 06:13:47 Diagnostic commands: 06:13:47 + ls --full-time -cd '/tmp/reservation_dir'/* 06:13:47 06:13:47 Attempting testbed reservation. 06:13:47 Testbed already reserved by: 06:13:47 06:13:47 ++ result=2 06:13:47 ++ set -e 06:13:47 ++ [[ 2 == \0 ]] 06:13:47 ++ for topo in "${TOPOLOGIES[@]}" 06:13:47 ++ set +e 06:13:47 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 06:13:47 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 06:13:47 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 06:13:48 Diagnostic commands: 06:13:48 + ls --full-time -cd '/tmp/reservation_dir'/* 06:13:48 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 06:13:48 06:13:48 Attempting testbed reservation. 06:13:48 Testbed already reserved by: 06:13:48 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 06:13:48 06:13:48 ++ result=2 06:13:48 ++ set -e 06:13:48 ++ [[ 2 == \0 ]] 06:13:48 ++ [[ -n '' ]] 06:13:48 ++ [[ 2 == \0 ]] 06:13:48 ++ sleep_time=192s 06:13:48 ++ echo 'Sleeping 192s' 06:13:48 Sleeping 192s 06:13:48 ++ sleep 192s 06:17:00 ++ true 06:17:00 ++ for topo in "${TOPOLOGIES[@]}" 06:17:00 ++ set +e 06:17:00 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 06:17:00 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 06:17:00 ++ 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-1343 06:17:01 Diagnostic commands: 06:17:01 + ls --full-time -cd '/tmp/reservation_dir'/* 06:17:01 06:17:01 Attempting testbed reservation. 06:17:01 Testbed already reserved by: 06:17:01 06:17:01 ++ result=2 06:17:01 ++ set -e 06:17:01 ++ [[ 2 == \0 ]] 06:17:01 ++ for topo in "${TOPOLOGIES[@]}" 06:17:01 ++ set +e 06:17:01 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 06:17:01 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 06:17:01 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 06:17:02 Diagnostic commands: 06:17:02 + ls --full-time -cd '/tmp/reservation_dir'/* 06:17:02 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 06:17:02 06:17:02 Attempting testbed reservation. 06:17:02 Testbed already reserved by: 06:17:02 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 06:17:02 06:17:02 ++ result=2 06:17:02 ++ set -e 06:17:02 ++ [[ 2 == \0 ]] 06:17:02 ++ [[ -n '' ]] 06:17:02 ++ [[ 2 == \0 ]] 06:17:02 ++ sleep_time=184s 06:17:02 ++ echo 'Sleeping 184s' 06:17:02 Sleeping 184s 06:17:02 ++ sleep 184s 06:20:06 ++ true 06:20:06 ++ for topo in "${TOPOLOGIES[@]}" 06:20:06 ++ set +e 06:20:06 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 06:20:06 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 06:20:06 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed37.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 06:20:07 Diagnostic commands: 06:20:07 + ls --full-time -cd '/tmp/reservation_dir'/* 06:20:07 06:20:07 Attempting testbed reservation. 06:20:07 Testbed already reserved by: 06:20:07 06:20:07 ++ result=2 06:20:07 ++ set -e 06:20:07 ++ [[ 2 == \0 ]] 06:20:07 ++ for topo in "${TOPOLOGIES[@]}" 06:20:07 ++ set +e 06:20:07 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 06:20:07 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 06:20:07 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 06:20:07 Diagnostic commands: 06:20:07 + ls --full-time -cd '/tmp/reservation_dir'/* 06:20:07 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 06:20:07 06:20:07 Attempting testbed reservation. 06:20:07 Testbed already reserved by: 06:20:07 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 06:20:07 06:20:07 ++ result=2 06:20:07 ++ set -e 06:20:07 ++ [[ 2 == \0 ]] 06:20:07 ++ [[ -n '' ]] 06:20:07 ++ [[ 2 == \0 ]] 06:20:07 ++ sleep_time=199s 06:20:07 ++ echo 'Sleeping 199s' 06:20:07 Sleeping 199s 06:20:07 ++ sleep 199s 06:23:26 ++ true 06:23:26 ++ for topo in "${TOPOLOGIES[@]}" 06:23:26 ++ set +e 06:23:26 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 06:23:26 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 06:23:26 ++ 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-1343 06:23:27 Diagnostic commands: 06:23:27 + ls --full-time -cd '/tmp/reservation_dir'/* 06:23:27 06:23:27 Attempting testbed reservation. 06:23:27 Testbed already reserved by: 06:23:27 06:23:27 ++ result=2 06:23:27 ++ set -e 06:23:27 ++ [[ 2 == \0 ]] 06:23:27 ++ for topo in "${TOPOLOGIES[@]}" 06:23:27 ++ set +e 06:23:27 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 06:23:27 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 06:23:27 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 06:23:28 Diagnostic commands: 06:23:28 + ls --full-time -cd '/tmp/reservation_dir'/* 06:23:28 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 06:23:28 06:23:28 Attempting testbed reservation. 06:23:28 Testbed already reserved by: 06:23:28 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 06:23:28 06:23:28 ++ result=2 06:23:28 ++ set -e 06:23:28 ++ [[ 2 == \0 ]] 06:23:28 ++ [[ -n '' ]] 06:23:28 ++ [[ 2 == \0 ]] 06:23:28 ++ sleep_time=195s 06:23:28 ++ echo 'Sleeping 195s' 06:23:28 Sleeping 195s 06:23:28 ++ sleep 195s 06:26:43 ++ true 06:26:43 ++ for topo in "${TOPOLOGIES[@]}" 06:26:43 ++ set +e 06:26:43 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 06:26:43 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 06:26:43 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed37.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 06:26:44 Diagnostic commands: 06:26:44 + ls --full-time -cd '/tmp/reservation_dir'/* 06:26:44 06:26:44 Attempting testbed reservation. 06:26:44 Testbed already reserved by: 06:26:44 06:26:44 ++ result=2 06:26:44 ++ set -e 06:26:44 ++ [[ 2 == \0 ]] 06:26:44 ++ for topo in "${TOPOLOGIES[@]}" 06:26:44 ++ set +e 06:26:44 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 06:26:44 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 06:26:44 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 06:26:45 Diagnostic commands: 06:26:45 + ls --full-time -cd '/tmp/reservation_dir'/* 06:26:45 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 06:26:45 06:26:45 Attempting testbed reservation. 06:26:45 Testbed already reserved by: 06:26:45 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 06:26:45 06:26:45 ++ result=2 06:26:45 ++ set -e 06:26:45 ++ [[ 2 == \0 ]] 06:26:45 ++ [[ -n '' ]] 06:26:45 ++ [[ 2 == \0 ]] 06:26:45 ++ sleep_time=196s 06:26:45 ++ echo 'Sleeping 196s' 06:26:45 Sleeping 196s 06:26:45 ++ sleep 196s 06:30:01 ++ true 06:30:01 ++ for topo in "${TOPOLOGIES[@]}" 06:30:01 ++ set +e 06:30:01 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 06:30:01 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 06:30:01 ++ 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-1343 06:30:02 Diagnostic commands: 06:30:02 + ls --full-time -cd '/tmp/reservation_dir'/* 06:30:02 06:30:02 Attempting testbed reservation. 06:30:02 Testbed already reserved by: 06:30:02 06:30:02 ++ result=2 06:30:02 ++ set -e 06:30:02 ++ [[ 2 == \0 ]] 06:30:02 ++ for topo in "${TOPOLOGIES[@]}" 06:30:02 ++ set +e 06:30:02 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 06:30:02 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 06:30:02 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 06:30:02 Diagnostic commands: 06:30:02 + ls --full-time -cd '/tmp/reservation_dir'/* 06:30:02 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 06:30:02 06:30:02 Attempting testbed reservation. 06:30:02 Testbed already reserved by: 06:30:02 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 06:30:02 06:30:02 ++ result=2 06:30:02 ++ set -e 06:30:02 ++ [[ 2 == \0 ]] 06:30:02 ++ [[ -n '' ]] 06:30:02 ++ [[ 2 == \0 ]] 06:30:02 ++ sleep_time=185s 06:30:02 ++ echo 'Sleeping 185s' 06:30:02 Sleeping 185s 06:30:02 ++ sleep 185s 06:33:07 ++ true 06:33:07 ++ for topo in "${TOPOLOGIES[@]}" 06:33:07 ++ set +e 06:33:07 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 06:33:07 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 06:33:07 ++ 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-1343 06:33:08 Diagnostic commands: 06:33:08 + ls --full-time -cd '/tmp/reservation_dir'/* 06:33:08 06:33:08 Attempting testbed reservation. 06:33:08 Testbed already reserved by: 06:33:08 06:33:08 ++ result=2 06:33:08 ++ set -e 06:33:08 ++ [[ 2 == \0 ]] 06:33:08 ++ for topo in "${TOPOLOGIES[@]}" 06:33:08 ++ set +e 06:33:08 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 06:33:08 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 06:33:08 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 06:33:09 Diagnostic commands: 06:33:09 + ls --full-time -cd '/tmp/reservation_dir'/* 06:33:09 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 06:33:09 06:33:09 Attempting testbed reservation. 06:33:09 Testbed already reserved by: 06:33:09 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 06:33:09 06:33:09 ++ result=2 06:33:09 ++ set -e 06:33:09 ++ [[ 2 == \0 ]] 06:33:09 ++ [[ -n '' ]] 06:33:09 ++ [[ 2 == \0 ]] 06:33:09 ++ sleep_time=188s 06:33:09 ++ echo 'Sleeping 188s' 06:33:09 Sleeping 188s 06:33:09 ++ sleep 188s 06:36:17 ++ true 06:36:17 ++ for topo in "${TOPOLOGIES[@]}" 06:36:17 ++ set +e 06:36:17 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 06:36:17 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 06:36:17 ++ 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-1343 06:36:18 Diagnostic commands: 06:36:18 + ls --full-time -cd '/tmp/reservation_dir'/* 06:36:18 06:36:18 Attempting testbed reservation. 06:36:18 Testbed already reserved by: 06:36:18 06:36:18 ++ result=2 06:36:18 ++ set -e 06:36:18 ++ [[ 2 == \0 ]] 06:36:18 ++ for topo in "${TOPOLOGIES[@]}" 06:36:18 ++ set +e 06:36:18 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 06:36:18 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 06:36:18 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 06:36:19 Diagnostic commands: 06:36:19 + ls --full-time -cd '/tmp/reservation_dir'/* 06:36:19 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 06:36:19 06:36:19 Attempting testbed reservation. 06:36:19 Testbed already reserved by: 06:36:19 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 06:36:19 06:36:19 ++ result=2 06:36:19 ++ set -e 06:36:19 ++ [[ 2 == \0 ]] 06:36:19 ++ [[ -n '' ]] 06:36:19 ++ [[ 2 == \0 ]] 06:36:19 ++ sleep_time=198s 06:36:19 ++ echo 'Sleeping 198s' 06:36:19 Sleeping 198s 06:36:19 ++ sleep 198s 06:39:37 ++ true 06:39:37 ++ for topo in "${TOPOLOGIES[@]}" 06:39:37 ++ set +e 06:39:37 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 06:39:37 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 06:39:37 ++ 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-1343 06:39:37 Diagnostic commands: 06:39:37 + ls --full-time -cd '/tmp/reservation_dir'/* 06:39:37 06:39:37 Attempting testbed reservation. 06:39:37 Testbed already reserved by: 06:39:37 06:39:38 ++ result=2 06:39:38 ++ set -e 06:39:38 ++ [[ 2 == \0 ]] 06:39:38 ++ for topo in "${TOPOLOGIES[@]}" 06:39:38 ++ set +e 06:39:38 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 06:39:38 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 06:39:38 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 06:39:38 Diagnostic commands: 06:39:38 + ls --full-time -cd '/tmp/reservation_dir'/* 06:39:38 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 06:39:38 06:39:38 Attempting testbed reservation. 06:39:38 Testbed already reserved by: 06:39:38 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 06:39:38 06:39:38 ++ result=2 06:39:38 ++ set -e 06:39:38 ++ [[ 2 == \0 ]] 06:39:38 ++ [[ -n '' ]] 06:39:38 ++ [[ 2 == \0 ]] 06:39:38 ++ sleep_time=183s 06:39:38 ++ echo 'Sleeping 183s' 06:39:38 Sleeping 183s 06:39:38 ++ sleep 183s 06:42:41 ++ true 06:42:41 ++ for topo in "${TOPOLOGIES[@]}" 06:42:41 ++ set +e 06:42:41 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 06:42:41 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 06:42:41 ++ 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-1343 06:42:42 Diagnostic commands: 06:42:42 + ls --full-time -cd '/tmp/reservation_dir'/* 06:42:42 06:42:42 Attempting testbed reservation. 06:42:42 Testbed already reserved by: 06:42:42 06:42:42 ++ result=2 06:42:42 ++ set -e 06:42:42 ++ [[ 2 == \0 ]] 06:42:42 ++ for topo in "${TOPOLOGIES[@]}" 06:42:42 ++ set +e 06:42:42 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 06:42:42 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 06:42:42 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 06:42:43 Diagnostic commands: 06:42:43 + ls --full-time -cd '/tmp/reservation_dir'/* 06:42:43 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 06:42:43 06:42:43 Attempting testbed reservation. 06:42:43 Testbed already reserved by: 06:42:43 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 06:42:43 06:42:43 ++ result=2 06:42:43 ++ set -e 06:42:43 ++ [[ 2 == \0 ]] 06:42:43 ++ [[ -n '' ]] 06:42:43 ++ [[ 2 == \0 ]] 06:42:43 ++ sleep_time=199s 06:42:43 ++ echo 'Sleeping 199s' 06:42:43 Sleeping 199s 06:42:43 ++ sleep 199s 06:46:02 ++ true 06:46:02 ++ for topo in "${TOPOLOGIES[@]}" 06:46:02 ++ set +e 06:46:02 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 06:46:02 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 06:46:02 ++ 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-1343 06:46:03 Diagnostic commands: 06:46:03 + ls --full-time -cd '/tmp/reservation_dir'/* 06:46:03 06:46:03 Attempting testbed reservation. 06:46:03 Testbed already reserved by: 06:46:03 06:46:03 ++ result=2 06:46:03 ++ set -e 06:46:03 ++ [[ 2 == \0 ]] 06:46:03 ++ for topo in "${TOPOLOGIES[@]}" 06:46:03 ++ set +e 06:46:03 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 06:46:03 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 06:46:03 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 06:46:04 Diagnostic commands: 06:46:04 + ls --full-time -cd '/tmp/reservation_dir'/* 06:46:04 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 06:46:04 06:46:04 Attempting testbed reservation. 06:46:04 Testbed already reserved by: 06:46:04 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 06:46:04 06:46:04 ++ result=2 06:46:04 ++ set -e 06:46:04 ++ [[ 2 == \0 ]] 06:46:04 ++ [[ -n '' ]] 06:46:04 ++ [[ 2 == \0 ]] 06:46:04 ++ sleep_time=185s 06:46:04 ++ echo 'Sleeping 185s' 06:46:04 Sleeping 185s 06:46:04 ++ sleep 185s 06:49:09 ++ true 06:49:09 ++ for topo in "${TOPOLOGIES[@]}" 06:49:09 ++ set +e 06:49:09 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 06:49:09 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 06:49:09 ++ 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-1343 06:49:10 Diagnostic commands: 06:49:10 + ls --full-time -cd '/tmp/reservation_dir'/* 06:49:10 06:49:10 Attempting testbed reservation. 06:49:10 Testbed already reserved by: 06:49:10 06:49:10 ++ result=2 06:49:10 ++ set -e 06:49:10 ++ [[ 2 == \0 ]] 06:49:10 ++ for topo in "${TOPOLOGIES[@]}" 06:49:10 ++ set +e 06:49:10 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 06:49:10 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 06:49:10 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 06:49:10 Diagnostic commands: 06:49:10 + ls --full-time -cd '/tmp/reservation_dir'/* 06:49:10 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 06:49:10 06:49:10 Attempting testbed reservation. 06:49:10 Testbed already reserved by: 06:49:10 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 06:49:10 06:49:10 ++ result=2 06:49:10 ++ set -e 06:49:10 ++ [[ 2 == \0 ]] 06:49:10 ++ [[ -n '' ]] 06:49:10 ++ [[ 2 == \0 ]] 06:49:10 ++ sleep_time=180s 06:49:10 ++ echo 'Sleeping 180s' 06:49:10 Sleeping 180s 06:49:10 ++ sleep 180s 06:52:10 ++ true 06:52:10 ++ for topo in "${TOPOLOGIES[@]}" 06:52:10 ++ set +e 06:52:10 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 06:52:10 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 06:52:10 ++ 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-1343 06:52:11 Diagnostic commands: 06:52:11 + ls --full-time -cd '/tmp/reservation_dir'/* 06:52:11 06:52:11 Attempting testbed reservation. 06:52:11 Testbed already reserved by: 06:52:11 06:52:11 ++ result=2 06:52:11 ++ set -e 06:52:11 ++ [[ 2 == \0 ]] 06:52:11 ++ for topo in "${TOPOLOGIES[@]}" 06:52:11 ++ set +e 06:52:11 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 06:52:11 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 06:52:11 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 06:52:12 Diagnostic commands: 06:52:12 + ls --full-time -cd '/tmp/reservation_dir'/* 06:52:12 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 06:52:12 06:52:12 Attempting testbed reservation. 06:52:12 Testbed already reserved by: 06:52:12 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 06:52:12 06:52:12 ++ result=2 06:52:12 ++ set -e 06:52:12 ++ [[ 2 == \0 ]] 06:52:12 ++ [[ -n '' ]] 06:52:12 ++ [[ 2 == \0 ]] 06:52:12 ++ sleep_time=193s 06:52:12 ++ echo 'Sleeping 193s' 06:52:12 Sleeping 193s 06:52:12 ++ sleep 193s 06:55:25 ++ true 06:55:25 ++ for topo in "${TOPOLOGIES[@]}" 06:55:25 ++ set +e 06:55:25 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 06:55:25 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 06:55:25 ++ 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-1343 06:55:26 Diagnostic commands: 06:55:26 + ls --full-time -cd '/tmp/reservation_dir'/* 06:55:26 06:55:26 Attempting testbed reservation. 06:55:26 Testbed already reserved by: 06:55:26 06:55:26 ++ result=2 06:55:26 ++ set -e 06:55:26 ++ [[ 2 == \0 ]] 06:55:26 ++ for topo in "${TOPOLOGIES[@]}" 06:55:26 ++ set +e 06:55:26 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 06:55:26 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 06:55:26 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 06:55:27 Diagnostic commands: 06:55:27 + ls --full-time -cd '/tmp/reservation_dir'/* 06:55:27 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 06:55:27 06:55:27 Attempting testbed reservation. 06:55:27 Testbed already reserved by: 06:55:27 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 06:55:27 06:55:27 ++ result=2 06:55:27 ++ set -e 06:55:27 ++ [[ 2 == \0 ]] 06:55:27 ++ [[ -n '' ]] 06:55:27 ++ [[ 2 == \0 ]] 06:55:27 ++ sleep_time=195s 06:55:27 ++ echo 'Sleeping 195s' 06:55:27 Sleeping 195s 06:55:27 ++ sleep 195s 06:58:42 ++ true 06:58:42 ++ for topo in "${TOPOLOGIES[@]}" 06:58:42 ++ set +e 06:58:42 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 06:58:42 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 06:58:42 ++ 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-1343 06:58:42 Diagnostic commands: 06:58:42 + ls --full-time -cd '/tmp/reservation_dir'/* 06:58:42 06:58:42 Attempting testbed reservation. 06:58:42 Testbed already reserved by: 06:58:42 06:58:43 ++ result=2 06:58:43 ++ set -e 06:58:43 ++ [[ 2 == \0 ]] 06:58:43 ++ for topo in "${TOPOLOGIES[@]}" 06:58:43 ++ set +e 06:58:43 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 06:58:43 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 06:58:43 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 06:58:43 Diagnostic commands: 06:58:43 + ls --full-time -cd '/tmp/reservation_dir'/* 06:58:43 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 06:58:43 06:58:43 Attempting testbed reservation. 06:58:43 Testbed already reserved by: 06:58:43 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 06:58:43 06:58:43 ++ result=2 06:58:43 ++ set -e 06:58:43 ++ [[ 2 == \0 ]] 06:58:43 ++ [[ -n '' ]] 06:58:43 ++ [[ 2 == \0 ]] 06:58:43 ++ sleep_time=183s 06:58:43 ++ echo 'Sleeping 183s' 06:58:43 Sleeping 183s 06:58:43 ++ sleep 183s 07:01:46 ++ true 07:01:46 ++ for topo in "${TOPOLOGIES[@]}" 07:01:46 ++ set +e 07:01:46 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 07:01:46 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 07:01:46 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed37.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 07:01:47 Diagnostic commands: 07:01:47 + ls --full-time -cd '/tmp/reservation_dir'/* 07:01:47 07:01:47 Attempting testbed reservation. 07:01:47 Testbed already reserved by: 07:01:47 07:01:47 ++ result=2 07:01:47 ++ set -e 07:01:47 ++ [[ 2 == \0 ]] 07:01:47 ++ for topo in "${TOPOLOGIES[@]}" 07:01:47 ++ set +e 07:01:47 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 07:01:47 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 07:01:47 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 07:01:48 Diagnostic commands: 07:01:48 + ls --full-time -cd '/tmp/reservation_dir'/* 07:01:48 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 07:01:48 07:01:48 Attempting testbed reservation. 07:01:48 Testbed already reserved by: 07:01:48 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 07:01:48 07:01:48 ++ result=2 07:01:48 ++ set -e 07:01:48 ++ [[ 2 == \0 ]] 07:01:48 ++ [[ -n '' ]] 07:01:48 ++ [[ 2 == \0 ]] 07:01:48 ++ sleep_time=196s 07:01:48 ++ echo 'Sleeping 196s' 07:01:48 Sleeping 196s 07:01:48 ++ sleep 196s 07:05:04 ++ true 07:05:04 ++ for topo in "${TOPOLOGIES[@]}" 07:05:04 ++ set +e 07:05:04 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 07:05:04 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 07:05:04 ++ 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-1343 07:05:05 Diagnostic commands: 07:05:05 + ls --full-time -cd '/tmp/reservation_dir'/* 07:05:05 07:05:05 Attempting testbed reservation. 07:05:05 Testbed already reserved by: 07:05:05 07:05:05 ++ result=2 07:05:05 ++ set -e 07:05:05 ++ [[ 2 == \0 ]] 07:05:05 ++ for topo in "${TOPOLOGIES[@]}" 07:05:05 ++ set +e 07:05:05 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 07:05:05 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 07:05:05 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 07:05:06 Diagnostic commands: 07:05:06 + ls --full-time -cd '/tmp/reservation_dir'/* 07:05:06 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 07:05:06 07:05:06 Attempting testbed reservation. 07:05:06 Testbed already reserved by: 07:05:06 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 07:05:06 07:05:06 ++ result=2 07:05:06 ++ set -e 07:05:06 ++ [[ 2 == \0 ]] 07:05:06 ++ [[ -n '' ]] 07:05:06 ++ [[ 2 == \0 ]] 07:05:06 ++ sleep_time=195s 07:05:06 ++ echo 'Sleeping 195s' 07:05:06 Sleeping 195s 07:05:06 ++ sleep 195s 07:08:21 ++ true 07:08:21 ++ for topo in "${TOPOLOGIES[@]}" 07:08:21 ++ set +e 07:08:21 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 07:08:21 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 07:08:21 ++ 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-1343 07:08:21 Diagnostic commands: 07:08:21 + ls --full-time -cd '/tmp/reservation_dir'/* 07:08:21 07:08:21 Attempting testbed reservation. 07:08:21 Testbed already reserved by: 07:08:21 07:08:21 ++ result=2 07:08:21 ++ set -e 07:08:21 ++ [[ 2 == \0 ]] 07:08:21 ++ for topo in "${TOPOLOGIES[@]}" 07:08:21 ++ set +e 07:08:21 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 07:08:21 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 07:08:21 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 07:08:22 Diagnostic commands: 07:08:22 + ls --full-time -cd '/tmp/reservation_dir'/* 07:08:22 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 07:08:22 07:08:22 Attempting testbed reservation. 07:08:22 Testbed already reserved by: 07:08:22 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 07:08:22 07:08:22 ++ result=2 07:08:22 ++ set -e 07:08:22 ++ [[ 2 == \0 ]] 07:08:22 ++ [[ -n '' ]] 07:08:22 ++ [[ 2 == \0 ]] 07:08:22 ++ sleep_time=181s 07:08:22 ++ echo 'Sleeping 181s' 07:08:22 Sleeping 181s 07:08:22 ++ sleep 181s 07:11:23 ++ true 07:11:23 ++ for topo in "${TOPOLOGIES[@]}" 07:11:23 ++ set +e 07:11:23 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 07:11:23 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 07:11:23 ++ 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-1343 07:11:24 Diagnostic commands: 07:11:24 + ls --full-time -cd '/tmp/reservation_dir'/* 07:11:24 07:11:24 Attempting testbed reservation. 07:11:24 Testbed already reserved by: 07:11:24 07:11:24 ++ result=2 07:11:24 ++ set -e 07:11:24 ++ [[ 2 == \0 ]] 07:11:24 ++ for topo in "${TOPOLOGIES[@]}" 07:11:24 ++ set +e 07:11:24 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 07:11:24 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 07:11:24 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 07:11:25 Diagnostic commands: 07:11:25 + ls --full-time -cd '/tmp/reservation_dir'/* 07:11:25 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 07:11:25 07:11:25 Attempting testbed reservation. 07:11:25 Testbed already reserved by: 07:11:25 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 07:11:25 07:11:25 ++ result=2 07:11:25 ++ set -e 07:11:25 ++ [[ 2 == \0 ]] 07:11:25 ++ [[ -n '' ]] 07:11:25 ++ [[ 2 == \0 ]] 07:11:25 ++ sleep_time=192s 07:11:25 ++ echo 'Sleeping 192s' 07:11:25 Sleeping 192s 07:11:25 ++ sleep 192s 07:14:37 ++ true 07:14:37 ++ for topo in "${TOPOLOGIES[@]}" 07:14:37 ++ set +e 07:14:37 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 07:14:37 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 07:14:37 ++ 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-1343 07:14:38 Diagnostic commands: 07:14:38 + ls --full-time -cd '/tmp/reservation_dir'/* 07:14:38 07:14:38 Attempting testbed reservation. 07:14:38 Testbed already reserved by: 07:14:38 07:14:38 ++ result=2 07:14:38 ++ set -e 07:14:38 ++ [[ 2 == \0 ]] 07:14:38 ++ for topo in "${TOPOLOGIES[@]}" 07:14:38 ++ set +e 07:14:38 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 07:14:38 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 07:14:38 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 07:14:38 Diagnostic commands: 07:14:38 + ls --full-time -cd '/tmp/reservation_dir'/* 07:14:38 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 07:14:38 07:14:38 Attempting testbed reservation. 07:14:38 Testbed already reserved by: 07:14:38 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 07:14:38 07:14:39 ++ result=2 07:14:39 ++ set -e 07:14:39 ++ [[ 2 == \0 ]] 07:14:39 ++ [[ -n '' ]] 07:14:39 ++ [[ 2 == \0 ]] 07:14:39 ++ sleep_time=194s 07:14:39 ++ echo 'Sleeping 194s' 07:14:39 Sleeping 194s 07:14:39 ++ sleep 194s 07:17:53 ++ true 07:17:53 ++ for topo in "${TOPOLOGIES[@]}" 07:17:53 ++ set +e 07:17:53 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 07:17:53 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 07:17:53 ++ 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-1343 07:17:53 Diagnostic commands: 07:17:53 + ls --full-time -cd '/tmp/reservation_dir'/* 07:17:53 07:17:53 Attempting testbed reservation. 07:17:53 Testbed already reserved by: 07:17:53 07:17:53 ++ result=2 07:17:53 ++ set -e 07:17:53 ++ [[ 2 == \0 ]] 07:17:53 ++ for topo in "${TOPOLOGIES[@]}" 07:17:53 ++ set +e 07:17:53 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 07:17:53 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 07:17:53 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 07:17:54 Diagnostic commands: 07:17:54 + ls --full-time -cd '/tmp/reservation_dir'/* 07:17:54 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 07:17:54 07:17:54 Attempting testbed reservation. 07:17:54 Testbed already reserved by: 07:17:54 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 07:17:54 07:17:54 ++ result=2 07:17:54 ++ set -e 07:17:54 ++ [[ 2 == \0 ]] 07:17:54 ++ [[ -n '' ]] 07:17:54 ++ [[ 2 == \0 ]] 07:17:54 ++ sleep_time=187s 07:17:54 ++ echo 'Sleeping 187s' 07:17:54 Sleeping 187s 07:17:54 ++ sleep 187s 07:21:01 ++ true 07:21:01 ++ for topo in "${TOPOLOGIES[@]}" 07:21:01 ++ set +e 07:21:01 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 07:21:01 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 07:21:01 ++ 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-1343 07:21:02 Diagnostic commands: 07:21:02 + ls --full-time -cd '/tmp/reservation_dir'/* 07:21:02 07:21:02 Attempting testbed reservation. 07:21:02 Testbed already reserved by: 07:21:02 07:21:02 ++ result=2 07:21:02 ++ set -e 07:21:02 ++ [[ 2 == \0 ]] 07:21:02 ++ for topo in "${TOPOLOGIES[@]}" 07:21:02 ++ set +e 07:21:02 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 07:21:02 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 07:21:02 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 07:21:03 Diagnostic commands: 07:21:03 + ls --full-time -cd '/tmp/reservation_dir'/* 07:21:03 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 07:21:03 07:21:03 Attempting testbed reservation. 07:21:03 Testbed already reserved by: 07:21:03 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 07:21:03 07:21:03 ++ result=2 07:21:03 ++ set -e 07:21:03 ++ [[ 2 == \0 ]] 07:21:03 ++ [[ -n '' ]] 07:21:03 ++ [[ 2 == \0 ]] 07:21:03 ++ sleep_time=183s 07:21:03 ++ echo 'Sleeping 183s' 07:21:03 Sleeping 183s 07:21:03 ++ sleep 183s 07:24:06 ++ true 07:24:06 ++ for topo in "${TOPOLOGIES[@]}" 07:24:06 ++ set +e 07:24:06 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 07:24:06 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 07:24:06 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed37.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 07:24:07 Diagnostic commands: 07:24:07 + ls --full-time -cd '/tmp/reservation_dir'/* 07:24:07 -rw-rw-r-- 1 testuser testuser 0 2025-05-12 07:23:09.973107224 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-verify-master-3n-icx-1344 07:24:07 07:24:07 Attempting testbed reservation. 07:24:07 Testbed already reserved by: 07:24:07 /tmp/reservation_dir/jenkins-csit-vpp-perf-verify-master-3n-icx-1344 07:24:07 07:24:07 ++ result=2 07:24:07 ++ set -e 07:24:07 ++ [[ 2 == \0 ]] 07:24:07 ++ for topo in "${TOPOLOGIES[@]}" 07:24:07 ++ set +e 07:24:07 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 07:24:07 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 07:24:07 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 07:24:07 Diagnostic commands: 07:24:07 + ls --full-time -cd '/tmp/reservation_dir'/* 07:24:07 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 07:24:07 07:24:07 Attempting testbed reservation. 07:24:07 Testbed already reserved by: 07:24:07 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 07:24:07 07:24:07 ++ result=2 07:24:07 ++ set -e 07:24:07 ++ [[ 2 == \0 ]] 07:24:07 ++ [[ -n '' ]] 07:24:07 ++ [[ 2 == \0 ]] 07:24:07 ++ sleep_time=185s 07:24:07 ++ echo 'Sleeping 185s' 07:24:07 Sleeping 185s 07:24:07 ++ sleep 185s 07:27:12 ++ true 07:27:12 ++ for topo in "${TOPOLOGIES[@]}" 07:27:12 ++ set +e 07:27:12 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 07:27:12 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 07:27:12 ++ 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-1343 07:27:13 Diagnostic commands: 07:27:13 + ls --full-time -cd '/tmp/reservation_dir'/* 07:27:13 -rw-rw-r-- 1 testuser testuser 0 2025-05-12 07:23:09.973107224 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-verify-master-3n-icx-1344 07:27:13 07:27:13 Attempting testbed reservation. 07:27:13 Testbed already reserved by: 07:27:13 /tmp/reservation_dir/jenkins-csit-vpp-perf-verify-master-3n-icx-1344 07:27:13 07:27:13 ++ result=2 07:27:13 ++ set -e 07:27:13 ++ [[ 2 == \0 ]] 07:27:13 ++ for topo in "${TOPOLOGIES[@]}" 07:27:13 ++ set +e 07:27:13 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 07:27:13 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 07:27:13 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 07:27:14 Diagnostic commands: 07:27:14 + ls --full-time -cd '/tmp/reservation_dir'/* 07:27:14 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 07:27:14 07:27:14 Attempting testbed reservation. 07:27:14 Testbed already reserved by: 07:27:14 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 07:27:14 07:27:14 ++ result=2 07:27:14 ++ set -e 07:27:14 ++ [[ 2 == \0 ]] 07:27:14 ++ [[ -n '' ]] 07:27:14 ++ [[ 2 == \0 ]] 07:27:14 ++ sleep_time=199s 07:27:14 ++ echo 'Sleeping 199s' 07:27:14 Sleeping 199s 07:27:14 ++ sleep 199s 07:30:33 ++ true 07:30:33 ++ for topo in "${TOPOLOGIES[@]}" 07:30:33 ++ set +e 07:30:33 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 07:30:33 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 07:30:33 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed37.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 07:30:34 Diagnostic commands: 07:30:34 + ls --full-time -cd '/tmp/reservation_dir'/* 07:30:34 -rw-rw-r-- 1 testuser testuser 0 2025-05-12 07:23:09.973107224 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-verify-master-3n-icx-1344 07:30:34 07:30:34 Attempting testbed reservation. 07:30:34 Testbed already reserved by: 07:30:34 /tmp/reservation_dir/jenkins-csit-vpp-perf-verify-master-3n-icx-1344 07:30:34 07:30:34 ++ result=2 07:30:34 ++ set -e 07:30:34 ++ [[ 2 == \0 ]] 07:30:34 ++ for topo in "${TOPOLOGIES[@]}" 07:30:34 ++ set +e 07:30:34 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 07:30:34 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 07:30:34 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed38.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 07:30:35 Diagnostic commands: 07:30:35 + ls --full-time -cd '/tmp/reservation_dir'/* 07:30:35 -rw-rw-r-- 1 testuser testuser 0 2025-05-11 23:30:44.688482035 +0000 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 07:30:35 07:30:35 Attempting testbed reservation. 07:30:35 Testbed already reserved by: 07:30:35 /tmp/reservation_dir/jenkins-csit-vpp-perf-mrr-daily-master-3n-icx-692 07:30:35 07:30:35 ++ result=2 07:30:35 ++ set -e 07:30:35 ++ [[ 2 == \0 ]] 07:30:35 ++ [[ -n '' ]] 07:30:35 ++ [[ 2 == \0 ]] 07:30:35 ++ sleep_time=192s 07:30:35 ++ echo 'Sleeping 192s' 07:30:35 Sleeping 192s 07:30:35 ++ sleep 192s 07:33:47 ++ true 07:33:47 ++ for topo in "${TOPOLOGIES[@]}" 07:33:47 ++ set +e 07:33:47 ++ scrpt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py 07:33:47 ++ opts=("-t" "${topo}" "-r" "${BUILD_TAG:-Unknown}") 07:33:47 ++ python3 /w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/tools/scripts/topo_reservation.py -t /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed37.yaml -r jenkins-csit-vpp-perf-verify-master-3n-icx-1343 07:33:48 Diagnostic commands: 07:33:48 + ls --full-time -cd '/tmp/reservation_dir'/* 07:33:48 07:33:48 Attempting testbed reservation. 07:33:48 Reservation success, writing additional info to reservation dir. 07:33:48 ++ result=0 07:33:48 ++ set -e 07:33:48 ++ [[ 0 == \0 ]] 07:33:48 ++ WORKING_TOPOLOGY=/w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed37.yaml 07:33:48 ++ echo 'Reserved: /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed37.yaml' 07:33:48 Reserved: /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed37.yaml 07:33:48 ++ trap untrap_and_unreserve_testbed EXIT 07:33:48 ++ set +e 07:33:48 ++ ansible_playbook cleanup,calibration 07:33:48 ++ set -exuo pipefail 07:33:48 ++ case "${TEST_CODE}" in 07:33:48 ++ INVENTORY_PATH=lf_inventory 07:33:48 ++ installed sshpass 07:33:48 ++ set -exuo pipefail 07:33:48 ++ command -v sshpass 07:33:48 /usr/bin/sshpass 07:33:48 ++ hosts=($(fgrep host "${WORKING_TOPOLOGY}" | cut -d ":" -f 2)) 07:33:48 +++ fgrep host /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed37.yaml 07:33:48 +++ cut -d : -f 2 07:33:48 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/fdio.infra.ansible 07:33:48 /w/workspace/csit-vpp-perf-verify-master-3n-icx/fdio.infra.ansible /w/workspace/csit-vpp-perf-verify-master-3n-icx 07:33:48 ++ export ANSIBLE_HOST_KEY_CHECKING=False 07:33:48 ++ ANSIBLE_HOST_KEY_CHECKING=False 07:33:48 ++ export ANSIBLE_STDOUT_CALLBACK=yaml 07:33:48 ++ ANSIBLE_STDOUT_CALLBACK=yaml 07:33:48 ++ export ANSIBLE_PIPELINING=true 07:33:48 ++ ANSIBLE_PIPELINING=true 07:33:48 +++ echo 10.30.51.77 10.30.51.75 10.30.51.76 07:33:48 +++ echo cleanup,calibration 07:33:48 ++ ansible-playbook --vault-password-file=vault_pass --extra-vars @vault.yml --inventory inventories/lf_inventory/hosts site.yaml --limit '10.30.51.77 10.30.51.75 10.30.51.76' --tags cleanup,calibration 07:33:48 07:33:48 PLAY [tg] ********************************************************************** 07:33:48 07:33:48 TASK [Gathering Facts] ********************************************************* 07:33:51 [WARNING]: Platform linux on host 10.30.51.77 is using the discovered Python 07:33:51 interpreter at /usr/bin/python3.12, but future installation of another Python 07:33:51 interpreter could change the meaning of that path. See 07:33:51 https://docs.ansible.com/ansible- 07:33:51 core/2.17/reference_appendices/interpreter_discovery.html for more information. 07:33:51 ok: [10.30.51.77] 07:33:51 07:33:51 TASK [cleanup : tg specific] *************************************************** 07:33:51 included: /w/workspace/csit-vpp-perf-verify-master-3n-icx/fdio.infra.ansible/roles/cleanup/tasks/tg.yaml for 10.30.51.77 07:33:51 07:33:51 TASK [cleanup : Get PID Of _t-rex] ********************************************* 07:33:51 skipping: [10.30.51.77] 07:33:51 07:33:51 TASK [cleanup : Safe Kill _t-rex] ********************************************** 07:33:51 skipping: [10.30.51.77] 07:33:51 07:33:51 TASK [cleanup : wait_for] ****************************************************** 07:33:51 skipping: [10.30.51.77] 07:33:51 07:33:51 TASK [cleanup : Kill Process - Force Kill _t-rex] ****************************** 07:33:51 skipping: [10.30.51.77] 07:33:51 07:33:51 TASK [cleanup : sut specific] ************************************************** 07:33:51 skipping: [10.30.51.77] 07:33:51 07:33:51 TASK [cleanup : nomad specific] ************************************************ 07:33:51 skipping: [10.30.51.77] 07:33:51 07:33:51 TASK [calibration : Check Kernel Parameters] *********************************** 07:33:53 ok: [10.30.51.77] => (item=audit) => changed=false 07:33:53 ansible_loop_var: item 07:33:53 item: audit 07:33:53 msg: Kernel parameters match. 07:33:53 ok: [10.30.51.77] => (item=default_hugepagesz) => changed=false 07:33:53 ansible_loop_var: item 07:33:53 item: default_hugepagesz 07:33:53 msg: Kernel parameters match. 07:33:53 ok: [10.30.51.77] => (item=hpet) => changed=false 07:33:53 ansible_loop_var: item 07:33:53 item: hpet 07:33:53 msg: Kernel parameters match. 07:33:53 ok: [10.30.51.77] => (item=intel_idle.max_cstate) => changed=false 07:33:53 ansible_loop_var: item 07:33:53 item: intel_idle.max_cstate 07:33:53 msg: Kernel parameters match. 07:33:53 ok: [10.30.51.77] => (item=intel_iommu) => changed=false 07:33:53 ansible_loop_var: item 07:33:53 item: intel_iommu 07:33:53 msg: Kernel parameters match. 07:33:53 ok: [10.30.51.77] => (item=intel_pstate) => changed=false 07:33:53 ansible_loop_var: item 07:33:53 item: intel_pstate 07:33:53 msg: Kernel parameters match. 07:33:53 ok: [10.30.51.77] => (item=iommu) => changed=false 07:33:53 ansible_loop_var: item 07:33:53 item: iommu 07:33:53 msg: Kernel parameters match. 07:33:53 ok: [10.30.51.77] => (item=isolcpus) => changed=false 07:33:53 ansible_loop_var: item 07:33:53 item: isolcpus 07:33:53 msg: Kernel parameters match. 07:33:53 ok: [10.30.51.77] => (item=mce) => changed=false 07:33:53 ansible_loop_var: item 07:33:53 item: mce 07:33:53 msg: Kernel parameters match. 07:33:53 ok: [10.30.51.77] => (item=nmi_watchdog) => changed=false 07:33:53 ansible_loop_var: item 07:33:53 item: nmi_watchdog 07:33:53 msg: Kernel parameters match. 07:33:53 ok: [10.30.51.77] => (item=nohz_full) => changed=false 07:33:53 ansible_loop_var: item 07:33:53 item: nohz_full 07:33:53 msg: Kernel parameters match. 07:33:53 ok: [10.30.51.77] => (item=nosoftlockup) => changed=false 07:33:53 ansible_loop_var: item 07:33:53 item: nosoftlockup 07:33:53 msg: Kernel parameters match. 07:33:53 ok: [10.30.51.77] => (item=numa_balancing) => changed=false 07:33:53 ansible_loop_var: item 07:33:53 item: numa_balancing 07:33:53 msg: Kernel parameters match. 07:33:53 ok: [10.30.51.77] => (item=processor.max_cstate) => changed=false 07:33:53 ansible_loop_var: item 07:33:53 item: processor.max_cstate 07:33:53 msg: Kernel parameters match. 07:33:53 ok: [10.30.51.77] => (item=rcu_nocbs) => changed=false 07:33:53 ansible_loop_var: item 07:33:53 item: rcu_nocbs 07:33:53 msg: Kernel parameters match. 07:33:53 ok: [10.30.51.77] => (item=tsc) => changed=false 07:33:53 ansible_loop_var: item 07:33:53 item: tsc 07:33:53 msg: Kernel parameters match. 07:33:53 07:33:53 TASK [calibration : Check Kernel Version] ************************************** 07:33:54 [WARNING]: Could not match supplied host pattern, ignoring: tg_aws 07:33:54 [WARNING]: Could not match supplied host pattern, ignoring: tg_azure 07:33:54 [WARNING]: Could not match supplied host pattern, ignoring: tg_openstack 07:33:54 ok: [10.30.51.77] => changed=false 07:33:54 msg: Kernel version match. 07:33:54 07:33:54 PLAY [tg_aws] ****************************************************************** 07:33:54 skipping: no hosts matched 07:33:54 07:33:54 PLAY [tg_azure] **************************************************************** 07:33:54 skipping: no hosts matched 07:33:54 07:33:54 PLAY [tg_openstack] ************************************************************ 07:33:54 skipping: no hosts matched 07:33:54 07:33:54 PLAY [sut] ********************************************************************* 07:33:54 07:33:54 TASK [Gathering Facts] ********************************************************* 07:33:56 [WARNING]: Platform linux on host 10.30.51.76 is using the discovered Python 07:33:56 interpreter at /usr/bin/python3.12, but future installation of another Python 07:33:56 interpreter could change the meaning of that path. See 07:33:56 https://docs.ansible.com/ansible- 07:33:56 core/2.17/reference_appendices/interpreter_discovery.html for more information. 07:33:56 [WARNING]: Platform linux on host 10.30.51.75 is using the discovered Python 07:33:56 interpreter at /usr/bin/python3.12, but future installation of another Python 07:33:56 interpreter could change the meaning of that path. See 07:33:56 https://docs.ansible.com/ansible- 07:33:56 core/2.17/reference_appendices/interpreter_discovery.html for more information. 07:33:56 ok: [10.30.51.76] 07:33:56 ok: [10.30.51.75] 07:33:56 07:33:56 TASK [cleanup : tg specific] *************************************************** 07:33:56 skipping: [10.30.51.75] 07:33:56 skipping: [10.30.51.76] 07:33:56 07:33:56 TASK [cleanup : sut specific] ************************************************** 07:33:56 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 07:33:56 07:33:56 TASK [cleanup : Get PID Of qemu] *********************************************** 07:33:57 changed: [10.30.51.76] 07:33:57 changed: [10.30.51.75] 07:33:57 07:33:57 TASK [cleanup : Safe Kill qemu] ************************************************ 07:33:57 skipping: [10.30.51.75] 07:33:57 skipping: [10.30.51.76] 07:33:57 07:33:57 TASK [cleanup : wait_for] ****************************************************** 07:33:57 skipping: [10.30.51.75] 07:33:57 skipping: [10.30.51.76] 07:33:57 07:33:57 TASK [cleanup : Kill Process - Force Kill qemu] ******************************** 07:33:57 skipping: [10.30.51.75] 07:33:57 skipping: [10.30.51.76] 07:33:57 07:33:57 TASK [cleanup : Get PID Of l3fwd] ********************************************** 07:33:57 changed: [10.30.51.75] 07:33:57 changed: [10.30.51.76] 07:33:57 07:33:57 TASK [cleanup : Safe Kill l3fwd] *********************************************** 07:33:57 skipping: [10.30.51.75] 07:33:57 skipping: [10.30.51.76] 07:33:57 07:33:57 TASK [cleanup : wait_for] ****************************************************** 07:33:57 skipping: [10.30.51.75] 07:33:57 skipping: [10.30.51.76] 07:33:57 07:33:57 TASK [cleanup : Kill Process - Force Kill l3fwd] ******************************* 07:33:57 skipping: [10.30.51.75] 07:33:57 skipping: [10.30.51.76] 07:33:57 07:33:57 TASK [cleanup : Get PID Of testpmd] ******************************************** 07:33:58 changed: [10.30.51.75] 07:33:58 changed: [10.30.51.76] 07:33:58 07:33:58 TASK [cleanup : Safe Kill testpmd] ********************************************* 07:33:58 skipping: [10.30.51.75] 07:33:58 skipping: [10.30.51.76] 07:33:58 07:33:58 TASK [cleanup : wait_for] ****************************************************** 07:33:58 skipping: [10.30.51.75] 07:33:58 skipping: [10.30.51.76] 07:33:58 07:33:58 TASK [cleanup : Kill Process - Force Kill testpmd] ***************************** 07:33:58 skipping: [10.30.51.75] 07:33:58 skipping: [10.30.51.76] 07:33:58 07:33:58 TASK [cleanup : Get PID Of iperf3] ********************************************* 07:33:58 changed: [10.30.51.75] 07:33:58 changed: [10.30.51.76] 07:33:58 07:33:58 TASK [cleanup : Safe Kill iperf3] ********************************************** 07:33:58 skipping: [10.30.51.75] 07:33:58 skipping: [10.30.51.76] 07:33:58 07:33:58 TASK [cleanup : wait_for] ****************************************************** 07:33:58 skipping: [10.30.51.75] 07:33:58 skipping: [10.30.51.76] 07:33:58 07:33:58 TASK [cleanup : Kill Process - Force Kill iperf3] ****************************** 07:33:58 skipping: [10.30.51.75] 07:33:58 skipping: [10.30.51.76] 07:33:58 07:33:58 TASK [cleanup : Get PID Of nohup] ********************************************** 07:33:59 changed: [10.30.51.75] 07:33:59 changed: [10.30.51.76] 07:33:59 07:33:59 TASK [cleanup : Safe Kill nohup] *********************************************** 07:33:59 skipping: [10.30.51.75] 07:33:59 skipping: [10.30.51.76] 07:33:59 07:33:59 TASK [cleanup : wait_for] ****************************************************** 07:33:59 skipping: [10.30.51.75] 07:33:59 skipping: [10.30.51.76] 07:33:59 07:33:59 TASK [cleanup : Kill Process - Force Kill nohup] ******************************* 07:33:59 skipping: [10.30.51.75] 07:33:59 skipping: [10.30.51.76] 07:33:59 07:33:59 TASK [cleanup : Get PID Of vpp] ************************************************ 07:33:59 changed: [10.30.51.75] 07:33:59 changed: [10.30.51.76] 07:33:59 07:33:59 TASK [cleanup : Safe Kill vpp] ************************************************* 07:33:59 skipping: [10.30.51.75] 07:33:59 skipping: [10.30.51.76] 07:33:59 07:33:59 TASK [cleanup : wait_for] ****************************************************** 07:34:00 skipping: [10.30.51.75] 07:34:00 skipping: [10.30.51.76] 07:34:00 07:34:00 TASK [cleanup : Kill Process - Force Kill vpp] ********************************* 07:34:00 skipping: [10.30.51.75] 07:34:00 skipping: [10.30.51.76] 07:34:00 07:34:00 TASK [cleanup : Get PID Of vpp_echo] ******************************************* 07:34:00 changed: [10.30.51.75] 07:34:00 changed: [10.30.51.76] 07:34:00 07:34:00 TASK [cleanup : Safe Kill vpp_echo] ******************************************** 07:34:00 skipping: [10.30.51.75] 07:34:00 skipping: [10.30.51.76] 07:34:00 07:34:00 TASK [cleanup : wait_for] ****************************************************** 07:34:00 skipping: [10.30.51.75] 07:34:00 skipping: [10.30.51.76] 07:34:00 07:34:00 TASK [cleanup : Kill Process - Force Kill vpp_echo] **************************** 07:34:00 skipping: [10.30.51.75] 07:34:00 skipping: [10.30.51.76] 07:34:00 07:34:00 TASK [cleanup : Find File Or Dir - Core Zip File] ****************************** 07:34:01 ok: [10.30.51.76] 07:34:01 ok: [10.30.51.75] 07:34:01 07:34:01 TASK [cleanup : Remove File Or Dir - Core Zip File] **************************** 07:34:01 skipping: [10.30.51.75] 07:34:01 skipping: [10.30.51.76] 07:34:01 07:34:01 TASK [cleanup : Find File Or Dir - Core Dump File] ***************************** 07:34:01 ok: [10.30.51.75] 07:34:01 ok: [10.30.51.76] 07:34:01 07:34:01 TASK [cleanup : Remove File Or Dir - Core Dump File] *************************** 07:34:01 skipping: [10.30.51.75] 07:34:01 skipping: [10.30.51.76] 07:34:01 07:34:01 TASK [cleanup : Get Running Docker Containers] ********************************* 07:34:01 ok: [10.30.51.75] 07:34:01 ok: [10.30.51.76] 07:34:01 07:34:01 TASK [cleanup : Remove All Docker Containers] ********************************** 07:34:02 skipping: [10.30.51.75] 07:34:02 skipping: [10.30.51.76] 07:34:02 07:34:02 TASK [cleanup : Get Running LXC Containers] ************************************ 07:34:02 ok: [10.30.51.75] 07:34:02 ok: [10.30.51.76] 07:34:02 07:34:02 TASK [cleanup : Remove All LXC Containers] ************************************* 07:34:02 skipping: [10.30.51.75] 07:34:02 skipping: [10.30.51.76] 07:34:02 07:34:02 TASK [cleanup : Set SSH port to 6001 if docker_sut] **************************** 07:34:02 skipping: [10.30.51.75] 07:34:02 skipping: [10.30.51.76] 07:34:02 07:34:02 TASK [cleanup : Fix Corrupted APT] ********************************************* 07:34:02 skipping: [10.30.51.75] 07:34:02 skipping: [10.30.51.76] 07:34:02 07:34:02 TASK [cleanup : Remove Package - *vpp*] **************************************** 07:34:02 skipping: [10.30.51.75] 07:34:02 skipping: [10.30.51.76] 07:34:02 07:34:02 TASK [cleanup : Set SSH port to 6002 if docker_sut] **************************** 07:34:03 skipping: [10.30.51.75] 07:34:03 skipping: [10.30.51.76] 07:34:03 07:34:03 TASK [cleanup : Fix Corrupted APT] ********************************************* 07:34:03 skipping: [10.30.51.75] 07:34:03 skipping: [10.30.51.76] 07:34:03 07:34:03 TASK [cleanup : Remove Package - *vpp*] **************************************** 07:34:03 skipping: [10.30.51.75] 07:34:03 skipping: [10.30.51.76] 07:34:03 07:34:03 TASK [cleanup : Set SSH port to 22 if docker_sut] ****************************** 07:34:03 skipping: [10.30.51.75] 07:34:03 skipping: [10.30.51.76] 07:34:03 07:34:03 TASK [cleanup : Fix Corrupted APT] ********************************************* 07:34:03 changed: [10.30.51.75] 07:34:03 changed: [10.30.51.76] 07:34:03 07:34:03 TASK [cleanup : Remove Package - *vpp*] **************************************** 07:34:05 ok: [10.30.51.76] 07:34:05 ok: [10.30.51.75] 07:34:05 07:34:05 TASK [cleanup : nomad specific] ************************************************ 07:34:05 skipping: [10.30.51.75] 07:34:05 skipping: [10.30.51.76] 07:34:05 07:34:05 TASK [calibration : Check Kernel Parameters] *********************************** 07:34:07 ok: [10.30.51.75] => (item=audit) => changed=false 07:34:07 ansible_loop_var: item 07:34:07 item: audit 07:34:07 msg: Kernel parameters match. 07:34:07 ok: [10.30.51.76] => (item=audit) => changed=false 07:34:07 ansible_loop_var: item 07:34:07 item: audit 07:34:07 msg: Kernel parameters match. 07:34:07 ok: [10.30.51.75] => (item=default_hugepagesz) => changed=false 07:34:07 ansible_loop_var: item 07:34:07 item: default_hugepagesz 07:34:07 msg: Kernel parameters match. 07:34:07 ok: [10.30.51.76] => (item=default_hugepagesz) => changed=false 07:34:07 ansible_loop_var: item 07:34:07 item: default_hugepagesz 07:34:07 msg: Kernel parameters match. 07:34:07 ok: [10.30.51.75] => (item=hpet) => changed=false 07:34:07 ansible_loop_var: item 07:34:07 item: hpet 07:34:07 msg: Kernel parameters match. 07:34:07 ok: [10.30.51.76] => (item=hpet) => changed=false 07:34:07 ansible_loop_var: item 07:34:07 item: hpet 07:34:07 msg: Kernel parameters match. 07:34:07 ok: [10.30.51.75] => (item=intel_idle.max_cstate) => changed=false 07:34:07 ansible_loop_var: item 07:34:07 item: intel_idle.max_cstate 07:34:07 msg: Kernel parameters match. 07:34:07 ok: [10.30.51.76] => (item=intel_idle.max_cstate) => changed=false 07:34:07 ansible_loop_var: item 07:34:07 item: intel_idle.max_cstate 07:34:07 msg: Kernel parameters match. 07:34:07 ok: [10.30.51.75] => (item=intel_iommu) => changed=false 07:34:07 ansible_loop_var: item 07:34:07 item: intel_iommu 07:34:07 msg: Kernel parameters match. 07:34:07 ok: [10.30.51.76] => (item=intel_iommu) => changed=false 07:34:07 ansible_loop_var: item 07:34:07 item: intel_iommu 07:34:07 msg: Kernel parameters match. 07:34:07 ok: [10.30.51.75] => (item=intel_pstate) => changed=false 07:34:07 ansible_loop_var: item 07:34:07 item: intel_pstate 07:34:07 msg: Kernel parameters match. 07:34:07 ok: [10.30.51.76] => (item=intel_pstate) => changed=false 07:34:07 ansible_loop_var: item 07:34:07 item: intel_pstate 07:34:07 msg: Kernel parameters match. 07:34:07 ok: [10.30.51.75] => (item=iommu) => changed=false 07:34:07 ansible_loop_var: item 07:34:07 item: iommu 07:34:07 msg: Kernel parameters match. 07:34:07 ok: [10.30.51.76] => (item=iommu) => changed=false 07:34:07 ansible_loop_var: item 07:34:07 item: iommu 07:34:07 msg: Kernel parameters match. 07:34:07 ok: [10.30.51.75] => (item=isolcpus) => changed=false 07:34:07 ansible_loop_var: item 07:34:07 item: isolcpus 07:34:07 msg: Kernel parameters match. 07:34:07 ok: [10.30.51.76] => (item=isolcpus) => changed=false 07:34:07 ansible_loop_var: item 07:34:07 item: isolcpus 07:34:07 msg: Kernel parameters match. 07:34:07 ok: [10.30.51.75] => (item=mce) => changed=false 07:34:07 ansible_loop_var: item 07:34:07 item: mce 07:34:07 msg: Kernel parameters match. 07:34:07 ok: [10.30.51.76] => (item=mce) => changed=false 07:34:07 ansible_loop_var: item 07:34:07 item: mce 07:34:07 msg: Kernel parameters match. 07:34:07 ok: [10.30.51.75] => (item=nmi_watchdog) => changed=false 07:34:07 ansible_loop_var: item 07:34:07 item: nmi_watchdog 07:34:07 msg: Kernel parameters match. 07:34:07 ok: [10.30.51.76] => (item=nmi_watchdog) => changed=false 07:34:07 ansible_loop_var: item 07:34:07 item: nmi_watchdog 07:34:07 msg: Kernel parameters match. 07:34:07 ok: [10.30.51.75] => (item=nohz_full) => changed=false 07:34:07 ansible_loop_var: item 07:34:07 item: nohz_full 07:34:07 msg: Kernel parameters match. 07:34:07 ok: [10.30.51.76] => (item=nohz_full) => changed=false 07:34:07 ansible_loop_var: item 07:34:07 item: nohz_full 07:34:07 msg: Kernel parameters match. 07:34:07 ok: [10.30.51.75] => (item=nosoftlockup) => changed=false 07:34:07 ansible_loop_var: item 07:34:07 item: nosoftlockup 07:34:07 msg: Kernel parameters match. 07:34:07 ok: [10.30.51.76] => (item=nosoftlockup) => changed=false 07:34:07 ansible_loop_var: item 07:34:07 item: nosoftlockup 07:34:07 msg: Kernel parameters match. 07:34:07 ok: [10.30.51.75] => (item=numa_balancing) => changed=false 07:34:07 ansible_loop_var: item 07:34:07 item: numa_balancing 07:34:07 msg: Kernel parameters match. 07:34:07 ok: [10.30.51.76] => (item=numa_balancing) => changed=false 07:34:07 ansible_loop_var: item 07:34:07 item: numa_balancing 07:34:07 msg: Kernel parameters match. 07:34:07 ok: [10.30.51.75] => (item=processor.max_cstate) => changed=false 07:34:07 ansible_loop_var: item 07:34:07 item: processor.max_cstate 07:34:07 msg: Kernel parameters match. 07:34:07 ok: [10.30.51.76] => (item=processor.max_cstate) => changed=false 07:34:07 ansible_loop_var: item 07:34:07 item: processor.max_cstate 07:34:07 msg: Kernel parameters match. 07:34:07 ok: [10.30.51.75] => (item=rcu_nocbs) => changed=false 07:34:07 ansible_loop_var: item 07:34:07 item: rcu_nocbs 07:34:07 msg: Kernel parameters match. 07:34:07 ok: [10.30.51.76] => (item=rcu_nocbs) => changed=false 07:34:07 ansible_loop_var: item 07:34:07 item: rcu_nocbs 07:34:07 msg: Kernel parameters match. 07:34:07 ok: [10.30.51.75] => (item=tsc) => changed=false 07:34:07 ansible_loop_var: item 07:34:07 item: tsc 07:34:07 msg: Kernel parameters match. 07:34:07 ok: [10.30.51.76] => (item=tsc) => changed=false 07:34:07 ansible_loop_var: item 07:34:07 item: tsc 07:34:07 msg: Kernel parameters match. 07:34:07 07:34:07 TASK [calibration : Check Kernel Version] ************************************** 07:34:07 [WARNING]: Could not match supplied host pattern, ignoring: sut_aws 07:34:07 [WARNING]: Could not match supplied host pattern, ignoring: sut_azure 07:34:07 [WARNING]: Could not match supplied host pattern, ignoring: sut_openstack 07:34:07 [WARNING]: Could not match supplied host pattern, ignoring: vagrant 07:34:07 ok: [10.30.51.75] => changed=false 07:34:07 msg: Kernel version match. 07:34:07 ok: [10.30.51.76] => changed=false 07:34:07 msg: Kernel version match. 07:34:07 07:34:07 PLAY [sut_aws] ***************************************************************** 07:34:07 skipping: no hosts matched 07:34:07 07:34:07 PLAY [sut_azure] *************************************************************** 07:34:07 skipping: no hosts matched 07:34:07 07:34:07 PLAY [sut_openstack] *********************************************************** 07:34:07 skipping: no hosts matched 07:34:07 07:34:07 PLAY [nomad] ******************************************************************* 07:34:07 skipping: no hosts matched 07:34:07 07:34:07 PLAY [dev] ********************************************************************* 07:34:07 skipping: no hosts matched 07:34:07 07:34:07 PLAY [vagrant] ***************************************************************** 07:34:07 skipping: no hosts matched 07:34:07 07:34:07 PLAY RECAP ********************************************************************* 07:34:07 10.30.51.75 : ok=17 changed=8 unreachable=0 failed=0 skipped=34 rescued=0 ignored=0 07:34:07 10.30.51.76 : ok=17 changed=8 unreachable=0 failed=0 skipped=34 rescued=0 ignored=0 07:34:07 10.30.51.77 : ok=4 changed=0 unreachable=0 failed=0 skipped=6 rescued=0 ignored=0 07:34:07 07:34:07 ++ popd 07:34:07 /w/workspace/csit-vpp-perf-verify-master-3n-icx 07:34:07 ++ result=0 07:34:07 ++ set -e 07:34:07 ++ [[ 0 == \0 ]] 07:34:07 ++ break 07:34:07 ++ [[ -n /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed37.yaml ]] 07:34:07 ++ warn 'Reservation and cleanup successful.' 07:34:07 ++ set -exuo pipefail 07:34:07 ++ echo 'Reservation and cleanup successful.' 07:34:07 Reservation and cleanup successful. 07:34:07 ++ break 07:34:07 ++ set_environment_variables 07:34:07 ++ set -exuo pipefail 07:34:07 ++ case "${TEST_CODE}" in 07:34:07 ++ select_tags 07:34:07 ++ set -exuo pipefail 07:34:07 ++ case "${TEST_CODE}" in 07:34:07 ++ start_pattern='^ TG:' 07:34:07 ++ end_pattern='^ \? \?[A-Za-z0-9]\+:' 07:34:07 ++ sed_command='/^ TG:/,/^ \? \?[A-Za-z0-9]\+:/d' 07:34:07 +++ grep -hoP 'model: \K.*' 07:34:07 +++ sort -u 07:34:07 +++ 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 07:34:07 ++ available='Amazon-Nitro-100G 07:34:07 Amazon-Nitro-200G 07:34:07 Amazon-Nitro-50G 07:34:07 Amd-EpycZen2 07:34:07 Ampere-Altra 07:34:07 AWS 07:34:07 Azure 07:34:07 azure-mlx-40g 07:34:07 Cavium-A063-100G 07:34:07 HW_4xxx 07:34:07 HW_A0FD 07:34:07 HW_C4xxx 07:34:07 Intel-DSA 07:34:07 Intel-E810CQ 07:34:07 Intel-E810XXV 07:34:07 Intel-E822CQ 07:34:07 Intel-E823C 07:34:07 Intel-Emeraldrapids 07:34:07 Intel-Icelake 07:34:07 Intel-IcelakeD 07:34:07 Intel-Sapphirerapids 07:34:07 Intel-Snowridge 07:34:07 Intel-X710 07:34:07 Intel-XL710 07:34:07 Intel-XXV710 07:34:07 Marvel-OcteonCN10K 07:34:07 Mellanox-CX556A 07:34:07 Mellanox-CX6DX 07:34:07 Mellanox-CX7VEAT 07:34:07 Nvidia-Graceserver 07:34:07 virtual' 07:34:07 +++ sed '/^ TG:/,/^ \? \?[A-Za-z0-9]\+:/d' /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed37.yaml 07:34:07 +++ grep -hoP 'model: \K.*' 07:34:07 +++ sort -u 07:34:07 ++ reserved='Intel-E810CQ 07:34:07 Intel-E810XXV 07:34:07 Intel-Icelake 07:34:07 Intel-XXV710 07:34:07 Mellanox-CX6DX' 07:34:07 ++ exclude_nics=($(comm -13 <(echo "${reserved}") <(echo "${available}"))) 07:34:07 +++ comm -13 /dev/fd/63 /dev/fd/62 07:34:07 ++++ echo 'Intel-E810CQ 07:34:07 Intel-E810XXV 07:34:07 Intel-Icelake 07:34:07 Intel-XXV710 07:34:07 Mellanox-CX6DX' 07:34:07 ++++ echo 'Amazon-Nitro-100G 07:34:07 Amazon-Nitro-200G 07:34:07 Amazon-Nitro-50G 07:34:07 Amd-EpycZen2 07:34:07 Ampere-Altra 07:34:07 AWS 07:34:07 Azure 07:34:07 azure-mlx-40g 07:34:07 Cavium-A063-100G 07:34:07 HW_4xxx 07:34:07 HW_A0FD 07:34:07 HW_C4xxx 07:34:07 Intel-DSA 07:34:07 Intel-E810CQ 07:34:07 Intel-E810XXV 07:34:07 Intel-E822CQ 07:34:07 Intel-E823C 07:34:07 Intel-Emeraldrapids 07:34:07 Intel-Icelake 07:34:07 Intel-IcelakeD 07:34:07 Intel-Sapphirerapids 07:34:07 Intel-Snowridge 07:34:07 Intel-X710 07:34:07 Intel-XL710 07:34:07 Intel-XXV710 07:34:07 Marvel-OcteonCN10K 07:34:07 Mellanox-CX556A 07:34:07 Mellanox-CX6DX 07:34:07 Mellanox-CX7VEAT 07:34:07 Nvidia-Graceserver 07:34:07 virtual' 07:34:07 ++ case "${TEST_CODE}" in 07:34:07 ++ default_nic=nic_intel-e810cq 07:34:07 ++ sed_nic_sub_cmd='sed s/${default_nic}/nic_intel-e810cq/' 07:34:07 ++ awk_nics_sub_cmd= 07:34:07 ++ awk_nics_sub_cmd+='gsub("xxv710","25ge2p1xxv710");' 07:34:07 ++ awk_nics_sub_cmd+='gsub("x710","10ge2p1x710");' 07:34:07 ++ awk_nics_sub_cmd+='gsub("xl710","40ge2p1xl710");' 07:34:07 ++ awk_nics_sub_cmd+='gsub("cx556a","100ge2p1cx556a");' 07:34:07 ++ awk_nics_sub_cmd+='gsub("2p1cx7veat","200ge2p1cx7veat");' 07:34:07 ++ awk_nics_sub_cmd+='gsub("6p3cx7veat","200ge6p3cx7veat");' 07:34:07 ++ awk_nics_sub_cmd+='gsub("cx6dx","100ge2p1cx6dx");' 07:34:07 ++ awk_nics_sub_cmd+='gsub("e810cq","100ge2p1e810cq");' 07:34:07 ++ awk_nics_sub_cmd+='gsub("e822cq","25ge2p1e822cq");' 07:34:07 ++ awk_nics_sub_cmd+='gsub("e823c","25ge2p1e823c");' 07:34:07 ++ awk_nics_sub_cmd+='gsub("vic1227","10ge2p1vic1227");' 07:34:07 ++ awk_nics_sub_cmd+='gsub("vic1385","40ge2p1vic1385");' 07:34:07 ++ awk_nics_sub_cmd+='gsub("nitro-50g","50ge1p1ENA");' 07:34:07 ++ awk_nics_sub_cmd+='gsub("nitro-100g","100ge1p1ENA");' 07:34:07 ++ awk_nics_sub_cmd+='gsub("nitro-200g","200ge1p1ENA");' 07:34:07 ++ awk_nics_sub_cmd+='gsub("cavium-50g","50ge2p1cavium50g");' 07:34:07 ++ awk_nics_sub_cmd+='gsub("cavium-100g","100ge2p1cavium100g");' 07:34:07 ++ awk_nics_sub_cmd+='gsub("virtual","1ge1p82540em");' 07:34:07 ++ awk_nics_sub_cmd+='if ($9 =="drv_avf") drv="avf-";' 07:34:07 ++ awk_nics_sub_cmd+='else if ($9 =="drv_rdma_core") drv ="rdma-";' 07:34:07 ++ awk_nics_sub_cmd+='else if ($9 =="drv_mlx5_core") drv ="mlx5-";' 07:34:07 ++ awk_nics_sub_cmd+='else if ($9 =="drv_af_xdp") drv ="af-xdp-";' 07:34:07 ++ awk_nics_sub_cmd+='else drv="";' 07:34:07 ++ awk_nics_sub_cmd+='if ($1 =="-") cores="";' 07:34:07 ++ awk_nics_sub_cmd+='else cores=$1;' 07:34:07 ++ awk_nics_sub_cmd+='print "*"$7"-" drv $11"-"$5"."$3"-" cores "-" drv $11"-"$5' 07:34:07 ++ tfd=/w/workspace/csit-vpp-perf-verify-master-3n-icx/resources/job_specs 07:34:07 ++ case "${TEST_CODE}" in 07:34:07 ++ [[ -z nic_intel-xxv710ANDdrv_vfio_pciANDeth-ip4tcp-hfc-scenarios* ]] 07:34:07 ++ test_tag_array=(${TEST_TAG_STRING//:/ }) 07:34:07 ++ SELECTION_MODE=--include 07:34:07 ++ case "${TEST_CODE}" in 07:34:07 ++ test_tag_array+=("!ipsechw") 07:34:07 ++ test_tag_array+=("!3_node_double_link_topoANDnic_intel-xxv710") 07:34:07 ++ test_tag_array+=("${exclude_nics[@]/#/!NIC_}") 07:34:07 ++ TAGS=() 07:34:07 ++ prefix= 07:34:07 ++ [[ csit-vpp-perf-verify-master-3n-icx != *\d\a\i\l\y* ]] 07:34:07 ++ [[ csit-vpp-perf-verify-master-3n-icx == \v\p\p\-* ]] 07:34:07 ++ set +x 07:34:07 ++ compose_robot_arguments 07:34:07 ++ set -exuo pipefail 07:34:07 ++ ROBOT_ARGS=("--loglevel" "TRACE") 07:34:07 ++ ROBOT_ARGS+=("--variable" "TOPOLOGY_PATH:${WORKING_TOPOLOGY}") 07:34:07 ++ case "${TEST_CODE}" in 07:34:07 ++ ROBOT_ARGS+=("--suite" "tests.${DUT}.perf") 07:34:07 ++ EXPANDED_TAGS=() 07:34:07 ++ for tag in "${TAGS[@]}" 07:34:07 ++ [[ nic_intel-xxv710ANDdrv_vfio_pciANDeth-ip4tcp-hfc-scenarios* == \!* ]] 07:34:07 ++ [[ --include == \-\-\t\e\s\t ]] 07:34:07 ++ EXPANDED_TAGS+=("--include" "${TOPOLOGIES_TAGS}AND${tag}") 07:34:07 ++ for tag in "${TAGS[@]}" 07:34:07 ++ [[ !ipsechw == \!* ]] 07:34:07 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 07:34:07 ++ for tag in "${TAGS[@]}" 07:34:07 ++ [[ !3_node_double_link_topoANDnic_intel-xxv710 == \!* ]] 07:34:07 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 07:34:07 ++ for tag in "${TAGS[@]}" 07:34:07 ++ [[ !NIC_Amazon-Nitro-100G == \!* ]] 07:34:07 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 07:34:07 ++ for tag in "${TAGS[@]}" 07:34:07 ++ [[ !NIC_Amazon-Nitro-200G == \!* ]] 07:34:07 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 07:34:07 ++ for tag in "${TAGS[@]}" 07:34:07 ++ [[ !NIC_Amazon-Nitro-50G == \!* ]] 07:34:07 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 07:34:07 ++ for tag in "${TAGS[@]}" 07:34:07 ++ [[ !NIC_Amd-EpycZen2 == \!* ]] 07:34:07 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 07:34:07 ++ for tag in "${TAGS[@]}" 07:34:07 ++ [[ !NIC_Ampere-Altra == \!* ]] 07:34:07 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 07:34:07 ++ for tag in "${TAGS[@]}" 07:34:07 ++ [[ !NIC_AWS == \!* ]] 07:34:07 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 07:34:07 ++ for tag in "${TAGS[@]}" 07:34:07 ++ [[ !NIC_Azure == \!* ]] 07:34:07 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 07:34:07 ++ for tag in "${TAGS[@]}" 07:34:07 ++ [[ !NIC_azure-mlx-40g == \!* ]] 07:34:07 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 07:34:07 ++ for tag in "${TAGS[@]}" 07:34:07 ++ [[ !NIC_Cavium-A063-100G == \!* ]] 07:34:07 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 07:34:07 ++ for tag in "${TAGS[@]}" 07:34:07 ++ [[ !NIC_HW_4xxx == \!* ]] 07:34:07 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 07:34:07 ++ for tag in "${TAGS[@]}" 07:34:07 ++ [[ !NIC_HW_A0FD == \!* ]] 07:34:07 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 07:34:07 ++ for tag in "${TAGS[@]}" 07:34:07 ++ [[ !NIC_HW_C4xxx == \!* ]] 07:34:07 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 07:34:07 ++ for tag in "${TAGS[@]}" 07:34:07 ++ [[ !NIC_Intel-DSA == \!* ]] 07:34:07 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 07:34:07 ++ for tag in "${TAGS[@]}" 07:34:07 ++ [[ !NIC_Intel-E822CQ == \!* ]] 07:34:07 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 07:34:07 ++ for tag in "${TAGS[@]}" 07:34:07 ++ [[ !NIC_Intel-E823C == \!* ]] 07:34:07 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 07:34:07 ++ for tag in "${TAGS[@]}" 07:34:07 ++ [[ !NIC_Intel-Emeraldrapids == \!* ]] 07:34:07 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 07:34:07 ++ for tag in "${TAGS[@]}" 07:34:07 ++ [[ !NIC_Intel-IcelakeD == \!* ]] 07:34:07 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 07:34:07 ++ for tag in "${TAGS[@]}" 07:34:07 ++ [[ !NIC_Intel-Sapphirerapids == \!* ]] 07:34:07 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 07:34:07 ++ for tag in "${TAGS[@]}" 07:34:07 ++ [[ !NIC_Intel-Snowridge == \!* ]] 07:34:07 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 07:34:07 ++ for tag in "${TAGS[@]}" 07:34:07 ++ [[ !NIC_Intel-X710 == \!* ]] 07:34:07 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 07:34:07 ++ for tag in "${TAGS[@]}" 07:34:07 ++ [[ !NIC_Intel-XL710 == \!* ]] 07:34:07 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 07:34:07 ++ for tag in "${TAGS[@]}" 07:34:07 ++ [[ !NIC_Marvel-OcteonCN10K == \!* ]] 07:34:07 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 07:34:07 ++ for tag in "${TAGS[@]}" 07:34:07 ++ [[ !NIC_Mellanox-CX556A == \!* ]] 07:34:07 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 07:34:07 ++ for tag in "${TAGS[@]}" 07:34:07 ++ [[ !NIC_Mellanox-CX7VEAT == \!* ]] 07:34:07 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 07:34:07 ++ for tag in "${TAGS[@]}" 07:34:07 ++ [[ !NIC_Nvidia-Graceserver == \!* ]] 07:34:07 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 07:34:07 ++ for tag in "${TAGS[@]}" 07:34:07 ++ [[ !NIC_virtual == \!* ]] 07:34:07 ++ EXPANDED_TAGS+=("--exclude" "${tag#"!"}") 07:34:07 ++ [[ --include == \-\-\t\e\s\t ]] 07:34:07 ++ run_robot 07:34:07 ++ set -exuo pipefail 07:34:07 ++ all_options=("--outputdir" "${ARCHIVE_DIR}" "${ROBOT_ARGS[@]}") 07:34:07 ++ all_options+=("${EXPANDED_TAGS[@]}") 07:34:07 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx 07:34:07 /w/workspace/csit-vpp-perf-verify-master-3n-icx /w/workspace/csit-vpp-perf-verify-master-3n-icx 07:34:07 ++ set +e 07:34:07 ++ robot --outputdir /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives --loglevel TRACE --variable TOPOLOGY_PATH:/w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed37.yaml --suite tests.vpp.perf --include '3_node_*_link_topoANDnic_intel-xxv710ANDdrv_vfio_pciANDeth-ip4tcp-hfc-scenarios*' --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/ 07:38:22 ============================================================================== 07:38:22 Tests 07:38:22 ============================================================================== 07:38:22 Tests.Vpp 07:38:22 ============================================================================== 07:38:23 Tests.Vpp.Perf 07:38:23 ============================================================================== 07:38:31 Framework packed to /tmp/csit-testing-aeuv1ss4.tgz 07:38:31 Copying tarball to TG host 10.30.51.77, port 6001 starts. 07:38:31 Copying tarball to DUT host 10.30.51.75, port 22 starts. 07:38:31 Copying tarball to DUT host 10.30.51.76, port 22 starts. 07:38:35 Copying tarball to TG host 10.30.51.77, port 6001 done. 07:38:35 Extracting tarball to /tmp/openvpp-testing on TG host 10.30.51.77, port 6001 starts. 07:38:36 Copying tarball to DUT host 10.30.51.76, port 22 done. 07:38:36 Extracting tarball to /tmp/openvpp-testing on DUT host 10.30.51.76, port 22 starts. 07:38:36 Copying tarball to DUT host 10.30.51.75, port 22 done. 07:38:36 Extracting tarball to /tmp/openvpp-testing on DUT host 10.30.51.75, port 22 starts. 07:38:39 Extracting tarball to /tmp/openvpp-testing on DUT host 10.30.51.76, port 22 done. 07:38:39 Setup of node DUT host 10.30.51.76, port 22 done. 07:38:39 Extracting tarball to /tmp/openvpp-testing on TG host 10.30.51.77, port 6001 done. 07:38:39 Setup of node TG host 10.30.51.77, port 6001 done. 07:38:39 Extracting tarball to /tmp/openvpp-testing on DUT host 10.30.51.75, port 22 done. 07:38:39 Setup of node DUT host 10.30.51.75, port 22 done. 07:38:40 All nodes are ready. 07:39:27 Tests.Vpp.Perf.Hoststack 07:39:27 ============================================================================== 07:39:27 Tests.Vpp.Perf.Hoststack.25Ge2P1Xxv710-Eth-Ip4Tcp-Hfc-Scenarios-1Cl1S-Bps :... 07:39:27 ============================================================================== 07:39:28 1460B-1c-eth-ip4tcp-hfc-scenarios-1cl1s-bps | FAIL | 07:40:44 Defered Failure From Hoststack Iperf3 Test Program 07:40:44 07:40:44 Also teardown failed: 07:40:44 Unable to infer test type from tags: ['1460B', '1C', '1CLIENT', '1STREAM', '1T1C', '3_NODE_SINGLE_LINK_TOPO', 'DRV_VFIO_PCI', 'eth-ip4tcp-hfc-scenarios-1cl1s', 'HW_ENV', 'IPERF3', 'NIC_Intel-XXV710', 'PERFTEST', 'RXQ_SIZE_0', 'STHREAD', 'TCP', 'TXQ_SIZE_0'] 07:40:44 ------------------------------------------------------------------------------ 07:40:44 [ WARN ] Previous export not clean, path /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives/tests/vpp/perf/hoststack/25ge2p1xxv710-eth-ip4tcp-hfc-scenarios-1cl1s-bps/1460b-1c-eth-ip4tcp-hfc-scenarios-1cl1s-bps.info.json 07:40:46 Tests.Vpp.Perf.Hoststack.25Ge2P1Xxv710-Eth-Ip4Tcp-Hfc-Scenarios-1C... | FAIL | 07:40:46 1 test, 0 passed, 1 failed 07:40:46 ============================================================================== 07:40:46 Tests.Vpp.Perf.Hoststack.25Ge2P1Xxv710-Eth-Ip4Tcp-Hfc-Scenarios-Clientldpre... 07:40:46 ============================================================================== 07:40:46 1460B-1c-eth-ip4tcp-hfc-scenarios-clientldpreload-1cl1s-bps | FAIL | 07:41:54 IndexError: list index out of range 07:41:54 ------------------------------------------------------------------------------ 07:41:55 Tests.Vpp.Perf.Hoststack.25Ge2P1Xxv710-Eth-Ip4Tcp-Hfc-Scenarios-Cl... | FAIL | 07:41:55 1 test, 0 passed, 1 failed 07:41:55 ============================================================================== 07:41:55 Tests.Vpp.Perf.Hoststack.25Ge2P1Xxv710-Eth-Ip4Tcp-Hfc-Scenarios-Ldpreload-1... 07:41:55 ============================================================================== 07:41:56 1460B-1c-eth-ip4tcp-hfc-scenarios-ldpreload-1cl1s-bps | PASS | 07:42:42 {"start": 0, "end": 20.000205, "seconds": 20.00020408630371, "bytes": 30812405760, "bits_per_second": 12324836537.48336, "retransmits": 0, "omitted": false, "sender": true} 07:42:42 ------------------------------------------------------------------------------ 07:42:43 Tests.Vpp.Perf.Hoststack.25Ge2P1Xxv710-Eth-Ip4Tcp-Hfc-Scenarios-Ld... | PASS | 07:42:43 1 test, 1 passed, 0 failed 07:42:43 ============================================================================== 07:42:44 Tests.Vpp.Perf.Hoststack.25Ge2P1Xxv710-Eth-Ip4Tcp-Hfc-Scenarios-Ldpreload-1... 07:42:44 ============================================================================== 07:42:44 1460B-1c-eth-ip4tcp-hfc-scenarios-ldpreload-1cl8s-bps | PASS | 07:43:30 {"start": 0, "end": 20.013681, "seconds": 20.013681411743164, "bytes": 27843624960, "bits_per_second": 11129836390.285522, "retransmits": 0, "omitted": false, "sender": true} 07:43:30 ------------------------------------------------------------------------------ 07:43:31 Tests.Vpp.Perf.Hoststack.25Ge2P1Xxv710-Eth-Ip4Tcp-Hfc-Scenarios-Ld... | PASS | 07:43:31 1 test, 1 passed, 0 failed 07:43:31 ============================================================================== 07:43:31 Tests.Vpp.Perf.Hoststack | FAIL | 07:43:31 4 tests, 2 passed, 2 failed 07:43:31 ============================================================================== 07:43:31 Deleting framework directory on TG host 10.30.51.77, port 6001 starts. 07:43:31 Deleting framework directory on DUT host 10.30.51.75, port 22 starts. 07:43:31 Deleting framework directory on DUT host 10.30.51.76, port 22 starts. 07:43:33 Deleting framework directory on DUT host 10.30.51.75, port 22 done. 07:43:33 Cleanup of node DUT host 10.30.51.75, port 22 done. 07:43:33 Deleting framework directory on DUT host 10.30.51.76, port 22 done. 07:43:33 Cleanup of node DUT host 10.30.51.76, port 22 done. 07:43:33 Deleting framework directory on TG host 10.30.51.77, port 6001 done. 07:43:33 Cleanup of node TG host 10.30.51.77, port 6001 done. 07:43:33 All nodes cleaned up. 07:43:33 Tests.Vpp.Perf | FAIL | 07:43:33 4 tests, 2 passed, 2 failed 07:43:33 ============================================================================== 07:43:33 Tests.Vpp | FAIL | 07:43:33 4 tests, 2 passed, 2 failed 07:43:33 ============================================================================== 07:43:33 Tests | FAIL | 07:43:33 4 tests, 2 passed, 2 failed 07:43:33 ============================================================================== 07:43:33 Output: /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives/output.xml 07:43:33 Log: /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives/log.html 07:43:33 Report: /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives/report.html 07:43:34 ++ ROBOT_EXIT_STATUS=2 07:43:34 ++ set -e 07:43:34 ++ popd 07:43:34 /w/workspace/csit-vpp-perf-verify-master-3n-icx 07:43:34 ++ move_archives 07:43:34 ++ set -exuo pipefail 07:43:34 ++ [[ -n /w/workspace/csit-vpp-perf-verify-master-3n-icx ]] 07:43:34 +++ readlink -f /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives 07:43:34 ++ target=/w/workspace/csit-vpp-perf-verify-master-3n-icx/archives 07:43:34 ++ [[ /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 ]] 07:43:34 ++ untrap_and_unreserve_testbed 07:43:34 ++ set -xo pipefail 07:43:34 ++ set +eu 07:43:34 ++ trap - EXIT 07:43:34 ++ wt=/w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed37.yaml 07:43:34 ++ [[ -z /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed37.yaml ]] 07:43:34 ++ ansible_playbook cleanup 07:43:34 ++ set -exuo pipefail 07:43:34 ++ case "${TEST_CODE}" in 07:43:34 ++ INVENTORY_PATH=lf_inventory 07:43:34 ++ installed sshpass 07:43:34 ++ set -exuo pipefail 07:43:34 ++ command -v sshpass 07:43:34 /usr/bin/sshpass 07:43:34 ++ hosts=($(fgrep host "${WORKING_TOPOLOGY}" | cut -d ":" -f 2)) 07:43:34 +++ fgrep host /w/workspace/csit-vpp-perf-verify-master-3n-icx/topologies/available/lf_3n_icx_testbed37.yaml 07:43:34 +++ cut -d : -f 2 07:43:34 ++ pushd /w/workspace/csit-vpp-perf-verify-master-3n-icx/fdio.infra.ansible 07:43:34 /w/workspace/csit-vpp-perf-verify-master-3n-icx/fdio.infra.ansible /w/workspace/csit-vpp-perf-verify-master-3n-icx 07:43:34 ++ export ANSIBLE_HOST_KEY_CHECKING=False 07:43:34 ++ ANSIBLE_HOST_KEY_CHECKING=False 07:43:34 ++ export ANSIBLE_STDOUT_CALLBACK=yaml 07:43:34 ++ ANSIBLE_STDOUT_CALLBACK=yaml 07:43:34 ++ export ANSIBLE_PIPELINING=true 07:43:34 ++ ANSIBLE_PIPELINING=true 07:43:34 +++ echo 10.30.51.77 10.30.51.75 10.30.51.76 07:43:34 +++ echo cleanup 07:43:34 ++ 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 07:43:35 07:43:35 PLAY [tg] ********************************************************************** 07:43:35 07:43:35 TASK [Gathering Facts] ********************************************************* 07:43:37 [WARNING]: Platform linux on host 10.30.51.77 is using the discovered Python 07:43:37 interpreter at /usr/bin/python3.12, but future installation of another Python 07:43:37 interpreter could change the meaning of that path. See 07:43:37 https://docs.ansible.com/ansible- 07:43:37 core/2.17/reference_appendices/interpreter_discovery.html for more information. 07:43:37 ok: [10.30.51.77] 07:43:37 07:43:37 TASK [cleanup : tg specific] *************************************************** 07:43:37 included: /w/workspace/csit-vpp-perf-verify-master-3n-icx/fdio.infra.ansible/roles/cleanup/tasks/tg.yaml for 10.30.51.77 07:43:37 07:43:37 TASK [cleanup : Get PID Of _t-rex] ********************************************* 07:43:37 skipping: [10.30.51.77] 07:43:37 07:43:37 TASK [cleanup : Safe Kill _t-rex] ********************************************** 07:43:37 skipping: [10.30.51.77] 07:43:37 07:43:37 TASK [cleanup : wait_for] ****************************************************** 07:43:37 skipping: [10.30.51.77] 07:43:37 07:43:37 TASK [cleanup : Kill Process - Force Kill _t-rex] ****************************** 07:43:37 skipping: [10.30.51.77] 07:43:37 07:43:37 TASK [cleanup : sut specific] ************************************************** 07:43:38 skipping: [10.30.51.77] 07:43:38 07:43:38 TASK [cleanup : nomad specific] ************************************************ 07:43:38 [WARNING]: Could not match supplied host pattern, ignoring: tg_aws 07:43:38 [WARNING]: Could not match supplied host pattern, ignoring: tg_azure 07:43:38 [WARNING]: Could not match supplied host pattern, ignoring: tg_openstack 07:43:38 skipping: [10.30.51.77] 07:43:38 07:43:38 PLAY [tg_aws] ****************************************************************** 07:43:38 skipping: no hosts matched 07:43:38 07:43:38 PLAY [tg_azure] **************************************************************** 07:43:38 skipping: no hosts matched 07:43:38 07:43:38 PLAY [tg_openstack] ************************************************************ 07:43:38 skipping: no hosts matched 07:43:38 07:43:38 PLAY [sut] ********************************************************************* 07:43:38 07:43:38 TASK [Gathering Facts] ********************************************************* 07:43:40 [WARNING]: Platform linux on host 10.30.51.76 is using the discovered Python 07:43:40 interpreter at /usr/bin/python3.12, but future installation of another Python 07:43:40 interpreter could change the meaning of that path. See 07:43:40 https://docs.ansible.com/ansible- 07:43:40 core/2.17/reference_appendices/interpreter_discovery.html for more information. 07:43:40 [WARNING]: Platform linux on host 10.30.51.75 is using the discovered Python 07:43:40 interpreter at /usr/bin/python3.12, but future installation of another Python 07:43:40 interpreter could change the meaning of that path. See 07:43:40 https://docs.ansible.com/ansible- 07:43:40 core/2.17/reference_appendices/interpreter_discovery.html for more information. 07:43:40 ok: [10.30.51.76] 07:43:40 ok: [10.30.51.75] 07:43:40 07:43:40 TASK [cleanup : tg specific] *************************************************** 07:43:40 skipping: [10.30.51.75] 07:43:40 skipping: [10.30.51.76] 07:43:40 07:43:40 TASK [cleanup : sut specific] ************************************************** 07:43:40 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 07:43:40 07:43:40 TASK [cleanup : Get PID Of qemu] *********************************************** 07:43:41 changed: [10.30.51.76] 07:43:41 changed: [10.30.51.75] 07:43:41 07:43:41 TASK [cleanup : Safe Kill qemu] ************************************************ 07:43:41 skipping: [10.30.51.75] 07:43:41 skipping: [10.30.51.76] 07:43:41 07:43:41 TASK [cleanup : wait_for] ****************************************************** 07:43:41 skipping: [10.30.51.75] 07:43:41 skipping: [10.30.51.76] 07:43:41 07:43:41 TASK [cleanup : Kill Process - Force Kill qemu] ******************************** 07:43:41 skipping: [10.30.51.75] 07:43:41 skipping: [10.30.51.76] 07:43:41 07:43:41 TASK [cleanup : Get PID Of l3fwd] ********************************************** 07:43:41 changed: [10.30.51.75] 07:43:41 changed: [10.30.51.76] 07:43:41 07:43:41 TASK [cleanup : Safe Kill l3fwd] *********************************************** 07:43:41 skipping: [10.30.51.75] 07:43:41 skipping: [10.30.51.76] 07:43:41 07:43:41 TASK [cleanup : wait_for] ****************************************************** 07:43:41 skipping: [10.30.51.75] 07:43:41 skipping: [10.30.51.76] 07:43:41 07:43:41 TASK [cleanup : Kill Process - Force Kill l3fwd] ******************************* 07:43:41 skipping: [10.30.51.75] 07:43:41 skipping: [10.30.51.76] 07:43:41 07:43:41 TASK [cleanup : Get PID Of testpmd] ******************************************** 07:43:42 changed: [10.30.51.75] 07:43:42 changed: [10.30.51.76] 07:43:42 07:43:42 TASK [cleanup : Safe Kill testpmd] ********************************************* 07:43:42 skipping: [10.30.51.75] 07:43:42 skipping: [10.30.51.76] 07:43:42 07:43:42 TASK [cleanup : wait_for] ****************************************************** 07:43:42 skipping: [10.30.51.75] 07:43:42 skipping: [10.30.51.76] 07:43:42 07:43:42 TASK [cleanup : Kill Process - Force Kill testpmd] ***************************** 07:43:42 skipping: [10.30.51.75] 07:43:42 skipping: [10.30.51.76] 07:43:42 07:43:42 TASK [cleanup : Get PID Of iperf3] ********************************************* 07:43:42 changed: [10.30.51.75] 07:43:42 changed: [10.30.51.76] 07:43:42 07:43:42 TASK [cleanup : Safe Kill iperf3] ********************************************** 07:43:42 skipping: [10.30.51.75] 07:43:42 skipping: [10.30.51.76] 07:43:42 07:43:42 TASK [cleanup : wait_for] ****************************************************** 07:43:42 skipping: [10.30.51.75] 07:43:42 skipping: [10.30.51.76] 07:43:42 07:43:42 TASK [cleanup : Kill Process - Force Kill iperf3] ****************************** 07:43:42 skipping: [10.30.51.75] 07:43:42 skipping: [10.30.51.76] 07:43:42 07:43:42 TASK [cleanup : Get PID Of nohup] ********************************************** 07:43:43 changed: [10.30.51.75] 07:43:43 changed: [10.30.51.76] 07:43:43 07:43:43 TASK [cleanup : Safe Kill nohup] *********************************************** 07:43:43 skipping: [10.30.51.75] 07:43:43 skipping: [10.30.51.76] 07:43:43 07:43:43 TASK [cleanup : wait_for] ****************************************************** 07:43:43 skipping: [10.30.51.75] 07:43:43 skipping: [10.30.51.76] 07:43:43 07:43:43 TASK [cleanup : Kill Process - Force Kill nohup] ******************************* 07:43:43 skipping: [10.30.51.75] 07:43:43 skipping: [10.30.51.76] 07:43:43 07:43:43 TASK [cleanup : Get PID Of vpp] ************************************************ 07:43:43 changed: [10.30.51.75] 07:43:43 changed: [10.30.51.76] 07:43:43 07:43:43 TASK [cleanup : Safe Kill vpp] ************************************************* 07:43:44 changed: [10.30.51.75] => (item=2965952) 07:43:44 changed: [10.30.51.76] => (item=2524253) 07:43:44 07:43:44 TASK [cleanup : wait_for] ****************************************************** 07:43:44 ok: [10.30.51.76] => (item=2524253) 07:43:44 ok: [10.30.51.75] => (item=2965952) 07:43:44 07:43:44 TASK [cleanup : Kill Process - Force Kill vpp] ********************************* 07:43:44 skipping: [10.30.51.75] 07:43:44 skipping: [10.30.51.76] 07:43:44 07:43:44 TASK [cleanup : Get PID Of vpp_echo] ******************************************* 07:43:45 changed: [10.30.51.75] 07:43:45 changed: [10.30.51.76] 07:43:45 07:43:45 TASK [cleanup : Safe Kill vpp_echo] ******************************************** 07:43:45 skipping: [10.30.51.75] 07:43:45 skipping: [10.30.51.76] 07:43:45 07:43:45 TASK [cleanup : wait_for] ****************************************************** 07:43:45 skipping: [10.30.51.75] 07:43:45 skipping: [10.30.51.76] 07:43:45 07:43:45 TASK [cleanup : Kill Process - Force Kill vpp_echo] **************************** 07:43:45 skipping: [10.30.51.75] 07:43:45 skipping: [10.30.51.76] 07:43:45 07:43:45 TASK [cleanup : Find File Or Dir - Core Zip File] ****************************** 07:43:45 ok: [10.30.51.76] 07:43:45 ok: [10.30.51.75] 07:43:45 07:43:45 TASK [cleanup : Remove File Or Dir - Core Zip File] **************************** 07:43:45 skipping: [10.30.51.75] 07:43:45 skipping: [10.30.51.76] 07:43:45 07:43:45 TASK [cleanup : Find File Or Dir - Core Dump File] ***************************** 07:43:46 ok: [10.30.51.75] 07:43:46 ok: [10.30.51.76] 07:43:46 07:43:46 TASK [cleanup : Remove File Or Dir - Core Dump File] *************************** 07:43:46 skipping: [10.30.51.75] 07:43:46 skipping: [10.30.51.76] 07:43:46 07:43:46 TASK [cleanup : Get Running Docker Containers] ********************************* 07:43:46 ok: [10.30.51.75] 07:43:46 ok: [10.30.51.76] 07:43:46 07:43:46 TASK [cleanup : Remove All Docker Containers] ********************************** 07:43:46 skipping: [10.30.51.75] 07:43:46 skipping: [10.30.51.76] 07:43:46 07:43:46 TASK [cleanup : Get Running LXC Containers] ************************************ 07:43:47 ok: [10.30.51.75] 07:43:47 ok: [10.30.51.76] 07:43:47 07:43:47 TASK [cleanup : Remove All LXC Containers] ************************************* 07:43:47 skipping: [10.30.51.75] 07:43:47 skipping: [10.30.51.76] 07:43:47 07:43:47 TASK [cleanup : Set SSH port to 6001 if docker_sut] **************************** 07:43:47 skipping: [10.30.51.75] 07:43:47 skipping: [10.30.51.76] 07:43:47 07:43:47 TASK [cleanup : Fix Corrupted APT] ********************************************* 07:43:47 skipping: [10.30.51.75] 07:43:47 skipping: [10.30.51.76] 07:43:47 07:43:47 TASK [cleanup : Remove Package - *vpp*] **************************************** 07:43:47 skipping: [10.30.51.75] 07:43:47 skipping: [10.30.51.76] 07:43:47 07:43:47 TASK [cleanup : Set SSH port to 6002 if docker_sut] **************************** 07:43:47 skipping: [10.30.51.75] 07:43:47 skipping: [10.30.51.76] 07:43:47 07:43:47 TASK [cleanup : Fix Corrupted APT] ********************************************* 07:43:47 skipping: [10.30.51.75] 07:43:47 skipping: [10.30.51.76] 07:43:47 07:43:47 TASK [cleanup : Remove Package - *vpp*] **************************************** 07:43:47 skipping: [10.30.51.75] 07:43:47 skipping: [10.30.51.76] 07:43:47 07:43:47 TASK [cleanup : Set SSH port to 22 if docker_sut] ****************************** 07:43:48 skipping: [10.30.51.75] 07:43:48 skipping: [10.30.51.76] 07:43:48 07:43:48 TASK [cleanup : Fix Corrupted APT] ********************************************* 07:43:48 changed: [10.30.51.75] 07:43:48 changed: [10.30.51.76] 07:43:48 07:43:48 TASK [cleanup : Remove Package - *vpp*] **************************************** 07:43:53 changed: [10.30.51.76] 07:43:53 changed: [10.30.51.75] 07:43:53 07:43:53 TASK [cleanup : nomad specific] ************************************************ 07:43:53 [WARNING]: Could not match supplied host pattern, ignoring: sut_aws 07:43:53 [WARNING]: Could not match supplied host pattern, ignoring: sut_azure 07:43:53 [WARNING]: Could not match supplied host pattern, ignoring: sut_openstack 07:43:53 [WARNING]: Could not match supplied host pattern, ignoring: vagrant 07:43:53 skipping: [10.30.51.75] 07:43:53 skipping: [10.30.51.76] 07:43:53 07:43:53 PLAY [sut_aws] ***************************************************************** 07:43:53 skipping: no hosts matched 07:43:53 07:43:53 PLAY [sut_azure] *************************************************************** 07:43:53 skipping: no hosts matched 07:43:53 07:43:53 PLAY [sut_openstack] *********************************************************** 07:43:53 skipping: no hosts matched 07:43:53 07:43:53 PLAY [nomad] ******************************************************************* 07:43:53 skipping: no hosts matched 07:43:53 07:43:53 PLAY [dev] ********************************************************************* 07:43:53 skipping: no hosts matched 07:43:53 07:43:53 PLAY [vagrant] ***************************************************************** 07:43:53 skipping: no hosts matched 07:43:53 07:43:53 PLAY RECAP ********************************************************************* 07:43:53 10.30.51.75 : ok=17 changed=10 unreachable=0 failed=0 skipped=32 rescued=0 ignored=0 07:43:53 10.30.51.76 : ok=17 changed=10 unreachable=0 failed=0 skipped=32 rescued=0 ignored=0 07:43:53 10.30.51.77 : ok=2 changed=0 unreachable=0 failed=0 skipped=6 rescued=0 ignored=0 07:43:53 07:43:53 ++ popd 07:43:53 /w/workspace/csit-vpp-perf-verify-master-3n-icx 07:43:53 ++ 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 07:43:53 ++ case "${TEST_CODE}" in 07:43:53 ++ WORKING_TOPOLOGY= 07:43:53 ++ set -eu 07:43:53 ++ die_on_robot_error 07:43:53 ++ set -exuo pipefail 07:43:53 ++ [[ 2 != \0 ]] 07:43:53 ++ die 'Test failures are present!' 2 07:43:53 ++ set -x 07:43:53 ++ set +eu 07:43:53 ++ warn 'Test failures are present!' 07:43:53 ++ set -exuo pipefail 07:43:53 ++ echo 'Test failures are present!' 07:43:53 Test failures are present! 07:43:53 ++ exit 2 07:43:53 Build step 'Execute shell' marked build as failure 07:43:53 $ ssh-agent -k 07:43:53 unset SSH_AUTH_SOCK; 07:43:53 unset SSH_AGENT_PID; 07:43:53 echo Agent pid 235 killed; 07:43:53 [ssh-agent] Stopped. 07:43:54 [PostBuildScript] - [INFO] Executing post build scripts. 07:43:54 [csit-vpp-perf-verify-master-3n-icx] $ /bin/bash /tmp/jenkins5918542576989861228.sh 07:43:54 ---> jjb/scripts/post_build_executor_info.sh 07:43:54 ************************************************************************ 07:43:54 Executor Runtime Attributes: 07:43:54 OS: ubuntu-24.04 07:43:54 Linux e8ad2304ea25 6.8.0-38-generic #38-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 7 15:25:01 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 07:43:54 Number CPUs: 112 07:43:54 Arch: x86_64 07:43:54 Nomad Client Hostname: s26-nomad 07:43:54 Container ID: e8ad2304ea25 07:43:54 ************************************************************************ 07:43:54 lscpu: 07:43:54 Architecture: x86_64 07:43:54 CPU op-mode(s): 32-bit, 64-bit 07:43:54 Address sizes: 46 bits physical, 48 bits virtual 07:43:54 Byte Order: Little Endian 07:43:54 CPU(s): 112 07:43:54 On-line CPU(s) list: 0-111 07:43:54 Vendor ID: GenuineIntel 07:43:54 BIOS Vendor ID: Intel(R) Corporation 07:43:54 Model name: Intel(R) Xeon(R) Platinum 8280 CPU @ 2.70GHz 07:43:54 BIOS Model name: Intel(R) Xeon(R) Platinum 8280 CPU @ 2.70GHz CPU @ 2.7GHz 07:43:54 BIOS CPU family: 179 07:43:54 CPU family: 6 07:43:54 Model: 85 07:43:54 Thread(s) per core: 2 07:43:54 Core(s) per socket: 28 07:43:54 Socket(s): 2 07:43:54 Stepping: 7 07:43:54 CPU(s) scaling MHz: 30% 07:43:54 CPU max MHz: 4000.0000 07:43:54 CPU min MHz: 1000.0000 07:43:54 BogoMIPS: 5400.00 07:43:54 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 07:43:54 Virtualization: VT-x 07:43:54 L1d cache: 1.8 MiB (56 instances) 07:43:54 L1i cache: 1.8 MiB (56 instances) 07:43:54 L2 cache: 56 MiB (56 instances) 07:43:54 L3 cache: 77 MiB (2 instances) 07:43:54 NUMA node(s): 2 07:43:54 NUMA node0 CPU(s): 0-27,56-83 07:43:54 NUMA node1 CPU(s): 28-55,84-111 07:43:54 Vulnerability Gather data sampling: Mitigation; Microcode 07:43:54 Vulnerability Itlb multihit: KVM: Mitigation: VMX disabled 07:43:54 Vulnerability L1tf: Not affected 07:43:54 Vulnerability Mds: Not affected 07:43:54 Vulnerability Meltdown: Not affected 07:43:54 Vulnerability Mmio stale data: Mitigation; Clear CPU buffers; SMT vulnerable 07:43:54 Vulnerability Reg file data sampling: Not affected 07:43:54 Vulnerability Retbleed: Mitigation; Enhanced IBRS 07:43:54 Vulnerability Spec rstack overflow: Not affected 07:43:54 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl 07:43:54 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 07:43:54 Vulnerability Spectre v2: Mitigation; Enhanced / Automatic IBRS; IBPB conditional; RSB filling; PBRSB-eIBRS SW sequence; BHI SW loop, KVM SW loop 07:43:54 Vulnerability Srbds: Not affected 07:43:54 Vulnerability Tsx async abort: Mitigation; TSX disabled 07:43:54 ************************************************************************ 07:43:54 df -h: 07:43:54 Filesystem Size Used Avail Use% Mounted on 07:43:54 overlay 1.8T 97G 1.6T 6% / 07:43:54 tmpfs 64M 0 64M 0% /dev 07:43:54 shm 64M 0 64M 0% /dev/shm 07:43:54 /dev/md0 1.8T 97G 1.6T 6% /alloc 07:43:54 tmpfs 1.0M 0 1.0M 0% /secrets 07:43:54 ************************************************************************ 07:43:54 free -m: 07:43:54 total used free shared buff/cache available 07:43:54 Mem: 176895 12531 59320 6 106652 164363 07:43:54 Swap: 8191 1 8190 07:43:54 ************************************************************************ 07:43:54 ccache statistics: 07:43:54 CCACHE_DIR = '/scratch/ccache' 07:43:54 Cacheable calls: 1668138 / 1971850 (84.60%) 07:43:54 Hits: 1218813 / 1668138 (73.06%) 07:43:54 Direct: 1018613 / 1218813 (83.57%) 07:43:54 Preprocessed: 200200 / 1218813 (16.43%) 07:43:54 Misses: 449325 / 1668138 (26.94%) 07:43:54 Uncacheable calls: 303712 / 1971850 (15.40%) 07:43:54 Local storage: 07:43:54 Cache size (GB): 10.0 / 10.0 (99.96%) 07:43:54 Cleanups: 1507 07:43:54 Hits: 1218813 / 1668138 (73.06%) 07:43:54 Misses: 449325 / 1668138 (26.94%) 07:43:54 ************************************************************************ 07:43:54 [csit-vpp-perf-verify-master-3n-icx] $ /bin/bash /tmp/jenkins5361226243494246008.sh 07:43:54 ---> jjb/scripts/post_build_deploy_archives.sh 07:43:54 % Total % Received % Xferd Average Speed Time Time Time Current 07:43:54 Dload Upload Total Spent Left Speed 07:43:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 230 0 230 0 0 5429 0 --:--:-- --:--:-- --:--:-- 5476 07:43:54 Archive: robot-plugin.zip 07:43:54 End-of-central-directory signature not found. Either this file is not 07:43:54 a zipfile, or it constitutes one disk of a multi-part archive. In the 07:43:54 latter case the central directory and zipfile comment will be found on 07:43:54 the last disk(s) of this archive. 07:43:54 unzip: cannot find zipfile directory in one of robot-plugin.zip or 07:43:54 robot-plugin.zip.zip, and cannot find robot-plugin.zip.ZIP, period. 07:43:54 Workspace archived artifacts: 07:43:54 /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives: 07:43:54 total 30748 07:43:54 drwxr-xr-x 3 root root 4096 May 12 07:43 . 07:43:54 drwxr-xr-x 20 root root 4096 May 12 07:43 .. 07:43:54 -rw-r--r-- 1 root root 20107367 May 12 02:46 generated_tests.tar.gz 07:43:54 -rw-r--r-- 1 root root 1078643 May 12 07:43 log.html 07:43:54 -rw-r--r-- 1 root root 10021378 May 12 07:43 output.xml 07:43:54 -rw-r--r-- 1 root root 251357 May 12 07:43 report.html 07:43:54 drwxr-xr-x 3 root root 4096 May 12 07:43 tests 07:43:54 07:43:54 /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives/tests: 07:43:54 total 16 07:43:54 drwxr-xr-x 3 root root 4096 May 12 07:43 . 07:43:54 drwxr-xr-x 3 root root 4096 May 12 07:43 .. 07:43:54 -rw-r--r-- 1 root root 267 May 12 07:43 suite.info.json 07:43:54 drwxr-xr-x 3 root root 4096 May 12 07:39 vpp 07:43:54 07:43:54 /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives/tests/vpp: 07:43:54 total 12 07:43:54 drwxr-xr-x 3 root root 4096 May 12 07:39 . 07:43:54 drwxr-xr-x 3 root root 4096 May 12 07:43 .. 07:43:54 drwxr-xr-x 3 root root 4096 May 12 07:43 perf 07:43:54 07:43:54 /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives/tests/vpp/perf: 07:43:54 total 16 07:43:54 drwxr-xr-x 3 root root 4096 May 12 07:43 . 07:43:54 drwxr-xr-x 3 root root 4096 May 12 07:39 .. 07:43:54 drwxr-xr-x 6 root root 4096 May 12 07:42 hoststack 07:43:54 -rw-r--r-- 1 root root 344 May 12 07:43 suite.info.json 07:43:54 07:43:54 /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives/tests/vpp/perf/hoststack: 07:43:54 total 24 07:43:54 drwxr-xr-x 6 root root 4096 May 12 07:42 . 07:43:54 drwxr-xr-x 3 root root 4096 May 12 07:43 .. 07:43:54 drwxr-xr-x 2 root root 4096 May 12 07:40 25ge2p1xxv710-eth-ip4tcp-hfc-scenarios-1cl1s-bps 07:43:54 drwxr-xr-x 2 root root 4096 May 12 07:41 25ge2p1xxv710-eth-ip4tcp-hfc-scenarios-clientldpreload-1cl1s-bps 07:43:54 drwxr-xr-x 2 root root 4096 May 12 07:42 25ge2p1xxv710-eth-ip4tcp-hfc-scenarios-ldpreload-1cl1s-bps 07:43:54 drwxr-xr-x 2 root root 4096 May 12 07:43 25ge2p1xxv710-eth-ip4tcp-hfc-scenarios-ldpreload-1cl8s-bps 07:43:54 07:43:54 /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives/tests/vpp/perf/hoststack/25ge2p1xxv710-eth-ip4tcp-hfc-scenarios-1cl1s-bps: 07:43:54 total 12 07:43:54 drwxr-xr-x 2 root root 4096 May 12 07:40 . 07:43:54 drwxr-xr-x 6 root root 4096 May 12 07:42 .. 07:43:54 -rw-r--r-- 1 root root 700 May 12 07:40 suite.info.json 07:43:54 07:43:54 /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives/tests/vpp/perf/hoststack/25ge2p1xxv710-eth-ip4tcp-hfc-scenarios-clientldpreload-1cl1s-bps: 07:43:54 total 16 07:43:54 drwxr-xr-x 2 root root 4096 May 12 07:41 . 07:43:54 drwxr-xr-x 6 root root 4096 May 12 07:42 .. 07:43:54 -rw-r--r-- 1 root root 1146 May 12 07:41 1460b-1c-eth-ip4tcp-hfc-scenarios-clientldpreload-1cl1s-bps.info.json 07:43:54 -rw-r--r-- 1 root root 716 May 12 07:41 suite.info.json 07:43:54 07:43:54 /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives/tests/vpp/perf/hoststack/25ge2p1xxv710-eth-ip4tcp-hfc-scenarios-ldpreload-1cl1s-bps: 07:43:54 total 16 07:43:54 drwxr-xr-x 2 root root 4096 May 12 07:42 . 07:43:54 drwxr-xr-x 6 root root 4096 May 12 07:42 .. 07:43:54 -rw-r--r-- 1 root root 1279 May 12 07:42 1460b-1c-eth-ip4tcp-hfc-scenarios-ldpreload-1cl1s-bps.info.json 07:43:54 -rw-r--r-- 1 root root 711 May 12 07:42 suite.info.json 07:43:54 07:43:54 /w/workspace/csit-vpp-perf-verify-master-3n-icx/archives/tests/vpp/perf/hoststack/25ge2p1xxv710-eth-ip4tcp-hfc-scenarios-ldpreload-1cl8s-bps: 07:43:54 total 16 07:43:54 drwxr-xr-x 2 root root 4096 May 12 07:43 . 07:43:54 drwxr-xr-x 6 root root 4096 May 12 07:42 .. 07:43:54 -rw-r--r-- 1 root root 1281 May 12 07:43 1460b-1c-eth-ip4tcp-hfc-scenarios-ldpreload-1cl8s-bps.info.json 07:43:54 -rw-r--r-- 1 root root 710 May 12 07:43 suite.info.json 07:43:54 provisioning config files... 07:43:54 copy managed file [jenkins-s3-log-ship] to file:/root/.aws/credentials 07:43:54 [csit-vpp-perf-verify-master-3n-icx] $ /bin/bash /tmp/jenkins10748746568995764454.sh 07:43:54 ---> publish_library_py.sh 07:43:54 + PYTHON_SCRIPT=/w/workspace/publish_library.py 07:43:54 ++ grep VERSION_CODENAME= /etc/os-release 07:43:54 ++ cut -d= -f2 07:43:54 + OS_CODENAME=noble 07:43:54 + pip_options= 07:43:54 + '[' noble = noble ']' 07:43:54 + pip_options=' --break-system-packages' 07:43:54 + pip3 install --break-system-packages boto3 07:43:54 Requirement already satisfied: boto3 in /usr/local/lib/python3.12/dist-packages (1.37.34) 07:43:54 Requirement already satisfied: botocore<1.38.0,>=1.37.34 in /usr/local/lib/python3.12/dist-packages (from boto3) (1.37.34) 07:43:54 Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /usr/local/lib/python3.12/dist-packages (from boto3) (1.0.1) 07:43:54 Requirement already satisfied: s3transfer<0.12.0,>=0.11.0 in /usr/local/lib/python3.12/dist-packages (from boto3) (0.11.4) 07:43:54 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) 07:43:54 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) 07:43:54 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) 07:43:54 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 07:43:54 ++ dirname /w/workspace/publish_library.py 07:43:54 + mkdir -p /w/workspace 07:43:54 + cat 07:43:54 [csit-vpp-perf-verify-master-3n-icx] $ /bin/bash /tmp/jenkins10957151624973616681.sh 07:43:54 ---> publish_logs.sh 07:43:54 INFO: S3 path vex-yul-rot-jenkins-1/csit-vpp-perf-verify-master-3n-icx/1343/ 07:43:54 INFO: archiving logs to S3 07:43:55 INFO: Found credentials in shared credentials file: ~/.aws/credentials 07:43:55 INFO: