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