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