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