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