21:23:09 Started by user Robert Varga 21:23:09 Running as SYSTEM 21:23:09 [EnvInject] - Loading node environment variables. 21:23:09 Building remotely on prd-ubuntu2204-builder-4c-4g-22886 (ubuntu2204-builder-4c-4g) in workspace /w/workspace/autorelease-gerrit-branch-lock-vanadium 21:23:09 [ssh-agent] Looking for ssh-agent implementation... 21:23:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:23:09 $ ssh-agent 21:23:09 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXDWZr6i/agent.1559 21:23:09 SSH_AGENT_PID=1561 21:23:09 [ssh-agent] Started. 21:23:09 Running ssh-add (command line suppressed) 21:23:09 Identity added: /w/workspace/autorelease-gerrit-branch-lock-vanadium@tmp/private_key_4769730225618183269.key (/w/workspace/autorelease-gerrit-branch-lock-vanadium@tmp/private_key_4769730225618183269.key) 21:23:09 [ssh-agent] Using credentials jenkins (jenkins-ssh) 21:23:09 The recommended git tool is: NONE 21:23:11 using credential jenkins-ssh 21:23:11 Wiping out workspace first. 21:23:11 Cloning the remote Git repository 21:23:11 Cloning repository git://devvexx.opendaylight.org/mirror/releng/autorelease 21:23:11 > git init /w/workspace/autorelease-gerrit-branch-lock-vanadium # timeout=10 21:23:11 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/releng/autorelease 21:23:11 > git --version # timeout=10 21:23:11 > git --version # 'git version 2.34.1' 21:23:11 using GIT_SSH to set credentials jenkins-ssh 21:23:11 Verifying host key using known hosts file, will automatically accept unseen keys 21:23:11 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/releng/autorelease +refs/heads/*:refs/remotes/origin/* # timeout=10 21:23:14 > git config remote.origin.url git://devvexx.opendaylight.org/mirror/releng/autorelease # timeout=10 21:23:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:23:15 Avoid second fetch 21:23:15 > git rev-parse refs/remotes/origin/stable/vanadium^{commit} # timeout=10 21:23:15 Checking out Revision a44b02e7421bbebee0a00188cfa19f3092096c06 (refs/remotes/origin/stable/vanadium) 21:23:15 > git config core.sparsecheckout # timeout=10 21:23:15 > git checkout -f a44b02e7421bbebee0a00188cfa19f3092096c06 # timeout=10 21:23:15 Commit message: "Update git submodules" 21:23:15 > git rev-list --no-walk 4ca08afb1a83f094eee381ee30baed1c3f0238e4 # timeout=10 21:23:18 provisioning config files... 21:23:18 copy managed file [npmrc] to file:/home/jenkins/.npmrc 21:23:18 copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf 21:23:18 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins6019429631763655245.sh 21:23:18 ---> autorelease-gerrit-branch-lock.sh 21:23:18 Cloning into 'All-Projects'... 21:23:21 Total 2086 (delta 648), reused 2086 (delta 648) 21:23:21 Note: switching to '8c55e7bd9eb27e437f545af9aed249cb3cca5c99'. 21:23:21 21:23:21 You are in 'detached HEAD' state. You can look around, make experimental 21:23:21 changes and commit them, and you can discard any commits you make in this 21:23:21 state without impacting any branches by switching back to a branch. 21:23:21 21:23:21 If you want to create a new branch to retain commits you create, you may 21:23:21 do so (now or later) by using -c with the switch command. Example: 21:23:21 21:23:21 git switch -c 21:23:21 21:23:21 Or undo this operation with: 21:23:21 21:23:21 git switch - 21:23:21 21:23:21 Turn off this advice by setting config variable advice.detachedHead to false 21:23:21 21:23:23 From ssh://git.opendaylight.org:29418/All-Projects 21:23:23 * [new ref] refs/meta/config -> config 21:23:23 Switched to branch 'config' 21:23:29 + case $mode in 21:23:29 + echo 'INFO: Unlocking branch: stable/vanadium' 21:23:29 INFO: Unlocking branch: stable/vanadium 21:23:29 + git config -f project.config --remove-section access.refs/heads/stable/vanadium 21:23:29 + git commit -asm 'Chore: Unlock branch stable/vanadium' 21:23:29 [config 4e1541f] Chore: Unlock branch stable/vanadium 21:23:29 1 file changed, 6 deletions(-) 21:23:29 + git diff HEAD~1 21:23:29 diff --git a/project.config b/project.config 21:23:29 index cd877b2..03d812c 100644 21:23:29 --- a/project.config 21:23:29 +++ b/project.config 21:23:29 @@ -158,9 +158,3 @@ 21:23:29 removeReviewer = group Release Engineering Team 21:23:29 label-Code-Review = -2..+2 group Release Engineering Team 21:23:29 label-Verified = -1..+1 group Release Engineering Team 21:23:29 -[access "refs/heads/stable/vanadium"] 21:23:29 - exclusiveGroupPermissions = submit 21:23:29 - submit = group Release Engineering Team 21:23:29 - removeReviewer = group Release Engineering Team 21:23:29 - label-Code-Review = -2..+2 group Release Engineering Team 21:23:29 - label-Verified = -1..+1 group Release Engineering Team 21:23:29 + '[' false = true ']' 21:23:29 + echo 'INFO: Pushing changes to the repository.' 21:23:29 INFO: Pushing changes to the repository. 21:23:29 + git push origin HEAD:refs/meta/config 21:23:30 remote: remote: Processing changes: refs: 1 remote: Processing changes: refs: 1, done 21:23:30 To ssh://git.opendaylight.org:29418/All-Projects 21:23:30 8c55e7b..4e1541f HEAD -> refs/meta/config 21:23:31 $ ssh-agent -k 21:23:31 unset SSH_AUTH_SOCK; 21:23:31 unset SSH_AGENT_PID; 21:23:31 echo Agent pid 1561 killed; 21:23:31 [ssh-agent] Stopped. 21:23:31 [PostBuildScript] - [INFO] Executing post build scripts. 21:23:31 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins18411065193883623910.sh 21:23:31 ---> sysstat.sh 21:23:31 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins8468962842206552154.sh 21:23:31 ---> package-listing.sh 21:23:31 ++ facter osfamily 21:23:31 ++ tr '[:upper:]' '[:lower:]' 21:23:31 + OS_FAMILY=debian 21:23:31 + workspace=/w/workspace/autorelease-gerrit-branch-lock-vanadium 21:23:31 + START_PACKAGES=/tmp/packages_start.txt 21:23:31 + END_PACKAGES=/tmp/packages_end.txt 21:23:31 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:23:31 + PACKAGES=/tmp/packages_start.txt 21:23:31 + '[' /w/workspace/autorelease-gerrit-branch-lock-vanadium ']' 21:23:31 + PACKAGES=/tmp/packages_end.txt 21:23:31 + case "${OS_FAMILY}" in 21:23:31 + dpkg -l 21:23:31 + grep '^ii' 21:23:31 + '[' -f /tmp/packages_start.txt ']' 21:23:31 + '[' -f /tmp/packages_end.txt ']' 21:23:31 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:23:31 + '[' /w/workspace/autorelease-gerrit-branch-lock-vanadium ']' 21:23:31 + mkdir -p /w/workspace/autorelease-gerrit-branch-lock-vanadium/archives/ 21:23:31 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/autorelease-gerrit-branch-lock-vanadium/archives/ 21:23:31 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins5009212970957043820.sh 21:23:31 ---> capture-instance-metadata.sh 21:23:31 Setup pyenv: 21:23:32 * system (set by /opt/pyenv/version) 21:23:32 * 3.8.20 (set by /opt/pyenv/version) 21:23:32 * 3.9.20 (set by /opt/pyenv/version) 21:23:32 3.10.15 21:23:32 3.11.10 21:23:36 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-FPZT 21:23:36 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 21:23:36 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 21:23:36 lf-activate-venv(): INFO: Attempting to install with network-safe options... 21:23:40 lf-activate-venv(): INFO: Base packages installed successfully 21:23:40 lf-activate-venv(): INFO: Installing additional packages: lftools 21:24:03 lf-activate-venv(): INFO: Adding /tmp/venv-FPZT/bin to PATH 21:24:03 INFO: Running in OpenStack, capturing instance metadata 21:24:04 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins15247805424840085670.sh 21:24:04 provisioning config files... 21:24:04 Could not find credentials [logs] for autorelease-gerrit-branch-lock-vanadium #34 21:24:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/autorelease-gerrit-branch-lock-vanadium@tmp/config10876305481341010219tmp 21:24:04 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[odl-logs-s3-cloudfront-index] 21:24:04 Run condition [Regular expression match] enabling perform for step [Provide Configuration files] 21:24:04 provisioning config files... 21:24:04 copy managed file [jenkins-s3-log-ship] to file:/home/jenkins/.aws/credentials 21:24:04 [EnvInject] - Injecting environment variables from a build step. 21:24:04 [EnvInject] - Injecting as environment variables the properties content 21:24:04 SERVER_ID=logs 21:24:04 21:24:04 [EnvInject] - Variables injected successfully. 21:24:04 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins15231881253579707002.sh 21:24:04 ---> create-netrc.sh 21:24:04 WARN: Log server credential not found. 21:24:04 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins859798129446491352.sh 21:24:04 ---> python-tools-install.sh 21:24:04 Setup pyenv: 21:24:04 system 21:24:04 3.8.20 21:24:04 3.9.20 21:24:04 3.10.15 21:24:04 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-vanadium/.python-version) 21:24:04 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-FPZT from file:/tmp/.os_lf_venv 21:24:04 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 21:24:04 lf-activate-venv(): INFO: Attempting to install with network-safe options... 21:24:06 lf-activate-venv(): INFO: Base packages installed successfully 21:24:06 lf-activate-venv(): INFO: Installing additional packages: lftools 21:24:17 lf-activate-venv(): INFO: Adding /tmp/venv-FPZT/bin to PATH 21:24:17 Generating Requirements File 21:24:40 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. 21:24:40 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 21:24:41 Python 3.11.10 21:24:41 pip 26.1.2 from /tmp/venv-FPZT/lib/python3.11/site-packages/pip (python 3.11) 21:24:41 aiohappyeyeballs==2.6.2 21:24:41 aiohttp==3.14.0 21:24:41 aiosignal==1.4.0 21:24:41 appdirs==1.4.4 21:24:41 argcomplete==3.6.3 21:24:41 aspy.yaml==1.3.0 21:24:41 attrs==26.1.0 21:24:41 autopage==0.6.0 21:24:41 beautifulsoup4==4.14.3 21:24:41 boto3==1.43.20 21:24:41 botocore==1.43.20 21:24:41 bs4==0.0.2 21:24:41 certifi==2026.5.20 21:24:41 cffi==2.0.0 21:24:41 cfgv==3.5.0 21:24:41 chardet==7.4.3 21:24:41 charset-normalizer==3.4.7 21:24:41 click==8.4.1 21:24:41 cliff==4.14.0 21:24:41 cmd2==3.5.1 21:24:41 cryptography==3.3.2 21:24:41 debtcollector==3.1.0 21:24:41 decorator==5.3.1 21:24:41 defusedxml==0.7.1 21:24:41 Deprecated==1.3.1 21:24:41 distlib==0.4.1 21:24:41 dnspython==2.8.0 21:24:41 docker==7.1.0 21:24:41 dogpile.cache==1.5.0 21:24:41 durationpy==0.10 21:24:41 email-validator==2.3.0 21:24:41 filelock==3.29.0 21:24:41 frozenlist==1.8.0 21:24:41 future==1.0.0 21:24:41 gitdb==4.0.12 21:24:41 GitPython==3.1.50 21:24:41 httplib2==0.30.2 21:24:41 identify==2.6.19 21:24:41 idna==3.18 21:24:41 importlib-resources==1.5.0 21:24:41 iso8601==2.1.0 21:24:41 Jinja2==3.1.6 21:24:41 jmespath==1.1.0 21:24:41 jsonpatch==1.33 21:24:41 jsonpointer==3.1.1 21:24:41 jsonschema==4.26.0 21:24:41 jsonschema-specifications==2025.9.1 21:24:41 keystoneauth1==5.14.0 21:24:41 kubernetes==36.0.2 21:24:41 lftools==0.37.22 21:24:41 lxml==6.1.1 21:24:41 markdown-it-py==4.2.0 21:24:41 MarkupSafe==3.0.3 21:24:41 mdurl==0.1.2 21:24:41 msgpack==1.1.2 21:24:41 multi_key_dict==2.0.3 21:24:41 multidict==6.7.1 21:24:41 munch==4.0.0 21:24:41 netaddr==1.3.0 21:24:41 niet==1.4.2 21:24:41 nodeenv==1.10.0 21:24:41 oauth2client==4.1.3 21:24:41 oauthlib==3.3.1 21:24:41 openstacksdk==4.14.0 21:24:41 os-service-types==1.8.2 21:24:41 osc-lib==4.6.0 21:24:41 oslo.config==10.4.0 21:24:41 oslo.context==6.4.0 21:24:41 oslo.i18n==6.8.0 21:24:41 oslo.log==8.2.0 21:24:41 oslo.serialization==5.10.0 21:24:41 oslo.utils==10.1.0 21:24:41 packaging==26.2 21:24:41 pbr==7.0.3 21:24:41 platformdirs==4.10.0 21:24:41 prettytable==3.17.0 21:24:41 propcache==0.5.2 21:24:41 psutil==7.2.2 21:24:41 pyasn1==0.6.3 21:24:41 pyasn1_modules==0.4.2 21:24:41 pycparser==3.0 21:24:41 pygerrit2==2.0.15 21:24:41 PyGithub==2.9.1 21:24:41 Pygments==2.20.0 21:24:41 PyJWT==2.13.0 21:24:41 PyNaCl==1.6.2 21:24:41 pyparsing==2.4.7 21:24:41 pyperclip==1.11.0 21:24:41 pyrsistent==0.20.0 21:24:41 python-cinderclient==9.9.0 21:24:41 python-dateutil==2.9.0.post0 21:24:41 python-discovery==1.4.0 21:24:41 python-heatclient==5.2.0 21:24:41 python-jenkins==1.8.3 21:24:41 python-keystoneclient==5.8.0 21:24:41 python-magnumclient==4.10.0 21:24:41 python-openstackclient==10.0.0 21:24:41 python-swiftclient==4.10.0 21:24:41 PyYAML==6.0.3 21:24:41 referencing==0.37.0 21:24:41 requests==2.34.2 21:24:41 requests-oauthlib==2.0.0 21:24:41 rfc3986==2.0.0 21:24:41 rich==15.0.0 21:24:41 rich-argparse==1.8.0 21:24:41 rpds-py==2026.5.1 21:24:41 rsa==4.9.1 21:24:41 ruamel.yaml==0.19.1 21:24:41 ruamel.yaml.clib==0.2.15 21:24:41 s3transfer==0.18.0 21:24:41 simplejson==4.1.1 21:24:41 six==1.17.0 21:24:41 smmap==5.0.3 21:24:41 soupsieve==2.8.4 21:24:41 stevedore==5.8.0 21:24:41 tabulate==0.10.0 21:24:41 toml==0.10.2 21:24:41 tomlkit==0.15.0 21:24:41 tqdm==4.67.3 21:24:41 typing_extensions==4.15.0 21:24:41 urllib3==1.26.20 21:24:41 virtualenv==21.4.2 21:24:41 wcwidth==0.7.0 21:24:41 websocket-client==1.9.0 21:24:41 wrapt==2.2.1 21:24:41 xdg==6.0.0 21:24:41 xmltodict==1.0.4 21:24:41 yarl==1.24.2 21:24:41 yq==3.4.3 21:24:41 [autorelease-gerrit-branch-lock-vanadium] $ /bin/sh /tmp/jenkins17110034396965465562.sh 21:24:41 ---> uv-install.sh 21:24:41 Installing uv/uvx (latest) using shell installer 21:24:41 2026-06-02 21:24:41 URL:https://releases.astral.sh/installers/uv/latest/uv-installer.sh [71233/71233] -> "/tmp/uv-install-hz2K1l.sh" [1] 21:24:41 downloading uv 0.11.18 x86_64-unknown-linux-gnu 21:24:43 installing to /home/jenkins/.local/bin 21:24:43 uv 21:24:43 uvx 21:24:43 everything's installed! 21:24:43 21:24:43 To add $HOME/.local/bin to your PATH, either restart your shell or run: 21:24:43 21:24:43 source $HOME/.local/bin/env (sh, bash, zsh) 21:24:43 source $HOME/.local/bin/env.fish (fish) 21:24:43 Adding install location to PATH 21:24:43 ---> Validating uv/uvx install 21:24:43 uvx 0.11.18 (x86_64-unknown-linux-gnu) 21:24:43 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins7462327148560599914.sh 21:24:43 ---> sudo-logs.sh 21:24:43 Archiving 'sudo' log.. 21:24:44 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins13488306806983425209.sh 21:24:44 ---> job-cost.sh 21:24:44 INFO: Activating Python virtual environment... 21:24:44 Setup pyenv: 21:24:44 system 21:24:44 3.8.20 21:24:44 3.9.20 21:24:44 3.10.15 21:24:44 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-vanadium/.python-version) 21:24:44 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-FPZT from file:/tmp/.os_lf_venv 21:24:44 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 21:24:44 lf-activate-venv(): INFO: Attempting to install with network-safe options... 21:24:46 lf-activate-venv(): INFO: Base packages installed successfully 21:24:46 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 21:24:51 lf-activate-venv(): INFO: Adding /tmp/venv-FPZT/bin to PATH 21:24:51 INFO: No stack-cost file found 21:24:51 INFO: Instance uptime: 142s 21:24:51 INFO: Fetching instance metadata (attempt 1 of 3)... 21:24:51 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 21:24:52 INFO: Successfully fetched instance metadata 21:24:52 INFO: Instance type: v3-standard-4 21:24:52 INFO: Retrieving pricing info for: v3-standard-4 21:24:52 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 21:24:52 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=142 21:24:52 INFO: Successfully fetched Vexxhost pricing API 21:24:52 INFO: Retrieved cost: 0.11 21:24:52 INFO: Retrieved resource: v3-standard-4 21:24:52 INFO: Creating archive directory: /w/workspace/autorelease-gerrit-branch-lock-vanadium/archives/cost 21:24:52 INFO: Archiving costs to: /w/workspace/autorelease-gerrit-branch-lock-vanadium/archives/cost.csv 21:24:52 INFO: Successfully archived job cost data 21:24:52 DEBUG: Cost data: autorelease-gerrit-branch-lock-vanadium,34,2026-06-02 21:24:52,v3-standard-4,142,0.11,0.00,SUCCESS 21:24:52 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash -l /tmp/jenkins4956642720335020665.sh 21:24:52 ---> logs-deploy.sh 21:24:52 Setup pyenv: 21:24:52 system 21:24:52 3.8.20 21:24:52 3.9.20 21:24:52 3.10.15 21:24:52 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-vanadium/.python-version) 21:24:52 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-FPZT from file:/tmp/.os_lf_venv 21:24:52 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 21:24:52 lf-activate-venv(): INFO: Attempting to install with network-safe options... 21:24:54 lf-activate-venv(): INFO: Base packages installed successfully 21:24:54 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 21:25:03 lf-activate-venv(): INFO: Adding /tmp/venv-FPZT/bin to PATH 21:25:03 WARNING: Nexus logging server not set 21:25:03 INFO: S3 path logs/releng/vex-yul-odl-jenkins-1/autorelease-gerrit-branch-lock-vanadium/34/ 21:25:03 INFO: archiving logs to S3 21:25:04 ---> uname -a: 21:25:04 Linux prd-ubuntu2204-builder-4c-4g-22886 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64 x86_64 x86_64 GNU/Linux 21:25:04 21:25:04 21:25:04 ---> lscpu: 21:25:04 Architecture: x86_64 21:25:04 CPU op-mode(s): 32-bit, 64-bit 21:25:04 Address sizes: 40 bits physical, 48 bits virtual 21:25:04 Byte Order: Little Endian 21:25:04 CPU(s): 4 21:25:04 On-line CPU(s) list: 0-3 21:25:04 Vendor ID: AuthenticAMD 21:25:04 Model name: AMD EPYC-Rome Processor 21:25:04 CPU family: 23 21:25:04 Model: 49 21:25:04 Thread(s) per core: 1 21:25:04 Core(s) per socket: 1 21:25:04 Socket(s): 4 21:25:04 Stepping: 0 21:25:04 BogoMIPS: 5599.94 21:25:04 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 21:25:04 Virtualization: AMD-V 21:25:04 Hypervisor vendor: KVM 21:25:04 Virtualization type: full 21:25:04 L1d cache: 128 KiB (4 instances) 21:25:04 L1i cache: 128 KiB (4 instances) 21:25:04 L2 cache: 2 MiB (4 instances) 21:25:04 L3 cache: 64 MiB (4 instances) 21:25:04 NUMA node(s): 1 21:25:04 NUMA node0 CPU(s): 0-3 21:25:04 Vulnerability Gather data sampling: Not affected 21:25:04 Vulnerability Indirect target selection: Not affected 21:25:04 Vulnerability Itlb multihit: Not affected 21:25:04 Vulnerability L1tf: Not affected 21:25:04 Vulnerability Mds: Not affected 21:25:04 Vulnerability Meltdown: Not affected 21:25:04 Vulnerability Mmio stale data: Not affected 21:25:04 Vulnerability Reg file data sampling: Not affected 21:25:04 Vulnerability Retbleed: Mitigation; untrained return thunk; SMT disabled 21:25:04 Vulnerability Spec rstack overflow: Mitigation; SMT disabled 21:25:04 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:25:04 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 21:25:04 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 21:25:04 Vulnerability Srbds: Not affected 21:25:04 Vulnerability Tsa: Not affected 21:25:04 Vulnerability Tsx async abort: Not affected 21:25:04 Vulnerability Vmscape: Not affected 21:25:04 21:25:04 21:25:04 ---> nproc: 21:25:04 4 21:25:04 21:25:04 21:25:04 ---> df -h: 21:25:04 Filesystem Size Used Avail Use% Mounted on 21:25:04 tmpfs 1.6G 1.1M 1.6G 1% /run 21:25:04 /dev/vda1 78G 8.5G 69G 11% / 21:25:04 tmpfs 7.9G 0 7.9G 0% /dev/shm 21:25:04 tmpfs 5.0M 0 5.0M 0% /run/lock 21:25:04 /dev/vda15 105M 6.1M 99M 6% /boot/efi 21:25:04 tmpfs 1.6G 4.0K 1.6G 1% /run/user/1001 21:25:04 21:25:04 21:25:04 ---> free -m: 21:25:04 total used free shared buff/cache available 21:25:04 Mem: 15989 657 12702 4 2630 15004 21:25:04 Swap: 1023 0 1023 21:25:04 21:25:04 21:25:04 ---> ip addr: 21:25:04 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 21:25:04 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:25:04 inet 127.0.0.1/8 scope host lo 21:25:04 valid_lft forever preferred_lft forever 21:25:04 inet6 ::1/128 scope host 21:25:04 valid_lft forever preferred_lft forever 21:25:04 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 21:25:04 link/ether fa:16:3e:18:2f:96 brd ff:ff:ff:ff:ff:ff 21:25:04 altname enp0s3 21:25:04 inet 10.30.170.161/23 metric 100 brd 10.30.171.255 scope global dynamic ens3 21:25:04 valid_lft 86252sec preferred_lft 86252sec 21:25:04 inet6 fe80::f816:3eff:fe18:2f96/64 scope link 21:25:04 valid_lft forever preferred_lft forever 21:25:04 3: docker0: mtu 1458 qdisc noqueue state DOWN group default 21:25:04 link/ether 56:25:db:1b:51:39 brd ff:ff:ff:ff:ff:ff 21:25:04 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:25:04 valid_lft forever preferred_lft forever 21:25:04 21:25:04 21:25:04 ---> sar -b -r -n DEV: 21:25:04 Linux 5.15.0-173-generic (prd-ubuntu2204-builder-4c-4g-22886) 06/02/26 _x86_64_ (4 CPU) 21:25:04 21:25:04 21:22:39 LINUX RESTART (4 CPU) 21:25:04 21:25:04 21:25:04 ---> sar -P ALL: 21:25:04 Linux 5.15.0-173-generic (prd-ubuntu2204-builder-4c-4g-22886) 06/02/26 _x86_64_ (4 CPU) 21:25:04 21:25:04 21:22:39 LINUX RESTART (4 CPU) 21:25:04 21:25:04 21:25:04