15:44:57 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/137590 15:44:57 Running as SYSTEM 15:44:57 [EnvInject] - Loading node environment variables. 15:44:57 Building remotely on prd-ubuntu1804-builder-4c-4g-18606 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-pre-commit-lint 15:44:57 [ssh-agent] Looking for ssh-agent implementation... 15:44:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:44:57 $ ssh-agent 15:44:57 SSH_AUTH_SOCK=/tmp/ssh-P1PMsnuCCABy/agent.1717 15:44:57 SSH_AGENT_PID=1719 15:44:57 [ssh-agent] Started. 15:44:58 Running ssh-add (command line suppressed) 15:44:58 Identity added: /w/workspace/oom-master-pre-commit-lint@tmp/private_key_10853016956552260919.key (/w/workspace/oom-master-pre-commit-lint@tmp/private_key_10853016956552260919.key) 15:44:58 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 15:44:58 The recommended git tool is: NONE 15:44:59 using credential onap-jenkins-ssh 15:44:59 Wiping out workspace first. 15:44:59 Cloning the remote Git repository 15:44:59 Cloning repository git://cloud.onap.org/mirror/oom.git 15:44:59 > git init /w/workspace/oom-master-pre-commit-lint # timeout=10 15:44:59 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 15:44:59 > git --version # timeout=10 15:44:59 > git --version # 'git version 2.17.1' 15:44:59 using GIT_SSH to set credentials Gerrit user 15:44:59 Verifying host key using manually-configured host key entries 15:44:59 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 15:45:04 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 15:45:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:45:05 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 15:45:05 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 15:45:05 using GIT_SSH to set credentials Gerrit user 15:45:05 Verifying host key using manually-configured host key entries 15:45:05 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/90/137590/5 # timeout=30 15:45:05 > git rev-parse bbe9ce2f21b2bb369825a9e71ea6a8b8be85b5b5^{commit} # timeout=10 15:45:05 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 15:45:05 Checking out Revision bbe9ce2f21b2bb369825a9e71ea6a8b8be85b5b5 (refs/changes/90/137590/5) 15:45:05 > git config core.sparsecheckout # timeout=10 15:45:05 > git checkout -f bbe9ce2f21b2bb369825a9e71ea6a8b8be85b5b5 # timeout=30 15:45:08 Commit message: "[PORTAL-NG] UI is exposed on wrong port" 15:45:08 > git rev-parse FETCH_HEAD^{commit} # timeout=10 15:45:09 > git rev-list --no-walk 23286c5cf36308333e19fa7a52efd43e792407c5 # timeout=10 15:45:09 [EnvInject] - Injecting environment variables from a build step. 15:45:09 [EnvInject] - Injecting as environment variables the properties content 15:45:09 PYTHON=python3 15:45:09 15:45:09 [EnvInject] - Variables injected successfully. 15:45:09 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins17460679429976140081.sh 15:45:09 ---> tox-install.sh 15:45:09 + source /home/jenkins/lf-env.sh 15:45:09 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 15:45:09 ++ mktemp -d /tmp/venv-XXXX 15:45:09 + lf_venv=/tmp/venv-eIKQ 15:45:09 + local venv_file=/tmp/.os_lf_venv 15:45:09 + local python=python3 15:45:09 + local options 15:45:09 + local set_path=true 15:45:09 + local install_args= 15:45:09 ++ 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 15:45:09 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 15:45:09 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 15:45:09 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 15:45:09 + true 15:45:09 + case $1 in 15:45:09 + venv_file=/tmp/.toxenv 15:45:09 + shift 2 15:45:09 + true 15:45:09 + case $1 in 15:45:09 + shift 15:45:09 + break 15:45:09 + case $python in 15:45:09 + local pkg_list= 15:45:09 + [[ -d /opt/pyenv ]] 15:45:09 + echo 'Setup pyenv:' 15:45:09 Setup pyenv: 15:45:09 + export PYENV_ROOT=/opt/pyenv 15:45:09 + PYENV_ROOT=/opt/pyenv 15:45:09 + 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 15:45:09 + 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 15:45:09 + pyenv versions 15:45:09 * system (set by /opt/pyenv/version) 15:45:09 * 3.8.13 (set by /opt/pyenv/version) 15:45:09 * 3.9.13 (set by /opt/pyenv/version) 15:45:09 * 3.10.6 (set by /opt/pyenv/version) 15:45:09 + command -v pyenv 15:45:09 ++ pyenv init - --no-rehash 15:45:09 + 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[*]}"'\'')" 15:45:09 export PATH="/opt/pyenv/shims:${PATH}" 15:45:09 export PYENV_SHELL=bash 15:45:09 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 15:45:09 pyenv() { 15:45:09 local command 15:45:09 command="${1:-}" 15:45:09 if [ "$#" -gt 0 ]; then 15:45:09 shift 15:45:09 fi 15:45:09 15:45:09 case "$command" in 15:45:09 rehash|shell) 15:45:09 eval "$(pyenv "sh-$command" "$@")" 15:45:09 ;; 15:45:09 *) 15:45:09 command pyenv "$command" "$@" 15:45:09 ;; 15:45:09 esac 15:45:09 }' 15:45:09 +++ 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[*]}"' 15:45:09 ++ 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 15:45:09 ++ 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 15:45:09 ++ 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 15:45:09 ++ export PYENV_SHELL=bash 15:45:09 ++ PYENV_SHELL=bash 15:45:09 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 15:45:09 +++ complete -F _pyenv pyenv 15:45:09 ++ lf-pyver python3 15:45:09 ++ local py_version_xy=python3 15:45:09 ++ local py_version_xyz= 15:45:09 ++ pyenv versions 15:45:09 ++ local command 15:45:09 ++ command=versions 15:45:09 ++ '[' 1 -gt 0 ']' 15:45:09 ++ shift 15:45:09 ++ case "$command" in 15:45:09 ++ awk '{ print $1 }' 15:45:09 ++ command pyenv versions 15:45:09 ++ pyenv versions 15:45:09 ++ grep -E '^[0-9.]*[0-9]$' 15:45:09 ++ sed 's/^[ *]* //' 15:45:10 ++ [[ ! -s /tmp/.pyenv_versions ]] 15:45:10 +++ grep '^3' /tmp/.pyenv_versions 15:45:10 +++ sort -V 15:45:10 +++ tail -n 1 15:45:10 ++ py_version_xyz=3.10.6 15:45:10 ++ [[ -z 3.10.6 ]] 15:45:10 ++ echo 3.10.6 15:45:10 ++ return 0 15:45:10 + pyenv local 3.10.6 15:45:10 + local command 15:45:10 + command=local 15:45:10 + '[' 2 -gt 0 ']' 15:45:10 + shift 15:45:10 + case "$command" in 15:45:10 + command pyenv local 3.10.6 15:45:10 + pyenv local 3.10.6 15:45:10 + for arg in "$@" 15:45:10 + case $arg in 15:45:10 + pkg_list+='tox ' 15:45:10 + for arg in "$@" 15:45:10 + case $arg in 15:45:10 + pkg_list+='virtualenv ' 15:45:10 + for arg in "$@" 15:45:10 + case $arg in 15:45:10 + pkg_list+='urllib3~=1.26.15 ' 15:45:10 + [[ -f /tmp/.toxenv ]] 15:45:10 + [[ ! -f /tmp/.toxenv ]] 15:45:10 + [[ -n '' ]] 15:45:10 + python3 -m venv /tmp/venv-eIKQ 15:45:13 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-eIKQ' 15:45:13 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-eIKQ 15:45:13 + echo /tmp/venv-eIKQ 15:45:13 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 15:45:13 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 15:45:13 + /tmp/venv-eIKQ/bin/python3 -m pip install --upgrade --quiet pip virtualenv 15:45:16 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 15:45:16 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 15:45:16 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 15:45:16 + /tmp/venv-eIKQ/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 15:45:18 + type python3 15:45:18 + true 15:45:18 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-eIKQ/bin to PATH' 15:45:18 lf-activate-venv(): INFO: Adding /tmp/venv-eIKQ/bin to PATH 15:45:18 + PATH=/tmp/venv-eIKQ/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 15:45:18 + return 0 15:45:18 + python3 --version 15:45:18 Python 3.10.6 15:45:18 + python3 -m pip --version 15:45:19 pip 24.0 from /tmp/venv-eIKQ/lib/python3.10/site-packages/pip (python 3.10) 15:45:19 + python3 -m pip freeze 15:45:19 cachetools==5.3.3 15:45:19 chardet==5.2.0 15:45:19 colorama==0.4.6 15:45:19 distlib==0.3.8 15:45:19 filelock==3.13.3 15:45:19 packaging==24.0 15:45:19 platformdirs==4.2.0 15:45:19 pluggy==1.4.0 15:45:19 pyproject-api==1.6.1 15:45:19 tomli==2.0.1 15:45:19 tox==4.14.2 15:45:19 urllib3==1.26.18 15:45:19 virtualenv==20.25.1 15:45:19 [EnvInject] - Injecting environment variables from a build step. 15:45:19 [EnvInject] - Injecting as environment variables the properties content 15:45:19 PARALLEL=false 15:45:19 15:45:19 [EnvInject] - Variables injected successfully. 15:45:19 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins16225738228376443377.sh 15:45:19 ---> tox-run.sh 15:45:19 + 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 15:45:19 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-pre-commit-lint/archives/tox 15:45:19 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-pre-commit-lint/archives/docs 15:45:19 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/tox 15:45:19 + cd /w/workspace/oom-master-pre-commit-lint/. 15:45:19 + source /home/jenkins/lf-env.sh 15:45:19 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 15:45:19 ++ mktemp -d /tmp/venv-XXXX 15:45:19 + lf_venv=/tmp/venv-4vXV 15:45:19 + local venv_file=/tmp/.os_lf_venv 15:45:19 + local python=python3 15:45:19 + local options 15:45:19 + local set_path=true 15:45:19 + local install_args= 15:45:19 ++ 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 15:45:19 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 15:45:19 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 15:45:19 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 15:45:19 + true 15:45:19 + case $1 in 15:45:19 + venv_file=/tmp/.toxenv 15:45:19 + shift 2 15:45:19 + true 15:45:19 + case $1 in 15:45:19 + shift 15:45:19 + break 15:45:19 + case $python in 15:45:19 + local pkg_list= 15:45:19 + [[ -d /opt/pyenv ]] 15:45:19 + echo 'Setup pyenv:' 15:45:19 Setup pyenv: 15:45:19 + export PYENV_ROOT=/opt/pyenv 15:45:19 + PYENV_ROOT=/opt/pyenv 15:45:19 + 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 15:45:19 + 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 15:45:19 + pyenv versions 15:45:19 system 15:45:19 3.8.13 15:45:19 3.9.13 15:45:19 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 15:45:19 + command -v pyenv 15:45:19 ++ pyenv init - --no-rehash 15:45:19 + 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[*]}"'\'')" 15:45:19 export PATH="/opt/pyenv/shims:${PATH}" 15:45:19 export PYENV_SHELL=bash 15:45:19 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 15:45:19 pyenv() { 15:45:19 local command 15:45:19 command="${1:-}" 15:45:19 if [ "$#" -gt 0 ]; then 15:45:19 shift 15:45:19 fi 15:45:19 15:45:19 case "$command" in 15:45:19 rehash|shell) 15:45:19 eval "$(pyenv "sh-$command" "$@")" 15:45:19 ;; 15:45:19 *) 15:45:19 command pyenv "$command" "$@" 15:45:19 ;; 15:45:19 esac 15:45:19 }' 15:45:19 +++ 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[*]}"' 15:45:19 ++ 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 15:45:19 ++ 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 15:45:19 ++ 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 15:45:19 ++ export PYENV_SHELL=bash 15:45:19 ++ PYENV_SHELL=bash 15:45:19 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 15:45:19 +++ complete -F _pyenv pyenv 15:45:19 ++ lf-pyver python3 15:45:19 ++ local py_version_xy=python3 15:45:19 ++ local py_version_xyz= 15:45:19 ++ pyenv versions 15:45:19 ++ sed 's/^[ *]* //' 15:45:19 ++ local command 15:45:19 ++ command=versions 15:45:19 ++ awk '{ print $1 }' 15:45:19 ++ '[' 1 -gt 0 ']' 15:45:19 ++ shift 15:45:19 ++ case "$command" in 15:45:19 ++ command pyenv versions 15:45:19 ++ pyenv versions 15:45:19 ++ grep -E '^[0-9.]*[0-9]$' 15:45:19 ++ [[ ! -s /tmp/.pyenv_versions ]] 15:45:19 +++ grep '^3' /tmp/.pyenv_versions 15:45:19 +++ tail -n 1 15:45:19 +++ sort -V 15:45:19 ++ py_version_xyz=3.10.6 15:45:19 ++ [[ -z 3.10.6 ]] 15:45:19 ++ echo 3.10.6 15:45:19 ++ return 0 15:45:19 + pyenv local 3.10.6 15:45:19 + local command 15:45:19 + command=local 15:45:19 + '[' 2 -gt 0 ']' 15:45:19 + shift 15:45:19 + case "$command" in 15:45:19 + command pyenv local 3.10.6 15:45:19 + pyenv local 3.10.6 15:45:19 + for arg in "$@" 15:45:19 + case $arg in 15:45:19 + pkg_list+='tox ' 15:45:19 + for arg in "$@" 15:45:19 + case $arg in 15:45:19 + pkg_list+='virtualenv ' 15:45:19 + for arg in "$@" 15:45:19 + case $arg in 15:45:19 + pkg_list+='urllib3~=1.26.15 ' 15:45:19 + [[ -f /tmp/.toxenv ]] 15:45:19 ++ cat /tmp/.toxenv 15:45:19 + lf_venv=/tmp/venv-eIKQ 15:45:19 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-eIKQ from' file:/tmp/.toxenv 15:45:19 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-eIKQ from file:/tmp/.toxenv 15:45:19 + /tmp/venv-eIKQ/bin/python3 -m pip install --upgrade --quiet pip virtualenv 15:45:20 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 15:45:20 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 15:45:20 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 15:45:20 + /tmp/venv-eIKQ/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 15:45:22 + type python3 15:45:22 + true 15:45:22 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-eIKQ/bin to PATH' 15:45:22 lf-activate-venv(): INFO: Adding /tmp/venv-eIKQ/bin to PATH 15:45:22 + PATH=/tmp/venv-eIKQ/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 15:45:22 + return 0 15:45:22 + [[ -d /opt/pyenv ]] 15:45:22 + echo '---> Setting up pyenv' 15:45:22 ---> Setting up pyenv 15:45:22 + export PYENV_ROOT=/opt/pyenv 15:45:22 + PYENV_ROOT=/opt/pyenv 15:45:22 + export PATH=/opt/pyenv/bin:/tmp/venv-eIKQ/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 15:45:22 + PATH=/opt/pyenv/bin:/tmp/venv-eIKQ/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 15:45:22 ++ pwd 15:45:22 + PYTHONPATH=/w/workspace/oom-master-pre-commit-lint 15:45:22 + export PYTHONPATH 15:45:22 + export TOX_TESTENV_PASSENV=PYTHONPATH 15:45:22 + TOX_TESTENV_PASSENV=PYTHONPATH 15:45:22 + tox --version 15:45:22 4.14.2 from /tmp/venv-eIKQ/lib/python3.10/site-packages/tox/__init__.py 15:45:22 + PARALLEL=false 15:45:22 + TOX_OPTIONS_LIST= 15:45:22 + [[ -n pre-commit ]] 15:45:22 + TOX_OPTIONS_LIST=' -e pre-commit' 15:45:22 + case ${PARALLEL,,} in 15:45:22 + tox -e pre-commit 15:45:22 + tee -a /w/workspace/oom-master-pre-commit-lint/archives/tox/tox.log 15:45:23 pre-commit: install_deps> python -I -m pip install pre-commit 15:45:26 pre-commit: freeze> python -m pip freeze --all 15:45:26 pre-commit: cfgv==3.4.0,distlib==0.3.8,filelock==3.13.3,identify==2.5.35,nodeenv==1.8.0,pip==24.0,platformdirs==4.2.0,pre-commit==3.7.0,PyYAML==6.0.1,setuptools==69.1.0,virtualenv==20.25.1,wheel==0.42.0 15:45:26 pre-commit: commands[0]> pre-commit run --all-files --show-diff-on-failure 15:45:26 [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. 15:45:27 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint. 15:45:28 [INFO] Initializing environment for https://github.com/jorisroovers/gitlint:./gitlint-core[trusted-deps]. 15:45:29 [INFO] Initializing environment for https://github.com/Lucas-C/pre-commit-hooks. 15:45:29 [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks. 15:45:29 [INFO] Once installed this environment will be reused. 15:45:29 [INFO] This may take a few minutes... 15:45:32 [INFO] Installing environment for https://github.com/Lucas-C/pre-commit-hooks. 15:45:32 [INFO] Once installed this environment will be reused. 15:45:32 [INFO] This may take a few minutes... 15:45:38 Trim Trailing Whitespace.................................................Passed 15:45:38 Tabs remover.............................................................Passed 15:45:38 pre-commit: commands[1]> pre-commit run gitlint --hook-stage commit-msg --commit-msg-filename .git/COMMIT_EDITMSG 15:45:38 [INFO] Installing environment for https://github.com/jorisroovers/gitlint. 15:45:38 [INFO] Once installed this environment will be reused. 15:45:38 [INFO] This may take a few minutes... 15:45:44 gitlint..............................................(no files to check)Skipped 15:45:44 pre-commit: OK (21.93=setup[3.99]+cmd[11.59,6.35] seconds) 15:45:44 congratulations :) (22.10 seconds) 15:45:44 + tox_status=0 15:45:44 + echo '---> Completed tox runs' 15:45:44 ---> Completed tox runs 15:45:44 + for i in .tox/*/log 15:45:44 ++ echo .tox/pre-commit/log 15:45:44 ++ awk -F/ '{print $2}' 15:45:44 + tox_env=pre-commit 15:45:44 + cp -r .tox/pre-commit/log /w/workspace/oom-master-pre-commit-lint/archives/tox/pre-commit 15:45:44 + DOC_DIR=docs/_build/html 15:45:44 + [[ -d docs/_build/html ]] 15:45:44 + echo '---> tox-run.sh ends' 15:45:44 ---> tox-run.sh ends 15:45:44 + test 0 -eq 0 15:45:44 $ ssh-agent -k 15:45:44 unset SSH_AUTH_SOCK; 15:45:44 unset SSH_AGENT_PID; 15:45:44 echo Agent pid 1719 killed; 15:45:44 [ssh-agent] Stopped. 15:45:44 [PostBuildScript] - [INFO] Executing post build scripts. 15:45:44 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins1970101303689515807.sh 15:45:44 ---> sysstat.sh 15:45:45 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins8551742271900535997.sh 15:45:45 ---> package-listing.sh 15:45:45 ++ tr '[:upper:]' '[:lower:]' 15:45:45 ++ facter osfamily 15:45:45 + OS_FAMILY=debian 15:45:45 + workspace=/w/workspace/oom-master-pre-commit-lint 15:45:45 + START_PACKAGES=/tmp/packages_start.txt 15:45:45 + END_PACKAGES=/tmp/packages_end.txt 15:45:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:45:45 + PACKAGES=/tmp/packages_start.txt 15:45:45 + '[' /w/workspace/oom-master-pre-commit-lint ']' 15:45:45 + PACKAGES=/tmp/packages_end.txt 15:45:45 + case "${OS_FAMILY}" in 15:45:45 + dpkg -l 15:45:45 + grep '^ii' 15:45:45 + '[' -f /tmp/packages_start.txt ']' 15:45:45 + '[' -f /tmp/packages_end.txt ']' 15:45:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:45:45 + '[' /w/workspace/oom-master-pre-commit-lint ']' 15:45:45 + mkdir -p /w/workspace/oom-master-pre-commit-lint/archives/ 15:45:45 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-pre-commit-lint/archives/ 15:45:45 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins15882078347484774494.sh 15:45:45 ---> capture-instance-metadata.sh 15:45:45 Setup pyenv: 15:45:45 system 15:45:45 3.8.13 15:45:45 3.9.13 15:45:45 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 15:45:49 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-KAE0 15:45:49 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 15:45:52 lf-activate-venv(): INFO: Installing: lftools 15:46:21 lf-activate-venv(): INFO: Adding /tmp/venv-KAE0/bin to PATH 15:46:21 INFO: Running in OpenStack, capturing instance metadata 15:46:22 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins11548823417699907469.sh 15:46:22 provisioning config files... 15:46:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-pre-commit-lint@tmp/config11443036687259591606tmp 15:46:22 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 15:46:22 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 15:46:22 [EnvInject] - Injecting environment variables from a build step. 15:46:22 [EnvInject] - Injecting as environment variables the properties content 15:46:22 SERVER_ID=logs 15:46:22 15:46:22 [EnvInject] - Variables injected successfully. 15:46:22 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins15988632522616710367.sh 15:46:22 ---> create-netrc.sh 15:46:22 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins11752434319469307730.sh 15:46:22 ---> python-tools-install.sh 15:46:22 Setup pyenv: 15:46:22 system 15:46:22 3.8.13 15:46:22 3.9.13 15:46:22 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 15:46:22 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-KAE0 from file:/tmp/.os_lf_venv 15:46:23 lf-activate-venv(): INFO: Installing: lftools 15:46:34 lf-activate-venv(): INFO: Adding /tmp/venv-KAE0/bin to PATH 15:46:34 Generating Requirements File 15:47:01 Python 3.10.6 15:47:02 pip 24.0 from /tmp/venv-KAE0/lib/python3.10/site-packages/pip (python 3.10) 15:47:02 appdirs==1.4.4 15:47:02 argcomplete==3.2.3 15:47:02 aspy.yaml==1.3.0 15:47:02 attrs==23.2.0 15:47:02 autopage==0.5.2 15:47:02 beautifulsoup4==4.12.3 15:47:02 boto3==1.34.71 15:47:02 botocore==1.34.71 15:47:02 bs4==0.0.2 15:47:02 cachetools==5.3.3 15:47:02 certifi==2024.2.2 15:47:02 cffi==1.16.0 15:47:02 cfgv==3.4.0 15:47:02 chardet==5.2.0 15:47:02 charset-normalizer==3.3.2 15:47:02 click==8.1.7 15:47:02 cliff==4.6.0 15:47:02 cmd2==2.4.3 15:47:02 cryptography==3.3.2 15:47:02 debtcollector==3.0.0 15:47:02 decorator==5.1.1 15:47:02 defusedxml==0.7.1 15:47:02 Deprecated==1.2.14 15:47:02 distlib==0.3.8 15:47:02 dnspython==2.6.1 15:47:02 docker==4.2.2 15:47:02 dogpile.cache==1.3.2 15:47:02 email_validator==2.1.1 15:47:02 filelock==3.13.3 15:47:02 future==1.0.0 15:47:02 gitdb==4.0.11 15:47:02 GitPython==3.1.42 15:47:02 google-auth==2.29.0 15:47:02 httplib2==0.22.0 15:47:02 identify==2.5.35 15:47:02 idna==3.6 15:47:02 importlib-resources==1.5.0 15:47:02 iso8601==2.1.0 15:47:02 Jinja2==3.1.3 15:47:02 jmespath==1.0.1 15:47:02 jsonpatch==1.33 15:47:02 jsonpointer==2.4 15:47:02 jsonschema==4.21.1 15:47:02 jsonschema-specifications==2023.12.1 15:47:02 keystoneauth1==5.6.0 15:47:02 kubernetes==29.0.0 15:47:02 lftools==0.37.10 15:47:02 lxml==5.1.0 15:47:02 MarkupSafe==2.1.5 15:47:02 msgpack==1.0.8 15:47:02 multi_key_dict==2.0.3 15:47:02 munch==4.0.0 15:47:02 netaddr==1.2.1 15:47:02 netifaces==0.11.0 15:47:02 niet==1.4.2 15:47:02 nodeenv==1.8.0 15:47:02 oauth2client==4.1.3 15:47:02 oauthlib==3.2.2 15:47:02 openstacksdk==3.0.0 15:47:02 os-client-config==2.1.0 15:47:02 os-service-types==1.7.0 15:47:02 osc-lib==3.0.1 15:47:02 oslo.config==9.4.0 15:47:02 oslo.context==5.5.0 15:47:02 oslo.i18n==6.3.0 15:47:02 oslo.log==5.5.0 15:47:02 oslo.serialization==5.4.0 15:47:02 oslo.utils==7.1.0 15:47:02 packaging==24.0 15:47:02 pbr==6.0.0 15:47:02 platformdirs==4.2.0 15:47:02 prettytable==3.10.0 15:47:02 pyasn1==0.6.0 15:47:02 pyasn1_modules==0.4.0 15:47:02 pycparser==2.21 15:47:02 pygerrit2==2.0.15 15:47:02 PyGithub==2.3.0 15:47:02 pyinotify==0.9.6 15:47:02 PyJWT==2.8.0 15:47:02 PyNaCl==1.5.0 15:47:02 pyparsing==2.4.7 15:47:02 pyperclip==1.8.2 15:47:02 pyrsistent==0.20.0 15:47:02 python-cinderclient==9.5.0 15:47:02 python-dateutil==2.9.0.post0 15:47:02 python-heatclient==3.5.0 15:47:02 python-jenkins==1.8.2 15:47:02 python-keystoneclient==5.4.0 15:47:02 python-magnumclient==4.4.0 15:47:02 python-novaclient==18.6.0 15:47:02 python-openstackclient==6.6.0 15:47:02 python-swiftclient==4.5.0 15:47:02 PyYAML==6.0.1 15:47:02 referencing==0.34.0 15:47:02 requests==2.31.0 15:47:02 requests-oauthlib==2.0.0 15:47:02 requestsexceptions==1.4.0 15:47:02 rfc3986==2.0.0 15:47:02 rpds-py==0.18.0 15:47:02 rsa==4.9 15:47:02 ruamel.yaml==0.18.6 15:47:02 ruamel.yaml.clib==0.2.8 15:47:02 s3transfer==0.10.1 15:47:02 simplejson==3.19.2 15:47:02 six==1.16.0 15:47:02 smmap==5.0.1 15:47:02 soupsieve==2.5 15:47:02 stevedore==5.2.0 15:47:02 tabulate==0.9.0 15:47:02 toml==0.10.2 15:47:02 tomlkit==0.12.4 15:47:02 tqdm==4.66.2 15:47:02 typing_extensions==4.10.0 15:47:02 tzdata==2024.1 15:47:02 urllib3==1.26.18 15:47:02 virtualenv==20.25.1 15:47:02 wcwidth==0.2.13 15:47:02 websocket-client==1.7.0 15:47:02 wrapt==1.16.0 15:47:02 xdg==6.0.0 15:47:02 xmltodict==0.13.0 15:47:02 yq==3.2.3 15:47:02 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins12946267771032307841.sh 15:47:02 ---> sudo-logs.sh 15:47:02 Archiving 'sudo' log.. 15:47:02 [oom-master-pre-commit-lint] $ /bin/bash /tmp/jenkins12364253256763807324.sh 15:47:02 ---> job-cost.sh 15:47:02 Setup pyenv: 15:47:02 system 15:47:02 3.8.13 15:47:02 3.9.13 15:47:02 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 15:47:02 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-KAE0 from file:/tmp/.os_lf_venv 15:47:04 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 15:47:09 lf-activate-venv(): INFO: Adding /tmp/venv-KAE0/bin to PATH 15:47:09 INFO: No Stack... 15:47:09 INFO: Retrieving Pricing Info for: v3-standard-4 15:47:09 INFO: Archiving Costs 15:47:09 [oom-master-pre-commit-lint] $ /bin/bash -l /tmp/jenkins5625072361563017843.sh 15:47:09 ---> logs-deploy.sh 15:47:09 Setup pyenv: 15:47:09 system 15:47:09 3.8.13 15:47:09 3.9.13 15:47:10 * 3.10.6 (set by /w/workspace/oom-master-pre-commit-lint/.python-version) 15:47:10 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-KAE0 from file:/tmp/.os_lf_venv 15:47:11 lf-activate-venv(): INFO: Installing: lftools 15:47:20 lf-activate-venv(): INFO: Adding /tmp/venv-KAE0/bin to PATH 15:47:20 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-pre-commit-lint/3377 15:47:20 INFO: archiving workspace using pattern(s): 15:47:21 Archives upload complete. 15:47:21 INFO: archiving logs to Nexus 15:47:22 ---> uname -a: 15:47:22 Linux prd-ubuntu1804-builder-4c-4g-18606 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 15:47:22 15:47:22 15:47:22 ---> lscpu: 15:47:22 Architecture: x86_64 15:47:22 CPU op-mode(s): 32-bit, 64-bit 15:47:22 Byte Order: Little Endian 15:47:22 CPU(s): 4 15:47:22 On-line CPU(s) list: 0-3 15:47:22 Thread(s) per core: 1 15:47:22 Core(s) per socket: 1 15:47:22 Socket(s): 4 15:47:22 NUMA node(s): 1 15:47:22 Vendor ID: AuthenticAMD 15:47:22 CPU family: 23 15:47:22 Model: 49 15:47:22 Model name: AMD EPYC-Rome Processor 15:47:22 Stepping: 0 15:47:22 CPU MHz: 2800.000 15:47:22 BogoMIPS: 5600.00 15:47:22 Virtualization: AMD-V 15:47:22 Hypervisor vendor: KVM 15:47:22 Virtualization type: full 15:47:22 L1d cache: 32K 15:47:22 L1i cache: 32K 15:47:22 L2 cache: 512K 15:47:22 L3 cache: 16384K 15:47:22 NUMA node0 CPU(s): 0-3 15:47:22 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 15:47:22 15:47:22 15:47:22 ---> nproc: 15:47:22 4 15:47:22 15:47:22 15:47:22 ---> df -h: 15:47:22 Filesystem Size Used Avail Use% Mounted on 15:47:22 udev 7.9G 0 7.9G 0% /dev 15:47:22 tmpfs 1.6G 672K 1.6G 1% /run 15:47:22 /dev/vda1 78G 8.4G 70G 11% / 15:47:22 tmpfs 7.9G 0 7.9G 0% /dev/shm 15:47:22 tmpfs 5.0M 0 5.0M 0% /run/lock 15:47:22 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 15:47:22 /dev/vda15 105M 4.4M 100M 5% /boot/efi 15:47:22 tmpfs 1.6G 0 1.6G 0% /run/user/1001 15:47:22 15:47:22 15:47:22 ---> free -m: 15:47:22 total used free shared buff/cache available 15:47:22 Mem: 16040 568 13276 0 2195 15151 15:47:22 Swap: 1023 0 1023 15:47:22 15:47:22 15:47:22 ---> ip addr: 15:47:22 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 15:47:22 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:47:22 inet 127.0.0.1/8 scope host lo 15:47:22 valid_lft forever preferred_lft forever 15:47:22 inet6 ::1/128 scope host 15:47:22 valid_lft forever preferred_lft forever 15:47:22 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 15:47:22 link/ether fa:16:3e:ff:6c:6d brd ff:ff:ff:ff:ff:ff 15:47:22 inet 10.30.106.220/23 brd 10.30.107.255 scope global dynamic ens3 15:47:22 valid_lft 86238sec preferred_lft 86238sec 15:47:22 inet6 fe80::f816:3eff:feff:6c6d/64 scope link 15:47:22 valid_lft forever preferred_lft forever 15:47:22 15:47:22 15:47:22 ---> sar -b -r -n DEV: 15:47:22 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-18606) 03/27/24 _x86_64_ (4 CPU) 15:47:22 15:47:22 15:44:43 LINUX RESTART (4 CPU) 15:47:22 15:47:22 15:45:01 tps rtps wtps bread/s bwrtn/s 15:47:22 15:46:01 247.78 36.19 211.58 1784.77 36020.26 15:47:22 15:47:01 116.06 2.32 113.75 119.98 36839.19 15:47:22 Average: 181.92 19.26 162.66 952.37 36429.73 15:47:22 15:47:22 15:45:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:47:22 15:46:01 13899784 15531720 2525184 15.37 59404 1769560 791856 4.53 765948 1537576 96668 15:47:22 15:47:01 13650132 15563604 2774836 16.89 83508 2010620 720184 4.12 764176 1755580 103924 15:47:22 Average: 13774958 15547662 2650010 16.13 71456 1890090 756020 4.33 765062 1646578 100296 15:47:22 15:47:22 15:45:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:47:22 15:46:01 ens3 133.26 97.85 1171.67 39.01 0.00 0.00 0.00 0.00 15:47:22 15:46:01 lo 2.87 2.87 0.30 0.30 0.00 0.00 0.00 0.00 15:47:22 15:47:01 ens3 48.53 32.49 820.75 7.65 0.00 0.00 0.00 0.00 15:47:22 15:47:01 lo 1.20 1.20 0.12 0.12 0.00 0.00 0.00 0.00 15:47:22 Average: ens3 90.89 65.17 996.21 23.33 0.00 0.00 0.00 0.00 15:47:22 Average: lo 2.03 2.03 0.21 0.21 0.00 0.00 0.00 0.00 15:47:22 15:47:22 15:47:22 ---> sar -P ALL: 15:47:22 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-18606) 03/27/24 _x86_64_ (4 CPU) 15:47:22 15:47:22 15:44:43 LINUX RESTART (4 CPU) 15:47:22 15:47:22 15:45:01 CPU %user %nice %system %iowait %steal %idle 15:47:22 15:46:01 all 25.90 0.00 2.27 4.95 0.07 66.81 15:47:22 15:46:01 0 34.65 0.00 2.62 3.06 0.08 59.59 15:47:22 15:46:01 1 27.96 0.00 2.57 5.99 0.07 63.41 15:47:22 15:46:01 2 24.09 0.00 1.97 0.80 0.05 73.09 15:47:22 15:46:01 3 16.86 0.00 1.93 9.97 0.07 71.18 15:47:22 15:47:01 all 20.31 0.00 1.36 4.09 0.05 74.19 15:47:22 15:47:01 0 41.18 0.00 1.80 1.42 0.07 55.53 15:47:22 15:47:01 1 6.53 0.00 1.20 7.02 0.05 85.19 15:47:22 15:47:01 2 30.45 0.00 1.90 1.08 0.08 66.48 15:47:22 15:47:01 3 3.02 0.00 0.52 6.84 0.02 89.61 15:47:22 Average: all 23.10 0.00 1.82 4.52 0.06 70.50 15:47:22 Average: 0 37.91 0.00 2.21 2.24 0.08 57.56 15:47:22 Average: 1 17.25 0.00 1.89 6.51 0.06 74.29 15:47:22 Average: 2 27.27 0.00 1.94 0.94 0.07 69.78 15:47:22 Average: 3 9.94 0.00 1.22 8.40 0.04 80.40 15:47:22 15:47:22 15:47:22