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