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