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