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