08:41:34 Started by user Robert Varga 08:41:34 Running as SYSTEM 08:41:34 [EnvInject] - Loading node environment variables. 08:41:34 Building remotely on prd-ubuntu2204-builder-4c-4g-450499 (ubuntu2204-builder-4c-4g) in workspace /w/workspace/autorelease-gerrit-branch-lock-chromium 08:41:35 [ssh-agent] Looking for ssh-agent implementation... 08:41:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:41:35 $ ssh-agent 08:41:35 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXOs1TTF/agent.1568 08:41:35 SSH_AGENT_PID=1570 08:41:35 [ssh-agent] Started. 08:41:35 Running ssh-add (command line suppressed) 08:41:35 Identity added: /w/workspace/autorelease-gerrit-branch-lock-chromium@tmp/private_key_1119849501596215106.key (/w/workspace/autorelease-gerrit-branch-lock-chromium@tmp/private_key_1119849501596215106.key) 08:41:35 [ssh-agent] Using credentials jenkins (jenkins-ssh) 08:41:35 The recommended git tool is: NONE 08:41:37 using credential jenkins-ssh 08:41:37 Wiping out workspace first. 08:41:37 Cloning the remote Git repository 08:41:37 Cloning repository git://devvexx.opendaylight.org/mirror/releng/autorelease 08:41:37 > git init /w/workspace/autorelease-gerrit-branch-lock-chromium # timeout=10 08:41:37 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/releng/autorelease 08:41:37 > git --version # timeout=10 08:41:37 > git --version # 'git version 2.34.1' 08:41:37 using GIT_SSH to set credentials jenkins-ssh 08:41:37 Verifying host key using known hosts file, will automatically accept unseen keys 08:41:37 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/releng/autorelease +refs/heads/*:refs/remotes/origin/* # timeout=10 08:41:40 > git config remote.origin.url git://devvexx.opendaylight.org/mirror/releng/autorelease # timeout=10 08:41:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:41:40 Avoid second fetch 08:41:40 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 08:41:40 Checking out Revision ba76a34622edb293a25411b2190fc174f43d513b (refs/remotes/origin/master) 08:41:40 > git config core.sparsecheckout # timeout=10 08:41:40 > git checkout -f ba76a34622edb293a25411b2190fc174f43d513b # timeout=10 08:41:40 Commit message: "Update git submodules" 08:41:40 > git rev-list --no-walk 1f140330fa690be581554861c72e984d6c4f796e # timeout=10 08:41:44 provisioning config files... 08:41:44 copy managed file [npmrc] to file:/home/jenkins/.npmrc 08:41:44 copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf 08:41:44 [autorelease-gerrit-branch-lock-chromium] $ /bin/bash /tmp/jenkins12131916912075521578.sh 08:41:44 ---> autorelease-gerrit-branch-lock.sh 08:41:44 Cloning into 'All-Projects'... 08:41:46 Total 2016 (delta 636), reused 2016 (delta 636) 08:41:46 Note: switching to '8b1a22f5bce9927fe9bcdce04959156bd62c7d9a'. 08:41:46 08:41:46 You are in 'detached HEAD' state. You can look around, make experimental 08:41:46 changes and commit them, and you can discard any commits you make in this 08:41:46 state without impacting any branches by switching back to a branch. 08:41:46 08:41:46 If you want to create a new branch to retain commits you create, you may 08:41:46 do so (now or later) by using -c with the switch command. Example: 08:41:46 08:41:46 git switch -c 08:41:46 08:41:46 Or undo this operation with: 08:41:46 08:41:46 git switch - 08:41:46 08:41:46 Turn off this advice by setting config variable advice.detachedHead to false 08:41:46 08:41:48 From ssh://git.opendaylight.org:29418/All-Projects 08:41:48 * [new ref] refs/meta/config -> config 08:41:48 Switched to branch 'config' 08:41:54 + case $mode in 08:41:54 + echo 'INFO: Unlocking branch: master' 08:41:54 INFO: Unlocking branch: master 08:41:54 + git config -f project.config --remove-section access.refs/heads/master 08:41:54 + git commit -asm 'Chore: Unlock branch master' 08:41:54 [config 5af2528] Chore: Unlock branch master 08:41:54 1 file changed, 6 deletions(-) 08:41:54 + git diff HEAD~1 08:41:54 diff --git a/project.config b/project.config 08:41:54 index 03d812c..c00ee75 100644 08:41:54 --- a/project.config 08:41:54 +++ b/project.config 08:41:54 @@ -152,9 +152,3 @@ 08:41:54 exclusiveGroupPermissions = create 08:41:54 create = block group Registered Users 08:41:54 create = group Release Engineering Team 08:41:54 -[access "refs/heads/master"] 08:41:54 - exclusiveGroupPermissions = submit 08:41:54 - submit = group Release Engineering Team 08:41:54 - removeReviewer = group Release Engineering Team 08:41:54 - label-Code-Review = -2..+2 group Release Engineering Team 08:41:54 - label-Verified = -1..+1 group Release Engineering Team 08:41:54 + '[' false = true ']' 08:41:54 + echo 'INFO: Pushing changes to the repository.' 08:41:54 INFO: Pushing changes to the repository. 08:41:54 + git push origin HEAD:refs/meta/config 08:41:56 remote: remote: Processing changes: refs: 1 remote: Processing changes: refs: 1 remote: Processing changes: refs: 1, done 08:41:56 To ssh://git.opendaylight.org:29418/All-Projects 08:41:56 8b1a22f..5af2528 HEAD -> refs/meta/config 08:41:56 $ ssh-agent -k 08:41:56 unset SSH_AUTH_SOCK; 08:41:56 unset SSH_AGENT_PID; 08:41:56 echo Agent pid 1570 killed; 08:41:56 [ssh-agent] Stopped. 08:41:56 [PostBuildScript] - [INFO] Executing post build scripts. 08:41:56 [autorelease-gerrit-branch-lock-chromium] $ /bin/bash /tmp/jenkins14592284910527462719.sh 08:41:56 ---> sysstat.sh 08:41:57 [autorelease-gerrit-branch-lock-chromium] $ /bin/bash /tmp/jenkins5229411116420900133.sh 08:41:57 ---> package-listing.sh 08:41:57 ++ tr '[:upper:]' '[:lower:]' 08:41:57 ++ facter osfamily 08:41:57 + OS_FAMILY=debian 08:41:57 + workspace=/w/workspace/autorelease-gerrit-branch-lock-chromium 08:41:57 + START_PACKAGES=/tmp/packages_start.txt 08:41:57 + END_PACKAGES=/tmp/packages_end.txt 08:41:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:41:57 + PACKAGES=/tmp/packages_start.txt 08:41:57 + '[' /w/workspace/autorelease-gerrit-branch-lock-chromium ']' 08:41:57 + PACKAGES=/tmp/packages_end.txt 08:41:57 + case "${OS_FAMILY}" in 08:41:57 + grep '^ii' 08:41:57 + dpkg -l 08:41:57 + '[' -f /tmp/packages_start.txt ']' 08:41:57 + '[' -f /tmp/packages_end.txt ']' 08:41:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:41:57 + '[' /w/workspace/autorelease-gerrit-branch-lock-chromium ']' 08:41:57 + mkdir -p /w/workspace/autorelease-gerrit-branch-lock-chromium/archives/ 08:41:57 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/autorelease-gerrit-branch-lock-chromium/archives/ 08:41:57 [autorelease-gerrit-branch-lock-chromium] $ /bin/bash /tmp/jenkins5926167186493535945.sh 08:41:57 ---> capture-instance-metadata.sh 08:41:57 Setup pyenv: 08:41:57 * system (set by /opt/pyenv/version) 08:41:57 * 3.8.20 (set by /opt/pyenv/version) 08:41:57 * 3.9.20 (set by /opt/pyenv/version) 08:41:57 3.10.15 08:41:57 3.11.10 08:42:02 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-VqnP 08:42:02 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 08:42:02 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 08:42:02 lf-activate-venv(): INFO: Attempting to install with network-safe options... 08:42:06 lf-activate-venv(): INFO: Base packages installed successfully 08:42:06 lf-activate-venv(): INFO: Installing additional packages: lftools 08:42:32 lf-activate-venv(): INFO: Adding /tmp/venv-VqnP/bin to PATH 08:42:32 INFO: Running in OpenStack, capturing instance metadata 08:42:32 [autorelease-gerrit-branch-lock-chromium] $ /bin/bash /tmp/jenkins3455460063595133912.sh 08:42:32 provisioning config files... 08:42:32 Could not find credentials [logs] for autorelease-gerrit-branch-lock-chromium #6 08:42:32 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/autorelease-gerrit-branch-lock-chromium@tmp/config3860189118940623539tmp 08:42:32 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[odl-logs-s3-cloudfront-index] 08:42:32 Run condition [Regular expression match] enabling perform for step [Provide Configuration files] 08:42:32 provisioning config files... 08:42:33 copy managed file [jenkins-s3-log-ship] to file:/home/jenkins/.aws/credentials 08:42:33 [EnvInject] - Injecting environment variables from a build step. 08:42:33 [EnvInject] - Injecting as environment variables the properties content 08:42:33 SERVER_ID=logs 08:42:33 08:42:33 [EnvInject] - Variables injected successfully. 08:42:33 [autorelease-gerrit-branch-lock-chromium] $ /bin/bash /tmp/jenkins16795226255097298156.sh 08:42:33 ---> create-netrc.sh 08:42:33 WARN: Log server credential not found. 08:42:33 [autorelease-gerrit-branch-lock-chromium] $ /bin/bash /tmp/jenkins6265308883359456160.sh 08:42:33 ---> python-tools-install.sh 08:42:33 Setup pyenv: 08:42:33 system 08:42:33 3.8.20 08:42:33 3.9.20 08:42:33 3.10.15 08:42:33 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-chromium/.python-version) 08:42:33 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-VqnP from file:/tmp/.os_lf_venv 08:42:33 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 08:42:33 lf-activate-venv(): INFO: Attempting to install with network-safe options... 08:42:35 lf-activate-venv(): INFO: Base packages installed successfully 08:42:35 lf-activate-venv(): INFO: Installing additional packages: lftools 08:42:44 lf-activate-venv(): INFO: Adding /tmp/venv-VqnP/bin to PATH 08:42:44 Generating Requirements File 08:43:03 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:43:03 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 08:43:03 Python 3.11.10 08:43:04 pip 26.0.1 from /tmp/venv-VqnP/lib/python3.11/site-packages/pip (python 3.11) 08:43:04 appdirs==1.4.4 08:43:04 argcomplete==3.6.3 08:43:04 aspy.yaml==1.3.0 08:43:04 attrs==25.4.0 08:43:04 autopage==0.6.0 08:43:04 beautifulsoup4==4.14.3 08:43:04 boto3==1.42.66 08:43:04 botocore==1.42.66 08:43:04 bs4==0.0.2 08:43:04 certifi==2026.2.25 08:43:04 cffi==2.0.0 08:43:04 cfgv==3.5.0 08:43:04 chardet==7.1.0 08:43:04 charset-normalizer==3.4.5 08:43:04 click==8.3.1 08:43:04 cliff==4.13.2 08:43:04 cmd2==3.4.0 08:43:04 cryptography==3.3.2 08:43:04 debtcollector==3.0.0 08:43:04 decorator==5.2.1 08:43:04 defusedxml==0.7.1 08:43:04 Deprecated==1.3.1 08:43:04 distlib==0.4.0 08:43:04 dnspython==2.8.0 08:43:04 docker==7.1.0 08:43:04 dogpile.cache==1.5.0 08:43:04 durationpy==0.10 08:43:04 email-validator==2.3.0 08:43:04 filelock==3.25.2 08:43:04 future==1.0.0 08:43:04 gitdb==4.0.12 08:43:04 GitPython==3.1.46 08:43:04 httplib2==0.30.2 08:43:04 identify==2.6.17 08:43:04 idna==3.11 08:43:04 importlib-resources==1.5.0 08:43:04 iso8601==2.1.0 08:43:04 Jinja2==3.1.6 08:43:04 jmespath==1.1.0 08:43:04 jsonpatch==1.33 08:43:04 jsonpointer==3.0.0 08:43:04 jsonschema==4.26.0 08:43:04 jsonschema-specifications==2025.9.1 08:43:04 keystoneauth1==5.13.1 08:43:04 kubernetes==35.0.0 08:43:04 lftools==0.37.22 08:43:04 lxml==6.0.2 08:43:04 markdown-it-py==4.0.0 08:43:04 MarkupSafe==3.0.3 08:43:04 mdurl==0.1.2 08:43:04 msgpack==1.1.2 08:43:04 multi_key_dict==2.0.3 08:43:04 munch==4.0.0 08:43:04 netaddr==1.3.0 08:43:04 niet==1.4.2 08:43:04 nodeenv==1.10.0 08:43:04 oauth2client==4.1.3 08:43:04 oauthlib==3.3.1 08:43:04 openstacksdk==4.10.0 08:43:04 os-service-types==1.8.2 08:43:04 osc-lib==4.4.0 08:43:04 oslo.config==10.3.0 08:43:04 oslo.context==6.3.0 08:43:04 oslo.i18n==6.7.2 08:43:04 oslo.log==8.1.0 08:43:04 oslo.serialization==5.9.1 08:43:04 oslo.utils==10.0.0 08:43:04 packaging==26.0 08:43:04 pbr==7.0.3 08:43:04 platformdirs==4.9.4 08:43:04 prettytable==3.17.0 08:43:04 psutil==7.2.2 08:43:04 pyasn1==0.6.2 08:43:04 pyasn1_modules==0.4.2 08:43:04 pycparser==3.0 08:43:04 pygerrit2==2.0.15 08:43:04 PyGithub==2.8.1 08:43:04 Pygments==2.19.2 08:43:04 PyJWT==2.11.0 08:43:04 PyNaCl==1.6.2 08:43:04 pyparsing==2.4.7 08:43:04 pyperclip==1.11.0 08:43:04 pyrsistent==0.20.0 08:43:04 python-cinderclient==9.9.0 08:43:04 python-dateutil==2.9.0.post0 08:43:04 python-discovery==1.1.3 08:43:04 python-heatclient==5.1.0 08:43:04 python-jenkins==1.8.3 08:43:04 python-keystoneclient==5.8.0 08:43:04 python-magnumclient==4.10.0 08:43:04 python-openstackclient==9.0.0 08:43:04 python-swiftclient==4.10.0 08:43:04 PyYAML==6.0.3 08:43:04 referencing==0.37.0 08:43:04 requests==2.32.5 08:43:04 requests-oauthlib==2.0.0 08:43:04 requestsexceptions==1.4.0 08:43:04 rfc3986==2.0.0 08:43:04 rich==14.3.3 08:43:04 rich-argparse==1.7.2 08:43:04 rpds-py==0.30.0 08:43:04 rsa==4.9.1 08:43:04 ruamel.yaml==0.19.1 08:43:04 ruamel.yaml.clib==0.2.15 08:43:04 s3transfer==0.16.0 08:43:04 simplejson==3.20.2 08:43:04 six==1.17.0 08:43:04 smmap==5.0.3 08:43:04 soupsieve==2.8.3 08:43:04 stevedore==5.7.0 08:43:04 tabulate==0.10.0 08:43:04 toml==0.10.2 08:43:04 tomlkit==0.14.0 08:43:04 tqdm==4.67.3 08:43:04 typing_extensions==4.15.0 08:43:04 urllib3==1.26.20 08:43:04 virtualenv==21.2.0 08:43:04 wcwidth==0.6.0 08:43:04 websocket-client==1.9.0 08:43:04 wrapt==2.1.2 08:43:04 xdg==6.0.0 08:43:04 xmltodict==1.0.4 08:43:04 yq==3.4.3 08:43:04 [autorelease-gerrit-branch-lock-chromium] $ /bin/sh /tmp/jenkins2618636710151453727.sh 08:43:04 ---> uv-install.sh 08:43:04 Installing uv/uvx (latest) using shell installer 08:43:04 2026-03-12 08:43:04 URL:https://release-assets.githubusercontent.com/github-production-release-asset/699532645/d7d3af66-8984-4d48-aaa2-0d01d2901582?sp=r&sv=2018-11-09&sr=b&spr=https&se=2026-03-12T09%3A31%3A19Z&rscd=attachment%3B+filename%3Duv-installer.sh&rsct=application%2Foctet-stream&skoid=96c2d410-5711-43a1-aedd-ab1947aa7ab0&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skt=2026-03-12T08%3A30%3A57Z&ske=2026-03-12T09%3A31%3A19Z&sks=b&skv=2018-11-09&sig=LhHQjn5RKjK6fVIH0qJ4E7A%2B%2BJ2SK7og%2FMfj9KLWqiM%3D&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmVsZWFzZS1hc3NldHMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwia2V5Ijoia2V5MSIsImV4cCI6MTc3MzMwNTE4NiwibmJmIjoxNzczMzA0ODg2LCJwYXRoIjoicmVsZWFzZWFzc2V0cHJvZHVjdGlvbi5ibG9iLmNvcmUud2luZG93cy5uZXQifQ.19OdPu8AJVKLySu_c9xAXF9iRL60CEBsUlz81CMUuBc&response-content-disposition=attachment%3B%20filename%3Duv-installer.sh&response-content-type=application%2Foctet-stream [68278/68278] -> "/tmp/uv-install-JFrRRO.sh" [1] 08:43:04 downloading uv 0.10.9 x86_64-unknown-linux-gnu 08:43:04 no checksums to verify 08:43:05 installing to /home/jenkins/.local/bin 08:43:05 uv 08:43:05 uvx 08:43:05 everything's installed! 08:43:05 08:43:05 To add $HOME/.local/bin to your PATH, either restart your shell or run: 08:43:05 08:43:05 source $HOME/.local/bin/env (sh, bash, zsh) 08:43:05 source $HOME/.local/bin/env.fish (fish) 08:43:05 Adding install location to PATH 08:43:05 ---> Validating uv/uvx install 08:43:05 uvx 0.10.9 08:43:05 [autorelease-gerrit-branch-lock-chromium] $ /bin/bash /tmp/jenkins4236099780482735249.sh 08:43:05 ---> sudo-logs.sh 08:43:05 Archiving 'sudo' log.. 08:43:05 [autorelease-gerrit-branch-lock-chromium] $ /bin/bash /tmp/jenkins1418496361096288511.sh 08:43:05 ---> job-cost.sh 08:43:05 INFO: Activating Python virtual environment... 08:43:05 Setup pyenv: 08:43:05 system 08:43:05 3.8.20 08:43:05 3.9.20 08:43:05 3.10.15 08:43:05 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-chromium/.python-version) 08:43:06 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-VqnP from file:/tmp/.os_lf_venv 08:43:06 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 08:43:06 lf-activate-venv(): INFO: Attempting to install with network-safe options... 08:43:07 lf-activate-venv(): INFO: Base packages installed successfully 08:43:07 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 08:43:13 lf-activate-venv(): INFO: Adding /tmp/venv-VqnP/bin to PATH 08:43:13 INFO: No stack-cost file found 08:43:13 INFO: Instance uptime: 143s 08:43:13 INFO: Fetching instance metadata (attempt 1 of 3)... 08:43:13 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 08:43:13 INFO: Successfully fetched instance metadata 08:43:13 INFO: Instance type: v3-standard-4 08:43:13 INFO: Retrieving pricing info for: v3-standard-4 08:43:13 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 08:43:13 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=143 08:43:14 INFO: Successfully fetched Vexxhost pricing API 08:43:14 INFO: Retrieved cost: 0.11 08:43:14 INFO: Retrieved resource: v3-standard-4 08:43:14 INFO: Creating archive directory: /w/workspace/autorelease-gerrit-branch-lock-chromium/archives/cost 08:43:14 INFO: Archiving costs to: /w/workspace/autorelease-gerrit-branch-lock-chromium/archives/cost.csv 08:43:14 INFO: Successfully archived job cost data 08:43:14 DEBUG: Cost data: autorelease-gerrit-branch-lock-chromium,6,2026-03-12 08:43:14,v3-standard-4,143,0.11,0.00,SUCCESS 08:43:14 [autorelease-gerrit-branch-lock-chromium] $ /bin/bash -l /tmp/jenkins10228363880443396261.sh 08:43:14 ---> logs-deploy.sh 08:43:14 Setup pyenv: 08:43:14 system 08:43:14 3.8.20 08:43:14 3.9.20 08:43:14 3.10.15 08:43:14 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-chromium/.python-version) 08:43:14 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-VqnP from file:/tmp/.os_lf_venv 08:43:14 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 08:43:14 lf-activate-venv(): INFO: Attempting to install with network-safe options... 08:43:16 lf-activate-venv(): INFO: Base packages installed successfully 08:43:16 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 08:43:34 lf-activate-venv(): INFO: Adding /tmp/venv-VqnP/bin to PATH 08:43:34 WARNING: Nexus logging server not set 08:43:34 INFO: S3 path logs/releng/vex-yul-odl-jenkins-1/autorelease-gerrit-branch-lock-chromium/6/ 08:43:34 INFO: archiving logs to S3 08:43:34 /tmp/venv-VqnP/lib/python3.11/site-packages/requests/__init__.py:113: RequestsDependencyWarning: urllib3 (1.26.20) or chardet (7.1.0)/charset_normalizer (3.4.5) doesn't match a supported version! 08:43:34 warnings.warn( 08:43:35 ---> uname -a: 08:43:35 Linux prd-ubuntu2204-builder-4c-4g-450499 5.15.0-171-generic #181-Ubuntu SMP Fri Feb 6 22:44:50 UTC 2026 x86_64 x86_64 x86_64 GNU/Linux 08:43:35 08:43:35 08:43:35 ---> lscpu: 08:43:35 Architecture: x86_64 08:43:35 CPU op-mode(s): 32-bit, 64-bit 08:43:35 Address sizes: 40 bits physical, 48 bits virtual 08:43:35 Byte Order: Little Endian 08:43:35 CPU(s): 4 08:43:35 On-line CPU(s) list: 0-3 08:43:35 Vendor ID: AuthenticAMD 08:43:35 Model name: AMD EPYC-Rome Processor 08:43:35 CPU family: 23 08:43:35 Model: 49 08:43:35 Thread(s) per core: 1 08:43:35 Core(s) per socket: 1 08:43:35 Socket(s): 4 08:43:35 Stepping: 0 08:43:35 BogoMIPS: 5600.00 08:43:35 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:43:35 Virtualization: AMD-V 08:43:35 Hypervisor vendor: KVM 08:43:35 Virtualization type: full 08:43:35 L1d cache: 128 KiB (4 instances) 08:43:35 L1i cache: 128 KiB (4 instances) 08:43:35 L2 cache: 2 MiB (4 instances) 08:43:35 L3 cache: 64 MiB (4 instances) 08:43:35 NUMA node(s): 1 08:43:35 NUMA node0 CPU(s): 0-3 08:43:35 Vulnerability Gather data sampling: Not affected 08:43:35 Vulnerability Indirect target selection: Not affected 08:43:35 Vulnerability Itlb multihit: Not affected 08:43:35 Vulnerability L1tf: Not affected 08:43:35 Vulnerability Mds: Not affected 08:43:35 Vulnerability Meltdown: Not affected 08:43:35 Vulnerability Mmio stale data: Not affected 08:43:35 Vulnerability Reg file data sampling: Not affected 08:43:35 Vulnerability Retbleed: Mitigation; untrained return thunk; SMT disabled 08:43:35 Vulnerability Spec rstack overflow: Mitigation; SMT disabled 08:43:35 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:43:35 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 08:43:35 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 08:43:35 Vulnerability Srbds: Not affected 08:43:35 Vulnerability Tsa: Not affected 08:43:35 Vulnerability Tsx async abort: Not affected 08:43:35 Vulnerability Vmscape: Not affected 08:43:35 08:43:35 08:43:35 ---> nproc: 08:43:35 4 08:43:35 08:43:35 08:43:35 ---> df -h: 08:43:35 Filesystem Size Used Avail Use% Mounted on 08:43:35 tmpfs 1.6G 1.1M 1.6G 1% /run 08:43:35 /dev/vda1 78G 8.4G 69G 11% / 08:43:35 tmpfs 7.9G 0 7.9G 0% /dev/shm 08:43:35 tmpfs 5.0M 0 5.0M 0% /run/lock 08:43:35 /dev/vda15 105M 6.1M 99M 6% /boot/efi 08:43:35 tmpfs 1.6G 4.0K 1.6G 1% /run/user/1001 08:43:35 08:43:35 08:43:35 ---> free -m: 08:43:35 total used free shared buff/cache available 08:43:35 Mem: 15989 648 12807 4 2533 15016 08:43:35 Swap: 1023 0 1023 08:43:35 08:43:35 08:43:35 ---> ip addr: 08:43:35 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 08:43:35 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:43:35 inet 127.0.0.1/8 scope host lo 08:43:35 valid_lft forever preferred_lft forever 08:43:35 inet6 ::1/128 scope host 08:43:35 valid_lft forever preferred_lft forever 08:43:35 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 08:43:35 link/ether fa:16:3e:d0:44:6a brd ff:ff:ff:ff:ff:ff 08:43:35 altname enp0s3 08:43:35 inet 10.30.170.133/23 metric 100 brd 10.30.171.255 scope global dynamic ens3 08:43:35 valid_lft 86243sec preferred_lft 86243sec 08:43:35 inet6 fe80::f816:3eff:fed0:446a/64 scope link 08:43:35 valid_lft forever preferred_lft forever 08:43:35 3: docker0: mtu 1458 qdisc noqueue state DOWN group default 08:43:35 link/ether 1e:1b:11:f3:2b:0f brd ff:ff:ff:ff:ff:ff 08:43:35 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:43:35 valid_lft forever preferred_lft forever 08:43:35 08:43:35 08:43:35 ---> sar -b -r -n DEV: 08:43:35 Linux 5.15.0-171-generic (prd-ubuntu2204-builder-4c-4g-450499) 03/12/26 _x86_64_ (4 CPU) 08:43:35 08:43:35 08:41:00 LINUX RESTART (4 CPU) 08:43:35 08:43:35 08:43:35 ---> sar -P ALL: 08:43:35 Linux 5.15.0-171-generic (prd-ubuntu2204-builder-4c-4g-450499) 03/12/26 _x86_64_ (4 CPU) 08:43:35 08:43:35 08:41:00 LINUX RESTART (4 CPU) 08:43:35 08:43:35 08:43:35