21:05:01 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/141100 21:05:01 Running as SYSTEM 21:05:01 [EnvInject] - Loading node environment variables. 21:05:01 Building remotely on prd-ubuntu1804-builder-4c-4g-24020 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-pre-commit-lint 21:05:01 [ssh-agent] Looking for ssh-agent implementation... 21:05:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:05:01 $ ssh-agent 21:05:01 SSH_AUTH_SOCK=/tmp/ssh-f0RQq3nXDtle/agent.1646 21:05:01 SSH_AGENT_PID=1648 21:05:01 [ssh-agent] Started. 21:05:01 Running ssh-add (command line suppressed) 21:05:01 Identity added: /w/workspace/oom-master-pre-commit-lint@tmp/private_key_9457181918612847996.key (/w/workspace/oom-master-pre-commit-lint@tmp/private_key_9457181918612847996.key) 21:05:01 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 21:05:01 The recommended git tool is: NONE 21:05:03 using credential onap-jenkins-ssh 21:05:03 Wiping out workspace first. 21:05:03 Cloning the remote Git repository 21:05:03 Cloning repository git://cloud.onap.org/mirror/oom.git 21:05:03 > git init /w/workspace/oom-master-pre-commit-lint # timeout=10 21:05:03 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 21:05:03 > git --version # timeout=10 21:05:03 > git --version # 'git version 2.17.1' 21:05:03 using GIT_SSH to set credentials Gerrit user 21:05:03 Verifying host key using manually-configured host key entries 21:05:03 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 21:05:09 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 21:05:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:05:09 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 21:05:09 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 21:05:09 using GIT_SSH to set credentials Gerrit user 21:05:09 Verifying host key using manually-configured host key entries 21:05:09 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/00/141100/29 # timeout=30 21:05:09 > git rev-parse 9ff681f5ddcaa66d56460791e702a058c3a8bcdb^{commit} # timeout=10 21:05:09 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 21:05:09 Checking out Revision 9ff681f5ddcaa66d56460791e702a058c3a8bcdb (refs/changes/00/141100/29) 21:05:09 > git config core.sparsecheckout # timeout=10 21:05:09 > git checkout -f 9ff681f5ddcaa66d56460791e702a058c3a8bcdb # timeout=30 21:05:14 Commit message: "[DOC] Add ArgoCD deployment example and guide" 21:05:14 > git rev-parse FETCH_HEAD^{commit} # timeout=10 21:05:14 > git rev-list --no-walk d5cb3e4fb50a3d6d2b3e92c33510f0a1dcf8257d # timeout=10 21:05:18 [EnvInject] - Injecting environment variables from a build step. 21:05:18 [EnvInject] - Injecting as environment variables the properties content 21:05:18 PYTHON=python3 21:05:18 21:05:18 [EnvInject] - Variables injected successfully. 21:05:18 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins11044574950731236366.sh 21:05:18 ---> tox-install.sh 21:05:18 + source /home/jenkins/lf-env.sh 21:05:18 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 21:05:18 ++ mktemp -d /tmp/venv-XXXX 21:05:18 + lf_venv=/tmp/venv-2Hsq 21:05:18 + local venv_file=/tmp/.os_lf_venv 21:05:18 + local python=python3 21:05:18 + local options 21:05:18 + local set_path=true 21:05:18 + local install_args= 21:05:18 ++ 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 21:05:18 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 21:05:18 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 21:05:18 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 21:05:18 + true 21:05:18 + case $1 in 21:05:18 + venv_file=/tmp/.toxenv 21:05:18 + shift 2 21:05:18 + true 21:05:18 + case $1 in 21:05:18 + shift 21:05:18 + break 21:05:18 + case $python in 21:05:18 + local pkg_list= 21:05:18 + [[ -d /opt/pyenv ]] 21:05:18 + echo 'Setup pyenv:' 21:05:18 Setup pyenv: 21:05:18 + export PYENV_ROOT=/opt/pyenv 21:05:18 + PYENV_ROOT=/opt/pyenv 21:05:18 + 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 21:05:18 + 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 21:05:18 + pyenv versions 21:05:18 * system (set by /opt/pyenv/version) 21:05:18 * 3.8.13 (set by /opt/pyenv/version) 21:05:18 * 3.9.13 (set by /opt/pyenv/version) 21:05:18 * 3.10.6 (set by /opt/pyenv/version) 21:05:18 + command -v pyenv 21:05:18 ++ pyenv init - --no-rehash 21:05:18 + 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[*]}"'\'')" 21:05:18 export PATH="/opt/pyenv/shims:${PATH}" 21:05:18 export PYENV_SHELL=bash 21:05:18 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 21:05:18 pyenv() { 21:05:18 local command 21:05:18 command="${1:-}" 21:05:18 if [ "$#" -gt 0 ]; then 21:05:18 shift 21:05:18 fi 21:05:18 21:05:18 case "$command" in 21:05:18 rehash|shell) 21:05:18 eval "$(pyenv "sh-$command" "$@")" 21:05:18 ;; 21:05:18 *) 21:05:18 command pyenv "$command" "$@" 21:05:18 ;; 21:05:18 esac 21:05:18 }' 21:05:18 +++ 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[*]}"' 21:05:18 ++ 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 21:05:18 ++ 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 21:05:18 ++ 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 21:05:18 ++ export PYENV_SHELL=bash 21:05:18 ++ PYENV_SHELL=bash 21:05:18 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 21:05:18 +++ complete -F _pyenv pyenv 21:05:18 ++ lf-pyver python3 21:05:18 ++ local py_version_xy=python3 21:05:18 ++ local py_version_xyz= 21:05:18 ++ pyenv versions 21:05:18 ++ local command 21:05:18 ++ command=versions 21:05:18 ++ '[' 1 -gt 0 ']' 21:05:18 ++ shift 21:05:18 ++ case "$command" in 21:05:18 ++ command pyenv versions 21:05:18 ++ pyenv versions 21:05:18 ++ sed 's/^[ *]* //' 21:05:18 ++ grep -E '^[0-9.]*[0-9]$' 21:05:18 ++ awk '{ print $1 }' 21:05:18 ++ [[ ! -s /tmp/.pyenv_versions ]] 21:05:18 +++ grep '^3' /tmp/.pyenv_versions 21:05:18 +++ sort -V 21:05:18 +++ tail -n 1 21:05:18 ++ py_version_xyz=3.10.6 21:05:18 ++ [[ -z 3.10.6 ]] 21:05:18 ++ echo 3.10.6 21:05:18 ++ return 0 21:05:18 + pyenv local 3.10.6 21:05:18 + local command 21:05:18 + command=local 21:05:18 + '[' 2 -gt 0 ']' 21:05:18 + shift 21:05:18 + case "$command" in 21:05:18 + command pyenv local 3.10.6 21:05:18 + pyenv local 3.10.6 21:05:18 + for arg in "$@" 21:05:18 + case $arg in 21:05:18 + pkg_list+='tox ' 21:05:18 + for arg in "$@" 21:05:18 + case $arg in 21:05:18 + pkg_list+='virtualenv ' 21:05:18 + for arg in "$@" 21:05:18 + case $arg in 21:05:18 + pkg_list+='urllib3~=1.26.15 ' 21:05:18 + [[ -f /tmp/.toxenv ]] 21:05:18 + [[ ! -f /tmp/.toxenv ]] 21:05:18 + [[ -n '' ]] 21:05:18 + python3 -m venv /tmp/venv-2Hsq 21:05:23 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-2Hsq' 21:05:23 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-2Hsq 21:05:23 + echo /tmp/venv-2Hsq 21:05:23 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 21:05:23 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 21:05:23 + /tmp/venv-2Hsq/bin/python3 -m pip install --upgrade --quiet pip 'setuptools<66' virtualenv 21:05:27 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 21:05:27 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 21:05:27 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 21:05:27 + /tmp/venv-2Hsq/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 21:05:29 + type python3 21:05:29 + true 21:05:29 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-2Hsq/bin to PATH' 21:05:29 lf-activate-venv(): INFO: Adding /tmp/venv-2Hsq/bin to PATH 21:05:29 + PATH=/tmp/venv-2Hsq/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 21:05:29 + return 0 21:05:29 + python3 --version 21:05:29 Python 3.10.6 21:05:29 + python3 -m pip --version 21:05:29 pip 25.1.1 from /tmp/venv-2Hsq/lib/python3.10/site-packages/pip (python 3.10) 21:05:29 + python3 -m pip freeze 21:05:30 cachetools==6.1.0 21:05:30 chardet==5.2.0 21:05:30 colorama==0.4.6 21:05:30 distlib==0.3.9 21:05:30 filelock==3.18.0 21:05:30 packaging==25.0 21:05:30 platformdirs==4.3.8 21:05:30 pluggy==1.6.0 21:05:30 pyproject-api==1.9.1 21:05:30 tomli==2.2.1 21:05:30 tox==4.27.0 21:05:30 typing_extensions==4.14.0 21:05:30 urllib3==1.26.20 21:05:30 virtualenv==20.31.2 21:05:30 [EnvInject] - Injecting environment variables from a build step. 21:05:30 [EnvInject] - Injecting as environment variables the properties content 21:05:30 PARALLEL=false 21:05:30 21:05:30 [EnvInject] - Variables injected successfully. 21:05:30 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins2907507816769984608.sh 21:05:30 ---> tox-run.sh 21:05:30 + 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 21:05:30 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-pre-commit-lint/archives/tox 21:05:30 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-pre-commit-lint/archives/docs 21:05:30 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/tox 21:05:30 + cd /w/workspace/oom-master-pre-commit-lint/. 21:05:30 + source /home/jenkins/lf-env.sh 21:05:30 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 21:05:30 ++ mktemp -d /tmp/venv-XXXX 21:05:30 + lf_venv=/tmp/venv-s3t7 21:05:30 + local venv_file=/tmp/.os_lf_venv 21:05:30 + local python=python3 21:05:30 + local options 21:05:30 + local set_path=true 21:05:30 + local install_args= 21:05:30 ++ 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 21:05:30 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 21:05:30 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 21:05:30 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 21:05:30 + true 21:05:30 + case $1 in 21:05:30 + venv_file=/tmp/.toxenv 21:05:30 + shift 2 21:05:30 + true 21:05:30 + case $1 in 21:05:30 + shift 21:05:30 + break 21:05:30 + case $python in 21:05:30 + local pkg_list= 21:05:30 + [[ -d /opt/pyenv ]] 21:05:30 + echo 'Setup pyenv:' 21:05:30 Setup pyenv: 21:05:30 + export PYENV_ROOT=/opt/pyenv 21:05:30 + PYENV_ROOT=/opt/pyenv 21:05:30 + 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 21:05:30 + 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 21:05:30 + pyenv versions 21:05:30 system 21:05:30 3.8.13 21:05:30 3.9.13 21:05:30 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 21:05:30 + command -v pyenv 21:05:30 ++ pyenv init - --no-rehash 21:05:30 + 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[*]}"'\'')" 21:05:30 export PATH="/opt/pyenv/shims:${PATH}" 21:05:30 export PYENV_SHELL=bash 21:05:30 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 21:05:30 pyenv() { 21:05:30 local command 21:05:30 command="${1:-}" 21:05:30 if [ "$#" -gt 0 ]; then 21:05:30 shift 21:05:30 fi 21:05:30 21:05:30 case "$command" in 21:05:30 rehash|shell) 21:05:30 eval "$(pyenv "sh-$command" "$@")" 21:05:30 ;; 21:05:30 *) 21:05:30 command pyenv "$command" "$@" 21:05:30 ;; 21:05:30 esac 21:05:30 }' 21:05:30 +++ 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[*]}"' 21:05:30 ++ 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 21:05:30 ++ 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 21:05:30 ++ 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 21:05:30 ++ export PYENV_SHELL=bash 21:05:30 ++ PYENV_SHELL=bash 21:05:30 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 21:05:30 +++ complete -F _pyenv pyenv 21:05:30 ++ lf-pyver python3 21:05:30 ++ local py_version_xy=python3 21:05:30 ++ local py_version_xyz= 21:05:30 ++ pyenv versions 21:05:30 ++ local command 21:05:30 ++ command=versions 21:05:30 ++ '[' 1 -gt 0 ']' 21:05:30 ++ shift 21:05:30 ++ case "$command" in 21:05:30 ++ command pyenv versions 21:05:30 ++ pyenv versions 21:05:30 ++ sed 's/^[ *]* //' 21:05:30 ++ awk '{ print $1 }' 21:05:30 ++ grep -E '^[0-9.]*[0-9]$' 21:05:30 ++ [[ ! -s /tmp/.pyenv_versions ]] 21:05:30 +++ grep '^3' /tmp/.pyenv_versions 21:05:30 +++ sort -V 21:05:30 +++ tail -n 1 21:05:30 ++ py_version_xyz=3.10.6 21:05:30 ++ [[ -z 3.10.6 ]] 21:05:30 ++ echo 3.10.6 21:05:30 ++ return 0 21:05:30 + pyenv local 3.10.6 21:05:30 + local command 21:05:30 + command=local 21:05:30 + '[' 2 -gt 0 ']' 21:05:30 + shift 21:05:30 + case "$command" in 21:05:30 + command pyenv local 3.10.6 21:05:30 + pyenv local 3.10.6 21:05:30 + for arg in "$@" 21:05:30 + case $arg in 21:05:30 + pkg_list+='tox ' 21:05:30 + for arg in "$@" 21:05:30 + case $arg in 21:05:30 + pkg_list+='virtualenv ' 21:05:30 + for arg in "$@" 21:05:30 + case $arg in 21:05:30 + pkg_list+='urllib3~=1.26.15 ' 21:05:30 + [[ -f /tmp/.toxenv ]] 21:05:30 ++ cat /tmp/.toxenv 21:05:30 + lf_venv=/tmp/venv-2Hsq 21:05:30 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-2Hsq from' file:/tmp/.toxenv 21:05:30 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-2Hsq from file:/tmp/.toxenv 21:05:30 + /tmp/venv-2Hsq/bin/python3 -m pip install --upgrade --quiet pip 'setuptools<66' virtualenv 21:05:31 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 21:05:31 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 21:05:31 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 21:05:31 + /tmp/venv-2Hsq/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 21:05:32 + type python3 21:05:32 + true 21:05:32 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-2Hsq/bin to PATH' 21:05:32 lf-activate-venv(): INFO: Adding /tmp/venv-2Hsq/bin to PATH 21:05:32 + PATH=/tmp/venv-2Hsq/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 21:05:32 + return 0 21:05:32 + [[ -d /opt/pyenv ]] 21:05:32 + echo '---> Setting up pyenv' 21:05:32 ---> Setting up pyenv 21:05:32 + export PYENV_ROOT=/opt/pyenv 21:05:32 + PYENV_ROOT=/opt/pyenv 21:05:32 + export PATH=/opt/pyenv/bin:/tmp/venv-2Hsq/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 21:05:32 + PATH=/opt/pyenv/bin:/tmp/venv-2Hsq/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 21:05:32 ++ pwd 21:05:32 + PYTHONPATH=/w/workspace/oom-master-pre-commit-lint 21:05:32 + export PYTHONPATH 21:05:32 + export TOX_TESTENV_PASSENV=PYTHONPATH 21:05:32 + TOX_TESTENV_PASSENV=PYTHONPATH 21:05:32 + tox --version 21:05:32 4.27.0 from /tmp/venv-2Hsq/lib/python3.10/site-packages/tox/__init__.py 21:05:32 + PARALLEL=false 21:05:32 + TOX_OPTIONS_LIST= 21:05:32 + [[ -n pre-commit ]] 21:05:32 + TOX_OPTIONS_LIST=' -e pre-commit' 21:05:32 + case ${PARALLEL,,} in 21:05:32 + tox -e pre-commit 21:05:32 + tee -a /w/workspace/oom-master-pre-commit-lint/archives/tox/tox.log 21:05:33 pre-commit: install_deps> python -I -m pip install pre-commit 21:05:36 pre-commit: freeze> python -m pip freeze --all 21:05:36 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 21:05:36 pre-commit: commands[0]> pre-commit run --all-files --show-diff-on-failure 21:05:36 [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. 21:05:41 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint. 21:05:42 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint:./gitlint-core[trusted-deps]. 21:05:42 [INFO] Initializing environment for https://github.com/Lucas-C/pre-commit-hooks. 21:05:43 [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. 21:05:43 [INFO] Once installed this environment will be reused. 21:05:43 [INFO] This may take a few minutes... 21:05:47 [INFO] Installing environment for https://github.com/Lucas-C/pre-commit-hooks. 21:05:47 [INFO] Once installed this environment will be reused. 21:05:47 [INFO] This may take a few minutes... 21:05:52 trim trailing whitespace.................................................Passed 21:05:52 Tabs remover.............................................................Passed 21:05:52 pre-commit: commands[1]> pre-commit run gitlint --hook-stage commit-msg --commit-msg-filename .git/COMMIT_EDITMSG 21:05:52 [INFO] Installing environment for https://github.com/jorisroovers/gitlint. 21:05:52 [INFO] Once installed this environment will be reused. 21:05:52 [INFO] This may take a few minutes... 21:06:01 gitlint..............................................(no files to check)Skipped 21:06:01 pre-commit: OK (28.35=setup[3.55]+cmd[15.80,9.00] seconds) 21:06:01 congratulations :) (28.56 seconds) 21:06:01 + tox_status=0 21:06:01 + echo '---> Completed tox runs' 21:06:01 ---> Completed tox runs 21:06:01 + for i in .tox/*/log 21:06:01 ++ awk -F/ '{print $2}' 21:06:01 ++ echo .tox/pre-commit/log 21:06:01 + tox_env=pre-commit 21:06:01 + cp -r .tox/pre-commit/log /w/workspace/oom-master-pre-commit-lint/archives/tox/pre-commit 21:06:01 + DOC_DIR=docs/_build/html 21:06:01 + [[ -d docs/_build/html ]] 21:06:01 + echo '---> tox-run.sh ends' 21:06:01 ---> tox-run.sh ends 21:06:01 + test 0 -eq 0 21:06:01 $ ssh-agent -k 21:06:01 unset SSH_AUTH_SOCK; 21:06:01 unset SSH_AGENT_PID; 21:06:01 echo Agent pid 1648 killed; 21:06:01 [ssh-agent] Stopped. 21:06:01 [PostBuildScript] - [INFO] Executing post build scripts. 21:06:01 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins59936613748591387.sh 21:06:01 ---> sysstat.sh 21:06:02 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins16995079734318839598.sh 21:06:02 ---> package-listing.sh 21:06:02 ++ facter osfamily 21:06:02 ++ tr '[:upper:]' '[:lower:]' 21:06:02 + OS_FAMILY=debian 21:06:02 + workspace=/w/workspace/oom-master-pre-commit-lint 21:06:02 + START_PACKAGES=/tmp/packages_start.txt 21:06:02 + END_PACKAGES=/tmp/packages_end.txt 21:06:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:06:02 + PACKAGES=/tmp/packages_start.txt 21:06:02 + '[' /w/workspace/oom-master-pre-commit-lint ']' 21:06:02 + PACKAGES=/tmp/packages_end.txt 21:06:02 + case "${OS_FAMILY}" in 21:06:02 + dpkg -l 21:06:02 + grep '^ii' 21:06:02 + '[' -f /tmp/packages_start.txt ']' 21:06:02 + '[' -f /tmp/packages_end.txt ']' 21:06:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:06:02 + '[' /w/workspace/oom-master-pre-commit-lint ']' 21:06:02 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/ 21:06:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-pre-commit-lint/archives/ 21:06:02 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins17850019079688296963.sh 21:06:02 ---> capture-instance-metadata.sh 21:06:02 Setup pyenv: 21:06:02 system 21:06:02 3.8.13 21:06:02 3.9.13 21:06:02 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 21:06:06 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-zRty 21:06:06 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 21:06:10 lf-activate-venv(): INFO: Installing: lftools 21:06:36 lf-activate-venv(): INFO: Adding /tmp/venv-zRty/bin to PATH 21:06:36 INFO: Running in OpenStack, capturing instance metadata 21:06:36 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins16389756162152425868.sh 21:06:36 provisioning config files... 21:06:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-pre-commit-lint@tmp/config11955339539749066748tmp 21:06:36 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 21:06:36 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 21:06:36 [EnvInject] - Injecting environment variables from a build step. 21:06:36 [EnvInject] - Injecting as environment variables the properties content 21:06:36 SERVER_ID=logs 21:06:36 21:06:36 [EnvInject] - Variables injected successfully. 21:06:36 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins8342625153666671399.sh 21:06:36 ---> create-netrc.sh 21:06:36 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins10068109755325673389.sh 21:06:36 ---> python-tools-install.sh 21:06:36 Setup pyenv: 21:06:36 system 21:06:36 3.8.13 21:06:36 3.9.13 21:06:36 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 21:06:36 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-zRty from file:/tmp/.os_lf_venv 21:06:38 lf-activate-venv(): INFO: Installing: lftools 21:06:46 lf-activate-venv(): INFO: Adding /tmp/venv-zRty/bin to PATH 21:06:46 Generating Requirements File 21:07:06 Python 3.10.6 21:07:06 pip 25.1.1 from /tmp/venv-zRty/lib/python3.10/site-packages/pip (python 3.10) 21:07:06 appdirs==1.4.4 21:07:06 argcomplete==3.6.2 21:07:06 aspy.yaml==1.3.0 21:07:06 attrs==25.3.0 21:07:06 autopage==0.5.2 21:07:06 beautifulsoup4==4.13.4 21:07:06 boto3==1.38.45 21:07:06 botocore==1.38.45 21:07:06 bs4==0.0.2 21:07:06 cachetools==5.5.2 21:07:06 certifi==2025.6.15 21:07:06 cffi==1.17.1 21:07:06 cfgv==3.4.0 21:07:06 chardet==5.2.0 21:07:06 charset-normalizer==3.4.2 21:07:06 click==8.2.1 21:07:06 cliff==4.10.0 21:07:06 cmd2==2.6.2 21:07:06 cryptography==3.3.2 21:07:06 debtcollector==3.0.0 21:07:06 decorator==5.2.1 21:07:06 defusedxml==0.7.1 21:07:06 Deprecated==1.2.18 21:07:06 distlib==0.3.9 21:07:06 dnspython==2.7.0 21:07:06 docker==7.1.0 21:07:06 dogpile.cache==1.4.0 21:07:06 durationpy==0.10 21:07:06 email_validator==2.2.0 21:07:06 filelock==3.18.0 21:07:06 future==1.0.0 21:07:06 gitdb==4.0.12 21:07:06 GitPython==3.1.44 21:07:06 google-auth==2.40.3 21:07:06 httplib2==0.22.0 21:07:06 identify==2.6.12 21:07:06 idna==3.10 21:07:06 importlib-resources==1.5.0 21:07:06 iso8601==2.1.0 21:07:06 Jinja2==3.1.6 21:07:06 jmespath==1.0.1 21:07:06 jsonpatch==1.33 21:07:06 jsonpointer==3.0.0 21:07:06 jsonschema==4.24.0 21:07:06 jsonschema-specifications==2025.4.1 21:07:06 keystoneauth1==5.11.1 21:07:06 kubernetes==33.1.0 21:07:06 lftools==0.37.13 21:07:06 lxml==6.0.0 21:07:06 MarkupSafe==3.0.2 21:07:06 msgpack==1.1.1 21:07:06 multi_key_dict==2.0.3 21:07:06 munch==4.0.0 21:07:06 netaddr==1.3.0 21:07:06 niet==1.4.2 21:07:06 nodeenv==1.9.1 21:07:06 oauth2client==4.1.3 21:07:06 oauthlib==3.3.1 21:07:06 openstacksdk==4.6.0 21:07:06 os-client-config==2.1.0 21:07:06 os-service-types==1.7.0 21:07:06 osc-lib==4.0.2 21:07:06 oslo.config==9.8.0 21:07:06 oslo.context==6.0.0 21:07:06 oslo.i18n==6.5.1 21:07:06 oslo.log==7.1.0 21:07:06 oslo.serialization==5.7.0 21:07:06 oslo.utils==9.0.0 21:07:06 packaging==25.0 21:07:06 pbr==6.1.1 21:07:06 platformdirs==4.3.8 21:07:06 prettytable==3.16.0 21:07:06 psutil==7.0.0 21:07:06 pyasn1==0.6.1 21:07:06 pyasn1_modules==0.4.2 21:07:06 pycparser==2.22 21:07:06 pygerrit2==2.0.15 21:07:06 PyGithub==2.6.1 21:07:06 PyJWT==2.10.1 21:07:06 PyNaCl==1.5.0 21:07:06 pyparsing==2.4.7 21:07:06 pyperclip==1.9.0 21:07:06 pyrsistent==0.20.0 21:07:06 python-cinderclient==9.7.0 21:07:06 python-dateutil==2.9.0.post0 21:07:06 python-heatclient==4.2.0 21:07:06 python-jenkins==1.8.2 21:07:06 python-keystoneclient==5.6.0 21:07:06 python-magnumclient==4.8.1 21:07:06 python-openstackclient==8.1.0 21:07:06 python-swiftclient==4.8.0 21:07:06 PyYAML==6.0.2 21:07:06 referencing==0.36.2 21:07:06 requests==2.32.4 21:07:06 requests-oauthlib==2.0.0 21:07:06 requestsexceptions==1.4.0 21:07:06 rfc3986==2.0.0 21:07:06 rpds-py==0.25.1 21:07:06 rsa==4.9.1 21:07:06 ruamel.yaml==0.18.14 21:07:06 ruamel.yaml.clib==0.2.12 21:07:06 s3transfer==0.13.0 21:07:06 simplejson==3.20.1 21:07:06 six==1.17.0 21:07:06 smmap==5.0.2 21:07:06 soupsieve==2.7 21:07:06 stevedore==5.4.1 21:07:06 tabulate==0.9.0 21:07:06 toml==0.10.2 21:07:06 tomlkit==0.13.3 21:07:06 tqdm==4.67.1 21:07:06 typing_extensions==4.14.0 21:07:06 tzdata==2025.2 21:07:06 urllib3==1.26.20 21:07:06 virtualenv==20.31.2 21:07:06 wcwidth==0.2.13 21:07:06 websocket-client==1.8.0 21:07:06 wrapt==1.17.2 21:07:06 xdg==6.0.0 21:07:06 xmltodict==0.14.2 21:07:06 yq==3.4.3 21:07:06 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins3813127220123082332.sh 21:07:06 ---> sudo-logs.sh 21:07:06 Archiving 'sudo' log.. 21:07:07 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins9354594612026980620.sh 21:07:07 ---> job-cost.sh 21:07:07 Setup pyenv: 21:07:07 system 21:07:07 3.8.13 21:07:07 3.9.13 21:07:07 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 21:07:07 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-zRty from file:/tmp/.os_lf_venv 21:07:09 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 21:07:14 lf-activate-venv(): INFO: Adding /tmp/venv-zRty/bin to PATH 21:07:14 INFO: No Stack... 21:07:14 INFO: Retrieving Pricing Info for: v3-standard-4 21:07:14 INFO: Archiving Costs 21:07:14 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins11476560040086059538.sh 21:07:14 ---> logs-deploy.sh 21:07:14 Setup pyenv: 21:07:15 system 21:07:15 3.8.13 21:07:15 3.9.13 21:07:15 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 21:07:15 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-zRty from file:/tmp/.os_lf_venv 21:07:17 lf-activate-venv(): INFO: Installing: lftools 21:07:25 lf-activate-venv(): INFO: Adding /tmp/venv-zRty/bin to PATH 21:07:25 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-pre-commit-lint/4149 21:07:25 INFO: archiving workspace using pattern(s): 21:07:26 Archives upload complete. 21:07:26 INFO: archiving logs to Nexus 21:07:27 ---> uname -a: 21:07:27 Linux prd-ubuntu1804-builder-4c-4g-24020 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 21:07:27 21:07:27 21:07:27 ---> lscpu: 21:07:27 Architecture: x86_64 21:07:27 CPU op-mode(s): 32-bit, 64-bit 21:07:27 Byte Order: Little Endian 21:07:27 CPU(s): 4 21:07:27 On-line CPU(s) list: 0-3 21:07:27 Thread(s) per core: 1 21:07:27 Core(s) per socket: 1 21:07:27 Socket(s): 4 21:07:27 NUMA node(s): 1 21:07:27 Vendor ID: AuthenticAMD 21:07:27 CPU family: 23 21:07:27 Model: 49 21:07:27 Model name: AMD EPYC-Rome Processor 21:07:27 Stepping: 0 21:07:27 CPU MHz: 2800.000 21:07:27 BogoMIPS: 5600.00 21:07:27 Virtualization: AMD-V 21:07:27 Hypervisor vendor: KVM 21:07:27 Virtualization type: full 21:07:27 L1d cache: 32K 21:07:27 L1i cache: 32K 21:07:27 L2 cache: 512K 21:07:27 L3 cache: 16384K 21:07:27 NUMA node0 CPU(s): 0-3 21:07: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 21:07:27 21:07:27 21:07:27 ---> nproc: 21:07:27 4 21:07:27 21:07:27 21:07:27 ---> df -h: 21:07:27 Filesystem Size Used Avail Use% Mounted on 21:07:27 udev 7.9G 0 7.9G 0% /dev 21:07:27 tmpfs 1.6G 672K 1.6G 1% /run 21:07:27 /dev/vda1 78G 8.4G 69G 11% / 21:07:27 tmpfs 7.9G 0 7.9G 0% /dev/shm 21:07:27 tmpfs 5.0M 0 5.0M 0% /run/lock 21:07:27 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 21:07:27 /dev/vda15 105M 4.4M 100M 5% /boot/efi 21:07:27 tmpfs 1.6G 0 1.6G 0% /run/user/1001 21:07:27 21:07:27 21:07:27 ---> free -m: 21:07:27 total used free shared buff/cache available 21:07:27 Mem: 16040 551 13294 0 2194 15168 21:07:27 Swap: 1023 0 1023 21:07:27 21:07:27 21:07:27 ---> ip addr: 21:07:27 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 21:07:27 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:07:27 inet 127.0.0.1/8 scope host lo 21:07:27 valid_lft forever preferred_lft forever 21:07:27 inet6 ::1/128 scope host 21:07:27 valid_lft forever preferred_lft forever 21:07:27 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 21:07:27 link/ether fa:16:3e:4f:ea:71 brd ff:ff:ff:ff:ff:ff 21:07:27 inet 10.30.106.167/23 brd 10.30.107.255 scope global dynamic ens3 21:07:27 valid_lft 86228sec preferred_lft 86228sec 21:07:27 inet6 fe80::f816:3eff:fe4f:ea71/64 scope link 21:07:27 valid_lft forever preferred_lft forever 21:07:27 21:07:27 21:07:27 ---> sar -b -r -n DEV: 21:07:27 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-24020) 06/26/25 _x86_64_ (4 CPU) 21:07:27 21:07:27 21:04:45 LINUX RESTART (4 CPU) 21:07:27 21:07:27 21:05:01 tps rtps wtps bread/s bwrtn/s 21:07:27 21:06:01 284.74 31.04 253.69 1057.29 39758.17 21:07:27 21:07:01 110.71 0.88 109.83 105.85 39648.73 21:07:27 Average: 197.73 15.96 181.76 581.57 39703.45 21:07:27 21:07:27 21:05:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:07:27 21:06:01 13926020 15527392 2498948 15.21 57504 1742196 863656 4.94 755992 1522096 149348 21:07:27 21:07:01 13658176 15517420 2766792 16.85 80972 1963984 808840 4.63 790124 1729516 170164 21:07:27 Average: 13792098 15522406 2632870 16.03 69238 1853090 836248 4.79 773058 1625806 159756 21:07:27 21:07:27 21:05:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:07:27 21:06:01 lo 2.20 2.20 0.24 0.24 0.00 0.00 0.00 0.00 21:07:27 21:06:01 ens3 415.60 276.22 1962.82 70.97 0.00 0.00 0.00 0.00 21:07:27 21:07:01 lo 1.47 1.47 0.16 0.16 0.00 0.00 0.00 0.00 21:07:27 21:07:01 ens3 182.52 124.53 855.61 16.10 0.00 0.00 0.00 0.00 21:07:27 Average: lo 1.83 1.83 0.20 0.20 0.00 0.00 0.00 0.00 21:07:27 Average: ens3 299.06 200.37 1409.22 43.53 0.00 0.00 0.00 0.00 21:07:27 21:07:27 21:07:27 ---> sar -P ALL: 21:07:27 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-24020) 06/26/25 _x86_64_ (4 CPU) 21:07:27 21:07:27 21:04:45 LINUX RESTART (4 CPU) 21:07:27 21:07:27 21:05:01 CPU %user %nice %system %iowait %steal %idle 21:07:27 21:06:01 all 21.10 0.00 2.46 4.52 0.07 71.85 21:07:27 21:06:01 0 18.97 0.00 2.68 3.21 0.05 75.09 21:07:27 21:06:01 1 18.40 0.00 2.28 8.39 0.07 70.87 21:07:27 21:06:01 2 27.73 0.00 2.51 4.25 0.08 65.43 21:07:27 21:06:01 3 19.30 0.00 2.36 2.25 0.05 76.04 21:07:27 21:07:01 all 19.70 0.00 1.44 4.95 0.05 73.86 21:07:27 21:07:01 0 31.59 0.00 2.50 1.02 0.07 64.82 21:07:27 21:07:01 1 12.34 0.00 1.09 4.23 0.07 82.28 21:07:27 21:07:01 2 26.40 0.00 1.19 0.94 0.03 71.44 21:07:27 21:07:01 3 8.48 0.00 0.99 13.62 0.05 76.87 21:07:27 Average: all 20.40 0.00 1.95 4.73 0.06 72.86 21:07:27 Average: 0 25.28 0.00 2.59 2.11 0.06 69.95 21:07:27 Average: 1 15.36 0.00 1.68 6.30 0.07 76.59 21:07:27 Average: 2 27.07 0.00 1.85 2.59 0.06 68.43 21:07:27 Average: 3 13.89 0.00 1.67 7.94 0.05 76.45 21:07:27 21:07:27 21:07:27