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