07:06:16 Started by user Robert Varga 07:06:16 Running as SYSTEM 07:06:16 [EnvInject] - Loading node environment variables. 07:06:16 Building remotely on prd-ubuntu2204-builder-4c-4g-8360 (ubuntu2204-builder-4c-4g) in workspace /w/workspace/autorelease-gerrit-branch-lock-manganese 07:06:17 [ssh-agent] Looking for ssh-agent implementation... 07:06:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:06:17 $ ssh-agent 07:06:17 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXQ0N74h/agent.1557 07:06:17 SSH_AGENT_PID=1559 07:06:17 [ssh-agent] Started. 07:06:17 Running ssh-add (command line suppressed) 07:06:17 Identity added: /w/workspace/autorelease-gerrit-branch-lock-manganese@tmp/private_key_8387232471491661722.key (/w/workspace/autorelease-gerrit-branch-lock-manganese@tmp/private_key_8387232471491661722.key) 07:06:17 [ssh-agent] Using credentials jenkins (jenkins-ssh) 07:06:17 The recommended git tool is: NONE 07:06:20 using credential jenkins-ssh 07:06:20 Wiping out workspace first. 07:06:20 Cloning the remote Git repository 07:06:20 Cloning repository git://devvexx.opendaylight.org/mirror/releng/autorelease 07:06:20 > git init /w/workspace/autorelease-gerrit-branch-lock-manganese # timeout=10 07:06:20 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/releng/autorelease 07:06:20 > git --version # timeout=10 07:06:20 > git --version # 'git version 2.34.1' 07:06:20 using GIT_SSH to set credentials jenkins-ssh 07:06:20 Verifying host key using known hosts file, will automatically accept unseen keys 07:06:20 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/releng/autorelease +refs/heads/*:refs/remotes/origin/* # timeout=10 07:06:23 > git config remote.origin.url git://devvexx.opendaylight.org/mirror/releng/autorelease # timeout=10 07:06:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:06:23 Avoid second fetch 07:06:23 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 07:06:23 Checking out Revision cefbd6dcd966b1271b0aa7ebba146b3e525f3a06 (refs/remotes/origin/master) 07:06:23 > git config core.sparsecheckout # timeout=10 07:06:23 > git checkout -f cefbd6dcd966b1271b0aa7ebba146b3e525f3a06 # timeout=10 07:06:23 Commit message: "Update git submodules" 07:06:23 > git rev-list --no-walk cefbd6dcd966b1271b0aa7ebba146b3e525f3a06 # timeout=10 07:06:27 provisioning config files... 07:06:27 copy managed file [npmrc] to file:/home/jenkins/.npmrc 07:06:27 copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf 07:06:27 [autorelease-gerrit-branch-lock-manganese] $ /bin/bash /tmp/jenkins5587731860243653196.sh 07:06:27 ---> autorelease-gerrit-branch-lock.sh 07:06:27 Cloning into 'All-Projects'... 07:06:29 Total 2169 (delta 655), reused 2169 (delta 655) 07:06:29 Note: switching to '7e1098bac37a89c41b7501a5e86f246f9aaea008'. 07:06:29 07:06:29 You are in 'detached HEAD' state. You can look around, make experimental 07:06:29 changes and commit them, and you can discard any commits you make in this 07:06:29 state without impacting any branches by switching back to a branch. 07:06:29 07:06:29 If you want to create a new branch to retain commits you create, you may 07:06:29 do so (now or later) by using -c with the switch command. Example: 07:06:29 07:06:29 git switch -c 07:06:29 07:06:29 Or undo this operation with: 07:06:29 07:06:29 git switch - 07:06:29 07:06:29 Turn off this advice by setting config variable advice.detachedHead to false 07:06:29 07:06:31 From ssh://git.opendaylight.org:29418/All-Projects 07:06:31 * [new ref] refs/meta/config -> config 07:06:31 Switched to branch 'config' 07:06:36 + case $mode in 07:06:36 + echo 'INFO: Locking branch for MRI: master' 07:06:36 INFO: Locking branch for MRI: master 07:06:36 + git config -f project.config access.refs/heads/master.exclusiveGroupPermissions submit 07:06:36 + git config -f project.config access.refs/heads/master.submit 'group Release Engineering Team' 07:06:36 + git config -f project.config access.refs/heads/master.removeReviewer 'group Release Engineering Team' 07:06:36 + git config -f project.config access.refs/heads/master.label-Code-Review '-2..+2 group Release Engineering Team' 07:06:36 + git config -f project.config access.refs/heads/master.label-Verified '-1..+1 group Release Engineering Team' 07:06:36 + git commit -asm 'Chore: Grant supercommitters rights master' 07:06:36 [config 649ede0] Chore: Grant supercommitters rights master 07:06:36 1 file changed, 6 insertions(+) 07:06:36 + git diff HEAD~1 07:06:36 diff --git a/project.config b/project.config 07:06:36 index c00ee75..03d812c 100644 07:06:36 --- a/project.config 07:06:36 +++ b/project.config 07:06:36 @@ -152,3 +152,9 @@ 07:06:36 exclusiveGroupPermissions = create 07:06:36 create = block group Registered Users 07:06:36 create = group Release Engineering Team 07:06:36 +[access "refs/heads/master"] 07:06:36 + exclusiveGroupPermissions = submit 07:06:36 + submit = group Release Engineering Team 07:06:36 + removeReviewer = group Release Engineering Team 07:06:36 + label-Code-Review = -2..+2 group Release Engineering Team 07:06:36 + label-Verified = -1..+1 group Release Engineering Team 07:06:36 + '[' false = true ']' 07:06:36 + echo 'INFO: Pushing changes to the repository.' 07:06:36 INFO: Pushing changes to the repository. 07:06:36 + git push origin HEAD:refs/meta/config 07:06:38 remote: remote: Processing changes: refs: 1 remote: Processing changes: refs: 1 remote: Processing changes: refs: 1, done 07:06:38 To ssh://git.opendaylight.org:29418/All-Projects 07:06:38 7e1098b..649ede0 HEAD -> refs/meta/config 07:06:38 $ ssh-agent -k 07:06:38 unset SSH_AUTH_SOCK; 07:06:38 unset SSH_AGENT_PID; 07:06:38 echo Agent pid 1559 killed; 07:06:38 [ssh-agent] Stopped. 07:06:38 [PostBuildScript] - [INFO] Executing post build scripts. 07:06:38 [autorelease-gerrit-branch-lock-manganese] $ /bin/bash /tmp/jenkins7082303735215186341.sh 07:06:38 ---> sysstat.sh 07:06:38 [autorelease-gerrit-branch-lock-manganese] $ /bin/bash /tmp/jenkins3371535276255056940.sh 07:06:38 ---> package-listing.sh 07:06:38 + '[' -f /etc/os-release ']' 07:06:38 + . /etc/os-release 07:06:38 ++ PRETTY_NAME='Ubuntu 22.04.5 LTS' 07:06:38 ++ NAME=Ubuntu 07:06:38 ++ VERSION_ID=22.04 07:06:38 ++ VERSION='22.04.5 LTS (Jammy Jellyfish)' 07:06:38 ++ VERSION_CODENAME=jammy 07:06:38 ++ ID=ubuntu 07:06:38 ++ ID_LIKE=debian 07:06:38 ++ HOME_URL=https://www.ubuntu.com/ 07:06:38 ++ SUPPORT_URL=https://help.ubuntu.com/ 07:06:38 ++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 07:06:38 ++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 07:06:38 ++ UBUNTU_CODENAME=jammy 07:06:38 + case " ${ID:-} ${ID_LIKE:-} " in 07:06:38 + OS_FAMILY=debian 07:06:38 + workspace=/w/workspace/autorelease-gerrit-branch-lock-manganese 07:06:38 + START_PACKAGES=/tmp/packages_start.txt 07:06:38 + END_PACKAGES=/tmp/packages_end.txt 07:06:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:06:38 + PACKAGES=/tmp/packages_start.txt 07:06:38 + '[' /w/workspace/autorelease-gerrit-branch-lock-manganese ']' 07:06:38 + PACKAGES=/tmp/packages_end.txt 07:06:38 + case "${OS_FAMILY}" in 07:06:38 + grep '^ii' 07:06:38 + dpkg -l 07:06:38 + '[' -f /tmp/packages_start.txt ']' 07:06:38 + '[' -f /tmp/packages_end.txt ']' 07:06:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:06:38 + '[' /w/workspace/autorelease-gerrit-branch-lock-manganese ']' 07:06:38 + mkdir -p /w/workspace/autorelease-gerrit-branch-lock-manganese/archives/ 07:06:38 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/autorelease-gerrit-branch-lock-manganese/archives/ 07:06:38 + exit 0 07:06:38 [autorelease-gerrit-branch-lock-manganese] $ /bin/bash /tmp/jenkins10698118604334854618.sh 07:06:38 ---> capture-instance-metadata.sh 07:06:39 Setup pyenv: 07:06:39 * system (set by /opt/pyenv/version) 07:06:39 * 3.8.20 (set by /opt/pyenv/version) 07:06:39 * 3.9.20 (set by /opt/pyenv/version) 07:06:39 3.10.15 07:06:39 3.11.10 07:06:43 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-f73s 07:06:43 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 07:06:43 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:06:48 lf-activate-venv(): INFO: Installing additional packages: lftools 07:07:16 lf-activate-venv(): INFO: Adding /tmp/venv-f73s/bin to PATH 07:07:16 INFO: Running in OpenStack, capturing instance metadata 07:07:17 [autorelease-gerrit-branch-lock-manganese] $ /bin/bash /tmp/jenkins16563419359872391751.sh 07:07:17 provisioning config files... 07:07:17 Could not find credentials [logs] for autorelease-gerrit-branch-lock-manganese #18 07:07:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/autorelease-gerrit-branch-lock-manganese@tmp/config6994969989044143724tmp 07:07:17 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[odl-logs-s3-cloudfront-index] 07:07:17 Run condition [Regular expression match] enabling perform for step [Provide Configuration files] 07:07:17 provisioning config files... 07:07:18 copy managed file [jenkins-s3-log-ship] to file:/home/jenkins/.aws/credentials 07:07:18 [EnvInject] - Injecting environment variables from a build step. 07:07:18 [EnvInject] - Injecting as environment variables the properties content 07:07:18 SERVER_ID=logs 07:07:18 07:07:18 [EnvInject] - Variables injected successfully. 07:07:18 [autorelease-gerrit-branch-lock-manganese] $ /bin/bash /tmp/jenkins489428386481669955.sh 07:07:18 ---> create-netrc.sh 07:07:18 WARN: Log server credential not found. 07:07:18 [autorelease-gerrit-branch-lock-manganese] $ /bin/bash /tmp/jenkins5271545545594956455.sh 07:07:18 ---> python-tools-install.sh 07:07:18 Setup pyenv: 07:07:18 system 07:07:18 3.8.20 07:07:18 3.9.20 07:07:18 3.10.15 07:07:18 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-manganese/.python-version) 07:07:18 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-f73s from file:/tmp/.os_lf_venv 07:07:18 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:07:20 lf-activate-venv(): INFO: Installing additional packages: lftools 07:07:30 lf-activate-venv(): INFO: Adding /tmp/venv-f73s/bin to PATH 07:07:30 Generating Requirements File 07:07:58 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. 07:07:58 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 07:07:59 Python 3.11.10 07:07:59 pip 26.2.1 from /tmp/venv-f73s/lib/python3.11/site-packages/pip (python 3.11) 07:07:59 aiohappyeyeballs==2.7.1 07:07:59 aiohttp==3.14.3 07:07:59 aiosignal==1.4.0 07:07:59 appdirs==1.4.4 07:07:59 argcomplete==3.7.2 07:07:59 aspy.yaml==1.3.0 07:07:59 attrs==26.1.0 07:07:59 autopage==0.6.0 07:07:59 beautifulsoup4==4.15.0 07:07:59 boto3==1.43.94 07:07:59 botocore==1.43.94 07:07:59 bs4==0.0.2 07:07:59 certifi==2026.7.22 07:07:59 cffi==2.1.1 07:07:59 cfgv==3.5.0 07:07:59 chardet==7.6.0 07:07:59 charset-normalizer==3.5.1 07:07:59 click==8.5.0 07:07:59 cliff==4.16.0 07:07:59 cmd2==4.2.4 07:07:59 cryptography==3.3.2 07:07:59 debtcollector==3.1.0 07:07:59 decorator==5.3.1 07:07:59 defusedxml==0.7.1 07:07:59 Deprecated==1.3.1 07:07:59 distlib==0.4.3 07:07:59 dnspython==2.8.0 07:07:59 docker==7.2.0 07:07:59 dogpile.cache==1.5.0 07:07:59 durationpy==0.11 07:07:59 email-validator==2.3.0 07:07:59 filelock==3.32.6 07:07:59 frozenlist==1.8.0 07:07:59 future==1.0.0 07:07:59 gitdb==4.0.12 07:07:59 GitPython==3.1.62 07:07:59 httplib2==0.30.2 07:07:59 identify==2.6.19 07:07:59 idna==3.19 07:07:59 importlib-resources==1.5.0 07:07:59 iso8601==2.1.0 07:07:59 Jinja2==3.1.6 07:07:59 jmespath==1.1.0 07:07:59 jsonpatch==1.33 07:07:59 jsonpointer==3.1.1 07:07:59 jsonschema==4.26.0 07:07:59 jsonschema-specifications==2025.9.1 07:07:59 keystoneauth1==5.17.0 07:07:59 kubernetes==36.0.3 07:07:59 lftools==0.37.23 07:07:59 lxml==6.1.3 07:07:59 markdown-it-py==4.2.0 07:07:59 MarkupSafe==3.0.3 07:07:59 mdurl==0.1.2 07:07:59 msgpack==1.2.2 07:07:59 multi_key_dict==2.0.3 07:07:59 multidict==6.8.0 07:07:59 munch==4.0.0 07:07:59 netaddr==1.3.0 07:07:59 niet==1.4.2 07:07:59 nodeenv==1.10.0 07:07:59 oauth2client==4.1.3 07:07:59 oauthlib==3.3.1 07:07:59 openstacksdk==4.20.0 07:07:59 os-service-types==1.9.0 07:07:59 osc-lib==4.7.0 07:07:59 oslo.config==10.7.0 07:07:59 oslo.context==6.5.0 07:07:59 oslo.i18n==6.9.0 07:07:59 oslo.log==8.3.2 07:07:59 oslo.serialization==5.11.0 07:07:59 oslo.utils==10.2.0 07:07:59 packaging==26.3 07:07:59 pbr==7.0.3 07:07:59 platformdirs==4.11.8 07:07:59 prettytable==3.18.0 07:07:59 prompt_toolkit==3.0.53 07:07:59 propcache==0.5.2 07:07:59 psutil==7.2.2 07:07:59 pyasn1==0.6.4 07:07:59 pyasn1_modules==0.4.2 07:07:59 pycparser==3.0 07:07:59 pygerrit2==2.0.15 07:07:59 PyGithub==2.10.0 07:07:59 Pygments==2.21.0 07:07:59 PyJWT==2.14.0 07:07:59 PyNaCl==1.6.2 07:07:59 pyparsing==2.4.7 07:07:59 pyperclip==1.11.0 07:07:59 pyrsistent==0.20.0 07:07:59 python-dateutil==2.9.0.post0 07:07:59 python-discovery==1.6.0 07:07:59 python-heatclient==5.3.0 07:07:59 python-jenkins==1.8.3 07:07:59 python-keystoneclient==6.0.0 07:07:59 python-magnumclient==5.0.0 07:07:59 python-manilaclient==6.3.0 07:07:59 python-openstackclient==10.3.0 07:07:59 python-swiftclient==4.11.0 07:07:59 PyYAML==6.0.3 07:07:59 referencing==0.37.0 07:07:59 requests==2.34.2 07:07:59 requests-oauthlib==2.0.0 07:07:59 rfc3986==2.0.0 07:07:59 rich==15.0.0 07:07:59 rich-argparse==1.8.0 07:07:59 rpds-py==2026.6.3 07:07:59 rsa==4.9.1 07:07:59 ruamel.yaml==0.19.1 07:07:59 ruamel.yaml.clib==0.2.15 07:07:59 s3transfer==0.19.2 07:07:59 simplejson==4.1.2 07:07:59 six==1.17.0 07:07:59 smmap==5.0.3 07:07:59 soupsieve==2.9.2 07:07:59 stevedore==5.9.1 07:07:59 tabulate==0.10.0 07:07:59 toml==0.10.2 07:07:59 tomlkit==0.15.1 07:07:59 tqdm==4.70.1 07:07:59 typing_extensions==4.16.0 07:07:59 urllib3==1.26.20 07:07:59 virtualenv==21.7.9 07:07:59 wcwidth==0.8.3 07:07:59 websocket-client==1.9.2 07:07:59 wrapt==2.4.1 07:07:59 xdg==6.0.0 07:07:59 xmltodict==1.0.4 07:07:59 yarl==1.24.5 07:07:59 yq==4.1.2 07:07:59 [autorelease-gerrit-branch-lock-manganese] $ /bin/sh /tmp/jenkins6320063876314736874.sh 07:07:59 ---> uv-install.sh 07:07:59 Installing uv/uvx (latest) using shell installer 07:07:59 2026-09-15 07:07:59 URL:https://releases.astral.sh/installers/uv/latest/uv-installer.sh [71308/71308] -> "/tmp/uv-install-TQrVHO.sh" [1] 07:07:59 downloading uv 0.12.14 x86_64-unknown-linux-gnu 07:08:00 installing to /home/jenkins/.local/bin 07:08:00 uv 07:08:00 uvx 07:08:00 everything's installed! 07:08:00 07:08:00 To add $HOME/.local/bin to your PATH, either restart your shell or run: 07:08:00 07:08:00 source $HOME/.local/bin/env (sh, bash, zsh) 07:08:00 source $HOME/.local/bin/env.fish (fish) 07:08:00 Adding install location to PATH 07:08:00 ---> Validating uv/uvx install 07:08:00 uvx 0.12.14 (x86_64-unknown-linux-gnu) 07:08:00 [autorelease-gerrit-branch-lock-manganese] $ /bin/bash /tmp/jenkins7261002999630323409.sh 07:08:00 ---> sudo-logs.sh 07:08:00 Archiving 'sudo' log.. 07:08:00 [autorelease-gerrit-branch-lock-manganese] $ /bin/bash /tmp/jenkins1996796066482316632.sh 07:08:00 ---> job-cost.sh 07:08:00 INFO: Activating Python virtual environment... 07:08:00 Setup pyenv: 07:08:00 system 07:08:00 3.8.20 07:08:00 3.9.20 07:08:00 3.10.15 07:08:00 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-manganese/.python-version) 07:08:01 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-f73s from file:/tmp/.os_lf_venv 07:08:01 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:08:02 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 07:08:11 lf-activate-venv(): INFO: Adding /tmp/venv-f73s/bin to PATH 07:08:11 INFO: No stack-cost file found 07:08:11 INFO: Instance uptime: 168s 07:08:11 INFO: Fetching instance metadata (attempt 1 of 3)... 07:08:11 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 07:08:11 INFO: Successfully fetched instance metadata 07:08:11 INFO: Instance type: v3-standard-4 07:08:11 INFO: Retrieving pricing info for: v3-standard-4 07:08:11 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 07:08:11 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=168 07:08:11 INFO: Successfully fetched Vexxhost pricing API 07:08:11 INFO: Retrieved cost: 0.11 07:08:12 INFO: Retrieved resource: v3-standard-4 07:08:12 INFO: Creating archive directory: /w/workspace/autorelease-gerrit-branch-lock-manganese/archives/cost 07:08:12 INFO: Archiving costs to: /w/workspace/autorelease-gerrit-branch-lock-manganese/archives/cost.csv 07:08:12 INFO: Successfully archived job cost data 07:08:12 DEBUG: Cost data: autorelease-gerrit-branch-lock-manganese,18,2026-09-15 07:08:12,v3-standard-4,168,0.11,0.00,SUCCESS 07:08:12 [autorelease-gerrit-branch-lock-manganese] $ /bin/bash -l /tmp/jenkins9452331245188792389.sh 07:08:12 ---> logs-deploy.sh 07:08:12 Setup pyenv: 07:08:12 system 07:08:12 3.8.20 07:08:12 3.9.20 07:08:12 3.10.15 07:08:12 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-manganese/.python-version) 07:08:12 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-f73s from file:/tmp/.os_lf_venv 07:08:12 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:08:14 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 07:08:25 lf-activate-venv(): INFO: Adding /tmp/venv-f73s/bin to PATH 07:08:25 WARNING: Nexus logging server not set 07:08:25 INFO: S3 path logs/releng/vex-yul-odl-jenkins-1/autorelease-gerrit-branch-lock-manganese/18/ 07:08:25 INFO: archiving logs to S3 07:08:26 ---> uname -a: 07:08:26 Linux prd-ubuntu2204-builder-4c-4g-8360 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64 x86_64 x86_64 GNU/Linux 07:08:26 07:08:26 07:08:26 ---> lscpu: 07:08:26 Architecture: x86_64 07:08:26 CPU op-mode(s): 32-bit, 64-bit 07:08:26 Address sizes: 40 bits physical, 48 bits virtual 07:08:26 Byte Order: Little Endian 07:08:26 CPU(s): 4 07:08:26 On-line CPU(s) list: 0-3 07:08:26 Vendor ID: AuthenticAMD 07:08:26 Model name: AMD EPYC-Rome Processor 07:08:26 CPU family: 23 07:08:26 Model: 49 07:08:26 Thread(s) per core: 1 07:08:26 Core(s) per socket: 1 07:08:26 Socket(s): 4 07:08:26 Stepping: 0 07:08:26 BogoMIPS: 5599.99 07:08:26 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 07:08:26 Virtualization: AMD-V 07:08:26 Hypervisor vendor: KVM 07:08:26 Virtualization type: full 07:08:26 L1d cache: 128 KiB (4 instances) 07:08:26 L1i cache: 128 KiB (4 instances) 07:08:26 L2 cache: 2 MiB (4 instances) 07:08:26 L3 cache: 64 MiB (4 instances) 07:08:26 NUMA node(s): 1 07:08:26 NUMA node0 CPU(s): 0-3 07:08:26 Vulnerability Gather data sampling: Not affected 07:08:26 Vulnerability Indirect target selection: Not affected 07:08:26 Vulnerability Itlb multihit: Not affected 07:08:26 Vulnerability L1tf: Not affected 07:08:26 Vulnerability Mds: Not affected 07:08:26 Vulnerability Meltdown: Not affected 07:08:26 Vulnerability Mmio stale data: Not affected 07:08:26 Vulnerability Reg file data sampling: Not affected 07:08:26 Vulnerability Retbleed: Mitigation; untrained return thunk; SMT disabled 07:08:26 Vulnerability Spec rstack overflow: Mitigation; SMT disabled 07:08:26 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:08:26 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 07:08:26 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 07:08:26 Vulnerability Srbds: Not affected 07:08:26 Vulnerability Tsa: Not affected 07:08:26 Vulnerability Tsx async abort: Not affected 07:08:26 Vulnerability Vmscape: Not affected 07:08:26 07:08:26 07:08:26 ---> nproc: 07:08:26 4 07:08:26 07:08:26 07:08:26 ---> df -h: 07:08:26 Filesystem Size Used Avail Use% Mounted on 07:08:26 tmpfs 1.6G 1.1M 1.6G 1% /run 07:08:26 /dev/vda1 78G 11G 67G 14% / 07:08:26 tmpfs 7.9G 0 7.9G 0% /dev/shm 07:08:26 tmpfs 5.0M 0 5.0M 0% /run/lock 07:08:26 /dev/vda15 105M 6.1M 99M 6% /boot/efi 07:08:26 tmpfs 1.6G 4.0K 1.6G 1% /run/user/1001 07:08:26 07:08:26 07:08:26 ---> free -m: 07:08:26 total used free shared buff/cache available 07:08:26 Mem: 15989 669 12643 4 2675 14990 07:08:26 Swap: 1023 0 1023 07:08:26 07:08:26 07:08:26 ---> ip addr: 07:08:26 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 07:08:26 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:08:26 inet 127.0.0.1/8 scope host lo 07:08:26 valid_lft forever preferred_lft forever 07:08:26 inet6 ::1/128 scope host 07:08:26 valid_lft forever preferred_lft forever 07:08:26 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 07:08:26 link/ether fa:16:3e:ed:7f:38 brd ff:ff:ff:ff:ff:ff 07:08:26 altname enp0s3 07:08:26 inet 10.30.170.24/23 metric 100 brd 10.30.171.255 scope global dynamic ens3 07:08:26 valid_lft 86226sec preferred_lft 86226sec 07:08:26 inet6 fe80::f816:3eff:feed:7f38/64 scope link 07:08:26 valid_lft forever preferred_lft forever 07:08:26 3: docker0: mtu 1458 qdisc noqueue state DOWN group default 07:08:26 link/ether d2:58:5d:d4:96:07 brd ff:ff:ff:ff:ff:ff 07:08:26 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:08:26 valid_lft forever preferred_lft forever 07:08:26 07:08:26 07:08:26 ---> sar -b -r -n DEV: 07:08:26 Linux 5.15.0-186-generic (prd-ubuntu2204-builder-4c-4g-8360) 09/15/26 _x86_64_ (4 CPU) 07:08:26 07:08:26 07:05:37 LINUX RESTART (4 CPU) 07:08:26 07:08:26 07:08:26 ---> sar -P ALL: 07:08:26 Linux 5.15.0-186-generic (prd-ubuntu2204-builder-4c-4g-8360) 09/15/26 _x86_64_ (4 CPU) 07:08:26 07:08:26 07:05:37 LINUX RESTART (4 CPU) 07:08:26 07:08:26 07:08:26