10:22:27 Triggered by Gerrit: https://gerrit.onap.org/r/c/testsuite/pythonsdk-tests/+/140736 10:22:27 Running as SYSTEM 10:22:27 [EnvInject] - Loading node environment variables. 10:22:27 Building remotely on prd-centos8-builder-2c-1g-8394 (centos8-builder-2c-1g) in workspace /w/workspace/testsuite-pythonsdk-tests-master-json-lint 10:22:27 [ssh-agent] Looking for ssh-agent implementation... 10:22:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:22:27 $ ssh-agent 10:22:27 SSH_AUTH_SOCK=/tmp/ssh-36JRX2Z9xQhX/agent.19635 10:22:27 SSH_AGENT_PID=19636 10:22:27 [ssh-agent] Started. 10:22:27 Running ssh-add (command line suppressed) 10:22:28 Identity added: /w/workspace/testsuite-pythonsdk-tests-master-json-lint@tmp/private_key_4789380619469888830.key (/w/workspace/testsuite-pythonsdk-tests-master-json-lint@tmp/private_key_4789380619469888830.key) 10:22:28 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 10:22:28 The recommended git tool is: NONE 10:22:30 using credential onap-jenkins-ssh 10:22:30 Wiping out workspace first. 10:22:30 Cloning the remote Git repository 10:22:30 Cloning repository git://cloud.onap.org/mirror/testsuite/pythonsdk-tests.git 10:22:30 > git init /w/workspace/testsuite-pythonsdk-tests-master-json-lint # timeout=10 10:22:30 Fetching upstream changes from git://cloud.onap.org/mirror/testsuite/pythonsdk-tests.git 10:22:30 > git --version # timeout=10 10:22:30 > git --version # 'git version 2.39.0' 10:22:30 using GIT_SSH to set credentials Gerrit user 10:22:30 [INFO] Currently running in a labeled security context 10:22:30 [INFO] Currently SELinux is 'enforcing' on the host 10:22:30 > /usr/bin/chcon --type=ssh_home_t /w/workspace/testsuite-pythonsdk-tests-master-json-lint@tmp/jenkins-gitclient-ssh15136069712989494388.key 10:22:30 Verifying host key using manually-configured host key entries 10:22:30 > git fetch --tags --force --progress -- git://cloud.onap.org/mirror/testsuite/pythonsdk-tests.git +refs/heads/*:refs/remotes/origin/* # timeout=30 10:22:30 > git config remote.origin.url git://cloud.onap.org/mirror/testsuite/pythonsdk-tests.git # timeout=10 10:22:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:22:31 > git config remote.origin.url git://cloud.onap.org/mirror/testsuite/pythonsdk-tests.git # timeout=10 10:22:31 Fetching upstream changes from git://cloud.onap.org/mirror/testsuite/pythonsdk-tests.git 10:22:31 using GIT_SSH to set credentials Gerrit user 10:22:31 [INFO] Currently running in a labeled security context 10:22:31 [INFO] Currently SELinux is 'enforcing' on the host 10:22:31 > /usr/bin/chcon --type=ssh_home_t /w/workspace/testsuite-pythonsdk-tests-master-json-lint@tmp/jenkins-gitclient-ssh2044879137255565001.key 10:22:31 Verifying host key using manually-configured host key entries 10:22:31 > git fetch --tags --force --progress -- git://cloud.onap.org/mirror/testsuite/pythonsdk-tests.git refs/changes/36/140736/2 # timeout=30 10:22:31 > git rev-parse 23c16d978a75cf6eedbecf58251453c55628fa17^{commit} # timeout=10 10:22:31 Checking out Revision 23c16d978a75cf6eedbecf58251453c55628fa17 (refs/changes/36/140736/2) 10:22:31 > git config core.sparsecheckout # timeout=10 10:22:31 > git checkout -f 23c16d978a75cf6eedbecf58251453c55628fa17 # timeout=30 10:22:31 Commit message: "[TESTS] Add additional tests for testkube based testing" 10:22:31 > git rev-parse FETCH_HEAD^{commit} # timeout=10 10:22:31 > git rev-list --no-walk 17d602c46c5a65d2288322c95dd0315e65348683 # timeout=10 10:22:35 [EnvInject] - Injecting environment variables from a build step. 10:22:35 [EnvInject] - Injecting as environment variables the properties content 10:22:35 PYTHON=python3 10:22:35 10:22:35 [EnvInject] - Variables injected successfully. 10:22:35 [testsuite-pythonsdk-tests-master-json-lint] $ /bin/bash -l /tmp/jenkins8223252463380152923.sh 10:22:35 ---> tox-install.sh 10:22:35 + source /home/jenkins/lf-env.sh 10:22:35 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 10:22:35 ++ mktemp -d /tmp/venv-XXXX 10:22:35 + lf_venv=/tmp/venv-Jb6Z 10:22:35 + local venv_file=/tmp/.os_lf_venv 10:22:35 + local python=python3 10:22:35 + local options 10:22:35 + local set_path=true 10:22:35 + local install_args= 10:22:35 ++ 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 10:22:35 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 10:22:35 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 10:22:35 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 10:22:35 + true 10:22:35 + case $1 in 10:22:35 + venv_file=/tmp/.toxenv 10:22:35 + shift 2 10:22:35 + true 10:22:35 + case $1 in 10:22:35 + shift 10:22:35 + break 10:22:35 + case $python in 10:22:35 + local pkg_list= 10:22:35 + [[ -d /opt/pyenv ]] 10:22:35 + echo 'Setup pyenv:' 10:22:35 Setup pyenv: 10:22:35 + export PYENV_ROOT=/opt/pyenv 10:22:35 + PYENV_ROOT=/opt/pyenv 10:22:35 + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 10:22:35 + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 10:22:35 + pyenv versions 10:22:35 system 10:22:35 * 3.8.13 (set by /opt/pyenv/version) 10:22:35 * 3.9.13 (set by /opt/pyenv/version) 10:22:35 * 3.10.6 (set by /opt/pyenv/version) 10:22:35 + command -v pyenv 10:22:35 ++ pyenv init - --no-rehash 10:22:35 + 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[*]}"'\'')" 10:22:35 export PATH="/opt/pyenv/shims:${PATH}" 10:22:35 export PYENV_SHELL=bash 10:22:35 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 10:22:35 pyenv() { 10:22:35 local command 10:22:35 command="${1:-}" 10:22:35 if [ "$#" -gt 0 ]; then 10:22:35 shift 10:22:35 fi 10:22:35 10:22:35 case "$command" in 10:22:35 rehash|shell) 10:22:35 eval "$(pyenv "sh-$command" "$@")" 10:22:35 ;; 10:22:35 *) 10:22:35 command pyenv "$command" "$@" 10:22:35 ;; 10:22:35 esac 10:22:35 }' 10:22:35 +++ 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[*]}"' 10:22:35 ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 10:22:35 ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 10:22:35 ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 10:22:35 ++ export PYENV_SHELL=bash 10:22:35 ++ PYENV_SHELL=bash 10:22:35 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 10:22:35 +++ complete -F _pyenv pyenv 10:22:35 ++ lf-pyver python3 10:22:35 ++ local py_version_xy=python3 10:22:35 ++ local py_version_xyz= 10:22:35 ++ sed 's/^[ *]* //' 10:22:35 ++ pyenv versions 10:22:35 ++ local command 10:22:35 ++ command=versions 10:22:35 ++ '[' 1 -gt 0 ']' 10:22:35 ++ shift 10:22:35 ++ case "$command" in 10:22:35 ++ command pyenv versions 10:22:35 ++ pyenv versions 10:22:35 ++ awk '{ print $1 }' 10:22:35 ++ grep -E '^[0-9.]*[0-9]$' 10:22:35 ++ [[ ! -s /tmp/.pyenv_versions ]] 10:22:35 +++ grep '^3' /tmp/.pyenv_versions 10:22:35 +++ tail -n 1 10:22:35 +++ sort -V 10:22:35 ++ py_version_xyz=3.10.6 10:22:35 ++ [[ -z 3.10.6 ]] 10:22:35 ++ echo 3.10.6 10:22:35 ++ return 0 10:22:35 + pyenv local 3.10.6 10:22:35 + local command 10:22:35 + command=local 10:22:35 + '[' 2 -gt 0 ']' 10:22:35 + shift 10:22:35 + case "$command" in 10:22:35 + command pyenv local 3.10.6 10:22:35 + pyenv local 3.10.6 10:22:35 + for arg in "$@" 10:22:35 + case $arg in 10:22:35 + pkg_list+='tox ' 10:22:35 + for arg in "$@" 10:22:35 + case $arg in 10:22:35 + pkg_list+='virtualenv ' 10:22:35 + for arg in "$@" 10:22:35 + case $arg in 10:22:35 + pkg_list+='urllib3~=1.26.15 ' 10:22:35 + [[ -f /tmp/.toxenv ]] 10:22:35 + [[ ! -f /tmp/.toxenv ]] 10:22:35 + [[ -n '' ]] 10:22:35 + python3 -m venv /tmp/venv-Jb6Z 10:22:39 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Jb6Z' 10:22:39 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Jb6Z 10:22:39 + echo /tmp/venv-Jb6Z 10:22:39 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 10:22:39 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 10:22:39 + /tmp/venv-Jb6Z/bin/python3 -m pip install --upgrade --quiet pip virtualenv 10:22:42 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 10:22:42 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 10:22:42 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 10:22:42 + /tmp/venv-Jb6Z/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 10:22:45 + type python3 10:22:45 + true 10:22:45 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-Jb6Z/bin to PATH' 10:22:45 lf-activate-venv(): INFO: Adding /tmp/venv-Jb6Z/bin to PATH 10:22:45 + PATH=/tmp/venv-Jb6Z/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 10:22:45 + return 0 10:22:45 + python3 --version 10:22:45 Python 3.10.6 10:22:45 + python3 -m pip --version 10:22:45 pip 25.0.1 from /tmp/venv-Jb6Z/lib/python3.10/site-packages/pip (python 3.10) 10:22:45 + python3 -m pip freeze 10:22:45 cachetools==5.5.2 10:22:45 chardet==5.2.0 10:22:45 colorama==0.4.6 10:22:45 distlib==0.3.9 10:22:45 filelock==3.18.0 10:22:45 packaging==25.0 10:22:45 platformdirs==4.3.7 10:22:45 pluggy==1.5.0 10:22:45 pyproject-api==1.9.0 10:22:45 tomli==2.2.1 10:22:45 tox==4.25.0 10:22:45 typing_extensions==4.13.2 10:22:45 urllib3==1.26.20 10:22:45 virtualenv==20.30.0 10:22:45 [EnvInject] - Injecting environment variables from a build step. 10:22:45 [EnvInject] - Injecting as environment variables the properties content 10:22:45 PARALLEL=false 10:22:45 10:22:45 [EnvInject] - Variables injected successfully. 10:22:45 [testsuite-pythonsdk-tests-master-json-lint] $ /bin/bash -l /tmp/jenkins10954186993604290534.sh 10:22:45 ---> tox-run.sh 10:22:45 + PATH=/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 10:22:45 + ARCHIVE_TOX_DIR=/w/workspace/testsuite-pythonsdk-tests-master-json-lint/archives/tox 10:22:45 + ARCHIVE_DOC_DIR=/w/workspace/testsuite-pythonsdk-tests-master-json-lint/archives/docs 10:22:45 + mkdir -p /w/workspace/testsuite-pythonsdk-tests-master-json-lint/archives/tox 10:22:45 + cd /w/workspace/testsuite-pythonsdk-tests-master-json-lint/. 10:22:45 + source /home/jenkins/lf-env.sh 10:22:45 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 10:22:45 ++ mktemp -d /tmp/venv-XXXX 10:22:45 + lf_venv=/tmp/venv-B6QM 10:22:45 + local venv_file=/tmp/.os_lf_venv 10:22:45 + local python=python3 10:22:45 + local options 10:22:45 + local set_path=true 10:22:45 + local install_args= 10:22:45 ++ 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 10:22:45 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 10:22:45 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 10:22:45 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 10:22:45 + true 10:22:45 + case $1 in 10:22:45 + venv_file=/tmp/.toxenv 10:22:45 + shift 2 10:22:45 + true 10:22:45 + case $1 in 10:22:45 + shift 10:22:45 + break 10:22:45 + case $python in 10:22:45 + local pkg_list= 10:22:45 + [[ -d /opt/pyenv ]] 10:22:45 + echo 'Setup pyenv:' 10:22:45 Setup pyenv: 10:22:45 + export PYENV_ROOT=/opt/pyenv 10:22:45 + PYENV_ROOT=/opt/pyenv 10:22:45 + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 10:22:45 + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 10:22:45 + pyenv versions 10:22:46 system 10:22:46 3.8.13 10:22:46 3.9.13 10:22:46 * 3.10.6 (set by /w/workspace/testsuite-pythonsdk-tests-master-json-lint/.python-version) 10:22:46 + command -v pyenv 10:22:46 ++ pyenv init - --no-rehash 10:22:46 + 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[*]}"'\'')" 10:22:46 export PATH="/opt/pyenv/shims:${PATH}" 10:22:46 export PYENV_SHELL=bash 10:22:46 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 10:22:46 pyenv() { 10:22:46 local command 10:22:46 command="${1:-}" 10:22:46 if [ "$#" -gt 0 ]; then 10:22:46 shift 10:22:46 fi 10:22:46 10:22:46 case "$command" in 10:22:46 rehash|shell) 10:22:46 eval "$(pyenv "sh-$command" "$@")" 10:22:46 ;; 10:22:46 *) 10:22:46 command pyenv "$command" "$@" 10:22:46 ;; 10:22:46 esac 10:22:46 }' 10:22:46 +++ 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[*]}"' 10:22:46 ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 10:22:46 ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 10:22:46 ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 10:22:46 ++ export PYENV_SHELL=bash 10:22:46 ++ PYENV_SHELL=bash 10:22:46 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 10:22:46 +++ complete -F _pyenv pyenv 10:22:46 ++ lf-pyver python3 10:22:46 ++ local py_version_xy=python3 10:22:46 ++ local py_version_xyz= 10:22:46 ++ pyenv versions 10:22:46 ++ local command 10:22:46 ++ command=versions 10:22:46 ++ '[' 1 -gt 0 ']' 10:22:46 ++ shift 10:22:46 ++ case "$command" in 10:22:46 ++ command pyenv versions 10:22:46 ++ pyenv versions 10:22:46 ++ awk '{ print $1 }' 10:22:46 ++ sed 's/^[ *]* //' 10:22:46 ++ grep -E '^[0-9.]*[0-9]$' 10:22:46 ++ [[ ! -s /tmp/.pyenv_versions ]] 10:22:46 +++ tail -n 1 10:22:46 +++ sort -V 10:22:46 +++ grep '^3' /tmp/.pyenv_versions 10:22:46 ++ py_version_xyz=3.10.6 10:22:46 ++ [[ -z 3.10.6 ]] 10:22:46 ++ echo 3.10.6 10:22:46 ++ return 0 10:22:46 + pyenv local 3.10.6 10:22:46 + local command 10:22:46 + command=local 10:22:46 + '[' 2 -gt 0 ']' 10:22:46 + shift 10:22:46 + case "$command" in 10:22:46 + command pyenv local 3.10.6 10:22:46 + pyenv local 3.10.6 10:22:46 + for arg in "$@" 10:22:46 + case $arg in 10:22:46 + pkg_list+='tox ' 10:22:46 + for arg in "$@" 10:22:46 + case $arg in 10:22:46 + pkg_list+='virtualenv ' 10:22:46 + for arg in "$@" 10:22:46 + case $arg in 10:22:46 + pkg_list+='urllib3~=1.26.15 ' 10:22:46 + [[ -f /tmp/.toxenv ]] 10:22:46 ++ cat /tmp/.toxenv 10:22:46 + lf_venv=/tmp/venv-Jb6Z 10:22:46 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Jb6Z from' file:/tmp/.toxenv 10:22:46 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Jb6Z from file:/tmp/.toxenv 10:22:46 + /tmp/venv-Jb6Z/bin/python3 -m pip install --upgrade --quiet pip virtualenv 10:22:46 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 10:22:46 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 10:22:46 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 10:22:46 + /tmp/venv-Jb6Z/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 10:22:47 + type python3 10:22:47 + true 10:22:47 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-Jb6Z/bin to PATH' 10:22:47 lf-activate-venv(): INFO: Adding /tmp/venv-Jb6Z/bin to PATH 10:22:47 + PATH=/tmp/venv-Jb6Z/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 10:22:47 + return 0 10:22:47 + [[ -d /opt/pyenv ]] 10:22:47 + echo '---> Setting up pyenv' 10:22:47 ---> Setting up pyenv 10:22:47 + export PYENV_ROOT=/opt/pyenv 10:22:47 + PYENV_ROOT=/opt/pyenv 10:22:47 + export PATH=/opt/pyenv/bin:/tmp/venv-Jb6Z/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 10:22:47 + PATH=/opt/pyenv/bin:/tmp/venv-Jb6Z/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 10:22:47 ++ pwd 10:22:47 + PYTHONPATH=/w/workspace/testsuite-pythonsdk-tests-master-json-lint 10:22:47 + export PYTHONPATH 10:22:47 + export TOX_TESTENV_PASSENV=PYTHONPATH 10:22:47 + TOX_TESTENV_PASSENV=PYTHONPATH 10:22:47 + tox --version 10:22:48 4.25.0 from /tmp/venv-Jb6Z/lib/python3.10/site-packages/tox/__init__.py 10:22:48 + PARALLEL=false 10:22:48 + TOX_OPTIONS_LIST= 10:22:48 + [[ -n json ]] 10:22:48 + TOX_OPTIONS_LIST=' -e json' 10:22:48 + case ${PARALLEL,,} in 10:22:48 + tox -e json 10:22:48 + tee -a /w/workspace/testsuite-pythonsdk-tests-master-json-lint/archives/tox/tox.log 10:22:49 json: skipped because could not find python interpreter with spec(s): python3.9 10:22:49 json: SKIP (1.24 seconds) 10:22:49 evaluation failed :( (1.40 seconds) 10:22:49 + tox_status=255 10:22:49 + echo '---> Completed tox runs' 10:22:49 ---> Completed tox runs 10:22:49 + for i in .tox/*/log 10:22:49 ++ awk -F/ '{print $2}' 10:22:49 ++ echo '.tox/*/log' 10:22:49 + tox_env='*' 10:22:49 + cp -r '.tox/*/log' '/w/workspace/testsuite-pythonsdk-tests-master-json-lint/archives/tox/*' 10:22:49 cp: cannot stat '.tox/*/log': No such file or directory 10:22:49 + echo 'WARN: no logs found to archive' 10:22:49 WARN: no logs found to archive 10:22:49 + break 10:22:49 + DOC_DIR=docs/_build/html 10:22:49 + [[ -d docs/_build/html ]] 10:22:49 + echo '---> tox-run.sh ends' 10:22:49 ---> tox-run.sh ends 10:22:49 + test 255 -eq 0 10:22:49 + exit 255 10:22:49 Build step 'Execute shell' marked build as failure 10:22:49 $ ssh-agent -k 10:22:49 unset SSH_AUTH_SOCK; 10:22:49 unset SSH_AGENT_PID; 10:22:49 echo Agent pid 19636 killed; 10:22:49 [ssh-agent] Stopped. 10:22:49 [PostBuildScript] - [INFO] Executing post build scripts. 10:22:49 [testsuite-pythonsdk-tests-master-json-lint] $ /bin/bash /tmp/jenkins11934988216753810761.sh 10:22:49 ---> sysstat.sh 10:22:50 [testsuite-pythonsdk-tests-master-json-lint] $ /bin/bash /tmp/jenkins1280603820551521898.sh 10:22:50 ---> package-listing.sh 10:22:50 ++ facter osfamily 10:22:50 ++ tr '[:upper:]' '[:lower:]' 10:22:50 + OS_FAMILY=redhat 10:22:50 + workspace=/w/workspace/testsuite-pythonsdk-tests-master-json-lint 10:22:50 + START_PACKAGES=/tmp/packages_start.txt 10:22:50 + END_PACKAGES=/tmp/packages_end.txt 10:22:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:22:50 + PACKAGES=/tmp/packages_start.txt 10:22:50 + '[' /w/workspace/testsuite-pythonsdk-tests-master-json-lint ']' 10:22:50 + PACKAGES=/tmp/packages_end.txt 10:22:50 + case "${OS_FAMILY}" in 10:22:50 + rpm -qa 10:22:50 + sort 10:22:51 + '[' -f /tmp/packages_start.txt ']' 10:22:51 + '[' -f /tmp/packages_end.txt ']' 10:22:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:22:51 + '[' /w/workspace/testsuite-pythonsdk-tests-master-json-lint ']' 10:22:51 + mkdir -p /w/workspace/testsuite-pythonsdk-tests-master-json-lint/archives/ 10:22:51 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/testsuite-pythonsdk-tests-master-json-lint/archives/ 10:22:51 [testsuite-pythonsdk-tests-master-json-lint] $ /bin/bash /tmp/jenkins17445800968510579578.sh 10:22:51 ---> capture-instance-metadata.sh 10:22:51 Setup pyenv: 10:22:51 system 10:22:51 3.8.13 10:22:51 3.9.13 10:22:51 * 3.10.6 (set by /w/workspace/testsuite-pythonsdk-tests-master-json-lint/.python-version) 10:22:55 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-GJiF 10:22:55 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 10:22:57 lf-activate-venv(): INFO: Installing: lftools 10:23:21 lf-activate-venv(): INFO: Adding /tmp/venv-GJiF/bin to PATH 10:23:21 INFO: Running in OpenStack, capturing instance metadata 10:23:21 [testsuite-pythonsdk-tests-master-json-lint] $ /bin/bash /tmp/jenkins5123044059193804210.sh 10:23:21 provisioning config files... 10:23:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/testsuite-pythonsdk-tests-master-json-lint@tmp/config3334651299238388072tmp 10:23:21 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 10:23:21 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 10:23:21 [EnvInject] - Injecting environment variables from a build step. 10:23:21 [EnvInject] - Injecting as environment variables the properties content 10:23:21 SERVER_ID=logs 10:23:21 10:23:21 [EnvInject] - Variables injected successfully. 10:23:21 [testsuite-pythonsdk-tests-master-json-lint] $ /bin/bash /tmp/jenkins641018347576428365.sh 10:23:21 ---> create-netrc.sh 10:23:21 [testsuite-pythonsdk-tests-master-json-lint] $ /bin/bash /tmp/jenkins3927862820770978499.sh 10:23:21 ---> python-tools-install.sh 10:23:21 Setup pyenv: 10:23:21 system 10:23:21 3.8.13 10:23:21 3.9.13 10:23:21 * 3.10.6 (set by /w/workspace/testsuite-pythonsdk-tests-master-json-lint/.python-version) 10:23:21 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-GJiF from file:/tmp/.os_lf_venv 10:23:22 lf-activate-venv(): INFO: Installing: lftools 10:23:28 lf-activate-venv(): INFO: Adding /tmp/venv-GJiF/bin to PATH 10:23:28 Generating Requirements File 10:23:46 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. 10:23:46 lftools 0.37.12 requires requests<2.32.0, but you have requests 2.32.3 which is incompatible. 10:23:46 Python 3.10.6 10:23:46 pip 25.0.1 from /tmp/venv-GJiF/lib/python3.10/site-packages/pip (python 3.10) 10:23:47 appdirs==1.4.4 10:23:47 argcomplete==3.6.2 10:23:47 aspy.yaml==1.3.0 10:23:47 attrs==25.3.0 10:23:47 autopage==0.5.2 10:23:47 beautifulsoup4==4.13.4 10:23:47 boto3==1.38.0 10:23:47 botocore==1.38.0 10:23:47 bs4==0.0.2 10:23:47 cachetools==5.5.2 10:23:47 certifi==2025.1.31 10:23:47 cffi==1.17.1 10:23:47 cfgv==3.4.0 10:23:47 chardet==5.2.0 10:23:47 charset-normalizer==3.4.1 10:23:47 click==8.1.8 10:23:47 cliff==4.9.1 10:23:47 cmd2==2.5.11 10:23:47 cryptography==3.3.2 10:23:47 debtcollector==3.0.0 10:23:47 decorator==5.2.1 10:23:47 defusedxml==0.7.1 10:23:47 Deprecated==1.2.18 10:23:47 distlib==0.3.9 10:23:47 dnspython==2.7.0 10:23:47 docker==4.2.2 10:23:47 dogpile.cache==1.3.4 10:23:47 durationpy==0.9 10:23:47 email_validator==2.2.0 10:23:47 filelock==3.18.0 10:23:47 future==1.0.0 10:23:47 gitdb==4.0.12 10:23:47 GitPython==3.1.44 10:23:47 google-auth==2.39.0 10:23:47 httplib2==0.22.0 10:23:47 identify==2.6.10 10:23:47 idna==3.10 10:23:47 importlib-resources==1.5.0 10:23:47 iso8601==2.1.0 10:23:47 Jinja2==3.1.6 10:23:47 jmespath==1.0.1 10:23:47 jsonpatch==1.33 10:23:47 jsonpointer==3.0.0 10:23:47 jsonschema==4.23.0 10:23:47 jsonschema-specifications==2024.10.1 10:23:47 keystoneauth1==5.10.0 10:23:47 kubernetes==32.0.1 10:23:47 lftools==0.37.12 10:23:47 lxml==5.4.0 10:23:47 MarkupSafe==3.0.2 10:23:47 msgpack==1.1.0 10:23:47 multi_key_dict==2.0.3 10:23:47 munch==4.0.0 10:23:47 netaddr==1.3.0 10:23:47 niet==1.4.2 10:23:47 nodeenv==1.9.1 10:23:47 oauth2client==4.1.3 10:23:47 oauthlib==3.2.2 10:23:47 openstacksdk==4.5.0 10:23:47 os-client-config==2.1.0 10:23:47 os-service-types==1.7.0 10:23:47 osc-lib==4.0.0 10:23:47 oslo.config==9.7.1 10:23:47 oslo.context==5.7.1 10:23:47 oslo.i18n==6.5.1 10:23:47 oslo.log==7.1.0 10:23:47 oslo.serialization==5.7.0 10:23:47 oslo.utils==8.2.0 10:23:47 packaging==25.0 10:23:47 pbr==6.1.1 10:23:47 platformdirs==4.3.7 10:23:47 prettytable==3.16.0 10:23:47 psutil==7.0.0 10:23:47 pyasn1==0.6.1 10:23:47 pyasn1_modules==0.4.2 10:23:47 pycparser==2.22 10:23:47 pygerrit2==2.0.15 10:23:47 PyGithub==2.6.1 10:23:47 PyJWT==2.10.1 10:23:47 PyNaCl==1.5.0 10:23:47 pyparsing==2.4.7 10:23:47 pyperclip==1.9.0 10:23:47 pyrsistent==0.20.0 10:23:47 python-cinderclient==9.7.0 10:23:47 python-dateutil==2.9.0.post0 10:23:47 python-heatclient==4.1.0 10:23:47 python-jenkins==1.8.2 10:23:47 python-keystoneclient==5.6.0 10:23:47 python-magnumclient==4.8.1 10:23:47 python-openstackclient==8.0.0 10:23:47 python-swiftclient==4.7.0 10:23:47 PyYAML==6.0.2 10:23:47 referencing==0.36.2 10:23:47 requests==2.32.3 10:23:47 requests-oauthlib==2.0.0 10:23:47 requestsexceptions==1.4.0 10:23:47 rfc3986==2.0.0 10:23:47 rpds-py==0.24.0 10:23:47 rsa==4.9.1 10:23:47 ruamel.yaml==0.18.10 10:23:47 ruamel.yaml.clib==0.2.12 10:23:47 s3transfer==0.12.0 10:23:47 simplejson==3.20.1 10:23:47 six==1.17.0 10:23:47 smmap==5.0.2 10:23:47 soupsieve==2.7 10:23:47 stevedore==5.4.1 10:23:47 tabulate==0.9.0 10:23:47 toml==0.10.2 10:23:47 tomlkit==0.13.2 10:23:47 tqdm==4.67.1 10:23:47 typing_extensions==4.13.2 10:23:47 tzdata==2025.2 10:23:47 urllib3==1.26.20 10:23:47 virtualenv==20.30.0 10:23:47 wcwidth==0.2.13 10:23:47 websocket-client==1.8.0 10:23:47 wrapt==1.17.2 10:23:47 xdg==6.0.0 10:23:47 xmltodict==0.14.2 10:23:47 yq==3.4.3 10:23:47 [testsuite-pythonsdk-tests-master-json-lint] $ /bin/bash /tmp/jenkins6373675690470325462.sh 10:23:47 ---> sudo-logs.sh 10:23:47 Archiving 'sudo' log.. 10:23:47 [testsuite-pythonsdk-tests-master-json-lint] $ /bin/bash /tmp/jenkins18075696277749011977.sh 10:23:47 ---> job-cost.sh 10:23:47 Setup pyenv: 10:23:47 system 10:23:47 3.8.13 10:23:47 3.9.13 10:23:47 * 3.10.6 (set by /w/workspace/testsuite-pythonsdk-tests-master-json-lint/.python-version) 10:23:47 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-GJiF from file:/tmp/.os_lf_venv 10:23:48 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 10:23:52 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. 10:23:52 lftools 0.37.12 requires requests<2.32.0, but you have requests 2.32.3 which is incompatible. 10:23:52 lf-activate-venv(): INFO: Adding /tmp/venv-GJiF/bin to PATH 10:23:52 INFO: No Stack... 10:23:52 INFO: Retrieving Pricing Info for: v3-standard-2 10:23:53 INFO: Archiving Costs 10:23:53 [testsuite-pythonsdk-tests-master-json-lint] $ /bin/bash -l /tmp/jenkins1891559987763186503.sh 10:23:53 ---> logs-deploy.sh 10:23:53 Setup pyenv: 10:23:53 system 10:23:53 3.8.13 10:23:53 3.9.13 10:23:53 * 3.10.6 (set by /w/workspace/testsuite-pythonsdk-tests-master-json-lint/.python-version) 10:23:53 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-GJiF from file:/tmp/.os_lf_venv 10:23:54 lf-activate-venv(): INFO: Installing: lftools 10:24:00 lf-activate-venv(): INFO: Adding /tmp/venv-GJiF/bin to PATH 10:24:00 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/testsuite-pythonsdk-tests-master-json-lint/26 10:24:00 INFO: archiving workspace using pattern(s): 10:24:01 Archives upload complete. 10:24:01 INFO: archiving logs to Nexus 10:24:02 ---> uname -a: 10:24:02 Linux prd-centos8-builder-2c-1g-8394.novalocal 4.18.0-448.el8.x86_64 #1 SMP Wed Jan 18 15:02:46 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux 10:24:02 10:24:02 10:24:02 ---> lscpu: 10:24:02 Architecture: x86_64 10:24:02 CPU op-mode(s): 32-bit, 64-bit 10:24:02 Byte Order: Little Endian 10:24:02 CPU(s): 2 10:24:02 On-line CPU(s) list: 0,1 10:24:02 Thread(s) per core: 1 10:24:02 Core(s) per socket: 1 10:24:02 Socket(s): 2 10:24:02 NUMA node(s): 1 10:24:02 Vendor ID: AuthenticAMD 10:24:02 CPU family: 23 10:24:02 Model: 49 10:24:02 Model name: AMD EPYC-Rome Processor 10:24:02 Stepping: 0 10:24:02 CPU MHz: 2800.000 10:24:02 BogoMIPS: 5600.00 10:24:02 Virtualization: AMD-V 10:24:02 Hypervisor vendor: KVM 10:24:02 Virtualization type: full 10:24:02 L1d cache: 32K 10:24:02 L1i cache: 32K 10:24:02 L2 cache: 512K 10:24:02 L3 cache: 16384K 10:24:02 NUMA node0 CPU(s): 0,1 10:24:02 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 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 wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 10:24:02 10:24:02 10:24:02 ---> nproc: 10:24:02 2 10:24:02 10:24:02 10:24:02 ---> df -h: 10:24:02 Filesystem Size Used Avail Use% Mounted on 10:24:02 devtmpfs 3.8G 0 3.8G 0% /dev 10:24:02 tmpfs 3.8G 0 3.8G 0% /dev/shm 10:24:02 tmpfs 3.8G 17M 3.8G 1% /run 10:24:02 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 10:24:02 /dev/vda1 40G 8.5G 32G 22% / 10:24:02 tmpfs 770M 0 770M 0% /run/user/1001 10:24:02 10:24:02 10:24:02 ---> free -m: 10:24:02 total used free shared buff/cache available 10:24:02 Mem: 7699 582 5046 19 2070 6813 10:24:02 Swap: 1023 0 1023 10:24:02 10:24:02 10:24:02 ---> ip addr: 10:24:02 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 10:24:02 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:24:02 inet 127.0.0.1/8 scope host lo 10:24:02 valid_lft forever preferred_lft forever 10:24:02 inet6 ::1/128 scope host 10:24:02 valid_lft forever preferred_lft forever 10:24:02 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1458 qdisc mq state UP group default qlen 1000 10:24:02 link/ether fa:16:3e:7b:9b:17 brd ff:ff:ff:ff:ff:ff 10:24:02 altname enp0s3 10:24:02 altname ens3 10:24:02 inet 10.30.106.252/23 brd 10.30.107.255 scope global dynamic noprefixroute eth0 10:24:02 valid_lft 86268sec preferred_lft 86268sec 10:24:02 inet6 fe80::f816:3eff:fe7b:9b17/64 scope link 10:24:02 valid_lft forever preferred_lft forever 10:24:02 10:24:02 10:24:02 ---> sar -b -r -n DEV: 10:24:02 Linux 4.18.0-448.el8.x86_64 (centos-stream-8-builder-63d9752a-2c92-2a07-2618-33e2bb46e6c7.nov) 04/23/2025 _x86_64_ (2 CPU) 10:24:02 10:24:02 10:21:45 LINUX RESTART (2 CPU) 10:24:02 10:24:02 10:22:02 AM tps rtps wtps bread/s bwrtn/s 10:24:02 10:23:01 AM 303.00 166.31 136.69 6615.08 39459.46 10:24:02 10:24:01 AM 134.46 2.77 131.69 120.76 9810.55 10:24:02 Average: 218.03 83.86 134.17 3340.92 24511.73 10:24:02 10:24:02 10:22:02 AM kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:24:02 10:23:01 AM 5464228 7003148 2420216 30.70 2688 1722964 786428 8.80 362336 1755904 72816 10:24:02 10:24:01 AM 5216092 7025292 2668352 33.84 2688 1976860 680744 7.62 376428 1927296 108284 10:24:02 Average: 5340160 7014220 2544284 32.27 2688 1849912 733586 8.21 369382 1841600 90550 10:24:02 10:24:02 10:22:02 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:24:02 10:23:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:24:02 10:23:01 AM eth0 263.43 137.47 938.87 69.43 0.00 0.00 0.00 0.00 10:24:02 10:24:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:24:02 10:24:01 AM eth0 106.93 75.26 860.40 14.14 0.00 0.00 0.00 0.00 10:24:02 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:24:02 Average: eth0 184.53 106.11 899.31 41.55 0.00 0.00 0.00 0.00 10:24:02 10:24:02 10:24:02 ---> sar -P ALL: 10:24:02 Linux 4.18.0-448.el8.x86_64 (centos-stream-8-builder-63d9752a-2c92-2a07-2618-33e2bb46e6c7.nov) 04/23/2025 _x86_64_ (2 CPU) 10:24:02 10:24:02 10:21:45 LINUX RESTART (2 CPU) 10:24:02 10:24:02 10:22:02 AM CPU %user %nice %system %iowait %steal %idle 10:24:02 10:23:01 AM all 39.01 2.98 20.29 27.90 0.17 9.65 10:24:02 10:23:01 AM 0 36.47 3.28 21.82 27.67 0.19 10.57 10:24:02 10:23:01 AM 1 41.54 2.68 18.76 28.14 0.16 8.72 10:24:02 10:24:01 AM all 40.56 0.05 4.47 2.72 0.11 52.09 10:24:02 10:24:01 AM 0 29.22 0.03 3.94 3.12 0.10 63.59 10:24:02 10:24:01 AM 1 51.95 0.07 5.00 2.32 0.12 40.55 10:24:02 Average: all 39.80 1.48 12.22 15.07 0.14 31.28 10:24:02 Average: 0 32.77 1.62 12.69 15.13 0.14 37.65 10:24:02 Average: 1 46.84 1.35 11.76 15.00 0.14 24.92 10:24:02 10:24:02 10:24:02