18:55:35 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/141100 18:55:35 Running as SYSTEM 18:55:35 [EnvInject] - Loading node environment variables. 18:55:35 Building remotely on prd-ubuntu1804-builder-4c-4g-23530 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-pre-commit-lint 18:55:35 [ssh-agent] Looking for ssh-agent implementation... 18:55:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:55:35 $ ssh-agent 18:55:35 SSH_AUTH_SOCK=/tmp/ssh-sNUvEkd9baFU/agent.1653 18:55:35 SSH_AGENT_PID=1655 18:55:35 [ssh-agent] Started. 18:55:35 Running ssh-add (command line suppressed) 18:55:35 Identity added: /w/workspace/oom-master-pre-commit-lint@tmp/private_key_2531015159744905842.key (/w/workspace/oom-master-pre-commit-lint@tmp/private_key_2531015159744905842.key) 18:55:35 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 18:55:35 The recommended git tool is: NONE 18:55:37 using credential onap-jenkins-ssh 18:55:37 Wiping out workspace first. 18:55:37 Cloning the remote Git repository 18:55:37 Cloning repository git://cloud.onap.org/mirror/oom.git 18:55:37 > git init /w/workspace/oom-master-pre-commit-lint # timeout=10 18:55:37 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 18:55:37 > git --version # timeout=10 18:55:37 > git --version # 'git version 2.17.1' 18:55:37 using GIT_SSH to set credentials Gerrit user 18:55:37 Verifying host key using manually-configured host key entries 18:55:37 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 18:55:42 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 18:55:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:55:42 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 18:55:42 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 18:55:42 using GIT_SSH to set credentials Gerrit user 18:55:42 Verifying host key using manually-configured host key entries 18:55:42 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/00/141100/25 # timeout=30 18:55:43 > git rev-parse c53e907b540a887a353d6d83c9022ce8603b7430^{commit} # timeout=10 18:55:43 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 18:55:43 Checking out Revision c53e907b540a887a353d6d83c9022ce8603b7430 (refs/changes/00/141100/25) 18:55:43 > git config core.sparsecheckout # timeout=10 18:55:43 > git checkout -f c53e907b540a887a353d6d83c9022ce8603b7430 # timeout=30 18:55:43 Commit message: "[DOC] Add ArgoCD deployment example and guide" 18:55:43 > git rev-parse FETCH_HEAD^{commit} # timeout=10 18:55:43 > git rev-list --no-walk d5cb3e4fb50a3d6d2b3e92c33510f0a1dcf8257d # timeout=10 18:55:47 [EnvInject] - Injecting environment variables from a build step. 18:55:47 [EnvInject] - Injecting as environment variables the properties content 18:55:47 PYTHON=python3 18:55:47 18:55:47 [EnvInject] - Variables injected successfully. 18:55:47 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins18048957101591068505.sh 18:55:47 ---> tox-install.sh 18:55:47 + source /home/jenkins/lf-env.sh 18:55:47 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 18:55:47 ++ mktemp -d /tmp/venv-XXXX 18:55:47 + lf_venv=/tmp/venv-BF7n 18:55:47 + local venv_file=/tmp/.os_lf_venv 18:55:47 + local python=python3 18:55:47 + local options 18:55:47 + local set_path=true 18:55:47 + local install_args= 18:55:47 ++ 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 18:55:47 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 18:55:47 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 18:55:47 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 18:55:47 + true 18:55:47 + case $1 in 18:55:47 + venv_file=/tmp/.toxenv 18:55:47 + shift 2 18:55:47 + true 18:55:47 + case $1 in 18:55:47 + shift 18:55:47 + break 18:55:47 + case $python in 18:55:47 + local pkg_list= 18:55:47 + [[ -d /opt/pyenv ]] 18:55:47 + echo 'Setup pyenv:' 18:55:47 Setup pyenv: 18:55:47 + export PYENV_ROOT=/opt/pyenv 18:55:47 + PYENV_ROOT=/opt/pyenv 18:55:47 + 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 18:55:47 + 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 18:55:47 + pyenv versions 18:55:47 * system (set by /opt/pyenv/version) 18:55:47 * 3.8.13 (set by /opt/pyenv/version) 18:55:47 * 3.9.13 (set by /opt/pyenv/version) 18:55:47 * 3.10.6 (set by /opt/pyenv/version) 18:55:47 + command -v pyenv 18:55:47 ++ pyenv init - --no-rehash 18:55:47 + 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[*]}"'\'')" 18:55:47 export PATH="/opt/pyenv/shims:${PATH}" 18:55:47 export PYENV_SHELL=bash 18:55:47 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 18:55:47 pyenv() { 18:55:47 local command 18:55:47 command="${1:-}" 18:55:47 if [ "$#" -gt 0 ]; then 18:55:47 shift 18:55:47 fi 18:55:47 18:55:47 case "$command" in 18:55:47 rehash|shell) 18:55:47 eval "$(pyenv "sh-$command" "$@")" 18:55:47 ;; 18:55:47 *) 18:55:47 command pyenv "$command" "$@" 18:55:47 ;; 18:55:47 esac 18:55:47 }' 18:55:47 +++ 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[*]}"' 18:55:47 ++ 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 18:55:47 ++ 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 18:55:47 ++ 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 18:55:47 ++ export PYENV_SHELL=bash 18:55:47 ++ PYENV_SHELL=bash 18:55:47 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 18:55:47 +++ complete -F _pyenv pyenv 18:55:47 ++ lf-pyver python3 18:55:47 ++ local py_version_xy=python3 18:55:47 ++ local py_version_xyz= 18:55:47 ++ pyenv versions 18:55:47 ++ local command 18:55:47 ++ command=versions 18:55:47 ++ '[' 1 -gt 0 ']' 18:55:47 ++ shift 18:55:47 ++ case "$command" in 18:55:47 ++ command pyenv versions 18:55:47 ++ pyenv versions 18:55:47 ++ sed 's/^[ *]* //' 18:55:47 ++ awk '{ print $1 }' 18:55:47 ++ grep -E '^[0-9.]*[0-9]$' 18:55:47 ++ [[ ! -s /tmp/.pyenv_versions ]] 18:55:47 +++ grep '^3' /tmp/.pyenv_versions 18:55:47 +++ sort -V 18:55:47 +++ tail -n 1 18:55:47 ++ py_version_xyz=3.10.6 18:55:47 ++ [[ -z 3.10.6 ]] 18:55:47 ++ echo 3.10.6 18:55:47 ++ return 0 18:55:47 + pyenv local 3.10.6 18:55:47 + local command 18:55:47 + command=local 18:55:47 + '[' 2 -gt 0 ']' 18:55:47 + shift 18:55:47 + case "$command" in 18:55:47 + command pyenv local 3.10.6 18:55:47 + pyenv local 3.10.6 18:55:47 + for arg in "$@" 18:55:47 + case $arg in 18:55:47 + pkg_list+='tox ' 18:55:47 + for arg in "$@" 18:55:47 + case $arg in 18:55:47 + pkg_list+='virtualenv ' 18:55:47 + for arg in "$@" 18:55:47 + case $arg in 18:55:47 + pkg_list+='urllib3~=1.26.15 ' 18:55:47 + [[ -f /tmp/.toxenv ]] 18:55:47 + [[ ! -f /tmp/.toxenv ]] 18:55:47 + [[ -n '' ]] 18:55:47 + python3 -m venv /tmp/venv-BF7n 18:55:51 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-BF7n' 18:55:51 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-BF7n 18:55:51 + echo /tmp/venv-BF7n 18:55:51 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 18:55:51 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 18:55:51 + /tmp/venv-BF7n/bin/python3 -m pip install --upgrade --quiet pip 'setuptools<66' virtualenv 18:55:55 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 18:55:55 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 18:55:55 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 18:55:55 + /tmp/venv-BF7n/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 18:55:57 + type python3 18:55:57 + true 18:55:57 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-BF7n/bin to PATH' 18:55:57 lf-activate-venv(): INFO: Adding /tmp/venv-BF7n/bin to PATH 18:55:57 + PATH=/tmp/venv-BF7n/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 18:55:57 + return 0 18:55:57 + python3 --version 18:55:57 Python 3.10.6 18:55:57 + python3 -m pip --version 18:55:57 pip 25.1.1 from /tmp/venv-BF7n/lib/python3.10/site-packages/pip (python 3.10) 18:55:57 + python3 -m pip freeze 18:55:57 cachetools==6.1.0 18:55:57 chardet==5.2.0 18:55:57 colorama==0.4.6 18:55:57 distlib==0.3.9 18:55:57 filelock==3.18.0 18:55:57 packaging==25.0 18:55:57 platformdirs==4.3.8 18:55:57 pluggy==1.6.0 18:55:57 pyproject-api==1.9.1 18:55:57 tomli==2.2.1 18:55:57 tox==4.27.0 18:55:57 typing_extensions==4.14.0 18:55:57 urllib3==1.26.20 18:55:57 virtualenv==20.31.2 18:55:58 [EnvInject] - Injecting environment variables from a build step. 18:55:58 [EnvInject] - Injecting as environment variables the properties content 18:55:58 PARALLEL=false 18:55:58 18:55:58 [EnvInject] - Variables injected successfully. 18:55:58 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins9054379780195250246.sh 18:55:58 ---> tox-run.sh 18:55:58 + 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 18:55:58 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-pre-commit-lint/archives/tox 18:55:58 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-pre-commit-lint/archives/docs 18:55:58 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/tox 18:55:58 + cd /w/workspace/oom-master-pre-commit-lint/. 18:55:58 + source /home/jenkins/lf-env.sh 18:55:58 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 18:55:58 ++ mktemp -d /tmp/venv-XXXX 18:55:58 + lf_venv=/tmp/venv-b6nC 18:55:58 + local venv_file=/tmp/.os_lf_venv 18:55:58 + local python=python3 18:55:58 + local options 18:55:58 + local set_path=true 18:55:58 + local install_args= 18:55:58 ++ 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 18:55:58 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 18:55:58 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 18:55:58 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 18:55:58 + true 18:55:58 + case $1 in 18:55:58 + venv_file=/tmp/.toxenv 18:55:58 + shift 2 18:55:58 + true 18:55:58 + case $1 in 18:55:58 + shift 18:55:58 + break 18:55:58 + case $python in 18:55:58 + local pkg_list= 18:55:58 + [[ -d /opt/pyenv ]] 18:55:58 + echo 'Setup pyenv:' 18:55:58 Setup pyenv: 18:55:58 + export PYENV_ROOT=/opt/pyenv 18:55:58 + PYENV_ROOT=/opt/pyenv 18:55:58 + 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 18:55:58 + 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 18:55:58 + pyenv versions 18:55:58 system 18:55:58 3.8.13 18:55:58 3.9.13 18:55:58 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 18:55:58 + command -v pyenv 18:55:58 ++ pyenv init - --no-rehash 18:55:58 + 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[*]}"'\'')" 18:55:58 export PATH="/opt/pyenv/shims:${PATH}" 18:55:58 export PYENV_SHELL=bash 18:55:58 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 18:55:58 pyenv() { 18:55:58 local command 18:55:58 command="${1:-}" 18:55:58 if [ "$#" -gt 0 ]; then 18:55:58 shift 18:55:58 fi 18:55:58 18:55:58 case "$command" in 18:55:58 rehash|shell) 18:55:58 eval "$(pyenv "sh-$command" "$@")" 18:55:58 ;; 18:55:58 *) 18:55:58 command pyenv "$command" "$@" 18:55:58 ;; 18:55:58 esac 18:55:58 }' 18:55:58 +++ 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[*]}"' 18:55:58 ++ 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 18:55:58 ++ 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 18:55:58 ++ 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 18:55:58 ++ export PYENV_SHELL=bash 18:55:58 ++ PYENV_SHELL=bash 18:55:58 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 18:55:58 +++ complete -F _pyenv pyenv 18:55:58 ++ lf-pyver python3 18:55:58 ++ local py_version_xy=python3 18:55:58 ++ local py_version_xyz= 18:55:58 ++ pyenv versions 18:55:58 ++ sed 's/^[ *]* //' 18:55:58 ++ local command 18:55:58 ++ command=versions 18:55:58 ++ '[' 1 -gt 0 ']' 18:55:58 ++ shift 18:55:58 ++ case "$command" in 18:55:58 ++ command pyenv versions 18:55:58 ++ pyenv versions 18:55:58 ++ awk '{ print $1 }' 18:55:58 ++ grep -E '^[0-9.]*[0-9]$' 18:55:58 ++ [[ ! -s /tmp/.pyenv_versions ]] 18:55:58 +++ grep '^3' /tmp/.pyenv_versions 18:55:58 +++ sort -V 18:55:58 +++ tail -n 1 18:55:58 ++ py_version_xyz=3.10.6 18:55:58 ++ [[ -z 3.10.6 ]] 18:55:58 ++ echo 3.10.6 18:55:58 ++ return 0 18:55:58 + pyenv local 3.10.6 18:55:58 + local command 18:55:58 + command=local 18:55:58 + '[' 2 -gt 0 ']' 18:55:58 + shift 18:55:58 + case "$command" in 18:55:58 + command pyenv local 3.10.6 18:55:58 + pyenv local 3.10.6 18:55:58 + for arg in "$@" 18:55:58 + case $arg in 18:55:58 + pkg_list+='tox ' 18:55:58 + for arg in "$@" 18:55:58 + case $arg in 18:55:58 + pkg_list+='virtualenv ' 18:55:58 + for arg in "$@" 18:55:58 + case $arg in 18:55:58 + pkg_list+='urllib3~=1.26.15 ' 18:55:58 + [[ -f /tmp/.toxenv ]] 18:55:58 ++ cat /tmp/.toxenv 18:55:58 + lf_venv=/tmp/venv-BF7n 18:55:58 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-BF7n from' file:/tmp/.toxenv 18:55:58 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-BF7n from file:/tmp/.toxenv 18:55:58 + /tmp/venv-BF7n/bin/python3 -m pip install --upgrade --quiet pip 'setuptools<66' virtualenv 18:55:59 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 18:55:59 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 18:55:59 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 18:55:59 + /tmp/venv-BF7n/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 18:56:00 + type python3 18:56:00 + true 18:56:00 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-BF7n/bin to PATH' 18:56:00 lf-activate-venv(): INFO: Adding /tmp/venv-BF7n/bin to PATH 18:56:00 + PATH=/tmp/venv-BF7n/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 18:56:00 + return 0 18:56:00 + [[ -d /opt/pyenv ]] 18:56:00 + echo '---> Setting up pyenv' 18:56:00 ---> Setting up pyenv 18:56:00 + export PYENV_ROOT=/opt/pyenv 18:56:00 + PYENV_ROOT=/opt/pyenv 18:56:00 + export PATH=/opt/pyenv/bin:/tmp/venv-BF7n/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 18:56:00 + PATH=/opt/pyenv/bin:/tmp/venv-BF7n/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 18:56:00 ++ pwd 18:56:00 + PYTHONPATH=/w/workspace/oom-master-pre-commit-lint 18:56:00 + export PYTHONPATH 18:56:00 + export TOX_TESTENV_PASSENV=PYTHONPATH 18:56:00 + TOX_TESTENV_PASSENV=PYTHONPATH 18:56:00 + tox --version 18:56:00 4.27.0 from /tmp/venv-BF7n/lib/python3.10/site-packages/tox/__init__.py 18:56:00 + PARALLEL=false 18:56:00 + TOX_OPTIONS_LIST= 18:56:00 + [[ -n pre-commit ]] 18:56:00 + TOX_OPTIONS_LIST=' -e pre-commit' 18:56:00 + case ${PARALLEL,,} in 18:56:00 + tox -e pre-commit 18:56:00 + tee -a /w/workspace/oom-master-pre-commit-lint/archives/tox/tox.log 18:56:01 pre-commit: install_deps> python -I -m pip install pre-commit 18:56:04 pre-commit: freeze> python -m pip freeze --all 18:56:04 pre-commit: cfgv==3.4.0,distlib==0.3.9,filelock==3.18.0,identify==2.6.12,nodeenv==1.9.1,pip==25.1.1,platformdirs==4.3.8,pre_commit==4.2.0,PyYAML==6.0.2,setuptools==80.3.1,virtualenv==20.31.2 18:56:04 pre-commit: commands[0]> pre-commit run --all-files --show-diff-on-failure 18:56:04 [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. 18:56:05 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint. 18:56:06 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint:./gitlint-core[trusted-deps]. 18:56:06 [INFO] Initializing environment for https://github.com/Lucas-C/pre-commit-hooks. 18:56:07 [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. 18:56:07 [INFO] Once installed this environment will be reused. 18:56:07 [INFO] This may take a few minutes... 18:56:11 [INFO] Installing environment for https://github.com/Lucas-C/pre-commit-hooks. 18:56:11 [INFO] Once installed this environment will be reused. 18:56:11 [INFO] This may take a few minutes... 18:56:16 trim trailing whitespace.................................................Passed 18:56:16 Tabs remover.............................................................Passed 18:56:16 pre-commit: commands[1]> pre-commit run gitlint --hook-stage commit-msg --commit-msg-filename .git/COMMIT_EDITMSG 18:56:16 [INFO] Installing environment for https://github.com/jorisroovers/gitlint. 18:56:16 [INFO] Once installed this environment will be reused. 18:56:16 [INFO] This may take a few minutes... 18:56:24 gitlint..............................................(no files to check)Skipped 18:56:25 pre-commit: OK (23.95=setup[3.55]+cmd[12.01,8.38] seconds) 18:56:25 congratulations :) (24.16 seconds) 18:56:25 + tox_status=0 18:56:25 + echo '---> Completed tox runs' 18:56:25 ---> Completed tox runs 18:56:25 + for i in .tox/*/log 18:56:25 ++ echo .tox/pre-commit/log 18:56:25 ++ awk -F/ '{print $2}' 18:56:25 + tox_env=pre-commit 18:56:25 + cp -r .tox/pre-commit/log /w/workspace/oom-master-pre-commit-lint/archives/tox/pre-commit 18:56:25 + DOC_DIR=docs/_build/html 18:56:25 + [[ -d docs/_build/html ]] 18:56:25 + echo '---> tox-run.sh ends' 18:56:25 ---> tox-run.sh ends 18:56:25 + test 0 -eq 0 18:56:25 $ ssh-agent -k 18:56:25 unset SSH_AUTH_SOCK; 18:56:25 unset SSH_AGENT_PID; 18:56:25 echo Agent pid 1655 killed; 18:56:25 [ssh-agent] Stopped. 18:56:25 [PostBuildScript] - [INFO] Executing post build scripts. 18:56:25 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins5555846762950248765.sh 18:56:25 ---> sysstat.sh 18:56:25 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins6499916676589011654.sh 18:56:25 ---> package-listing.sh 18:56:25 ++ facter osfamily 18:56:25 ++ tr '[:upper:]' '[:lower:]' 18:56:25 + OS_FAMILY=debian 18:56:25 + workspace=/w/workspace/oom-master-pre-commit-lint 18:56:25 + START_PACKAGES=/tmp/packages_start.txt 18:56:25 + END_PACKAGES=/tmp/packages_end.txt 18:56:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:56:25 + PACKAGES=/tmp/packages_start.txt 18:56:25 + '[' /w/workspace/oom-master-pre-commit-lint ']' 18:56:25 + PACKAGES=/tmp/packages_end.txt 18:56:25 + case "${OS_FAMILY}" in 18:56:25 + dpkg -l 18:56:25 + grep '^ii' 18:56:25 + '[' -f /tmp/packages_start.txt ']' 18:56:25 + '[' -f /tmp/packages_end.txt ']' 18:56:25 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:56:25 + '[' /w/workspace/oom-master-pre-commit-lint ']' 18:56:25 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/ 18:56:25 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-pre-commit-lint/archives/ 18:56:25 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins2187468002292799074.sh 18:56:25 ---> capture-instance-metadata.sh 18:56:25 Setup pyenv: 18:56:25 system 18:56:25 3.8.13 18:56:25 3.9.13 18:56:25 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 18:56:29 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-cBif 18:56:29 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 18:56:33 lf-activate-venv(): INFO: Installing: lftools 18:56:54 lf-activate-venv(): INFO: Adding /tmp/venv-cBif/bin to PATH 18:56:54 INFO: Running in OpenStack, capturing instance metadata 18:56:55 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins4547647362272162675.sh 18:56:55 provisioning config files... 18:56:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-pre-commit-lint@tmp/config5700756699650427424tmp 18:56:55 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 18:56:55 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 18:56:55 [EnvInject] - Injecting environment variables from a build step. 18:56:55 [EnvInject] - Injecting as environment variables the properties content 18:56:55 SERVER_ID=logs 18:56:55 18:56:55 [EnvInject] - Variables injected successfully. 18:56:55 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins532848807607233825.sh 18:56:55 ---> create-netrc.sh 18:56:55 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins465879388761213242.sh 18:56:55 ---> python-tools-install.sh 18:56:55 Setup pyenv: 18:56:55 system 18:56:55 3.8.13 18:56:55 3.9.13 18:56:55 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 18:56:55 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-cBif from file:/tmp/.os_lf_venv 18:56:57 lf-activate-venv(): INFO: Installing: lftools 18:57:05 lf-activate-venv(): INFO: Adding /tmp/venv-cBif/bin to PATH 18:57:05 Generating Requirements File 18:57:24 Python 3.10.6 18:57:24 pip 25.1.1 from /tmp/venv-cBif/lib/python3.10/site-packages/pip (python 3.10) 18:57:24 appdirs==1.4.4 18:57:24 argcomplete==3.6.2 18:57:24 aspy.yaml==1.3.0 18:57:24 attrs==25.3.0 18:57:24 autopage==0.5.2 18:57:24 beautifulsoup4==4.13.4 18:57:24 boto3==1.38.42 18:57:24 botocore==1.38.42 18:57:24 bs4==0.0.2 18:57:24 cachetools==5.5.2 18:57:24 certifi==2025.6.15 18:57:24 cffi==1.17.1 18:57:24 cfgv==3.4.0 18:57:24 chardet==5.2.0 18:57:24 charset-normalizer==3.4.2 18:57:24 click==8.2.1 18:57:24 cliff==4.10.0 18:57:24 cmd2==2.6.1 18:57:24 cryptography==3.3.2 18:57:24 debtcollector==3.0.0 18:57:24 decorator==5.2.1 18:57:24 defusedxml==0.7.1 18:57:24 Deprecated==1.2.18 18:57:24 distlib==0.3.9 18:57:24 dnspython==2.7.0 18:57:24 docker==7.1.0 18:57:24 dogpile.cache==1.4.0 18:57:24 durationpy==0.10 18:57:24 email_validator==2.2.0 18:57:24 filelock==3.18.0 18:57:24 future==1.0.0 18:57:24 gitdb==4.0.12 18:57:24 GitPython==3.1.44 18:57:24 google-auth==2.40.3 18:57:24 httplib2==0.22.0 18:57:24 identify==2.6.12 18:57:24 idna==3.10 18:57:24 importlib-resources==1.5.0 18:57:24 iso8601==2.1.0 18:57:24 Jinja2==3.1.6 18:57:24 jmespath==1.0.1 18:57:24 jsonpatch==1.33 18:57:24 jsonpointer==3.0.0 18:57:24 jsonschema==4.24.0 18:57:24 jsonschema-specifications==2025.4.1 18:57:24 keystoneauth1==5.11.1 18:57:24 kubernetes==33.1.0 18:57:24 lftools==0.37.13 18:57:24 lxml==5.4.0 18:57:24 MarkupSafe==3.0.2 18:57:24 msgpack==1.1.1 18:57:24 multi_key_dict==2.0.3 18:57:24 munch==4.0.0 18:57:24 netaddr==1.3.0 18:57:24 niet==1.4.2 18:57:24 nodeenv==1.9.1 18:57:24 oauth2client==4.1.3 18:57:24 oauthlib==3.3.1 18:57:24 openstacksdk==4.6.0 18:57:24 os-client-config==2.1.0 18:57:24 os-service-types==1.7.0 18:57:24 osc-lib==4.0.2 18:57:24 oslo.config==9.8.0 18:57:24 oslo.context==6.0.0 18:57:24 oslo.i18n==6.5.1 18:57:24 oslo.log==7.1.0 18:57:24 oslo.serialization==5.7.0 18:57:24 oslo.utils==9.0.0 18:57:24 packaging==25.0 18:57:24 pbr==6.1.1 18:57:24 platformdirs==4.3.8 18:57:24 prettytable==3.16.0 18:57:24 psutil==7.0.0 18:57:24 pyasn1==0.6.1 18:57:24 pyasn1_modules==0.4.2 18:57:24 pycparser==2.22 18:57:24 pygerrit2==2.0.15 18:57:24 PyGithub==2.6.1 18:57:24 PyJWT==2.10.1 18:57:24 PyNaCl==1.5.0 18:57:24 pyparsing==2.4.7 18:57:24 pyperclip==1.9.0 18:57:24 pyrsistent==0.20.0 18:57:24 python-cinderclient==9.7.0 18:57:24 python-dateutil==2.9.0.post0 18:57:24 python-heatclient==4.2.0 18:57:24 python-jenkins==1.8.2 18:57:24 python-keystoneclient==5.6.0 18:57:24 python-magnumclient==4.8.1 18:57:24 python-openstackclient==8.1.0 18:57:24 python-swiftclient==4.8.0 18:57:24 PyYAML==6.0.2 18:57:24 referencing==0.36.2 18:57:24 requests==2.32.4 18:57:24 requests-oauthlib==2.0.0 18:57:24 requestsexceptions==1.4.0 18:57:24 rfc3986==2.0.0 18:57:24 rpds-py==0.25.1 18:57:24 rsa==4.9.1 18:57:24 ruamel.yaml==0.18.14 18:57:24 ruamel.yaml.clib==0.2.12 18:57:24 s3transfer==0.13.0 18:57:24 simplejson==3.20.1 18:57:24 six==1.17.0 18:57:24 smmap==5.0.2 18:57:24 soupsieve==2.7 18:57:24 stevedore==5.4.1 18:57:24 tabulate==0.9.0 18:57:24 toml==0.10.2 18:57:24 tomlkit==0.13.3 18:57:24 tqdm==4.67.1 18:57:24 typing_extensions==4.14.0 18:57:24 tzdata==2025.2 18:57:24 urllib3==1.26.20 18:57:24 virtualenv==20.31.2 18:57:24 wcwidth==0.2.13 18:57:24 websocket-client==1.8.0 18:57:24 wrapt==1.17.2 18:57:24 xdg==6.0.0 18:57:24 xmltodict==0.14.2 18:57:24 yq==3.4.3 18:57:24 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins11364488228656558024.sh 18:57:24 ---> sudo-logs.sh 18:57:24 Archiving 'sudo' log.. 18:57:24 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins16080043628916084001.sh 18:57:24 ---> job-cost.sh 18:57:24 Setup pyenv: 18:57:25 system 18:57:25 3.8.13 18:57:25 3.9.13 18:57:25 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 18:57:25 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-cBif from file:/tmp/.os_lf_venv 18:57:26 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 18:57:32 lf-activate-venv(): INFO: Adding /tmp/venv-cBif/bin to PATH 18:57:32 INFO: No Stack... 18:57:32 INFO: Retrieving Pricing Info for: v3-standard-4 18:57:32 INFO: Archiving Costs 18:57:32 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins11037937973947667303.sh 18:57:32 ---> logs-deploy.sh 18:57:32 Setup pyenv: 18:57:32 system 18:57:32 3.8.13 18:57:32 3.9.13 18:57:32 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 18:57:32 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-cBif from file:/tmp/.os_lf_venv 18:57:34 lf-activate-venv(): INFO: Installing: lftools 18:57:43 lf-activate-venv(): INFO: Adding /tmp/venv-cBif/bin to PATH 18:57:43 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-pre-commit-lint/4137 18:57:43 INFO: archiving workspace using pattern(s): 18:57:44 Archives upload complete. 18:57:44 INFO: archiving logs to Nexus 18:57:45 ---> uname -a: 18:57:45 Linux prd-ubuntu1804-builder-4c-4g-23530 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 18:57:45 18:57:45 18:57:45 ---> lscpu: 18:57:45 Architecture: x86_64 18:57:45 CPU op-mode(s): 32-bit, 64-bit 18:57:45 Byte Order: Little Endian 18:57:45 CPU(s): 4 18:57:45 On-line CPU(s) list: 0-3 18:57:45 Thread(s) per core: 1 18:57:45 Core(s) per socket: 1 18:57:45 Socket(s): 4 18:57:45 NUMA node(s): 1 18:57:45 Vendor ID: AuthenticAMD 18:57:45 CPU family: 23 18:57:45 Model: 49 18:57:45 Model name: AMD EPYC-Rome Processor 18:57:45 Stepping: 0 18:57:45 CPU MHz: 2800.000 18:57:45 BogoMIPS: 5600.00 18:57:45 Virtualization: AMD-V 18:57:45 Hypervisor vendor: KVM 18:57:45 Virtualization type: full 18:57:45 L1d cache: 32K 18:57:45 L1i cache: 32K 18:57:45 L2 cache: 512K 18:57:45 L3 cache: 16384K 18:57:45 NUMA node0 CPU(s): 0-3 18:57: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 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 18:57:45 18:57:45 18:57:45 ---> nproc: 18:57:45 4 18:57:45 18:57:45 18:57:45 ---> df -h: 18:57:45 Filesystem Size Used Avail Use% Mounted on 18:57:45 udev 7.9G 0 7.9G 0% /dev 18:57:45 tmpfs 1.6G 672K 1.6G 1% /run 18:57:45 /dev/vda1 78G 8.4G 69G 11% / 18:57:45 tmpfs 7.9G 0 7.9G 0% /dev/shm 18:57:45 tmpfs 5.0M 0 5.0M 0% /run/lock 18:57:45 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 18:57:45 /dev/vda15 105M 4.4M 100M 5% /boot/efi 18:57:45 tmpfs 1.6G 0 1.6G 0% /run/user/1001 18:57:45 18:57:45 18:57:45 ---> free -m: 18:57:45 total used free shared buff/cache available 18:57:45 Mem: 16040 560 13290 0 2189 15160 18:57:45 Swap: 1023 0 1023 18:57:45 18:57:45 18:57:45 ---> ip addr: 18:57:45 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 18:57:45 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:57:45 inet 127.0.0.1/8 scope host lo 18:57:45 valid_lft forever preferred_lft forever 18:57:45 inet6 ::1/128 scope host 18:57:45 valid_lft forever preferred_lft forever 18:57:45 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 18:57:45 link/ether fa:16:3e:c9:00:a0 brd ff:ff:ff:ff:ff:ff 18:57:45 inet 10.30.106.181/23 brd 10.30.107.255 scope global dynamic ens3 18:57:45 valid_lft 86242sec preferred_lft 86242sec 18:57:45 inet6 fe80::f816:3eff:fec9:a0/64 scope link 18:57:45 valid_lft forever preferred_lft forever 18:57:45 18:57:45 18:57:45 ---> sar -b -r -n DEV: 18:57:45 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-23530) 06/24/25 _x86_64_ (4 CPU) 18:57:45 18:57:45 18:55:09 LINUX RESTART (4 CPU) 18:57:45 18:57:45 18:56:02 tps rtps wtps bread/s bwrtn/s 18:57:45 18:57:01 107.22 2.05 105.17 153.33 26415.32 18:57:45 Average: 107.22 2.05 105.17 153.33 26415.32 18:57:45 18:57:45 18:56:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:57:45 18:57:01 13726768 15522968 2698200 16.43 77176 1907256 793296 4.54 782292 1677264 162644 18:57:45 Average: 13726768 15522968 2698200 16.43 77176 1907256 793296 4.54 782292 1677264 162644 18:57:45 18:57:45 18:56:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:57:45 18:57:01 ens3 241.20 156.13 1269.46 17.69 0.00 0.00 0.00 0.00 18:57:45 18:57:01 lo 2.37 2.37 0.27 0.27 0.00 0.00 0.00 0.00 18:57:45 Average: ens3 241.20 156.13 1269.46 17.69 0.00 0.00 0.00 0.00 18:57:45 Average: lo 2.37 2.37 0.27 0.27 0.00 0.00 0.00 0.00 18:57:45 18:57:45 18:57:45 ---> sar -P ALL: 18:57:45 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-23530) 06/24/25 _x86_64_ (4 CPU) 18:57:45 18:57:45 18:55:09 LINUX RESTART (4 CPU) 18:57:45 18:57:45 18:56:02 CPU %user %nice %system %iowait %steal %idle 18:57:45 18:57:01 all 22.56 0.00 2.08 1.70 0.07 73.59 18:57:45 18:57:01 0 19.56 0.00 1.77 0.19 0.07 78.42 18:57:45 18:57:01 1 15.23 0.00 1.94 2.45 0.07 80.32 18:57:45 18:57:01 2 45.50 0.00 3.15 1.24 0.10 50.01 18:57:45 18:57:01 3 9.90 0.00 1.43 2.93 0.07 85.68 18:57:45 Average: all 22.56 0.00 2.08 1.70 0.07 73.59 18:57:45 Average: 0 19.56 0.00 1.77 0.19 0.07 78.42 18:57:45 Average: 1 15.23 0.00 1.94 2.45 0.07 80.32 18:57:45 Average: 2 45.50 0.00 3.15 1.24 0.10 50.01 18:57:45 Average: 3 9.90 0.00 1.43 2.93 0.07 85.68 18:57:45 18:57:45 18:57:45