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