10:40:26 Triggered by Gerrit: https://gerrit.onap.org/r/c/integration/xtesting/+/141111 10:40:26 Running as SYSTEM 10:40:26 [EnvInject] - Loading node environment variables. 10:40:26 Building remotely on prd-centos8-builder-2c-1g-18907 (centos8-builder-2c-1g) in workspace /w/workspace/integration-xtesting-master-commit-lint 10:40:26 [ssh-agent] Looking for ssh-agent implementation... 10:40:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:40:26 $ ssh-agent 10:40:26 SSH_AUTH_SOCK=/tmp/ssh-Kmi6Q3jXQMoJ/agent.15886 10:40:26 SSH_AGENT_PID=15887 10:40:26 [ssh-agent] Started. 10:40:26 Running ssh-add (command line suppressed) 10:40:26 Identity added: /w/workspace/integration-xtesting-master-commit-lint@tmp/private_key_11998279255690827547.key (/w/workspace/integration-xtesting-master-commit-lint@tmp/private_key_11998279255690827547.key) 10:40:26 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 10:40:26 The recommended git tool is: NONE 10:40:28 using credential onap-jenkins-ssh 10:40:28 Wiping out workspace first. 10:40:28 Cloning the remote Git repository 10:40:28 Cloning repository git://cloud.onap.org/mirror/integration/xtesting.git 10:40:28 > git init /w/workspace/integration-xtesting-master-commit-lint # timeout=10 10:40:28 Fetching upstream changes from git://cloud.onap.org/mirror/integration/xtesting.git 10:40:28 > git --version # timeout=10 10:40:28 > git --version # 'git version 2.39.0' 10:40:28 using GIT_SSH to set credentials Gerrit user 10:40:28 [INFO] Currently running in a labeled security context 10:40:28 [INFO] Currently SELinux is 'enforcing' on the host 10:40:28 > /usr/bin/chcon --type=ssh_home_t /w/workspace/integration-xtesting-master-commit-lint@tmp/jenkins-gitclient-ssh18388102294644658618.key 10:40:28 Verifying host key using manually-configured host key entries 10:40:28 > git fetch --tags --force --progress -- git://cloud.onap.org/mirror/integration/xtesting.git +refs/heads/*:refs/remotes/origin/* # timeout=30 10:40:29 > git config remote.origin.url git://cloud.onap.org/mirror/integration/xtesting.git # timeout=10 10:40:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:40:29 > git config remote.origin.url git://cloud.onap.org/mirror/integration/xtesting.git # timeout=10 10:40:29 Fetching upstream changes from git://cloud.onap.org/mirror/integration/xtesting.git 10:40:29 using GIT_SSH to set credentials Gerrit user 10:40:29 [INFO] Currently running in a labeled security context 10:40:29 [INFO] Currently SELinux is 'enforcing' on the host 10:40:29 > /usr/bin/chcon --type=ssh_home_t /w/workspace/integration-xtesting-master-commit-lint@tmp/jenkins-gitclient-ssh2566396621520217036.key 10:40:29 Verifying host key using manually-configured host key entries 10:40:29 > git fetch --tags --force --progress -- git://cloud.onap.org/mirror/integration/xtesting.git refs/changes/11/141111/1 # timeout=30 10:40:29 > git rev-parse bc2b30d60a9aa70a6426cafc86d4a00f711af5d5^{commit} # timeout=10 10:40:29 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 10:40:29 Checking out Revision bc2b30d60a9aa70a6426cafc86d4a00f711af5d5 (refs/changes/11/141111/1) 10:40:29 > git config core.sparsecheckout # timeout=10 10:40:29 > git checkout -f bc2b30d60a9aa70a6426cafc86d4a00f711af5d5 # timeout=30 10:40:33 Commit message: "Add docker image for testkube custom executor" 10:40:33 > git rev-parse FETCH_HEAD^{commit} # timeout=10 10:40:33 > git rev-list --no-walk 11821a0e76e27de1aa00b5f9ffd971f44e5cc934 # timeout=10 10:40:33 [EnvInject] - Injecting environment variables from a build step. 10:40:33 [EnvInject] - Injecting as environment variables the properties content 10:40:33 PYTHON=python3 10:40:33 10:40:33 [EnvInject] - Variables injected successfully. 10:40:33 [integration-xtesting-master-commit-lint] $ /bin/bash -l /tmp/jenkins13980491702313659285.sh 10:40:33 ---> tox-install.sh 10:40:33 + source /home/jenkins/lf-env.sh 10:40:33 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 10:40:33 ++ mktemp -d /tmp/venv-XXXX 10:40:33 + lf_venv=/tmp/venv-zbwv 10:40:33 + local venv_file=/tmp/.os_lf_venv 10:40:33 + local python=python3 10:40:33 + local options 10:40:33 + local set_path=true 10:40:33 + local install_args= 10:40:33 ++ 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:40:33 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 10:40:33 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 10:40:33 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 10:40:33 + true 10:40:33 + case $1 in 10:40:33 + venv_file=/tmp/.toxenv 10:40:33 + shift 2 10:40:33 + true 10:40:33 + case $1 in 10:40:33 + shift 10:40:33 + break 10:40:33 + case $python in 10:40:33 + local pkg_list= 10:40:33 + [[ -d /opt/pyenv ]] 10:40:33 + echo 'Setup pyenv:' 10:40:33 Setup pyenv: 10:40:33 + export PYENV_ROOT=/opt/pyenv 10:40:33 + PYENV_ROOT=/opt/pyenv 10:40:33 + 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:40:33 + 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:40:33 + pyenv versions 10:40:33 system 10:40:33 * 3.8.13 (set by /opt/pyenv/version) 10:40:33 * 3.9.13 (set by /opt/pyenv/version) 10:40:33 * 3.10.6 (set by /opt/pyenv/version) 10:40:33 + command -v pyenv 10:40:33 ++ pyenv init - --no-rehash 10:40:34 + 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:40:34 export PATH="/opt/pyenv/shims:${PATH}" 10:40:34 export PYENV_SHELL=bash 10:40:34 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 10:40:34 pyenv() { 10:40:34 local command 10:40:34 command="${1:-}" 10:40:34 if [ "$#" -gt 0 ]; then 10:40:34 shift 10:40:34 fi 10:40:34 10:40:34 case "$command" in 10:40:34 rehash|shell) 10:40:34 eval "$(pyenv "sh-$command" "$@")" 10:40:34 ;; 10:40:34 *) 10:40:34 command pyenv "$command" "$@" 10:40:34 ;; 10:40:34 esac 10:40:34 }' 10:40:34 +++ 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:40:34 ++ 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:40:34 ++ 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:40:34 ++ 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:40:34 ++ export PYENV_SHELL=bash 10:40:34 ++ PYENV_SHELL=bash 10:40:34 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 10:40:34 +++ complete -F _pyenv pyenv 10:40:34 ++ lf-pyver python3 10:40:34 ++ local py_version_xy=python3 10:40:34 ++ local py_version_xyz= 10:40:34 ++ awk '{ print $1 }' 10:40:34 ++ pyenv versions 10:40:34 ++ local command 10:40:34 ++ command=versions 10:40:34 ++ '[' 1 -gt 0 ']' 10:40:34 ++ shift 10:40:34 ++ case "$command" in 10:40:34 ++ command pyenv versions 10:40:34 ++ pyenv versions 10:40:34 ++ sed 's/^[ *]* //' 10:40:34 ++ grep -E '^[0-9.]*[0-9]$' 10:40:34 ++ [[ ! -s /tmp/.pyenv_versions ]] 10:40:34 +++ sort -V 10:40:34 +++ grep '^3' /tmp/.pyenv_versions 10:40:34 +++ tail -n 1 10:40:34 ++ py_version_xyz=3.10.6 10:40:34 ++ [[ -z 3.10.6 ]] 10:40:34 ++ echo 3.10.6 10:40:34 ++ return 0 10:40:34 + pyenv local 3.10.6 10:40:34 + local command 10:40:34 + command=local 10:40:34 + '[' 2 -gt 0 ']' 10:40:34 + shift 10:40:34 + case "$command" in 10:40:34 + command pyenv local 3.10.6 10:40:34 + pyenv local 3.10.6 10:40:34 + for arg in "$@" 10:40:34 + case $arg in 10:40:34 + pkg_list+='tox ' 10:40:34 + for arg in "$@" 10:40:34 + case $arg in 10:40:34 + pkg_list+='virtualenv ' 10:40:34 + for arg in "$@" 10:40:34 + case $arg in 10:40:34 + pkg_list+='urllib3~=1.26.15 ' 10:40:34 + [[ -f /tmp/.toxenv ]] 10:40:34 + [[ ! -f /tmp/.toxenv ]] 10:40:34 + [[ -n '' ]] 10:40:34 + python3 -m venv /tmp/venv-zbwv 10:40:38 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-zbwv' 10:40:38 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-zbwv 10:40:38 + echo /tmp/venv-zbwv 10:40:38 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 10:40:38 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 10:40:38 + /tmp/venv-zbwv/bin/python3 -m pip install --upgrade --quiet pip 'setuptools<66' virtualenv 10:40:42 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 10:40:42 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 10:40:42 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 10:40:42 + /tmp/venv-zbwv/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 10:40:43 + type python3 10:40:43 + true 10:40:43 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-zbwv/bin to PATH' 10:40:43 lf-activate-venv(): INFO: Adding /tmp/venv-zbwv/bin to PATH 10:40:43 + PATH=/tmp/venv-zbwv/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:40:43 + return 0 10:40:43 + python3 --version 10:40:43 Python 3.10.6 10:40:43 + python3 -m pip --version 10:40:44 pip 25.1.1 from /tmp/venv-zbwv/lib/python3.10/site-packages/pip (python 3.10) 10:40:44 + python3 -m pip freeze 10:40:44 cachetools==6.0.0 10:40:44 chardet==5.2.0 10:40:44 colorama==0.4.6 10:40:44 distlib==0.3.9 10:40:44 filelock==3.18.0 10:40:44 packaging==25.0 10:40:44 platformdirs==4.3.8 10:40:44 pluggy==1.6.0 10:40:44 pyproject-api==1.9.1 10:40:44 tomli==2.2.1 10:40:44 tox==4.26.0 10:40:44 typing_extensions==4.14.0 10:40:44 urllib3==1.26.20 10:40:44 virtualenv==20.31.2 10:40:44 [EnvInject] - Injecting environment variables from a build step. 10:40:44 [EnvInject] - Injecting as environment variables the properties content 10:40:44 PARALLEL=false 10:40:44 10:40:44 [EnvInject] - Variables injected successfully. 10:40:44 [integration-xtesting-master-commit-lint] $ /bin/bash -l /tmp/jenkins10811560129868961420.sh 10:40:44 ---> tox-run.sh 10:40:44 + 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:40:44 + ARCHIVE_TOX_DIR=/w/workspace/integration-xtesting-master-commit-lint/archives/tox 10:40:44 + ARCHIVE_DOC_DIR=/w/workspace/integration-xtesting-master-commit-lint/archives/docs 10:40:44 + mkdir -p /w/workspace/integration-xtesting-master-commit-lint/archives/tox 10:40:44 + cd /w/workspace/integration-xtesting-master-commit-lint/. 10:40:44 + source /home/jenkins/lf-env.sh 10:40:44 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 10:40:44 ++ mktemp -d /tmp/venv-XXXX 10:40:44 + lf_venv=/tmp/venv-mzuZ 10:40:44 + local venv_file=/tmp/.os_lf_venv 10:40:44 + local python=python3 10:40:44 + local options 10:40:44 + local set_path=true 10:40:44 + local install_args= 10:40:44 ++ 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:40:44 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 10:40:44 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 10:40:44 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 10:40:44 + true 10:40:44 + case $1 in 10:40:44 + venv_file=/tmp/.toxenv 10:40:44 + shift 2 10:40:44 + true 10:40:44 + case $1 in 10:40:44 + shift 10:40:44 + break 10:40:44 + case $python in 10:40:44 + local pkg_list= 10:40:44 + [[ -d /opt/pyenv ]] 10:40:44 + echo 'Setup pyenv:' 10:40:44 Setup pyenv: 10:40:44 + export PYENV_ROOT=/opt/pyenv 10:40:44 + PYENV_ROOT=/opt/pyenv 10:40:44 + 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:40:44 + 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:40:44 + pyenv versions 10:40:44 system 10:40:44 3.8.13 10:40:44 3.9.13 10:40:44 * 3.10.6 (set by /w/workspace/integration-xtesting-master-commit-lint/.python-version) 10:40:44 + command -v pyenv 10:40:44 ++ pyenv init - --no-rehash 10:40:44 + 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:40:44 export PATH="/opt/pyenv/shims:${PATH}" 10:40:44 export PYENV_SHELL=bash 10:40:44 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 10:40:44 pyenv() { 10:40:44 local command 10:40:44 command="${1:-}" 10:40:44 if [ "$#" -gt 0 ]; then 10:40:44 shift 10:40:44 fi 10:40:44 10:40:44 case "$command" in 10:40:44 rehash|shell) 10:40:44 eval "$(pyenv "sh-$command" "$@")" 10:40:44 ;; 10:40:44 *) 10:40:44 command pyenv "$command" "$@" 10:40:44 ;; 10:40:44 esac 10:40:44 }' 10:40:44 +++ 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:40:44 ++ 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:40:44 ++ 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:40:44 ++ 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:40:44 ++ export PYENV_SHELL=bash 10:40:44 ++ PYENV_SHELL=bash 10:40:44 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 10:40:44 +++ complete -F _pyenv pyenv 10:40:44 ++ lf-pyver python3 10:40:44 ++ local py_version_xy=python3 10:40:44 ++ local py_version_xyz= 10:40:44 ++ awk '{ print $1 }' 10:40:44 ++ sed 's/^[ *]* //' 10:40:44 ++ pyenv versions 10:40:44 ++ local command 10:40:44 ++ command=versions 10:40:44 ++ '[' 1 -gt 0 ']' 10:40:44 ++ shift 10:40:44 ++ case "$command" in 10:40:44 ++ command pyenv versions 10:40:44 ++ pyenv versions 10:40:44 ++ grep -E '^[0-9.]*[0-9]$' 10:40:44 ++ [[ ! -s /tmp/.pyenv_versions ]] 10:40:44 +++ grep '^3' /tmp/.pyenv_versions 10:40:44 +++ tail -n 1 10:40:44 +++ sort -V 10:40:44 ++ py_version_xyz=3.10.6 10:40:44 ++ [[ -z 3.10.6 ]] 10:40:44 ++ echo 3.10.6 10:40:44 ++ return 0 10:40:44 + pyenv local 3.10.6 10:40:44 + local command 10:40:44 + command=local 10:40:44 + '[' 2 -gt 0 ']' 10:40:44 + shift 10:40:44 + case "$command" in 10:40:44 + command pyenv local 3.10.6 10:40:44 + pyenv local 3.10.6 10:40:44 + for arg in "$@" 10:40:44 + case $arg in 10:40:44 + pkg_list+='tox ' 10:40:44 + for arg in "$@" 10:40:44 + case $arg in 10:40:44 + pkg_list+='virtualenv ' 10:40:44 + for arg in "$@" 10:40:44 + case $arg in 10:40:44 + pkg_list+='urllib3~=1.26.15 ' 10:40:44 + [[ -f /tmp/.toxenv ]] 10:40:44 ++ cat /tmp/.toxenv 10:40:44 + lf_venv=/tmp/venv-zbwv 10:40:44 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-zbwv from' file:/tmp/.toxenv 10:40:44 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-zbwv from file:/tmp/.toxenv 10:40:44 + /tmp/venv-zbwv/bin/python3 -m pip install --upgrade --quiet pip 'setuptools<66' virtualenv 10:40:45 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 10:40:45 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 10:40:45 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 10:40:45 + /tmp/venv-zbwv/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 10:40:46 + type python3 10:40:46 + true 10:40:46 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-zbwv/bin to PATH' 10:40:46 lf-activate-venv(): INFO: Adding /tmp/venv-zbwv/bin to PATH 10:40:46 + PATH=/tmp/venv-zbwv/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:40:46 + return 0 10:40:46 + [[ -d /opt/pyenv ]] 10:40:46 + echo '---> Setting up pyenv' 10:40:46 ---> Setting up pyenv 10:40:46 + export PYENV_ROOT=/opt/pyenv 10:40:46 + PYENV_ROOT=/opt/pyenv 10:40:46 + export PATH=/opt/pyenv/bin:/tmp/venv-zbwv/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:40:46 + PATH=/opt/pyenv/bin:/tmp/venv-zbwv/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:40:46 ++ pwd 10:40:46 + PYTHONPATH=/w/workspace/integration-xtesting-master-commit-lint 10:40:46 + export PYTHONPATH 10:40:46 + export TOX_TESTENV_PASSENV=PYTHONPATH 10:40:46 + TOX_TESTENV_PASSENV=PYTHONPATH 10:40:46 + tox --version 10:40:46 4.26.0 from /tmp/venv-zbwv/lib/python3.10/site-packages/tox/__init__.py 10:40:46 + PARALLEL=false 10:40:46 + TOX_OPTIONS_LIST= 10:40:46 + [[ -n gitlint ]] 10:40:46 + TOX_OPTIONS_LIST=' -e gitlint' 10:40:46 + case ${PARALLEL,,} in 10:40:46 + tee -a /w/workspace/integration-xtesting-master-commit-lint/archives/tox/tox.log 10:40:46 + tox -e gitlint 10:40:48 gitlint: install_deps> python -I -m pip install gitlint 10:40:50 gitlint: freeze> python -m pip freeze --all 10:40:50 gitlint: arrow==1.2.3,click==8.1.3,gitlint==0.19.1,gitlint-core==0.19.1,pip==25.0.1,python-dateutil==2.9.0.post0,setuptools==75.3.2,sh==1.14.3,six==1.17.0,wheel==0.45.1 10:40:50 gitlint: commands[0]> gitlint 10:40:50 WARNING: I1 - ignore-by-title: gitlint will be switching from using Python regex 'match' (match beginning) to 'search' (match anywhere) semantics. Please review your ignore-by-title.regex option accordingly. To remove this warning, set general.regex-style-search=True. More details: https://jorisroovers.github.io/gitlint/configuration/#regex-style-search 10:40:50 WARNING: I3 - ignore-body-lines: gitlint will be switching from using Python regex 'match' (match beginning) to 'search' (match anywhere) semantics. Please review your ignore-body-lines.regex option accordingly. To remove this warning, set general.regex-style-search=True. More details: https://jorisroovers.github.io/gitlint/configuration/#regex-style-search 10:40:50 1: T7 Title does not match regex (^\[[A-Z0-9]+]\[*[A-Z0-9]*]* [A-Z]+[\S ]*$): "Add docker image for testkube custom executor" 10:40:50 3: B6 Body message is missing 10:40:50 3: B8 Body does not match regex (.{20,}) 10:40:50 gitlint: exit 3 (0.14 seconds) /w/workspace/integration-xtesting-master-commit-lint> gitlint pid=37339 10:40:50 gitlint: FAIL code 3 (3.44=setup[3.30]+cmd[0.14] seconds) 10:40:50 evaluation failed :( (3.64 seconds) 10:40:50 + tox_status=3 10:40:50 + echo '---> Completed tox runs' 10:40:50 ---> Completed tox runs 10:40:50 + for i in .tox/*/log 10:40:50 ++ echo .tox/gitlint/log 10:40:50 ++ awk -F/ '{print $2}' 10:40:50 + tox_env=gitlint 10:40:50 + cp -r .tox/gitlint/log /w/workspace/integration-xtesting-master-commit-lint/archives/tox/gitlint 10:40:50 + DOC_DIR=docs/_build/html 10:40:50 + [[ -d docs/_build/html ]] 10:40:50 + echo '---> tox-run.sh ends' 10:40:50 ---> tox-run.sh ends 10:40:50 + test 3 -eq 0 10:40:50 + exit 3 10:40:50 Build step 'Execute shell' marked build as failure 10:40:50 $ ssh-agent -k 10:40:50 unset SSH_AUTH_SOCK; 10:40:50 unset SSH_AGENT_PID; 10:40:50 echo Agent pid 15887 killed; 10:40:50 [ssh-agent] Stopped. 10:40:50 [PostBuildScript] - [INFO] Executing post build scripts. 10:40:50 [integration-xtesting-master-commit-lint] $ /bin/bash /tmp/jenkins5923630581766017893.sh 10:40:50 ---> sysstat.sh 10:40:51 [integration-xtesting-master-commit-lint] $ /bin/bash /tmp/jenkins1162428091564415882.sh 10:40:51 ---> package-listing.sh 10:40:51 ++ facter osfamily 10:40:51 ++ tr '[:upper:]' '[:lower:]' 10:40:51 + OS_FAMILY=redhat 10:40:51 + workspace=/w/workspace/integration-xtesting-master-commit-lint 10:40:51 + START_PACKAGES=/tmp/packages_start.txt 10:40:51 + END_PACKAGES=/tmp/packages_end.txt 10:40:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:40:51 + PACKAGES=/tmp/packages_start.txt 10:40:51 + '[' /w/workspace/integration-xtesting-master-commit-lint ']' 10:40:51 + PACKAGES=/tmp/packages_end.txt 10:40:51 + case "${OS_FAMILY}" in 10:40:51 + rpm -qa 10:40:51 + sort 10:40:51 + '[' -f /tmp/packages_start.txt ']' 10:40:51 + '[' -f /tmp/packages_end.txt ']' 10:40:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:40:51 + '[' /w/workspace/integration-xtesting-master-commit-lint ']' 10:40:51 + mkdir -p /w/workspace/integration-xtesting-master-commit-lint/archives/ 10:40:51 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/integration-xtesting-master-commit-lint/archives/ 10:40:51 [integration-xtesting-master-commit-lint] $ /bin/bash /tmp/jenkins11068758236353877177.sh 10:40:52 ---> capture-instance-metadata.sh 10:40:52 Setup pyenv: 10:40:52 system 10:40:52 3.8.13 10:40:52 3.9.13 10:40:52 * 3.10.6 (set by /w/workspace/integration-xtesting-master-commit-lint/.python-version) 10:40:55 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-IoLs 10:40:55 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 10:40:59 lf-activate-venv(): INFO: Installing: lftools 10:41:20 lf-activate-venv(): INFO: Adding /tmp/venv-IoLs/bin to PATH 10:41:20 INFO: Running in OpenStack, capturing instance metadata 10:41:20 [integration-xtesting-master-commit-lint] $ /bin/bash /tmp/jenkins15829510918438971355.sh 10:41:20 provisioning config files... 10:41:20 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/integration-xtesting-master-commit-lint@tmp/config13472348859476625106tmp 10:41:20 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 10:41:20 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 10:41:20 [EnvInject] - Injecting environment variables from a build step. 10:41:20 [EnvInject] - Injecting as environment variables the properties content 10:41:20 SERVER_ID=logs 10:41:20 10:41:20 [EnvInject] - Variables injected successfully. 10:41:20 [integration-xtesting-master-commit-lint] $ /bin/bash /tmp/jenkins13141161862063692621.sh 10:41:20 ---> create-netrc.sh 10:41:20 [integration-xtesting-master-commit-lint] $ /bin/bash /tmp/jenkins9053610074195557247.sh 10:41:20 ---> python-tools-install.sh 10:41:20 Setup pyenv: 10:41:21 system 10:41:21 3.8.13 10:41:21 3.9.13 10:41:21 * 3.10.6 (set by /w/workspace/integration-xtesting-master-commit-lint/.python-version) 10:41:21 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-IoLs from file:/tmp/.os_lf_venv 10:41:22 lf-activate-venv(): INFO: Installing: lftools 10:41:30 lf-activate-venv(): INFO: Adding /tmp/venv-IoLs/bin to PATH 10:41:30 Generating Requirements File 10:41:48 Python 3.10.6 10:41:48 pip 25.1.1 from /tmp/venv-IoLs/lib/python3.10/site-packages/pip (python 3.10) 10:41:48 appdirs==1.4.4 10:41:48 argcomplete==3.6.2 10:41:48 aspy.yaml==1.3.0 10:41:48 attrs==25.3.0 10:41:48 autopage==0.5.2 10:41:48 beautifulsoup4==4.13.4 10:41:48 boto3==1.38.31 10:41:48 botocore==1.38.31 10:41:48 bs4==0.0.2 10:41:48 cachetools==5.5.2 10:41:48 certifi==2025.4.26 10:41:48 cffi==1.17.1 10:41:48 cfgv==3.4.0 10:41:48 chardet==5.2.0 10:41:48 charset-normalizer==3.4.2 10:41:48 click==8.2.1 10:41:48 cliff==4.10.0 10:41:48 cmd2==2.6.0 10:41:48 cryptography==3.3.2 10:41:48 debtcollector==3.0.0 10:41:48 decorator==5.2.1 10:41:48 defusedxml==0.7.1 10:41:48 Deprecated==1.2.18 10:41:48 distlib==0.3.9 10:41:48 dnspython==2.7.0 10:41:48 docker==7.1.0 10:41:48 dogpile.cache==1.4.0 10:41:48 durationpy==0.10 10:41:48 email_validator==2.2.0 10:41:48 filelock==3.18.0 10:41:48 future==1.0.0 10:41:48 gitdb==4.0.12 10:41:48 GitPython==3.1.44 10:41:48 google-auth==2.40.3 10:41:48 httplib2==0.22.0 10:41:48 identify==2.6.12 10:41:48 idna==3.10 10:41:48 importlib-resources==1.5.0 10:41:48 iso8601==2.1.0 10:41:48 Jinja2==3.1.6 10:41:48 jmespath==1.0.1 10:41:48 jsonpatch==1.33 10:41:48 jsonpointer==3.0.0 10:41:48 jsonschema==4.24.0 10:41:48 jsonschema-specifications==2025.4.1 10:41:48 keystoneauth1==5.11.0 10:41:48 kubernetes==32.0.1 10:41:48 lftools==0.37.13 10:41:48 lxml==5.4.0 10:41:48 MarkupSafe==3.0.2 10:41:48 msgpack==1.1.0 10:41:48 multi_key_dict==2.0.3 10:41:48 munch==4.0.0 10:41:48 netaddr==1.3.0 10:41:48 niet==1.4.2 10:41:48 nodeenv==1.9.1 10:41:48 oauth2client==4.1.3 10:41:48 oauthlib==3.2.2 10:41:48 openstacksdk==4.6.0 10:41:48 os-client-config==2.1.0 10:41:48 os-service-types==1.7.0 10:41:48 osc-lib==4.0.2 10:41:48 oslo.config==9.8.0 10:41:48 oslo.context==6.0.0 10:41:48 oslo.i18n==6.5.1 10:41:48 oslo.log==7.1.0 10:41:48 oslo.serialization==5.7.0 10:41:48 oslo.utils==9.0.0 10:41:48 packaging==25.0 10:41:48 pbr==6.1.1 10:41:48 platformdirs==4.3.8 10:41:48 prettytable==3.16.0 10:41:48 psutil==7.0.0 10:41:48 pyasn1==0.6.1 10:41:48 pyasn1_modules==0.4.2 10:41:48 pycparser==2.22 10:41:48 pygerrit2==2.0.15 10:41:48 PyGithub==2.6.1 10:41:48 PyJWT==2.10.1 10:41:48 PyNaCl==1.5.0 10:41:48 pyparsing==2.4.7 10:41:48 pyperclip==1.9.0 10:41:48 pyrsistent==0.20.0 10:41:48 python-cinderclient==9.7.0 10:41:48 python-dateutil==2.9.0.post0 10:41:48 python-heatclient==4.2.0 10:41:48 python-jenkins==1.8.2 10:41:48 python-keystoneclient==5.6.0 10:41:48 python-magnumclient==4.8.1 10:41:48 python-openstackclient==8.1.0 10:41:48 python-swiftclient==4.8.0 10:41:48 PyYAML==6.0.2 10:41:48 referencing==0.36.2 10:41:48 requests==2.32.3 10:41:48 requests-oauthlib==2.0.0 10:41:48 requestsexceptions==1.4.0 10:41:48 rfc3986==2.0.0 10:41:48 rpds-py==0.25.1 10:41:48 rsa==4.9.1 10:41:48 ruamel.yaml==0.18.12 10:41:48 ruamel.yaml.clib==0.2.12 10:41:48 s3transfer==0.13.0 10:41:48 simplejson==3.20.1 10:41:48 six==1.17.0 10:41:48 smmap==5.0.2 10:41:48 soupsieve==2.7 10:41:48 stevedore==5.4.1 10:41:48 tabulate==0.9.0 10:41:48 toml==0.10.2 10:41:48 tomlkit==0.13.3 10:41:48 tqdm==4.67.1 10:41:48 typing_extensions==4.14.0 10:41:48 tzdata==2025.2 10:41:48 urllib3==1.26.20 10:41:48 virtualenv==20.31.2 10:41:48 wcwidth==0.2.13 10:41:48 websocket-client==1.8.0 10:41:48 wrapt==1.17.2 10:41:48 xdg==6.0.0 10:41:48 xmltodict==0.14.2 10:41:48 yq==3.4.3 10:41:48 [integration-xtesting-master-commit-lint] $ /bin/bash /tmp/jenkins10144281239451120210.sh 10:41:48 ---> sudo-logs.sh 10:41:48 Archiving 'sudo' log.. 10:41:49 [integration-xtesting-master-commit-lint] $ /bin/bash /tmp/jenkins8193011791928746168.sh 10:41:49 ---> job-cost.sh 10:41:49 Setup pyenv: 10:41:49 system 10:41:49 3.8.13 10:41:49 3.9.13 10:41:49 * 3.10.6 (set by /w/workspace/integration-xtesting-master-commit-lint/.python-version) 10:41:49 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-IoLs from file:/tmp/.os_lf_venv 10:41:51 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 10:41:56 lf-activate-venv(): INFO: Adding /tmp/venv-IoLs/bin to PATH 10:41:56 INFO: No Stack... 10:41:56 INFO: Retrieving Pricing Info for: v3-standard-2 10:41:56 INFO: Archiving Costs 10:41:56 [integration-xtesting-master-commit-lint] $ /bin/bash -l /tmp/jenkins17201866048098189496.sh 10:41:56 ---> logs-deploy.sh 10:41:56 Setup pyenv: 10:41:56 system 10:41:56 3.8.13 10:41:56 3.9.13 10:41:56 * 3.10.6 (set by /w/workspace/integration-xtesting-master-commit-lint/.python-version) 10:41:57 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-IoLs from file:/tmp/.os_lf_venv 10:41:59 lf-activate-venv(): INFO: Installing: lftools 10:42:07 lf-activate-venv(): INFO: Adding /tmp/venv-IoLs/bin to PATH 10:42:07 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/integration-xtesting-master-commit-lint/288 10:42:07 INFO: archiving workspace using pattern(s): 10:42:08 Archives upload complete. 10:42:08 INFO: archiving logs to Nexus 10:42:09 ---> uname -a: 10:42:09 Linux prd-centos8-builder-2c-1g-18907.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:42:09 10:42:09 10:42:09 ---> lscpu: 10:42:09 Architecture: x86_64 10:42:09 CPU op-mode(s): 32-bit, 64-bit 10:42:09 Byte Order: Little Endian 10:42:09 CPU(s): 2 10:42:09 On-line CPU(s) list: 0,1 10:42:09 Thread(s) per core: 1 10:42:09 Core(s) per socket: 1 10:42:09 Socket(s): 2 10:42:09 NUMA node(s): 1 10:42:09 Vendor ID: AuthenticAMD 10:42:09 CPU family: 23 10:42:09 Model: 49 10:42:09 Model name: AMD EPYC-Rome Processor 10:42:09 Stepping: 0 10:42:09 CPU MHz: 2799.998 10:42:09 BogoMIPS: 5599.99 10:42:09 Virtualization: AMD-V 10:42:09 Hypervisor vendor: KVM 10:42:09 Virtualization type: full 10:42:09 L1d cache: 32K 10:42:09 L1i cache: 32K 10:42:09 L2 cache: 512K 10:42:09 L3 cache: 16384K 10:42:09 NUMA node0 CPU(s): 0,1 10:42:09 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:42:09 10:42:09 10:42:09 ---> nproc: 10:42:09 2 10:42:09 10:42:09 10:42:09 ---> df -h: 10:42:09 Filesystem Size Used Avail Use% Mounted on 10:42:09 devtmpfs 3.8G 0 3.8G 0% /dev 10:42:09 tmpfs 3.8G 0 3.8G 0% /dev/shm 10:42:09 tmpfs 3.8G 17M 3.8G 1% /run 10:42:09 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 10:42:09 /dev/vda1 40G 8.5G 32G 22% / 10:42:09 tmpfs 770M 0 770M 0% /run/user/1001 10:42:09 10:42:09 10:42:09 ---> free -m: 10:42:09 total used free shared buff/cache available 10:42:09 Mem: 7699 586 4985 19 2127 6805 10:42:09 Swap: 1023 0 1023 10:42:09 10:42:09 10:42:09 ---> ip addr: 10:42:09 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 10:42:09 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:42:09 inet 127.0.0.1/8 scope host lo 10:42:09 valid_lft forever preferred_lft forever 10:42:09 inet6 ::1/128 scope host 10:42:09 valid_lft forever preferred_lft forever 10:42:09 2: eth0: mtu 1458 qdisc mq state UP group default qlen 1000 10:42:09 link/ether fa:16:3e:7d:95:f8 brd ff:ff:ff:ff:ff:ff 10:42:09 altname enp0s3 10:42:09 altname ens3 10:42:09 inet 10.30.106.229/23 brd 10.30.107.255 scope global dynamic noprefixroute eth0 10:42:09 valid_lft 86275sec preferred_lft 86275sec 10:42:09 inet6 fe80::f816:3eff:fe7d:95f8/64 scope link 10:42:09 valid_lft forever preferred_lft forever 10:42:09 10:42:09 10:42:09 ---> sar -b -r -n DEV: 10:42:09 Linux 4.18.0-448.el8.x86_64 (centos-stream-8-builder-63d9752a-2c92-2a07-2618-33e2bb46e6c7.nov) 06/06/2025 _x86_64_ (2 CPU) 10:42:09 10:42:09 10:40:00 LINUX RESTART (2 CPU) 10:42:09 10:42:09 10:41:01 AM tps rtps wtps bread/s bwrtn/s 10:42:09 10:42:01 AM 140.78 0.60 140.18 77.99 11200.45 10:42:09 Average: 140.78 0.60 140.18 77.99 11200.45 10:42:09 10:42:09 10:41:01 AM kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:42:09 10:42:01 AM 5118652 6981032 2765784 35.08 2688 2026652 715708 8.01 379760 2007340 107096 10:42:09 Average: 5118652 6981032 2765784 35.08 2688 2026652 715708 8.01 379760 2007340 107096 10:42:09 10:42:09 10:41:01 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:42:09 10:42:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:09 10:42:01 AM eth0 114.98 83.49 884.12 15.81 0.00 0.00 0.00 0.00 10:42:09 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:09 Average: eth0 114.98 83.49 884.12 15.81 0.00 0.00 0.00 0.00 10:42:09 10:42:09 10:42:09 ---> sar -P ALL: 10:42:09 Linux 4.18.0-448.el8.x86_64 (centos-stream-8-builder-63d9752a-2c92-2a07-2618-33e2bb46e6c7.nov) 06/06/2025 _x86_64_ (2 CPU) 10:42:09 10:42:09 10:40:00 LINUX RESTART (2 CPU) 10:42:09 10:42:09 10:41:01 AM CPU %user %nice %system %iowait %steal %idle 10:42:09 10:42:01 AM all 41.91 0.00 4.44 1.52 0.08 52.05 10:42:09 10:42:01 AM 0 63.63 0.00 5.13 1.05 0.08 30.11 10:42:09 10:42:01 AM 1 20.29 0.00 3.76 1.99 0.08 73.87 10:42:09 Average: all 41.91 0.00 4.44 1.52 0.08 52.05 10:42:09 Average: 0 63.63 0.00 5.13 1.05 0.08 30.11 10:42:09 Average: 1 20.29 0.00 3.76 1.99 0.08 73.87 10:42:09 10:42:09 10:42:09