09:28:02 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/143866 09:28:02 Running as SYSTEM 09:28:02 [EnvInject] - Loading node environment variables. 09:28:02 Building remotely on prd-ubuntu1804-builder-4c-4g-3427 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-pre-commit-lint 09:28:02 [ssh-agent] Looking for ssh-agent implementation... 09:28:02 $ ssh-agent 09:28:02 SSH_AUTH_SOCK=/tmp/ssh-dW2CxX8bBW9D/agent.1614 09:28:02 SSH_AGENT_PID=1616 09:28:02 [ssh-agent] Started. 09:28:02 Running ssh-add (command line suppressed) 09:28:02 Identity added: /w/workspace/oom-master-pre-commit-lint@tmp/private_key_16309282466440493794.key (/w/workspace/oom-master-pre-commit-lint@tmp/private_key_16309282466440493794.key) 09:28:02 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 09:28:02 The recommended git tool is: NONE 09:28:04 using credential onap-jenkins-ssh 09:28:04 Wiping out workspace first. 09:28:04 Cloning the remote Git repository 09:28:04 Cloning repository git://cloud.onap.org/mirror/oom.git 09:28:04 > git init /w/workspace/oom-master-pre-commit-lint # timeout=10 09:28:04 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 09:28:04 > git --version # timeout=10 09:28:04 > git --version # 'git version 2.17.1' 09:28:04 using GIT_SSH to set credentials Gerrit user 09:28:04 Verifying host key using manually-configured host key entries 09:28:04 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 09:28:09 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 09:28:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:28:09 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 09:28:09 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 09:28:09 using GIT_SSH to set credentials Gerrit user 09:28:09 Verifying host key using manually-configured host key entries 09:28:09 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/66/143866/1 # timeout=30 09:28:10 > git rev-parse 584ef5347338879e950fae794d762f6efc87f7d8^{commit} # timeout=10 09:28:10 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 09:28:10 Checking out Revision 584ef5347338879e950fae794d762f6efc87f7d8 (refs/changes/66/143866/1) 09:28:10 > git config core.sparsecheckout # timeout=10 09:28:10 > git checkout -f 584ef5347338879e950fae794d762f6efc87f7d8 # timeout=30 09:28:13 Commit message: "[DCAEGEN2] Datalake 1.1.3 images" 09:28:13 > git rev-parse FETCH_HEAD^{commit} # timeout=10 09:28:13 > git rev-list --no-walk b4baa121c07184c563880e9a620f5c289624ea0c # timeout=10 09:28:13 [EnvInject] - Injecting environment variables from a build step. 09:28:13 [EnvInject] - Injecting as environment variables the properties content 09:28:13 PYTHON=python3 09:28:13 09:28:13 [EnvInject] - Variables injected successfully. 09:28:13 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins14684556290965099774.sh 09:28:13 ---> tox-install.sh 09:28:13 + source /home/jenkins/lf-env.sh 09:28:13 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 09:28:13 ++ mktemp -d /tmp/venv-XXXX 09:28:13 + lf_venv=/tmp/venv-IsOh 09:28:13 + local venv_file=/tmp/.os_lf_venv 09:28:13 + local python=python3 09:28:13 + local options 09:28:13 + local set_path=true 09:28:13 + local install_args= 09:28:13 ++ getopt -o np:v: -l no-path,system-site-packages,python:,venv-file: -n lf-activate-venv -- --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 09:28:13 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 09:28:13 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 09:28:13 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 09:28:13 + true 09:28:13 + case $1 in 09:28:13 + venv_file=/tmp/.toxenv 09:28:13 + shift 2 09:28:13 + true 09:28:13 + case $1 in 09:28:13 + shift 09:28:13 + break 09:28:13 + case $python in 09:28:13 + local pkg_list= 09:28:13 + [[ -d /opt/pyenv ]] 09:28:13 + echo 'Setup pyenv:' 09:28:13 Setup pyenv: 09:28:13 + export PYENV_ROOT=/opt/pyenv 09:28:13 + PYENV_ROOT=/opt/pyenv 09:28:13 + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 09:28:13 + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 09:28:13 + pyenv versions 09:28:14 * system (set by /opt/pyenv/version) 09:28:14 * 3.8.13 (set by /opt/pyenv/version) 09:28:14 * 3.9.13 (set by /opt/pyenv/version) 09:28:14 * 3.10.6 (set by /opt/pyenv/version) 09:28:14 + command -v pyenv 09:28:14 ++ pyenv init - --no-rehash 09:28:14 + eval 'PATH="$(bash --norc -ec '\''IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "'\''/opt/pyenv/shims'\''" ]]; then unset '\''\'\'''\''paths[i]'\''\'\'''\''; fi; done; echo "${paths[*]}"'\'')" 09:28:14 export PATH="/opt/pyenv/shims:${PATH}" 09:28:14 export PYENV_SHELL=bash 09:28:14 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 09:28:14 pyenv() { 09:28:14 local command 09:28:14 command="${1:-}" 09:28:14 if [ "$#" -gt 0 ]; then 09:28:14 shift 09:28:14 fi 09:28:14 09:28:14 case "$command" in 09:28:14 rehash|shell) 09:28:14 eval "$(pyenv "sh-$command" "$@")" 09:28:14 ;; 09:28:14 *) 09:28:14 command pyenv "$command" "$@" 09:28:14 ;; 09:28:14 esac 09:28:14 }' 09:28:14 +++ bash --norc -ec 'IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "/opt/pyenv/shims" ]]; then unset '\''paths[i]'\''; fi; done; echo "${paths[*]}"' 09:28:14 ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 09:28:14 ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 09:28:14 ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 09:28:14 ++ export PYENV_SHELL=bash 09:28:14 ++ PYENV_SHELL=bash 09:28:14 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 09:28:14 +++ complete -F _pyenv pyenv 09:28:14 ++ lf-pyver python3 09:28:14 ++ local py_version_xy=python3 09:28:14 ++ local py_version_xyz= 09:28:14 ++ pyenv versions 09:28:14 ++ local command 09:28:14 ++ command=versions 09:28:14 ++ '[' 1 -gt 0 ']' 09:28:14 ++ shift 09:28:14 ++ case "$command" in 09:28:14 ++ command pyenv versions 09:28:14 ++ pyenv versions 09:28:14 ++ awk '{ print $1 }' 09:28:14 ++ grep -E '^[0-9.]*[0-9]$' 09:28:14 ++ sed 's/^[ *]* //' 09:28:14 ++ [[ ! -s /tmp/.pyenv_versions ]] 09:28:14 +++ grep '^3' /tmp/.pyenv_versions 09:28:14 +++ sort -V 09:28:14 +++ tail -n 1 09:28:14 ++ py_version_xyz=3.10.6 09:28:14 ++ [[ -z 3.10.6 ]] 09:28:14 ++ echo 3.10.6 09:28:14 ++ return 0 09:28:14 + pyenv local 3.10.6 09:28:14 + local command 09:28:14 + command=local 09:28:14 + '[' 2 -gt 0 ']' 09:28:14 + shift 09:28:14 + case "$command" in 09:28:14 + command pyenv local 3.10.6 09:28:14 + pyenv local 3.10.6 09:28:14 + for arg in "$@" 09:28:14 + case $arg in 09:28:14 + pkg_list+='tox ' 09:28:14 + for arg in "$@" 09:28:14 + case $arg in 09:28:14 + pkg_list+='virtualenv ' 09:28:14 + for arg in "$@" 09:28:14 + case $arg in 09:28:14 + pkg_list+='urllib3~=1.26.15 ' 09:28:14 + [[ -f /tmp/.toxenv ]] 09:28:14 + [[ ! -f /tmp/.toxenv ]] 09:28:14 + [[ -n '' ]] 09:28:14 + python3 -m venv /tmp/venv-IsOh 09:28:18 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-IsOh' 09:28:18 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-IsOh 09:28:18 + echo /tmp/venv-IsOh 09:28:18 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 09:28:18 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 09:28:18 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 09:28:18 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 09:28:18 + local 'pip_opts=--upgrade --quiet' 09:28:18 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 09:28:18 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 09:28:18 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 09:28:18 + [[ -n '' ]] 09:28:18 + [[ -n '' ]] 09:28:18 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 09:28:18 lf-activate-venv(): INFO: Attempting to install with network-safe options... 09:28:18 + /tmp/venv-IsOh/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org pip 'setuptools<66' virtualenv 09:28:22 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 09:28:22 lf-activate-venv(): INFO: Base packages installed successfully 09:28:22 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 09:28:22 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 09:28:22 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 09:28:22 + /tmp/venv-IsOh/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 09:28:24 + type python3 09:28:24 + true 09:28:24 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-IsOh/bin to PATH' 09:28:24 lf-activate-venv(): INFO: Adding /tmp/venv-IsOh/bin to PATH 09:28:24 + PATH=/tmp/venv-IsOh/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 09:28:24 + return 0 09:28:24 + python3 --version 09:28:24 Python 3.10.6 09:28:24 + python3 -m pip --version 09:28:25 pip 26.0.1 from /tmp/venv-IsOh/lib/python3.10/site-packages/pip (python 3.10) 09:28:25 + python3 -m pip freeze 09:28:25 cachetools==7.0.5 09:28:25 colorama==0.4.6 09:28:25 distlib==0.4.0 09:28:25 filelock==3.25.2 09:28:25 packaging==26.0 09:28:25 platformdirs==4.9.4 09:28:25 pluggy==1.6.0 09:28:25 pyproject-api==1.10.0 09:28:25 python-discovery==1.2.1 09:28:25 tomli==2.4.1 09:28:25 tomli_w==1.2.0 09:28:25 tox==4.52.0 09:28:25 typing_extensions==4.15.0 09:28:25 urllib3==1.26.20 09:28:25 virtualenv==21.2.0 09:28:25 [EnvInject] - Injecting environment variables from a build step. 09:28:25 [EnvInject] - Injecting as environment variables the properties content 09:28:25 PARALLEL=false 09:28:25 09:28:25 [EnvInject] - Variables injected successfully. 09:28:25 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins14878787442416381759.sh 09:28:25 ---> tox-run.sh 09:28:25 + PATH=/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 09:28:25 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-pre-commit-lint/archives/tox 09:28:25 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-pre-commit-lint/archives/docs 09:28:25 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/tox 09:28:25 + cd /w/workspace/oom-master-pre-commit-lint/. 09:28:25 + source /home/jenkins/lf-env.sh 09:28:25 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 09:28:25 ++ mktemp -d /tmp/venv-XXXX 09:28:25 + lf_venv=/tmp/venv-5NFS 09:28:25 + local venv_file=/tmp/.os_lf_venv 09:28:25 + local python=python3 09:28:25 + local options 09:28:25 + local set_path=true 09:28:25 + local install_args= 09:28:25 ++ getopt -o np:v: -l no-path,system-site-packages,python:,venv-file: -n lf-activate-venv -- --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 09:28:25 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 09:28:25 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 09:28:25 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 09:28:25 + true 09:28:25 + case $1 in 09:28:25 + venv_file=/tmp/.toxenv 09:28:25 + shift 2 09:28:25 + true 09:28:25 + case $1 in 09:28:25 + shift 09:28:25 + break 09:28:25 + case $python in 09:28:25 + local pkg_list= 09:28:25 + [[ -d /opt/pyenv ]] 09:28:25 + echo 'Setup pyenv:' 09:28:25 Setup pyenv: 09:28:25 + export PYENV_ROOT=/opt/pyenv 09:28:25 + PYENV_ROOT=/opt/pyenv 09:28:25 + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 09:28:25 + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 09:28:25 + pyenv versions 09:28:25 system 09:28:25 3.8.13 09:28:25 3.9.13 09:28:25 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 09:28:25 + command -v pyenv 09:28:25 ++ pyenv init - --no-rehash 09:28:25 + eval 'PATH="$(bash --norc -ec '\''IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "'\''/opt/pyenv/shims'\''" ]]; then unset '\''\'\'''\''paths[i]'\''\'\'''\''; fi; done; echo "${paths[*]}"'\'')" 09:28:25 export PATH="/opt/pyenv/shims:${PATH}" 09:28:25 export PYENV_SHELL=bash 09:28:25 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 09:28:25 pyenv() { 09:28:25 local command 09:28:25 command="${1:-}" 09:28:25 if [ "$#" -gt 0 ]; then 09:28:25 shift 09:28:25 fi 09:28:25 09:28:25 case "$command" in 09:28:25 rehash|shell) 09:28:25 eval "$(pyenv "sh-$command" "$@")" 09:28:25 ;; 09:28:25 *) 09:28:25 command pyenv "$command" "$@" 09:28:25 ;; 09:28:25 esac 09:28:25 }' 09:28:25 +++ bash --norc -ec 'IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "/opt/pyenv/shims" ]]; then unset '\''paths[i]'\''; fi; done; echo "${paths[*]}"' 09:28:25 ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 09:28:25 ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 09:28:25 ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 09:28:25 ++ export PYENV_SHELL=bash 09:28:25 ++ PYENV_SHELL=bash 09:28:25 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 09:28:25 +++ complete -F _pyenv pyenv 09:28:25 ++ lf-pyver python3 09:28:25 ++ local py_version_xy=python3 09:28:25 ++ local py_version_xyz= 09:28:25 ++ pyenv versions 09:28:25 ++ local command 09:28:25 ++ command=versions 09:28:25 ++ '[' 1 -gt 0 ']' 09:28:25 ++ shift 09:28:25 ++ case "$command" in 09:28:25 ++ command pyenv versions 09:28:25 ++ pyenv versions 09:28:25 ++ awk '{ print $1 }' 09:28:25 ++ sed 's/^[ *]* //' 09:28:25 ++ grep -E '^[0-9.]*[0-9]$' 09:28:25 ++ [[ ! -s /tmp/.pyenv_versions ]] 09:28:25 +++ grep '^3' /tmp/.pyenv_versions 09:28:25 +++ sort -V 09:28:25 +++ tail -n 1 09:28:25 ++ py_version_xyz=3.10.6 09:28:25 ++ [[ -z 3.10.6 ]] 09:28:25 ++ echo 3.10.6 09:28:25 ++ return 0 09:28:25 + pyenv local 3.10.6 09:28:25 + local command 09:28:25 + command=local 09:28:25 + '[' 2 -gt 0 ']' 09:28:25 + shift 09:28:25 + case "$command" in 09:28:25 + command pyenv local 3.10.6 09:28:25 + pyenv local 3.10.6 09:28:25 + for arg in "$@" 09:28:25 + case $arg in 09:28:25 + pkg_list+='tox ' 09:28:25 + for arg in "$@" 09:28:25 + case $arg in 09:28:25 + pkg_list+='virtualenv ' 09:28:25 + for arg in "$@" 09:28:25 + case $arg in 09:28:25 + pkg_list+='urllib3~=1.26.15 ' 09:28:25 + [[ -f /tmp/.toxenv ]] 09:28:25 ++ cat /tmp/.toxenv 09:28:25 + lf_venv=/tmp/venv-IsOh 09:28:25 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-IsOh from' file:/tmp/.toxenv 09:28:25 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-IsOh from file:/tmp/.toxenv 09:28:25 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 09:28:25 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 09:28:25 + local 'pip_opts=--upgrade --quiet' 09:28:25 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 09:28:25 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 09:28:25 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 09:28:25 + [[ -n '' ]] 09:28:25 + [[ -n '' ]] 09:28:25 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 09:28:25 lf-activate-venv(): INFO: Attempting to install with network-safe options... 09:28:25 + /tmp/venv-IsOh/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org pip 'setuptools<66' virtualenv 09:28:26 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 09:28:26 lf-activate-venv(): INFO: Base packages installed successfully 09:28:26 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 09:28:26 + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' 09:28:26 lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 09:28:26 + /tmp/venv-IsOh/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 09:28:27 + type python3 09:28:27 + true 09:28:27 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-IsOh/bin to PATH' 09:28:27 lf-activate-venv(): INFO: Adding /tmp/venv-IsOh/bin to PATH 09:28:27 + PATH=/tmp/venv-IsOh/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 09:28:27 + return 0 09:28:27 + [[ -d /opt/pyenv ]] 09:28:27 + echo '---> Setting up pyenv' 09:28:27 ---> Setting up pyenv 09:28:27 + export PYENV_ROOT=/opt/pyenv 09:28:27 + PYENV_ROOT=/opt/pyenv 09:28:27 + export PATH=/opt/pyenv/bin:/tmp/venv-IsOh/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 09:28:27 + PATH=/opt/pyenv/bin:/tmp/venv-IsOh/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 09:28:27 ++ pwd 09:28:27 + PYTHONPATH=/w/workspace/oom-master-pre-commit-lint 09:28:27 + export PYTHONPATH 09:28:27 + export TOX_TESTENV_PASSENV=PYTHONPATH 09:28:27 + TOX_TESTENV_PASSENV=PYTHONPATH 09:28:27 + tox --version 09:28:27 4.52.0 from /tmp/venv-IsOh/lib/python3.10/site-packages/tox/__init__.py 09:28:27 + PARALLEL=false 09:28:27 + TOX_OPTIONS_LIST= 09:28:27 + [[ -n pre-commit ]] 09:28:27 + TOX_OPTIONS_LIST=' -e pre-commit' 09:28:27 + case ${PARALLEL,,} in 09:28:27 + tox -e pre-commit 09:28:27 + tee -a /w/workspace/oom-master-pre-commit-lint/archives/tox/tox.log 09:28:29 pre-commit: install_deps> python -I -m pip install pre-commit 09:28:32 pre-commit: freeze> python -m pip freeze --all 09:28:32 pre-commit: cfgv==3.5.0,distlib==0.4.0,filelock==3.25.2,identify==2.6.18,nodeenv==1.10.0,pip==26.0.1,platformdirs==4.9.4,pre_commit==4.5.1,python-discovery==1.2.1,PyYAML==6.0.3,setuptools==82.0.0,typing_extensions==4.15.0,virtualenv==21.2.0 09:28:32 pre-commit: commands[0]> pre-commit run --all-files --show-diff-on-failure 09:28:32 [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. 09:28:32 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint. 09:28:33 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint:./gitlint-core[trusted-deps]. 09:28:34 [INFO] Initializing environment for https://github.com/Lucas-C/pre-commit-hooks. 09:28:34 [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. 09:28:34 [INFO] Once installed this environment will be reused. 09:28:34 [INFO] This may take a few minutes... 09:28:38 [INFO] Installing environment for https://github.com/Lucas-C/pre-commit-hooks. 09:28:38 [INFO] Once installed this environment will be reused. 09:28:38 [INFO] This may take a few minutes... 09:28:43 trim trailing whitespace.................................................Passed 09:28:43 Tabs remover.............................................................Passed 09:28:43 pre-commit: commands[1]> pre-commit run gitlint --hook-stage commit-msg --commit-msg-filename .git/COMMIT_EDITMSG 09:28:43 [INFO] Installing environment for https://github.com/jorisroovers/gitlint. 09:28:43 [INFO] Once installed this environment will be reused. 09:28:43 [INFO] This may take a few minutes... 09:28:52 gitlint..............................................(no files to check)Skipped 09:28:52 pre-commit: OK (23.95=setup[4.11]+cmd[11.26,8.58] seconds) 09:28:52 congratulations :) (23.99 seconds) 09:28:52 + tox_status=0 09:28:52 + echo '---> Completed tox runs' 09:28:52 ---> Completed tox runs 09:28:52 + for i in .tox/*/log 09:28:52 ++ echo .tox/pre-commit/log 09:28:52 ++ awk -F/ '{print $2}' 09:28:52 + tox_env=pre-commit 09:28:52 + cp -r .tox/pre-commit/log /w/workspace/oom-master-pre-commit-lint/archives/tox/pre-commit 09:28:52 + DOC_DIR=docs/_build/html 09:28:52 + [[ -d docs/_build/html ]] 09:28:52 + echo '---> tox-run.sh ends' 09:28:52 ---> tox-run.sh ends 09:28:52 + test 0 -eq 0 09:28:52 $ ssh-agent -k 09:28:52 unset SSH_AUTH_SOCK; 09:28:52 unset SSH_AGENT_PID; 09:28:52 echo Agent pid 1616 killed; 09:28:52 [ssh-agent] Stopped. 09:28:52 [PostBuildScript] - [INFO] Executing post build scripts. 09:28:52 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins1067949159824406121.sh 09:28:52 ---> sysstat.sh 09:28:52 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins8430950493319077512.sh 09:28:52 ---> package-listing.sh 09:28:52 ++ facter osfamily 09:28:52 ++ tr '[:upper:]' '[:lower:]' 09:28:52 + OS_FAMILY=debian 09:28:52 + workspace=/w/workspace/oom-master-pre-commit-lint 09:28:52 + START_PACKAGES=/tmp/packages_start.txt 09:28:52 + END_PACKAGES=/tmp/packages_end.txt 09:28:52 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:28:52 + PACKAGES=/tmp/packages_start.txt 09:28:52 + '[' /w/workspace/oom-master-pre-commit-lint ']' 09:28:52 + PACKAGES=/tmp/packages_end.txt 09:28:52 + case "${OS_FAMILY}" in 09:28:52 + dpkg -l 09:28:52 + grep '^ii' 09:28:52 + '[' -f /tmp/packages_start.txt ']' 09:28:52 + '[' -f /tmp/packages_end.txt ']' 09:28:52 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:28:52 + '[' /w/workspace/oom-master-pre-commit-lint ']' 09:28:52 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/ 09:28:52 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-pre-commit-lint/archives/ 09:28:52 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins16402436330436080975.sh 09:28:52 ---> capture-instance-metadata.sh 09:28:52 Setup pyenv: 09:28:52 system 09:28:52 3.8.13 09:28:52 3.9.13 09:28:52 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 09:28:56 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Vy85 09:28:56 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 09:28:56 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 09:28:56 lf-activate-venv(): INFO: Attempting to install with network-safe options... 09:29:00 lf-activate-venv(): INFO: Base packages installed successfully 09:29:00 lf-activate-venv(): INFO: Installing additional packages: lftools 09:29:22 lf-activate-venv(): INFO: Adding /tmp/venv-Vy85/bin to PATH 09:29:22 INFO: Running in OpenStack, capturing instance metadata 09:29:22 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins7705904126805413081.sh 09:29:22 provisioning config files... 09:29:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-pre-commit-lint@tmp/config10013497984360761113tmp 09:29:22 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 09:29:22 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 09:29:22 [EnvInject] - Injecting environment variables from a build step. 09:29:22 [EnvInject] - Injecting as environment variables the properties content 09:29:22 SERVER_ID=logs 09:29:22 09:29:22 [EnvInject] - Variables injected successfully. 09:29:22 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins7404513140709713.sh 09:29:22 ---> create-netrc.sh 09:29:22 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins8568111150043935274.sh 09:29:22 ---> python-tools-install.sh 09:29:22 Setup pyenv: 09:29:22 system 09:29:22 3.8.13 09:29:22 3.9.13 09:29:22 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 09:29:22 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Vy85 from file:/tmp/.os_lf_venv 09:29:22 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 09:29:22 lf-activate-venv(): INFO: Attempting to install with network-safe options... 09:29:25 lf-activate-venv(): INFO: Base packages installed successfully 09:29:25 lf-activate-venv(): INFO: Installing additional packages: lftools 09:29:34 lf-activate-venv(): INFO: Adding /tmp/venv-Vy85/bin to PATH 09:29:34 Generating Requirements File 09:29:52 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. 09:29:52 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 09:29:52 Python 3.10.6 09:29:52 pip 26.0.1 from /tmp/venv-Vy85/lib/python3.10/site-packages/pip (python 3.10) 09:29:52 appdirs==1.4.4 09:29:52 argcomplete==3.6.3 09:29:52 aspy.yaml==1.3.0 09:29:52 attrs==26.1.0 09:29:52 autopage==0.6.0 09:29:52 backports.strenum==1.3.1 09:29:52 beautifulsoup4==4.14.3 09:29:52 boto3==1.42.82 09:29:52 botocore==1.42.82 09:29:52 bs4==0.0.2 09:29:52 certifi==2026.2.25 09:29:52 cffi==2.0.0 09:29:52 cfgv==3.5.0 09:29:52 chardet==7.4.0.post2 09:29:52 charset-normalizer==3.4.7 09:29:52 click==8.3.1 09:29:52 cliff==4.13.2 09:29:52 cmd2==3.4.0 09:29:52 cryptography==3.3.2 09:29:52 debtcollector==3.1.0 09:29:52 decorator==5.2.1 09:29:52 defusedxml==0.7.1 09:29:52 Deprecated==1.3.1 09:29:52 distlib==0.4.0 09:29:52 dnspython==2.8.0 09:29:52 docker==7.1.0 09:29:52 dogpile.cache==1.5.0 09:29:52 durationpy==0.10 09:29:52 email-validator==2.3.0 09:29:52 filelock==3.25.2 09:29:52 future==1.0.0 09:29:52 gitdb==4.0.12 09:29:52 GitPython==3.1.46 09:29:52 httplib2==0.30.2 09:29:52 identify==2.6.18 09:29:52 idna==3.11 09:29:52 importlib-resources==1.5.0 09:29:52 iso8601==2.1.0 09:29:52 Jinja2==3.1.6 09:29:52 jmespath==1.1.0 09:29:52 jsonpatch==1.33 09:29:52 jsonpointer==3.1.1 09:29:52 jsonschema==4.26.0 09:29:52 jsonschema-specifications==2025.9.1 09:29:52 keystoneauth1==5.13.1 09:29:52 kubernetes==35.0.0 09:29:52 lftools==0.37.22 09:29:52 lxml==6.0.2 09:29:52 markdown-it-py==4.0.0 09:29:52 MarkupSafe==3.0.3 09:29:52 mdurl==0.1.2 09:29:52 msgpack==1.1.2 09:29:52 multi_key_dict==2.0.3 09:29:52 munch==4.0.0 09:29:52 netaddr==1.3.0 09:29:52 niet==1.4.2 09:29:52 nodeenv==1.10.0 09:29:52 oauth2client==4.1.3 09:29:52 oauthlib==3.3.1 09:29:52 openstacksdk==4.10.0 09:29:52 os-service-types==1.8.2 09:29:52 osc-lib==4.4.0 09:29:52 oslo.config==10.3.0 09:29:52 oslo.context==6.3.0 09:29:52 oslo.i18n==6.7.2 09:29:52 oslo.log==8.1.0 09:29:52 oslo.serialization==5.9.1 09:29:52 oslo.utils==10.0.0 09:29:52 packaging==26.0 09:29:52 pbr==7.0.3 09:29:52 platformdirs==4.9.4 09:29:52 prettytable==3.17.0 09:29:52 psutil==7.2.2 09:29:52 pyasn1==0.6.3 09:29:52 pyasn1_modules==0.4.2 09:29:52 pycparser==3.0 09:29:52 pygerrit2==2.0.15 09:29:52 PyGithub==2.9.0 09:29:52 Pygments==2.20.0 09:29:52 PyJWT==2.12.1 09:29:52 PyNaCl==1.6.2 09:29:52 pyparsing==2.4.7 09:29:52 pyperclip==1.11.0 09:29:52 pyrsistent==0.20.0 09:29:52 python-cinderclient==9.9.0 09:29:52 python-dateutil==2.9.0.post0 09:29:52 python-discovery==1.2.1 09:29:52 python-heatclient==5.1.0 09:29:52 python-jenkins==1.8.3 09:29:52 python-keystoneclient==5.8.0 09:29:52 python-magnumclient==4.10.0 09:29:52 python-openstackclient==9.0.0 09:29:52 python-swiftclient==4.10.0 09:29:52 PyYAML==6.0.3 09:29:52 referencing==0.37.0 09:29:52 requests==2.33.1 09:29:52 requests-oauthlib==2.0.0 09:29:52 requestsexceptions==1.4.0 09:29:52 rfc3986==2.0.0 09:29:52 rich==14.3.3 09:29:52 rich-argparse==1.7.2 09:29:52 rpds-py==0.30.0 09:29:52 rsa==4.9.1 09:29:52 ruamel.yaml==0.19.1 09:29:52 ruamel.yaml.clib==0.2.15 09:29:52 s3transfer==0.16.0 09:29:52 simplejson==3.20.2 09:29:52 six==1.17.0 09:29:52 smmap==5.0.3 09:29:52 soupsieve==2.8.3 09:29:52 stevedore==5.7.0 09:29:52 tabulate==0.10.0 09:29:52 toml==0.10.2 09:29:52 tomlkit==0.14.0 09:29:52 tqdm==4.67.3 09:29:52 typing_extensions==4.15.0 09:29:52 urllib3==1.26.20 09:29:52 virtualenv==21.2.0 09:29:52 wcwidth==0.6.0 09:29:52 websocket-client==1.9.0 09:29:52 wrapt==2.1.2 09:29:52 xdg==6.0.0 09:29:52 xmltodict==1.0.4 09:29:52 yq==3.4.3 09:29:52 [oom-master-pre-commit-lint] $ /bin/sh /tmp/jenkins18081885339450072787.sh 09:29:52 ---> uv-install.sh 09:29:52 Installing uv/uvx (latest) using shell installer 09:29:53 2026-04-03 09:29:53 URL:https://release-assets.githubusercontent.com/github-production-release-asset/699532645/c459da62-e838-45dc-bfca-ac56a38b294c?sp=r&sv=2018-11-09&sr=b&spr=https&se=2026-04-03T10%3A17%3A21Z&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-03T09%3A17%3A05Z&ske=2026-04-03T10%3A17%3A21Z&sks=b&skv=2018-11-09&sig=A0QwFPuskPKiQY6BpExFr914tV9wIA3cp9MyA70z4QU%3D&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmVsZWFzZS1hc3NldHMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwia2V5Ijoia2V5MSIsImV4cCI6MTc3NTIwODgwOSwibmJmIjoxNzc1MjA4NTA5LCJwYXRoIjoicmVsZWFzZWFzc2V0cHJvZHVjdGlvbi5ibG9iLmNvcmUud2luZG93cy5uZXQifQ.ELGQOYggKcvGRKWAc1hZB_1_pwEaz18pmsQmLdVt8ag&response-content-disposition=attachment%3B%20filename%3Duv-installer.sh&response-content-type=application%2Foctet-stream [71225/71225] -> "/tmp/uv-install-MTFuax.sh" [1] 09:29:53 downloading uv 0.11.3 x86_64-unknown-linux-gnu 09:29:54 installing to /home/jenkins/.local/bin 09:29:54 uv 09:29:54 uvx 09:29:54 everything's installed! 09:29:54 09:29:54 To add $HOME/.local/bin to your PATH, either restart your shell or run: 09:29:54 09:29:54 source $HOME/.local/bin/env (sh, bash, zsh) 09:29:54 source $HOME/.local/bin/env.fish (fish) 09:29:54 Adding install location to PATH 09:29:54 ---> Validating uv/uvx install 09:29:54 uvx 0.11.3 (x86_64-unknown-linux-gnu) 09:29:54 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins6367772794673458383.sh 09:29:54 ---> sudo-logs.sh 09:29:54 Archiving 'sudo' log.. 09:29:54 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins5632356306729045002.sh 09:29:54 ---> job-cost.sh 09:29:54 INFO: Activating Python virtual environment... 09:29:54 Setup pyenv: 09:29:54 system 09:29:54 3.8.13 09:29:54 3.9.13 09:29:54 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 09:29:54 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Vy85 from file:/tmp/.os_lf_venv 09:29:54 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 09:29:54 lf-activate-venv(): INFO: Attempting to install with network-safe options... 09:29:58 lf-activate-venv(): INFO: Base packages installed successfully 09:29:58 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 09:30:05 lf-activate-venv(): INFO: Adding /tmp/venv-Vy85/bin to PATH 09:30:05 INFO: No stack-cost file found 09:30:05 INFO: Instance uptime: 146s 09:30:05 INFO: Fetching instance metadata (attempt 1 of 3)... 09:30:05 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 09:30:05 INFO: Successfully fetched instance metadata 09:30:05 INFO: Instance type: v3-standard-4 09:30:05 INFO: Retrieving pricing info for: v3-standard-4 09:30:05 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 09:30:05 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=146 09:30:05 INFO: Successfully fetched Vexxhost pricing API 09:30:05 INFO: Retrieved cost: 0.11 09:30:05 INFO: Retrieved resource: v3-standard-4 09:30:05 INFO: Creating archive directory: /w/workspace/oom-master-pre-commit-lint/archives/cost 09:30:05 INFO: Archiving costs to: /w/workspace/oom-master-pre-commit-lint/archives/cost.csv 09:30:05 INFO: Successfully archived job cost data 09:30:05 DEBUG: Cost data: oom-master-pre-commit-lint,4557,2026-04-03 09:30:05,v3-standard-4,146,0.11,0.00,SUCCESS 09:30:05 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins15545353740308978001.sh 09:30:05 ---> logs-deploy.sh 09:30:05 Setup pyenv: 09:30:05 system 09:30:05 3.8.13 09:30:05 3.9.13 09:30:05 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 09:30:06 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Vy85 from file:/tmp/.os_lf_venv 09:30:06 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 09:30:06 lf-activate-venv(): INFO: Attempting to install with network-safe options... 09:30:07 lf-activate-venv(): INFO: Base packages installed successfully 09:30:07 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 09:30:15 lf-activate-venv(): INFO: Adding /tmp/venv-Vy85/bin to PATH 09:30:15 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-pre-commit-lint/4557 09:30:15 INFO: archiving workspace using pattern(s): 09:30:16 Archives upload complete. 09:30:16 INFO: archiving logs to Nexus 09:30:17 ---> uname -a: 09:30:17 Linux prd-ubuntu1804-builder-4c-4g-3427 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 09:30:17 09:30:17 09:30:17 ---> lscpu: 09:30:17 Architecture: x86_64 09:30:17 CPU op-mode(s): 32-bit, 64-bit 09:30:17 Byte Order: Little Endian 09:30:17 CPU(s): 4 09:30:17 On-line CPU(s) list: 0-3 09:30:17 Thread(s) per core: 1 09:30:17 Core(s) per socket: 1 09:30:17 Socket(s): 4 09:30:17 NUMA node(s): 1 09:30:17 Vendor ID: AuthenticAMD 09:30:17 CPU family: 23 09:30:17 Model: 49 09:30:17 Model name: AMD EPYC-Rome Processor 09:30:17 Stepping: 0 09:30:17 CPU MHz: 2799.998 09:30:17 BogoMIPS: 5599.99 09:30:17 Virtualization: AMD-V 09:30:17 Hypervisor vendor: KVM 09:30:17 Virtualization type: full 09:30:17 L1d cache: 32K 09:30:17 L1i cache: 32K 09:30:17 L2 cache: 512K 09:30:17 L3 cache: 16384K 09:30:17 NUMA node0 CPU(s): 0-3 09:30:17 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 xtopology 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 xsaves clzero xsaveerptr arat npt nrip_save umip rdpid arch_capabilities 09:30:17 09:30:17 09:30:17 ---> nproc: 09:30:17 4 09:30:17 09:30:17 09:30:17 ---> df -h: 09:30:17 Filesystem Size Used Avail Use% Mounted on 09:30:17 udev 7.9G 0 7.9G 0% /dev 09:30:17 tmpfs 1.6G 676K 1.6G 1% /run 09:30:17 /dev/vda1 78G 8.5G 69G 11% / 09:30:17 tmpfs 7.9G 0 7.9G 0% /dev/shm 09:30:17 tmpfs 5.0M 0 5.0M 0% /run/lock 09:30:17 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 09:30:17 /dev/vda15 105M 4.4M 100M 5% /boot/efi 09:30:17 tmpfs 1.6G 0 1.6G 0% /run/user/1001 09:30:17 09:30:17 09:30:17 ---> free -m: 09:30:17 total used free shared buff/cache available 09:30:17 Mem: 16040 551 13227 0 2261 15167 09:30:17 Swap: 1023 0 1023 09:30:17 09:30:17 09:30:17 ---> ip addr: 09:30:17 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 09:30:17 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:30:17 inet 127.0.0.1/8 scope host lo 09:30:17 valid_lft forever preferred_lft forever 09:30:17 inet6 ::1/128 scope host 09:30:17 valid_lft forever preferred_lft forever 09:30:17 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 09:30:17 link/ether fa:16:3e:f9:8c:b8 brd ff:ff:ff:ff:ff:ff 09:30:17 inet 10.30.106.241/23 brd 10.30.107.255 scope global dynamic ens3 09:30:17 valid_lft 86250sec preferred_lft 86250sec 09:30:17 inet6 fe80::f816:3eff:fef9:8cb8/64 scope link 09:30:17 valid_lft forever preferred_lft forever 09:30:17 09:30:17 09:30:17 ---> sar -b -r -n DEV: 09:30:17 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-3427) 04/03/26 _x86_64_ (4 CPU) 09:30:17 09:30:17 09:27:49 LINUX RESTART (4 CPU) 09:30:17 09:30:17 09:28:01 tps rtps wtps bread/s bwrtn/s 09:30:17 09:29:02 291.92 30.98 260.94 1051.96 64997.97 09:30:17 09:30:01 118.91 1.22 117.69 138.15 13232.88 09:30:17 Average: 206.14 16.22 189.92 598.89 39332.89 09:30:17 09:30:17 09:28:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:30:17 09:29:02 13979640 15577976 2445328 14.89 59252 1737968 732944 4.19 714068 1511848 104228 09:30:17 09:30:01 13578704 15555236 2846264 17.33 86568 2069736 750536 4.30 757164 1831460 171344 09:30:17 Average: 13779172 15566606 2645796 16.11 72910 1903852 741740 4.24 735616 1671654 137786 09:30:17 09:30:17 09:28:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:30:17 09:29:02 ens3 318.63 216.38 1911.22 58.64 0.00 0.00 0.00 0.00 09:30:17 09:29:02 lo 2.60 2.60 0.29 0.29 0.00 0.00 0.00 0.00 09:30:17 09:30:01 ens3 97.71 73.31 1335.51 12.96 0.00 0.00 0.00 0.00 09:30:17 09:30:01 lo 1.63 1.63 0.18 0.18 0.00 0.00 0.00 0.00 09:30:17 Average: ens3 209.10 145.45 1625.78 35.99 0.00 0.00 0.00 0.00 09:30:17 Average: lo 2.12 2.12 0.23 0.23 0.00 0.00 0.00 0.00 09:30:17 09:30:17 09:30:17 ---> sar -P ALL: 09:30:17 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-3427) 04/03/26 _x86_64_ (4 CPU) 09:30:17 09:30:17 09:27:49 LINUX RESTART (4 CPU) 09:30:17 09:30:17 09:28:01 CPU %user %nice %system %iowait %steal %idle 09:30:17 09:29:02 all 23.96 0.00 2.66 5.38 0.08 67.93 09:30:17 09:29:02 0 15.88 0.00 2.25 6.91 0.08 74.87 09:30:17 09:29:02 1 25.93 0.00 2.33 1.20 0.08 70.46 09:30:17 09:29:02 2 29.48 0.00 2.39 9.05 0.07 59.02 09:30:17 09:29:02 3 24.56 0.00 3.65 4.34 0.08 67.36 09:30:17 09:30:01 all 18.44 0.00 1.33 4.72 0.06 75.45 09:30:17 09:30:01 0 22.23 0.00 2.16 9.20 0.08 66.33 09:30:17 09:30:01 1 4.33 0.00 0.58 7.03 0.08 87.98 09:30:17 09:30:01 2 9.57 0.00 0.75 1.26 0.03 88.40 09:30:17 09:30:01 3 37.57 0.00 1.85 1.44 0.05 59.10 09:30:17 Average: all 21.22 0.00 2.00 5.05 0.07 71.66 09:30:17 Average: 0 19.03 0.00 2.21 8.04 0.08 70.64 09:30:17 Average: 1 15.22 0.00 1.46 4.09 0.08 79.14 09:30:17 Average: 2 19.59 0.00 1.57 5.18 0.05 73.60 09:30:17 Average: 3 31.03 0.00 2.75 2.90 0.07 63.25 09:30:17 09:30:17 09:30:17