00:29:01 Started by user Robert Varga 00:29:01 Running as SYSTEM 00:29:01 [EnvInject] - Loading node environment variables. 00:29:01 Building remotely on prd-ubuntu2204-builder-4c-4g-42598 (ubuntu2204-builder-4c-4g) in workspace /w/workspace/autorelease-gerrit-branch-lock-manganese 00:29:01 [ssh-agent] Looking for ssh-agent implementation... 00:29:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:29:02 $ ssh-agent 00:29:02 SSH_AUTH_SOCK=/tmp/ssh-XXXXXX8Ov60V/agent.3416 00:29:02 SSH_AGENT_PID=3418 00:29:02 [ssh-agent] Started. 00:29:02 Running ssh-add (command line suppressed) 00:29:02 Identity added: /w/workspace/autorelease-gerrit-branch-lock-manganese@tmp/private_key_5518969932408255641.key (/w/workspace/autorelease-gerrit-branch-lock-manganese@tmp/private_key_5518969932408255641.key) 00:29:02 [ssh-agent] Using credentials jenkins (jenkins-ssh) 00:29:02 The recommended git tool is: NONE 00:29:04 using credential jenkins-ssh 00:29:04 Wiping out workspace first. 00:29:04 Cloning the remote Git repository 00:29:04 Cloning repository git://devvexx.opendaylight.org/mirror/releng/autorelease 00:29:04 > git init /w/workspace/autorelease-gerrit-branch-lock-manganese # timeout=10 00:29:04 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/releng/autorelease 00:29:04 > git --version # timeout=10 00:29:04 > git --version # 'git version 2.34.1' 00:29:04 using GIT_SSH to set credentials jenkins-ssh 00:29:04 Verifying host key using known hosts file, will automatically accept unseen keys 00:29:04 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/releng/autorelease +refs/heads/*:refs/remotes/origin/* # timeout=10 00:29:07 > git config remote.origin.url git://devvexx.opendaylight.org/mirror/releng/autorelease # timeout=10 00:29:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:29:08 Avoid second fetch 00:29:08 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 00:29:08 Checking out Revision 9632818757bacd4d9ed7a624533cebf94d7e5df1 (refs/remotes/origin/master) 00:29:08 > git config core.sparsecheckout # timeout=10 00:29:08 > git checkout -f 9632818757bacd4d9ed7a624533cebf94d7e5df1 # timeout=10 00:29:08 Commit message: "Update git submodules" 00:29:08 > git rev-list --no-walk 9632818757bacd4d9ed7a624533cebf94d7e5df1 # timeout=10 00:29:11 provisioning config files... 00:29:11 copy managed file [npmrc] to file:/home/jenkins/.npmrc 00:29:11 copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf 00:29:11 [autorelease-gerrit-branch-lock-manganese] $ /bin/bash /tmp/jenkins4304080350749420056.sh 00:29:11 ---> autorelease-gerrit-branch-lock.sh 00:29:11 Cloning into 'All-Projects'... 00:29:13 Total 2155 (delta 655), reused 2155 (delta 655) 00:29:13 Note: switching to '5aceeb867396132d2b5522e2797dff17f940223b'. 00:29:13 00:29:13 You are in 'detached HEAD' state. You can look around, make experimental 00:29:13 changes and commit them, and you can discard any commits you make in this 00:29:13 state without impacting any branches by switching back to a branch. 00:29:13 00:29:13 If you want to create a new branch to retain commits you create, you may 00:29:13 do so (now or later) by using -c with the switch command. Example: 00:29:13 00:29:13 git switch -c 00:29:13 00:29:13 Or undo this operation with: 00:29:13 00:29:13 git switch - 00:29:13 00:29:13 Turn off this advice by setting config variable advice.detachedHead to false 00:29:13 00:29:15 From ssh://git.opendaylight.org:29418/All-Projects 00:29:15 * [new ref] refs/meta/config -> config 00:29:15 Switched to branch 'config' 00:29:21 + case $mode in 00:29:21 + echo 'INFO: Locking branch for MRI: master' 00:29:21 INFO: Locking branch for MRI: master 00:29:21 + git config -f project.config access.refs/heads/master.exclusiveGroupPermissions submit 00:29:21 + git config -f project.config access.refs/heads/master.submit 'group Release Engineering Team' 00:29:21 + git config -f project.config access.refs/heads/master.removeReviewer 'group Release Engineering Team' 00:29:21 + git config -f project.config access.refs/heads/master.label-Code-Review '-2..+2 group Release Engineering Team' 00:29:21 + git config -f project.config access.refs/heads/master.label-Verified '-1..+1 group Release Engineering Team' 00:29:21 + git commit -asm 'Chore: Grant supercommitters rights master' 00:29:21 [config e8037c4] Chore: Grant supercommitters rights master 00:29:21 1 file changed, 6 insertions(+) 00:29:21 + git diff HEAD~1 00:29:21 diff --git a/project.config b/project.config 00:29:21 index c00ee75..03d812c 100644 00:29:21 --- a/project.config 00:29:21 +++ b/project.config 00:29:21 @@ -152,3 +152,9 @@ 00:29:21 exclusiveGroupPermissions = create 00:29:21 create = block group Registered Users 00:29:21 create = group Release Engineering Team 00:29:21 +[access "refs/heads/master"] 00:29:21 + exclusiveGroupPermissions = submit 00:29:21 + submit = group Release Engineering Team 00:29:21 + removeReviewer = group Release Engineering Team 00:29:21 + label-Code-Review = -2..+2 group Release Engineering Team 00:29:21 + label-Verified = -1..+1 group Release Engineering Team 00:29:21 + '[' false = true ']' 00:29:21 + echo 'INFO: Pushing changes to the repository.' 00:29:21 INFO: Pushing changes to the repository. 00:29:21 + git push origin HEAD:refs/meta/config 00:29:22 remote: remote: Processing changes: refs: 1 remote: Processing changes: refs: 1 remote: Processing changes: refs: 1, done 00:29:22 To ssh://git.opendaylight.org:29418/All-Projects 00:29:22 5aceeb8..e8037c4 HEAD -> refs/meta/config 00:29:22 $ ssh-agent -k 00:29:22 unset SSH_AUTH_SOCK; 00:29:22 unset SSH_AGENT_PID; 00:29:22 echo Agent pid 3418 killed; 00:29:22 [ssh-agent] Stopped. 00:29:23 [PostBuildScript] - [INFO] Executing post build scripts. 00:29:23 [autorelease-gerrit-branch-lock-manganese] $ /bin/bash /tmp/jenkins3549159454618555625.sh 00:29:23 ---> sysstat.sh 00:29:23 [autorelease-gerrit-branch-lock-manganese] $ /bin/bash /tmp/jenkins10401104375959378296.sh 00:29:23 ---> package-listing.sh 00:29:23 ++ facter osfamily 00:29:23 ++ tr '[:upper:]' '[:lower:]' 00:29:24 + OS_FAMILY=debian 00:29:24 + workspace=/w/workspace/autorelease-gerrit-branch-lock-manganese 00:29:24 + START_PACKAGES=/tmp/packages_start.txt 00:29:24 + END_PACKAGES=/tmp/packages_end.txt 00:29:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:29:24 + PACKAGES=/tmp/packages_start.txt 00:29:24 + '[' /w/workspace/autorelease-gerrit-branch-lock-manganese ']' 00:29:24 + PACKAGES=/tmp/packages_end.txt 00:29:24 + case "${OS_FAMILY}" in 00:29:24 + dpkg -l 00:29:24 + grep '^ii' 00:29:24 + '[' -f /tmp/packages_start.txt ']' 00:29:24 + '[' -f /tmp/packages_end.txt ']' 00:29:24 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:29:24 + '[' /w/workspace/autorelease-gerrit-branch-lock-manganese ']' 00:29:24 + mkdir -p /w/workspace/autorelease-gerrit-branch-lock-manganese/archives/ 00:29:24 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/autorelease-gerrit-branch-lock-manganese/archives/ 00:29:24 [autorelease-gerrit-branch-lock-manganese] $ /bin/bash /tmp/jenkins17188596217940730664.sh 00:29:24 ---> capture-instance-metadata.sh 00:29:24 Setup pyenv: 00:29:24 * system (set by /opt/pyenv/version) 00:29:24 * 3.8.20 (set by /opt/pyenv/version) 00:29:24 * 3.9.20 (set by /opt/pyenv/version) 00:29:24 3.10.15 00:29:24 3.11.10 00:29:28 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-0pzq 00:29:28 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 00:29:28 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 00:29:32 lf-activate-venv(): INFO: Installing additional packages: lftools 00:29:56 lf-activate-venv(): INFO: Adding /tmp/venv-0pzq/bin to PATH 00:29:56 INFO: Running in OpenStack, capturing instance metadata 00:29:56 [autorelease-gerrit-branch-lock-manganese] $ /bin/bash /tmp/jenkins14251348384541010663.sh 00:29:56 provisioning config files... 00:29:57 Could not find credentials [logs] for autorelease-gerrit-branch-lock-manganese #10 00:29:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/autorelease-gerrit-branch-lock-manganese@tmp/config7485804651285815225tmp 00:29:57 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[odl-logs-s3-cloudfront-index] 00:29:57 Run condition [Regular expression match] enabling perform for step [Provide Configuration files] 00:29:57 provisioning config files... 00:29:57 copy managed file [jenkins-s3-log-ship] to file:/home/jenkins/.aws/credentials 00:29:57 [EnvInject] - Injecting environment variables from a build step. 00:29:57 [EnvInject] - Injecting as environment variables the properties content 00:29:57 SERVER_ID=logs 00:29:57 00:29:57 [EnvInject] - Variables injected successfully. 00:29:57 [autorelease-gerrit-branch-lock-manganese] $ /bin/bash /tmp/jenkins6526505013014172453.sh 00:29:57 ---> create-netrc.sh 00:29:57 WARN: Log server credential not found. 00:29:57 [autorelease-gerrit-branch-lock-manganese] $ /bin/bash /tmp/jenkins5775110647835032468.sh 00:29:57 ---> python-tools-install.sh 00:29:57 Setup pyenv: 00:29:57 system 00:29:57 3.8.20 00:29:57 3.9.20 00:29:57 3.10.15 00:29:57 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-manganese/.python-version) 00:29:57 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-0pzq from file:/tmp/.os_lf_venv 00:29:57 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 00:29:59 lf-activate-venv(): INFO: Installing additional packages: lftools 00:30:08 lf-activate-venv(): INFO: Adding /tmp/venv-0pzq/bin to PATH 00:30:08 Generating Requirements File 00:30: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. 00:30:33 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 00:30:34 Python 3.11.10 00:30:34 pip 26.2.1 from /tmp/venv-0pzq/lib/python3.11/site-packages/pip (python 3.11) 00:30:34 aiohappyeyeballs==2.7.1 00:30:34 aiohttp==3.14.3 00:30:34 aiosignal==1.4.0 00:30:34 appdirs==1.4.4 00:30:34 argcomplete==3.7.2 00:30:34 aspy.yaml==1.3.0 00:30:34 attrs==26.1.0 00:30:34 autopage==0.6.0 00:30:34 beautifulsoup4==4.15.0 00:30:34 boto3==1.43.83 00:30:34 botocore==1.43.83 00:30:34 bs4==0.0.2 00:30:34 certifi==2026.7.22 00:30:34 cffi==2.1.1 00:30:34 cfgv==3.5.0 00:30:34 chardet==7.6.0 00:30:34 charset-normalizer==3.5.1 00:30:34 click==8.5.0 00:30:34 cliff==4.16.0 00:30:34 cmd2==4.2.2 00:30:34 cryptography==3.3.2 00:30:34 debtcollector==3.1.0 00:30:34 decorator==5.3.1 00:30:34 defusedxml==0.7.1 00:30:34 Deprecated==1.3.1 00:30:34 distlib==0.4.3 00:30:34 dnspython==2.8.0 00:30:34 docker==7.2.0 00:30:34 dogpile.cache==1.5.0 00:30:34 durationpy==0.11 00:30:34 email-validator==2.3.0 00:30:34 filelock==3.32.4 00:30:34 frozenlist==1.8.0 00:30:34 future==1.0.0 00:30:34 gitdb==4.0.12 00:30:34 GitPython==3.1.61 00:30:34 httplib2==0.30.2 00:30:34 identify==2.6.19 00:30:34 idna==3.19 00:30:34 importlib-resources==1.5.0 00:30:34 iso8601==2.1.0 00:30:34 Jinja2==3.1.6 00:30:34 jmespath==1.1.0 00:30:34 jsonpatch==1.33 00:30:34 jsonpointer==3.1.1 00:30:34 jsonschema==4.26.0 00:30:34 jsonschema-specifications==2025.9.1 00:30:34 keystoneauth1==5.17.0 00:30:34 kubernetes==36.0.3 00:30:34 lftools==0.37.23 00:30:34 lxml==6.1.2 00:30:34 markdown-it-py==4.2.0 00:30:34 MarkupSafe==3.0.3 00:30:34 mdurl==0.1.2 00:30:34 msgpack==1.2.2 00:30:34 multi_key_dict==2.0.3 00:30:34 multidict==6.7.1 00:30:34 munch==4.0.0 00:30:34 netaddr==1.3.0 00:30:34 niet==1.4.2 00:30:34 nodeenv==1.10.0 00:30:34 oauth2client==4.1.3 00:30:34 oauthlib==3.3.1 00:30:34 openstacksdk==4.19.1 00:30:34 os-service-types==1.9.0 00:30:34 osc-lib==4.7.0 00:30:34 oslo.config==10.7.0 00:30:34 oslo.context==6.5.0 00:30:34 oslo.i18n==6.9.0 00:30:34 oslo.log==8.3.1 00:30:34 oslo.serialization==5.11.0 00:30:34 oslo.utils==10.2.0 00:30:34 packaging==26.3 00:30:34 pbr==7.0.3 00:30:34 platformdirs==4.11.5 00:30:34 prettytable==3.18.0 00:30:34 prompt_toolkit==3.0.53 00:30:34 propcache==0.5.2 00:30:34 psutil==7.2.2 00:30:34 pyasn1==0.6.4 00:30:34 pyasn1_modules==0.4.2 00:30:34 pycparser==3.0 00:30:34 pygerrit2==2.0.15 00:30:34 PyGithub==2.10.0 00:30:34 Pygments==2.21.0 00:30:34 PyJWT==2.13.0 00:30:34 PyNaCl==1.6.2 00:30:34 pyparsing==2.4.7 00:30:34 pyperclip==1.11.0 00:30:34 pyrsistent==0.20.0 00:30:34 python-dateutil==2.9.0.post0 00:30:34 python-discovery==1.6.0 00:30:34 python-heatclient==5.3.0 00:30:34 python-jenkins==1.8.3 00:30:34 python-keystoneclient==6.0.0 00:30:34 python-magnumclient==5.0.0 00:30:34 python-manilaclient==6.3.0 00:30:34 python-openstackclient==10.3.0 00:30:34 python-swiftclient==4.11.0 00:30:34 PyYAML==6.0.3 00:30:34 referencing==0.37.0 00:30:34 requests==2.34.2 00:30:34 requests-oauthlib==2.0.0 00:30:34 rfc3986==2.0.0 00:30:34 rich==15.0.0 00:30:34 rich-argparse==1.8.0 00:30:34 rpds-py==2026.6.3 00:30:34 rsa==4.9.1 00:30:34 ruamel.yaml==0.19.1 00:30:34 ruamel.yaml.clib==0.2.15 00:30:34 s3transfer==0.19.2 00:30:34 simplejson==4.1.2 00:30:34 six==1.17.0 00:30:34 smmap==5.0.3 00:30:34 soupsieve==2.9.2 00:30:34 stevedore==5.9.1 00:30:34 tabulate==0.10.0 00:30:34 toml==0.10.2 00:30:34 tomlkit==0.15.1 00:30:34 tqdm==4.70.0 00:30:34 typing_extensions==4.16.0 00:30:34 urllib3==1.26.20 00:30:34 virtualenv==21.7.7 00:30:34 wcwidth==0.8.3 00:30:34 websocket-client==1.9.1 00:30:34 wrapt==2.3.0 00:30:34 xdg==6.0.0 00:30:34 xmltodict==1.0.4 00:30:34 yarl==1.24.5 00:30:34 yq==4.1.2 00:30:34 [autorelease-gerrit-branch-lock-manganese] $ /bin/sh /tmp/jenkins9182210622796992753.sh 00:30:34 ---> uv-install.sh 00:30:34 Installing uv/uvx (latest) using shell installer 00:30:34 2026-08-30 00:30:34 URL:https://releases.astral.sh/installers/uv/latest/uv-installer.sh [71225/71225] -> "/tmp/uv-install-yBV84m.sh" [1] 00:30:34 downloading uv 0.12.7 x86_64-unknown-linux-gnu 00:30:35 installing to /home/jenkins/.local/bin 00:30:35 uv 00:30:35 uvx 00:30:35 everything's installed! 00:30:35 00:30:35 To add $HOME/.local/bin to your PATH, either restart your shell or run: 00:30:35 00:30:35 source $HOME/.local/bin/env (sh, bash, zsh) 00:30:35 source $HOME/.local/bin/env.fish (fish) 00:30:35 Adding install location to PATH 00:30:35 ---> Validating uv/uvx install 00:30:35 uvx 0.12.7 (x86_64-unknown-linux-gnu) 00:30:35 [autorelease-gerrit-branch-lock-manganese] $ /bin/bash /tmp/jenkins5390313459127322169.sh 00:30:35 ---> sudo-logs.sh 00:30:35 Archiving 'sudo' log.. 00:30:36 [autorelease-gerrit-branch-lock-manganese] $ /bin/bash /tmp/jenkins5356901001252256133.sh 00:30:36 ---> job-cost.sh 00:30:36 INFO: Activating Python virtual environment... 00:30:36 Setup pyenv: 00:30:36 system 00:30:36 3.8.20 00:30:36 3.9.20 00:30:36 3.10.15 00:30:36 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-manganese/.python-version) 00:30:36 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-0pzq from file:/tmp/.os_lf_venv 00:30:36 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 00:30:38 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 00:30:44 lf-activate-venv(): INFO: Adding /tmp/venv-0pzq/bin to PATH 00:30:44 INFO: No stack-cost file found 00:30:44 INFO: Instance uptime: 17201s 00:30:44 INFO: Fetching instance metadata (attempt 1 of 3)... 00:30:44 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 00:30:45 INFO: Successfully fetched instance metadata 00:30:45 INFO: Instance type: v3-standard-4 00:30:45 INFO: Retrieving pricing info for: v3-standard-4 00:30:45 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 00:30:45 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=17201 00:30:45 INFO: Successfully fetched Vexxhost pricing API 00:30:45 INFO: Retrieved cost: 0.55 00:30:45 INFO: Retrieved resource: v3-standard-4 00:30:45 INFO: Creating archive directory: /w/workspace/autorelease-gerrit-branch-lock-manganese/archives/cost 00:30:45 INFO: Archiving costs to: /w/workspace/autorelease-gerrit-branch-lock-manganese/archives/cost.csv 00:30:45 INFO: Successfully archived job cost data 00:30:45 DEBUG: Cost data: autorelease-gerrit-branch-lock-manganese,10,2026-08-30 00:30:45,v3-standard-4,17201,0.55,0.00,SUCCESS 00:30:45 [autorelease-gerrit-branch-lock-manganese] $ /bin/bash -l /tmp/jenkins410190837198178532.sh 00:30:45 ---> logs-deploy.sh 00:30:45 Setup pyenv: 00:30:45 system 00:30:45 3.8.20 00:30:45 3.9.20 00:30:45 3.10.15 00:30:45 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-manganese/.python-version) 00:30:45 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-0pzq from file:/tmp/.os_lf_venv 00:30:45 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 00:30:47 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 00:30:56 lf-activate-venv(): INFO: Adding /tmp/venv-0pzq/bin to PATH 00:30:56 WARNING: Nexus logging server not set 00:30:56 INFO: S3 path logs/releng/vex-yul-odl-jenkins-1/autorelease-gerrit-branch-lock-manganese/10/ 00:30:56 INFO: archiving logs to S3 00:30:57 ---> uname -a: 00:30:57 Linux prd-ubuntu2204-builder-4c-4g-42598 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64 x86_64 x86_64 GNU/Linux 00:30:57 00:30:57 00:30:57 ---> lscpu: 00:30:57 Architecture: x86_64 00:30:57 CPU op-mode(s): 32-bit, 64-bit 00:30:57 Address sizes: 40 bits physical, 48 bits virtual 00:30:57 Byte Order: Little Endian 00:30:57 CPU(s): 4 00:30:57 On-line CPU(s) list: 0-3 00:30:57 Vendor ID: AuthenticAMD 00:30:57 Model name: AMD EPYC-Rome Processor 00:30:57 CPU family: 23 00:30:57 Model: 49 00:30:57 Thread(s) per core: 1 00:30:57 Core(s) per socket: 1 00:30:57 Socket(s): 4 00:30:57 Stepping: 0 00:30:57 BogoMIPS: 5599.99 00:30:57 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 lbrv nrip_save tsc_scale vmcb_clean flushbyasid pausefilter pfthreshold v_vmsave_vmload vgif umip rdpid arch_capabilities 00:30:57 Virtualization: AMD-V 00:30:57 Hypervisor vendor: KVM 00:30:57 Virtualization type: full 00:30:57 L1d cache: 128 KiB (4 instances) 00:30:57 L1i cache: 128 KiB (4 instances) 00:30:57 L2 cache: 2 MiB (4 instances) 00:30:57 L3 cache: 64 MiB (4 instances) 00:30:57 NUMA node(s): 1 00:30:57 NUMA node0 CPU(s): 0-3 00:30:57 Vulnerability Gather data sampling: Not affected 00:30:57 Vulnerability Indirect target selection: Not affected 00:30:57 Vulnerability Itlb multihit: Not affected 00:30:57 Vulnerability L1tf: Not affected 00:30:57 Vulnerability Mds: Not affected 00:30:57 Vulnerability Meltdown: Not affected 00:30:57 Vulnerability Mmio stale data: Not affected 00:30:57 Vulnerability Reg file data sampling: Not affected 00:30:57 Vulnerability Retbleed: Mitigation; untrained return thunk; SMT disabled 00:30:57 Vulnerability Spec rstack overflow: Mitigation; SMT disabled 00:30:57 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:30:57 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 00:30:57 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 00:30:57 Vulnerability Srbds: Not affected 00:30:57 Vulnerability Tsa: Not affected 00:30:57 Vulnerability Tsx async abort: Not affected 00:30:57 Vulnerability Vmscape: Not affected 00:30:57 00:30:57 00:30:57 ---> nproc: 00:30:57 4 00:30:57 00:30:57 00:30:57 ---> df -h: 00:30:57 Filesystem Size Used Avail Use% Mounted on 00:30:57 tmpfs 1.6G 1.1M 1.6G 1% /run 00:30:57 /dev/vda1 78G 11G 67G 14% / 00:30:57 tmpfs 7.9G 0 7.9G 0% /dev/shm 00:30:57 tmpfs 5.0M 0 5.0M 0% /run/lock 00:30:57 /dev/vda15 105M 6.1M 99M 6% /boot/efi 00:30:57 tmpfs 1.6G 4.0K 1.6G 1% /run/user/1001 00:30:57 00:30:57 00:30:57 ---> free -m: 00:30:57 total used free shared buff/cache available 00:30:57 Mem: 15989 696 12376 4 2917 14961 00:30:57 Swap: 1023 0 1023 00:30:57 00:30:57 00:30:57 ---> ip addr: 00:30:57 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 00:30:57 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:30:57 inet 127.0.0.1/8 scope host lo 00:30:57 valid_lft forever preferred_lft forever 00:30:57 inet6 ::1/128 scope host 00:30:57 valid_lft forever preferred_lft forever 00:30:57 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 00:30:57 link/ether fa:16:3e:c1:f7:64 brd ff:ff:ff:ff:ff:ff 00:30:57 altname enp0s3 00:30:57 inet 10.30.171.136/23 metric 100 brd 10.30.171.255 scope global dynamic ens3 00:30:57 valid_lft 69195sec preferred_lft 69195sec 00:30:57 inet6 fe80::f816:3eff:fec1:f764/64 scope link 00:30:57 valid_lft forever preferred_lft forever 00:30:57 3: docker0: mtu 1458 qdisc noqueue state DOWN group default 00:30:57 link/ether da:a4:59:87:f5:45 brd ff:ff:ff:ff:ff:ff 00:30:57 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:30:57 valid_lft forever preferred_lft forever 00:30:57 00:30:57 00:30:57 ---> sar -b -r -n DEV: 00:30:57 Linux 5.15.0-186-generic (prd-ubuntu2204-builder-4c-4g-42598) 08/30/26 _x86_64_ (4 CPU) 00:30:57 00:30:57 00:00:00 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:30:57 00:10:00 2.10 0.19 1.91 0.01 4.84 26.90 0.39 00:30:57 00:20:00 1.72 0.00 1.72 0.00 0.00 18.86 0.00 00:30:57 00:30:02 31.46 1.44 29.62 0.39 110.80 778.73 626.11 00:30:57 Average: 11.79 0.54 11.11 0.13 38.66 275.64 209.50 00:30:57 00:30:57 00:00:00 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:30:57 00:10:00 13490412 15520752 492828 3.01 72780 2183088 1153876 6.62 299596 2332984 200 00:30:57 00:20:00 13489152 15520044 493524 3.01 73304 2183108 1153844 6.62 300128 2332880 8 00:30:57 00:30:02 13003940 15373336 619860 3.79 96552 2480936 1243052 7.14 359608 2730044 171320 00:30:57 Average: 13327835 15471377 535404 3.27 80879 2282377 1183591 6.79 319777 2465303 57176 00:30:57 00:30:57 00:00:00 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:30:57 00:10:00 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 00:30:57 00:10:00 ens3 2.58 0.31 0.54 0.24 0.00 0.00 0.00 0.00 00:30:57 00:10:00 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:30:57 00:20:00 lo 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 00:30:57 00:20:00 ens3 0.96 0.11 0.14 0.04 0.00 0.00 0.00 0.00 00:30:57 00:20:00 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:30:57 00:30:02 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 00:30:57 00:30:02 ens3 23.13 17.73 151.50 8.90 0.00 0.00 0.00 0.00 00:30:57 00:30:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:30:57 Average: lo 0.14 0.14 0.01 0.01 0.00 0.00 0.00 0.00 00:30:57 Average: ens3 8.92 6.07 50.89 3.07 0.00 0.00 0.00 0.00 00:30:57 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:30:57 00:30:57 00:30:57 ---> sar -P ALL: 00:30:57 Linux 5.15.0-186-generic (prd-ubuntu2204-builder-4c-4g-42598) 08/30/26 _x86_64_ (4 CPU) 00:30:57 00:30:57 00:00:00 CPU %user %nice %system %iowait %steal %idle 00:30:57 00:10:00 all 0.24 0.00 0.02 0.01 0.00 99.72 00:30:57 00:10:00 0 0.02 0.00 0.02 0.01 0.00 99.95 00:30:57 00:10:00 1 0.02 0.00 0.02 0.00 0.00 99.96 00:30:57 00:10:00 2 0.92 0.00 0.03 0.01 0.00 99.03 00:30:57 00:10:00 3 0.02 0.00 0.02 0.03 0.00 99.93 00:30:57 00:20:00 all 0.03 0.00 0.02 0.01 0.00 99.94 00:30:57 00:20:00 0 0.01 0.00 0.01 0.01 0.00 99.97 00:30:57 00:20:00 1 0.02 0.00 0.02 0.01 0.00 99.96 00:30:57 00:20:00 2 0.07 0.00 0.03 0.00 0.00 99.90 00:30:57 00:20:00 3 0.01 0.00 0.02 0.02 0.00 99.95 00:30:57 00:30:02 all 1.83 0.00 0.22 0.19 0.00 97.76 00:30:57 00:30:02 0 0.57 0.00 0.11 0.01 0.00 99.30 00:30:57 00:30:02 1 2.23 0.00 0.39 0.47 0.00 96.91 00:30:57 00:30:02 2 2.93 0.00 0.22 0.23 0.00 96.61 00:30:57 00:30:02 3 1.61 0.00 0.14 0.03 0.00 98.21 00:30:57 Average: all 0.70 0.00 0.09 0.07 0.00 99.14 00:30:57 Average: 0 0.20 0.00 0.05 0.01 0.00 99.74 00:30:57 Average: 1 0.75 0.00 0.14 0.16 0.00 98.94 00:30:57 Average: 2 1.31 0.00 0.10 0.08 0.00 98.51 00:30:57 Average: 3 0.55 0.00 0.06 0.03 0.00 99.36 00:30:57 00:30:57 00:30:57