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