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