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