13:18:57 Started by user Robert Varga 13:18:57 Running as SYSTEM 13:18:57 [EnvInject] - Loading node environment variables. 13:18:57 Building remotely on prd-ubuntu2204-builder-4c-4g-25083 (ubuntu2204-builder-4c-4g) in workspace /w/workspace/autorelease-gerrit-branch-lock-chromium 13:18:58 [ssh-agent] Looking for ssh-agent implementation... 13:18:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:18:58 $ ssh-agent 13:18:58 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXcBB1ry/agent.2340 13:18:58 SSH_AGENT_PID=2342 13:18:58 [ssh-agent] Started. 13:18:58 Running ssh-add (command line suppressed) 13:18:58 Identity added: /w/workspace/autorelease-gerrit-branch-lock-chromium@tmp/private_key_3638540083972454903.key (/w/workspace/autorelease-gerrit-branch-lock-chromium@tmp/private_key_3638540083972454903.key) 13:18:58 [ssh-agent] Using credentials jenkins (jenkins-ssh) 13:18:58 The recommended git tool is: NONE 13:19:00 using credential jenkins-ssh 13:19:00 Wiping out workspace first. 13:19:00 Cloning the remote Git repository 13:19:00 Cloning repository git://devvexx.opendaylight.org/mirror/releng/autorelease 13:19:00 > git init /w/workspace/autorelease-gerrit-branch-lock-chromium # timeout=10 13:19:00 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/releng/autorelease 13:19:00 > git --version # timeout=10 13:19:00 > git --version # 'git version 2.34.1' 13:19:00 using GIT_SSH to set credentials jenkins-ssh 13:19:00 Verifying host key using known hosts file, will automatically accept unseen keys 13:19:00 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/releng/autorelease +refs/heads/*:refs/remotes/origin/* # timeout=10 13:19:04 > git config remote.origin.url git://devvexx.opendaylight.org/mirror/releng/autorelease # timeout=10 13:19:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:19:04 Avoid second fetch 13:19:04 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 13:19:04 Checking out Revision 7273f3565fa9fee3a2044b82e8e8be2c23cac816 (refs/remotes/origin/master) 13:19:04 > git config core.sparsecheckout # timeout=10 13:19:04 > git checkout -f 7273f3565fa9fee3a2044b82e8e8be2c23cac816 # timeout=10 13:19:05 Commit message: "Update git submodules" 13:19:05 > git rev-list --no-walk 7273f3565fa9fee3a2044b82e8e8be2c23cac816 # timeout=10 13:19:08 provisioning config files... 13:19:08 copy managed file [npmrc] to file:/home/jenkins/.npmrc 13:19:08 copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf 13:19:08 [autorelease-gerrit-branch-lock-chromium] $ /bin/bash /tmp/jenkins2859015416888227479.sh 13:19:08 ---> autorelease-gerrit-branch-lock.sh 13:19:08 Cloning into 'All-Projects'... 13:19:10 Total 2094 (delta 648), reused 2094 (delta 648) 13:19:10 Note: switching to '9f925aa10a9d2de21684d180697d67310b38ce54'. 13:19:10 13:19:10 You are in 'detached HEAD' state. You can look around, make experimental 13:19:10 changes and commit them, and you can discard any commits you make in this 13:19:10 state without impacting any branches by switching back to a branch. 13:19:10 13:19:10 If you want to create a new branch to retain commits you create, you may 13:19:10 do so (now or later) by using -c with the switch command. Example: 13:19:10 13:19:10 git switch -c 13:19:10 13:19:10 Or undo this operation with: 13:19:10 13:19:10 git switch - 13:19:10 13:19:10 Turn off this advice by setting config variable advice.detachedHead to false 13:19:10 13:19:11 From ssh://git.opendaylight.org:29418/All-Projects 13:19:11 * [new ref] refs/meta/config -> config 13:19:12 Switched to branch 'config' 13:19:17 + case $mode in 13:19:17 + echo 'INFO: Locking branch for MRI: master' 13:19:17 INFO: Locking branch for MRI: master 13:19:17 + git config -f project.config access.refs/heads/master.exclusiveGroupPermissions submit 13:19:17 + git config -f project.config access.refs/heads/master.submit 'group Release Engineering Team' 13:19:17 + git config -f project.config access.refs/heads/master.removeReviewer 'group Release Engineering Team' 13:19:17 + git config -f project.config access.refs/heads/master.label-Code-Review '-2..+2 group Release Engineering Team' 13:19:17 + git config -f project.config access.refs/heads/master.label-Verified '-1..+1 group Release Engineering Team' 13:19:17 + git commit -asm 'Chore: Grant supercommitters rights master' 13:19:17 [config 34fc225] Chore: Grant supercommitters rights master 13:19:17 1 file changed, 6 insertions(+) 13:19:17 + git diff HEAD~1 13:19:17 diff --git a/project.config b/project.config 13:19:17 index c00ee75..03d812c 100644 13:19:17 --- a/project.config 13:19:17 +++ b/project.config 13:19:17 @@ -152,3 +152,9 @@ 13:19:17 exclusiveGroupPermissions = create 13:19:17 create = block group Registered Users 13:19:17 create = group Release Engineering Team 13:19:17 +[access "refs/heads/master"] 13:19:17 + exclusiveGroupPermissions = submit 13:19:17 + submit = group Release Engineering Team 13:19:17 + removeReviewer = group Release Engineering Team 13:19:17 + label-Code-Review = -2..+2 group Release Engineering Team 13:19:17 + label-Verified = -1..+1 group Release Engineering Team 13:19:17 + '[' false = true ']' 13:19:17 + echo 'INFO: Pushing changes to the repository.' 13:19:17 INFO: Pushing changes to the repository. 13:19:17 + git push origin HEAD:refs/meta/config 13:19:18 remote: remote: Processing changes: refs: 1 remote: Processing changes: refs: 1 remote: Processing changes: refs: 1, done 13:19:18 To ssh://git.opendaylight.org:29418/All-Projects 13:19:18 9f925aa..34fc225 HEAD -> refs/meta/config 13:19:18 $ ssh-agent -k 13:19:18 unset SSH_AUTH_SOCK; 13:19:18 unset SSH_AGENT_PID; 13:19:18 echo Agent pid 2342 killed; 13:19:18 [ssh-agent] Stopped. 13:19:18 [PostBuildScript] - [INFO] Executing post build scripts. 13:19:18 [autorelease-gerrit-branch-lock-chromium] $ /bin/bash /tmp/jenkins2754162744151714390.sh 13:19:18 ---> sysstat.sh 13:19:19 [autorelease-gerrit-branch-lock-chromium] $ /bin/bash /tmp/jenkins4621461388036954526.sh 13:19:19 ---> package-listing.sh 13:19:19 ++ facter osfamily 13:19:19 ++ tr '[:upper:]' '[:lower:]' 13:19:19 + OS_FAMILY=debian 13:19:19 + workspace=/w/workspace/autorelease-gerrit-branch-lock-chromium 13:19:19 + START_PACKAGES=/tmp/packages_start.txt 13:19:19 + END_PACKAGES=/tmp/packages_end.txt 13:19:19 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:19:19 + PACKAGES=/tmp/packages_start.txt 13:19:19 + '[' /w/workspace/autorelease-gerrit-branch-lock-chromium ']' 13:19:19 + PACKAGES=/tmp/packages_end.txt 13:19:19 + case "${OS_FAMILY}" in 13:19:19 + dpkg -l 13:19:19 + grep '^ii' 13:19:19 + '[' -f /tmp/packages_start.txt ']' 13:19:19 + '[' -f /tmp/packages_end.txt ']' 13:19:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:19:19 + '[' /w/workspace/autorelease-gerrit-branch-lock-chromium ']' 13:19:19 + mkdir -p /w/workspace/autorelease-gerrit-branch-lock-chromium/archives/ 13:19:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/autorelease-gerrit-branch-lock-chromium/archives/ 13:19:19 [autorelease-gerrit-branch-lock-chromium] $ /bin/bash /tmp/jenkins15252213283156705577.sh 13:19:19 ---> capture-instance-metadata.sh 13:19:19 Setup pyenv: 13:19:19 * system (set by /opt/pyenv/version) 13:19:19 * 3.8.20 (set by /opt/pyenv/version) 13:19:19 * 3.9.20 (set by /opt/pyenv/version) 13:19:19 3.10.15 13:19:19 3.11.10 13:19:24 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-9RdO 13:19:24 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 13:19:24 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 13:19:24 lf-activate-venv(): INFO: Attempting to install with network-safe options... 13:19:28 lf-activate-venv(): INFO: Base packages installed successfully 13:19:28 lf-activate-venv(): INFO: Installing additional packages: lftools 13:19:54 lf-activate-venv(): INFO: Adding /tmp/venv-9RdO/bin to PATH 13:19:54 INFO: Running in OpenStack, capturing instance metadata 13:19:55 [autorelease-gerrit-branch-lock-chromium] $ /bin/bash /tmp/jenkins17741036771446772792.sh 13:19:55 provisioning config files... 13:19:55 Could not find credentials [logs] for autorelease-gerrit-branch-lock-chromium #27 13:19:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/autorelease-gerrit-branch-lock-chromium@tmp/config8347582406027124793tmp 13:19:55 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[odl-logs-s3-cloudfront-index] 13:19:55 Run condition [Regular expression match] enabling perform for step [Provide Configuration files] 13:19:55 provisioning config files... 13:19:55 copy managed file [jenkins-s3-log-ship] to file:/home/jenkins/.aws/credentials 13:19:55 [EnvInject] - Injecting environment variables from a build step. 13:19:55 [EnvInject] - Injecting as environment variables the properties content 13:19:55 SERVER_ID=logs 13:19:55 13:19:55 [EnvInject] - Variables injected successfully. 13:19:55 [autorelease-gerrit-branch-lock-chromium] $ /bin/bash /tmp/jenkins13117914904627418674.sh 13:19:55 ---> create-netrc.sh 13:19:55 WARN: Log server credential not found. 13:19:55 [autorelease-gerrit-branch-lock-chromium] $ /bin/bash /tmp/jenkins12198892290091897910.sh 13:19:55 ---> python-tools-install.sh 13:19:55 Setup pyenv: 13:19:55 system 13:19:55 3.8.20 13:19:55 3.9.20 13:19:55 3.10.15 13:19:55 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-chromium/.python-version) 13:19:56 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-9RdO from file:/tmp/.os_lf_venv 13:19:56 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 13:19:56 lf-activate-venv(): INFO: Attempting to install with network-safe options... 13:19:58 lf-activate-venv(): INFO: Base packages installed successfully 13:19:58 lf-activate-venv(): INFO: Installing additional packages: lftools 13:20:06 lf-activate-venv(): INFO: Adding /tmp/venv-9RdO/bin to PATH 13:20:06 Generating Requirements File 13:20:33 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. 13:20:33 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 13:20:33 Python 3.11.10 13:20:34 pip 26.1.2 from /tmp/venv-9RdO/lib/python3.11/site-packages/pip (python 3.11) 13:20:34 aiohappyeyeballs==2.6.2 13:20:34 aiohttp==3.14.0 13:20:34 aiosignal==1.4.0 13:20:34 appdirs==1.4.4 13:20:34 argcomplete==3.6.3 13:20:34 aspy.yaml==1.3.0 13:20:34 attrs==26.1.0 13:20:34 autopage==0.6.0 13:20:34 beautifulsoup4==4.14.3 13:20:34 boto3==1.43.23 13:20:34 botocore==1.43.23 13:20:34 bs4==0.0.2 13:20:34 certifi==2026.5.20 13:20:34 cffi==2.0.0 13:20:34 cfgv==3.5.0 13:20:34 chardet==7.4.3 13:20:34 charset-normalizer==3.4.7 13:20:34 click==8.4.1 13:20:34 cliff==4.14.0 13:20:34 cmd2==3.5.1 13:20:34 cryptography==3.3.2 13:20:34 debtcollector==3.1.0 13:20:34 decorator==5.3.1 13:20:34 defusedxml==0.7.1 13:20:34 Deprecated==1.3.1 13:20:34 distlib==0.4.1 13:20:34 dnspython==2.8.0 13:20:34 docker==7.1.0 13:20:34 dogpile.cache==1.5.0 13:20:34 durationpy==0.10 13:20:34 email-validator==2.3.0 13:20:34 filelock==3.29.1 13:20:34 frozenlist==1.8.0 13:20:34 future==1.0.0 13:20:34 gitdb==4.0.12 13:20:34 GitPython==3.1.50 13:20:34 httplib2==0.30.2 13:20:34 identify==2.6.19 13:20:34 idna==3.18 13:20:34 importlib-resources==1.5.0 13:20:34 iso8601==2.1.0 13:20:34 Jinja2==3.1.6 13:20:34 jmespath==1.1.0 13:20:34 jsonpatch==1.33 13:20:34 jsonpointer==3.1.1 13:20:34 jsonschema==4.26.0 13:20:34 jsonschema-specifications==2025.9.1 13:20:34 keystoneauth1==5.14.0 13:20:34 kubernetes==36.0.2 13:20:34 lftools==0.37.22 13:20:34 lxml==6.1.1 13:20:34 markdown-it-py==4.2.0 13:20:34 MarkupSafe==3.0.3 13:20:34 mdurl==0.1.2 13:20:34 msgpack==1.1.2 13:20:34 multi_key_dict==2.0.3 13:20:34 multidict==6.7.1 13:20:34 munch==4.0.0 13:20:34 netaddr==1.3.0 13:20:34 niet==1.4.2 13:20:34 nodeenv==1.10.0 13:20:34 oauth2client==4.1.3 13:20:34 oauthlib==3.3.1 13:20:34 openstacksdk==4.14.0 13:20:34 os-service-types==1.8.2 13:20:34 osc-lib==4.6.0 13:20:34 oslo.config==10.4.0 13:20:34 oslo.context==6.4.0 13:20:34 oslo.i18n==6.8.0 13:20:34 oslo.log==8.2.0 13:20:34 oslo.serialization==5.10.0 13:20:34 oslo.utils==10.1.0 13:20:34 packaging==26.2 13:20:34 pbr==7.0.3 13:20:34 platformdirs==4.10.0 13:20:34 prettytable==3.17.0 13:20:34 propcache==0.5.2 13:20:34 psutil==7.2.2 13:20:34 pyasn1==0.6.3 13:20:34 pyasn1_modules==0.4.2 13:20:34 pycparser==3.0 13:20:34 pygerrit2==2.0.15 13:20:34 PyGithub==2.9.1 13:20:34 Pygments==2.20.0 13:20:34 PyJWT==2.13.0 13:20:34 PyNaCl==1.6.2 13:20:34 pyparsing==2.4.7 13:20:34 pyperclip==1.11.0 13:20:34 pyrsistent==0.20.0 13:20:34 python-cinderclient==9.9.0 13:20:34 python-dateutil==2.9.0.post0 13:20:34 python-discovery==1.4.0 13:20:34 python-heatclient==5.2.0 13:20:34 python-jenkins==1.8.3 13:20:34 python-keystoneclient==5.8.0 13:20:34 python-magnumclient==4.10.0 13:20:34 python-openstackclient==10.0.0 13:20:34 python-swiftclient==4.10.0 13:20:34 PyYAML==6.0.3 13:20:34 referencing==0.37.0 13:20:34 requests==2.34.2 13:20:34 requests-oauthlib==2.0.0 13:20:34 rfc3986==2.0.0 13:20:34 rich==15.0.0 13:20:34 rich-argparse==1.8.0 13:20:34 rpds-py==2026.5.1 13:20:34 rsa==4.9.1 13:20:34 ruamel.yaml==0.19.1 13:20:34 ruamel.yaml.clib==0.2.15 13:20:34 s3transfer==0.18.0 13:20:34 simplejson==4.1.1 13:20:34 six==1.17.0 13:20:34 smmap==5.0.3 13:20:34 soupsieve==2.8.4 13:20:34 stevedore==5.8.0 13:20:34 tabulate==0.10.0 13:20:34 toml==0.10.2 13:20:34 tomlkit==0.15.0 13:20:34 tqdm==4.68.0 13:20:34 typing_extensions==4.15.0 13:20:34 urllib3==1.26.20 13:20:34 virtualenv==21.4.2 13:20:34 wcwidth==0.7.0 13:20:34 websocket-client==1.9.0 13:20:34 wrapt==2.2.1 13:20:34 xdg==6.0.0 13:20:34 xmltodict==1.0.4 13:20:34 yarl==1.24.2 13:20:34 yq==3.4.3 13:20:34 [autorelease-gerrit-branch-lock-chromium] $ /bin/sh /tmp/jenkins14581614898804086078.sh 13:20:34 ---> uv-install.sh 13:20:34 Installing uv/uvx (latest) using shell installer 13:20:34 2026-06-05 13:20:34 URL:https://releases.astral.sh/installers/uv/latest/uv-installer.sh [71233/71233] -> "/tmp/uv-install-I8c3e4.sh" [1] 13:20:34 downloading uv 0.11.19 x86_64-unknown-linux-gnu 13:20:35 installing to /home/jenkins/.local/bin 13:20:35 uv 13:20:35 uvx 13:20:35 everything's installed! 13:20:35 13:20:35 To add $HOME/.local/bin to your PATH, either restart your shell or run: 13:20:35 13:20:35 source $HOME/.local/bin/env (sh, bash, zsh) 13:20:35 source $HOME/.local/bin/env.fish (fish) 13:20:35 Adding install location to PATH 13:20:35 ---> Validating uv/uvx install 13:20:35 uvx 0.11.19 (x86_64-unknown-linux-gnu) 13:20:35 [autorelease-gerrit-branch-lock-chromium] $ /bin/bash /tmp/jenkins2950951535166972225.sh 13:20:35 ---> sudo-logs.sh 13:20:35 Archiving 'sudo' log.. 13:20:36 [autorelease-gerrit-branch-lock-chromium] $ /bin/bash /tmp/jenkins1241356426936240586.sh 13:20:36 ---> job-cost.sh 13:20:36 INFO: Activating Python virtual environment... 13:20:36 Setup pyenv: 13:20:36 system 13:20:36 3.8.20 13:20:36 3.9.20 13:20:36 3.10.15 13:20:36 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-chromium/.python-version) 13:20:36 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-9RdO from file:/tmp/.os_lf_venv 13:20:36 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 13:20:36 lf-activate-venv(): INFO: Attempting to install with network-safe options... 13:20:38 lf-activate-venv(): INFO: Base packages installed successfully 13:20:38 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 13:20:44 lf-activate-venv(): INFO: Adding /tmp/venv-9RdO/bin to PATH 13:20:44 INFO: No stack-cost file found 13:20:44 INFO: Instance uptime: 2490s 13:20:44 INFO: Fetching instance metadata (attempt 1 of 3)... 13:20:44 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 13:20:45 INFO: Successfully fetched instance metadata 13:20:45 INFO: Instance type: v3-standard-4 13:20:45 INFO: Retrieving pricing info for: v3-standard-4 13:20:45 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 13:20:45 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=2490 13:20:45 INFO: Successfully fetched Vexxhost pricing API 13:20:45 INFO: Retrieved cost: 0.11 13:20:45 INFO: Retrieved resource: v3-standard-4 13:20:45 INFO: Creating archive directory: /w/workspace/autorelease-gerrit-branch-lock-chromium/archives/cost 13:20:45 INFO: Archiving costs to: /w/workspace/autorelease-gerrit-branch-lock-chromium/archives/cost.csv 13:20:45 INFO: Successfully archived job cost data 13:20:45 DEBUG: Cost data: autorelease-gerrit-branch-lock-chromium,27,2026-06-05 13:20:45,v3-standard-4,2490,0.11,0.00,SUCCESS 13:20:45 [autorelease-gerrit-branch-lock-chromium] $ /bin/bash -l /tmp/jenkins12946500866657647929.sh 13:20:45 ---> logs-deploy.sh 13:20:45 Setup pyenv: 13:20:45 system 13:20:45 3.8.20 13:20:45 3.9.20 13:20:45 3.10.15 13:20:45 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-chromium/.python-version) 13:20:46 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-9RdO from file:/tmp/.os_lf_venv 13:20:46 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 13:20:46 lf-activate-venv(): INFO: Attempting to install with network-safe options... 13:20:47 lf-activate-venv(): INFO: Base packages installed successfully 13:20:47 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 13:20:59 lf-activate-venv(): INFO: Adding /tmp/venv-9RdO/bin to PATH 13:20:59 WARNING: Nexus logging server not set 13:20:59 INFO: S3 path logs/releng/vex-yul-odl-jenkins-1/autorelease-gerrit-branch-lock-chromium/27/ 13:20:59 INFO: archiving logs to S3 13:21:00 ---> uname -a: 13:21:00 Linux prd-ubuntu2204-builder-4c-4g-25083 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64 x86_64 x86_64 GNU/Linux 13:21:00 13:21:00 13:21:00 ---> lscpu: 13:21:00 Architecture: x86_64 13:21:00 CPU op-mode(s): 32-bit, 64-bit 13:21:00 Address sizes: 40 bits physical, 48 bits virtual 13:21:00 Byte Order: Little Endian 13:21:00 CPU(s): 4 13:21:00 On-line CPU(s) list: 0-3 13:21:00 Vendor ID: AuthenticAMD 13:21:00 Model name: AMD EPYC-Rome Processor 13:21:00 CPU family: 23 13:21:00 Model: 49 13:21:00 Thread(s) per core: 1 13:21:00 Core(s) per socket: 1 13:21:00 Socket(s): 4 13:21:00 Stepping: 0 13:21:00 BogoMIPS: 5599.99 13:21:00 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 13:21:00 Virtualization: AMD-V 13:21:00 Hypervisor vendor: KVM 13:21:00 Virtualization type: full 13:21:00 L1d cache: 128 KiB (4 instances) 13:21:00 L1i cache: 128 KiB (4 instances) 13:21:00 L2 cache: 2 MiB (4 instances) 13:21:00 L3 cache: 64 MiB (4 instances) 13:21:00 NUMA node(s): 1 13:21:00 NUMA node0 CPU(s): 0-3 13:21:00 Vulnerability Gather data sampling: Not affected 13:21:00 Vulnerability Indirect target selection: Not affected 13:21:00 Vulnerability Itlb multihit: Not affected 13:21:00 Vulnerability L1tf: Not affected 13:21:00 Vulnerability Mds: Not affected 13:21:00 Vulnerability Meltdown: Not affected 13:21:00 Vulnerability Mmio stale data: Not affected 13:21:00 Vulnerability Reg file data sampling: Not affected 13:21:00 Vulnerability Retbleed: Mitigation; untrained return thunk; SMT disabled 13:21:00 Vulnerability Spec rstack overflow: Mitigation; SMT disabled 13:21:00 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 13:21:00 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 13:21:00 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 13:21:00 Vulnerability Srbds: Not affected 13:21:00 Vulnerability Tsa: Not affected 13:21:00 Vulnerability Tsx async abort: Not affected 13:21:00 Vulnerability Vmscape: Not affected 13:21:00 13:21:00 13:21:00 ---> nproc: 13:21:00 4 13:21:00 13:21:00 13:21:00 ---> df -h: 13:21:00 Filesystem Size Used Avail Use% Mounted on 13:21:00 tmpfs 1.6G 1.1M 1.6G 1% /run 13:21:00 /dev/vda1 78G 8.7G 69G 12% / 13:21:00 tmpfs 7.9G 0 7.9G 0% /dev/shm 13:21:00 tmpfs 5.0M 0 5.0M 0% /run/lock 13:21:00 /dev/vda15 105M 6.1M 99M 6% /boot/efi 13:21:00 tmpfs 1.6G 4.0K 1.6G 1% /run/user/1001 13:21:00 13:21:00 13:21:00 ---> free -m: 13:21:00 total used free shared buff/cache available 13:21:00 Mem: 15989 681 12318 4 2989 14977 13:21:00 Swap: 1023 0 1023 13:21:00 13:21:00 13:21:00 ---> ip addr: 13:21:00 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 13:21:00 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 13:21:00 inet 127.0.0.1/8 scope host lo 13:21:00 valid_lft forever preferred_lft forever 13:21:00 inet6 ::1/128 scope host 13:21:00 valid_lft forever preferred_lft forever 13:21:00 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 13:21:00 link/ether fa:16:3e:d0:5d:d8 brd ff:ff:ff:ff:ff:ff 13:21:00 altname enp0s3 13:21:00 inet 10.30.171.123/23 metric 100 brd 10.30.171.255 scope global dynamic ens3 13:21:00 valid_lft 83902sec preferred_lft 83902sec 13:21:00 inet6 fe80::f816:3eff:fed0:5dd8/64 scope link 13:21:00 valid_lft forever preferred_lft forever 13:21:00 3: docker0: mtu 1458 qdisc noqueue state DOWN group default 13:21:00 link/ether a6:48:96:31:84:64 brd ff:ff:ff:ff:ff:ff 13:21:00 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 13:21:00 valid_lft forever preferred_lft forever 13:21:00 13:21:00 13:21:00 ---> sar -b -r -n DEV: 13:21:00 Linux 5.15.0-173-generic (prd-ubuntu2204-builder-4c-4g-25083) 06/05/26 _x86_64_ (4 CPU) 13:21:00 13:21:00 12:39:25 LINUX RESTART (4 CPU) 13:21:00 13:21:00 12:40:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 13:21:00 12:50:37 22.88 6.01 4.73 12.14 1636.26 1138.56 245663.82 13:21:00 13:00:16 1.30 0.01 1.30 0.00 0.04 14.81 0.00 13:21:00 13:10:16 1.28 0.02 1.26 0.00 1.64 14.93 0.04 13:21:00 13:20:35 30.62 1.41 28.36 0.85 110.37 1396.15 347.77 13:21:00 Average: 14.39 1.93 9.06 3.39 456.24 659.58 64314.95 13:21:00 13:21:00 12:40:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 13:21:00 12:50:37 13407940 15516664 497604 3.04 58924 2273888 1161576 6.67 402708 2306892 8 13:21:00 13:00:16 13406772 15515924 498392 3.04 59320 2273896 1161640 6.67 403100 2308684 52 13:21:00 13:10:16 13405512 15515640 498684 3.05 59680 2274524 1169896 6.72 403636 2313392 44 13:21:00 13:20:35 12757796 15431128 549304 3.35 91452 2777096 1188804 6.82 475876 2833764 214252 13:21:00 Average: 13244505 15494839 510996 3.12 67344 2399851 1170479 6.72 421330 2440683 53589 13:21:00 13:21:00 12:40:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 13:21:00 12:50:37 lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 0.00 13:21:00 12:50:37 ens3 18.93 11.34 211.04 2.06 0.00 0.00 0.00 0.00 13:21:00 12:50:37 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:21:00 13:00:16 lo 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:21:00 13:00:16 ens3 0.54 0.16 0.14 0.09 0.00 0.00 0.00 0.00 13:21:00 13:00:16 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:21:00 13:10:16 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 13:21:00 13:10:16 ens3 0.82 0.73 0.16 0.63 0.00 0.00 0.00 0.00 13:21:00 13:10:16 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:21:00 13:20:35 lo 0.24 0.24 0.02 0.02 0.00 0.00 0.00 0.00 13:21:00 13:20:35 ens3 27.44 19.90 219.88 4.96 0.00 0.00 0.00 0.00 13:21:00 13:20:35 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:21:00 Average: lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 0.00 13:21:00 Average: ens3 12.25 8.24 111.11 1.98 0.00 0.00 0.00 0.00 13:21:00 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:21:00 13:21:00 13:21:00 ---> sar -P ALL: 13:21:00 Linux 5.15.0-173-generic (prd-ubuntu2204-builder-4c-4g-25083) 06/05/26 _x86_64_ (4 CPU) 13:21:00 13:21:00 12:39:25 LINUX RESTART (4 CPU) 13:21:00 13:21:00 12:40:01 CPU %user %nice %system %iowait %steal %idle 13:21:00 12:50:37 all 0.69 0.00 0.17 0.22 0.02 98.90 13:21:00 12:50:37 0 0.72 0.00 0.18 0.13 0.02 98.95 13:21:00 12:50:37 1 0.59 0.00 0.17 0.35 0.02 98.87 13:21:00 12:50:37 2 0.78 0.00 0.17 0.25 0.03 98.76 13:21:00 12:50:37 3 0.66 0.00 0.17 0.16 0.01 99.00 13:21:00 13:00:16 all 0.06 0.00 0.02 0.01 0.02 99.89 13:21:00 13:00:16 0 0.02 0.00 0.02 0.01 0.02 99.93 13:21:00 13:00:16 1 0.06 0.00 0.02 0.02 0.02 99.88 13:21:00 13:00:16 2 0.14 0.00 0.03 0.01 0.03 99.79 13:21:00 13:00:16 3 0.02 0.00 0.01 0.00 0.01 99.96 13:21:00 13:10:16 all 0.19 0.00 0.03 0.01 0.02 99.76 13:21:00 13:10:16 0 0.06 0.00 0.02 0.01 0.01 99.89 13:21:00 13:10:16 1 0.15 0.00 0.04 0.01 0.03 99.78 13:21:00 13:10:16 2 0.51 0.00 0.02 0.03 0.03 99.41 13:21:00 13:10:16 3 0.02 0.00 0.02 0.00 0.01 99.95 13:21:00 13:20:35 all 2.78 0.00 0.31 0.26 0.03 96.62 13:21:00 13:20:35 0 2.87 0.00 0.32 0.03 0.02 96.76 13:21:00 13:20:35 1 1.38 0.00 0.30 0.43 0.03 97.86 13:21:00 13:20:35 2 5.21 0.00 0.47 0.52 0.04 93.76 13:21:00 13:20:35 3 1.65 0.00 0.17 0.05 0.02 98.11 13:21:00 Average: all 0.94 0.00 0.14 0.13 0.02 98.77 13:21:00 Average: 0 0.94 0.00 0.14 0.04 0.02 98.86 13:21:00 Average: 1 0.55 0.00 0.13 0.21 0.03 99.08 13:21:00 Average: 2 1.69 0.00 0.18 0.21 0.03 97.90 13:21:00 Average: 3 0.60 0.00 0.09 0.05 0.01 99.24 13:21:00 13:21:00 13:21:00