20:25:15 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/141100 20:25:15 Running as SYSTEM 20:25:15 [EnvInject] - Loading node environment variables. 20:25:15 Building remotely on prd-ubuntu1804-builder-4c-4g-23547 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-checkbashisms-lint 20:25:15 [ssh-agent] Looking for ssh-agent implementation... 20:25:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:25:15 $ ssh-agent 20:25:15 SSH_AUTH_SOCK=/tmp/ssh-RZB4B00bZjZQ/agent.1662 20:25:15 SSH_AGENT_PID=1664 20:25:15 [ssh-agent] Started. 20:25:15 Running ssh-add (command line suppressed) 20:25:15 Identity added: /w/workspace/oom-master-checkbashisms-lint@tmp/private_key_11096155622393882999.key (/w/workspace/oom-master-checkbashisms-lint@tmp/private_key_11096155622393882999.key) 20:25:15 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 20:25:15 The recommended git tool is: NONE 20:25:17 using credential onap-jenkins-ssh 20:25:17 Wiping out workspace first. 20:25:17 Cloning the remote Git repository 20:25:17 Cloning repository git://cloud.onap.org/mirror/oom.git 20:25:17 > git init /w/workspace/oom-master-checkbashisms-lint # timeout=10 20:25:17 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 20:25:17 > git --version # timeout=10 20:25:17 > git --version # 'git version 2.17.1' 20:25:17 using GIT_SSH to set credentials Gerrit user 20:25:17 Verifying host key using manually-configured host key entries 20:25:17 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 20:25:22 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 20:25:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:25:22 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 20:25:22 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 20:25:22 using GIT_SSH to set credentials Gerrit user 20:25:22 Verifying host key using manually-configured host key entries 20:25:22 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/00/141100/26 # timeout=30 20:25:23 > git rev-parse 1c6b7e148f92924f945068ff3871356cafbc1497^{commit} # timeout=10 20:25:23 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 20:25:23 Checking out Revision 1c6b7e148f92924f945068ff3871356cafbc1497 (refs/changes/00/141100/26) 20:25:23 > git config core.sparsecheckout # timeout=10 20:25:23 > git checkout -f 1c6b7e148f92924f945068ff3871356cafbc1497 # timeout=30 20:25:23 Commit message: "[DOC] Add ArgoCD deployment example and guide" 20:25:23 > git rev-parse FETCH_HEAD^{commit} # timeout=10 20:25:23 > git rev-list --no-walk d5cb3e4fb50a3d6d2b3e92c33510f0a1dcf8257d # timeout=10 20:25:26 [EnvInject] - Injecting environment variables from a build step. 20:25:26 [EnvInject] - Injecting as environment variables the properties content 20:25:26 PYTHON=python3 20:25:26 20:25:26 [EnvInject] - Variables injected successfully. 20:25:27 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins1274213102269734710.sh 20:25:27 ---> tox-install.sh 20:25:27 + source /home/jenkins/lf-env.sh 20:25:27 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 20:25:27 ++ mktemp -d /tmp/venv-XXXX 20:25:27 + lf_venv=/tmp/venv-xte5 20:25:27 + local venv_file=/tmp/.os_lf_venv 20:25:27 + local python=python3 20:25:27 + local options 20:25:27 + local set_path=true 20:25:27 + local install_args= 20:25:27 ++ 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 20:25:27 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 20:25:27 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 20:25:27 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 20:25:27 + true 20:25:27 + case $1 in 20:25:27 + venv_file=/tmp/.toxenv 20:25:27 + shift 2 20:25:27 + true 20:25:27 + case $1 in 20:25:27 + shift 20:25:27 + break 20:25:27 + case $python in 20:25:27 + local pkg_list= 20:25:27 + [[ -d /opt/pyenv ]] 20:25:27 + echo 'Setup pyenv:' 20:25:27 Setup pyenv: 20:25:27 + export PYENV_ROOT=/opt/pyenv 20:25:27 + PYENV_ROOT=/opt/pyenv 20:25:27 + 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 20:25:27 + 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 20:25:27 + pyenv versions 20:25:27 * system (set by /opt/pyenv/version) 20:25:27 * 3.8.13 (set by /opt/pyenv/version) 20:25:27 * 3.9.13 (set by /opt/pyenv/version) 20:25:27 * 3.10.6 (set by /opt/pyenv/version) 20:25:27 + command -v pyenv 20:25:27 ++ pyenv init - --no-rehash 20:25:27 + 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[*]}"'\'')" 20:25:27 export PATH="/opt/pyenv/shims:${PATH}" 20:25:27 export PYENV_SHELL=bash 20:25:27 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 20:25:27 pyenv() { 20:25:27 local command 20:25:27 command="${1:-}" 20:25:27 if [ "$#" -gt 0 ]; then 20:25:27 shift 20:25:27 fi 20:25:27 20:25:27 case "$command" in 20:25:27 rehash|shell) 20:25:27 eval "$(pyenv "sh-$command" "$@")" 20:25:27 ;; 20:25:27 *) 20:25:27 command pyenv "$command" "$@" 20:25:27 ;; 20:25:27 esac 20:25:27 }' 20:25:27 +++ 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[*]}"' 20:25:27 ++ 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 20:25:27 ++ 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 20:25:27 ++ 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 20:25:27 ++ export PYENV_SHELL=bash 20:25:27 ++ PYENV_SHELL=bash 20:25:27 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 20:25:27 +++ complete -F _pyenv pyenv 20:25:27 ++ lf-pyver python3 20:25:27 ++ local py_version_xy=python3 20:25:27 ++ local py_version_xyz= 20:25:27 ++ sed 's/^[ *]* //' 20:25:27 ++ awk '{ print $1 }' 20:25:27 ++ pyenv versions 20:25:27 ++ local command 20:25:27 ++ command=versions 20:25:27 ++ '[' 1 -gt 0 ']' 20:25:27 ++ shift 20:25:27 ++ case "$command" in 20:25:27 ++ grep -E '^[0-9.]*[0-9]$' 20:25:27 ++ command pyenv versions 20:25:27 ++ pyenv versions 20:25:27 ++ [[ ! -s /tmp/.pyenv_versions ]] 20:25:27 +++ sort -V 20:25:27 +++ grep '^3' /tmp/.pyenv_versions 20:25:27 +++ tail -n 1 20:25:27 ++ py_version_xyz=3.10.6 20:25:27 ++ [[ -z 3.10.6 ]] 20:25:27 ++ echo 3.10.6 20:25:27 ++ return 0 20:25:27 + pyenv local 3.10.6 20:25:27 + local command 20:25:27 + command=local 20:25:27 + '[' 2 -gt 0 ']' 20:25:27 + shift 20:25:27 + case "$command" in 20:25:27 + command pyenv local 3.10.6 20:25:27 + pyenv local 3.10.6 20:25:27 + for arg in "$@" 20:25:27 + case $arg in 20:25:27 + pkg_list+='tox ' 20:25:27 + for arg in "$@" 20:25:27 + case $arg in 20:25:27 + pkg_list+='virtualenv ' 20:25:27 + for arg in "$@" 20:25:27 + case $arg in 20:25:27 + pkg_list+='urllib3~=1.26.15 ' 20:25:27 + [[ -f /tmp/.toxenv ]] 20:25:27 + [[ ! -f /tmp/.toxenv ]] 20:25:27 + [[ -n '' ]] 20:25:27 + python3 -m venv /tmp/venv-xte5 20:25:31 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-xte5' 20:25:31 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-xte5 20:25:31 + echo /tmp/venv-xte5 20:25:31 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 20:25:31 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 20:25:31 + /tmp/venv-xte5/bin/python3 -m pip install --upgrade --quiet pip 'setuptools<66' virtualenv 20:25:35 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 20:25:35 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 20:25:35 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 20:25:35 + /tmp/venv-xte5/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 20:25:38 + type python3 20:25:38 + true 20:25:38 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-xte5/bin to PATH' 20:25:38 lf-activate-venv(): INFO: Adding /tmp/venv-xte5/bin to PATH 20:25:38 + PATH=/tmp/venv-xte5/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 20:25:38 + return 0 20:25:38 + python3 --version 20:25:38 Python 3.10.6 20:25:38 + python3 -m pip --version 20:25:38 pip 25.1.1 from /tmp/venv-xte5/lib/python3.10/site-packages/pip (python 3.10) 20:25:38 + python3 -m pip freeze 20:25:38 cachetools==6.1.0 20:25:38 chardet==5.2.0 20:25:38 colorama==0.4.6 20:25:38 distlib==0.3.9 20:25:38 filelock==3.18.0 20:25:38 packaging==25.0 20:25:38 platformdirs==4.3.8 20:25:38 pluggy==1.6.0 20:25:38 pyproject-api==1.9.1 20:25:38 tomli==2.2.1 20:25:38 tox==4.27.0 20:25:38 typing_extensions==4.14.0 20:25:38 urllib3==1.26.20 20:25:38 virtualenv==20.31.2 20:25:38 [EnvInject] - Injecting environment variables from a build step. 20:25:38 [EnvInject] - Injecting as environment variables the properties content 20:25:38 PARALLEL=false 20:25:38 20:25:38 [EnvInject] - Variables injected successfully. 20:25:38 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins5589383969277821431.sh 20:25:38 ---> tox-run.sh 20:25:38 + 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 20:25:38 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-checkbashisms-lint/archives/tox 20:25:38 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-checkbashisms-lint/archives/docs 20:25:38 + mkdir -p /w/workspace/oom-master-checkbashisms-lint/archives/tox 20:25:38 + cd /w/workspace/oom-master-checkbashisms-lint/. 20:25:38 + source /home/jenkins/lf-env.sh 20:25:38 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 20:25:38 ++ mktemp -d /tmp/venv-XXXX 20:25:38 + lf_venv=/tmp/venv-QAyD 20:25:38 + local venv_file=/tmp/.os_lf_venv 20:25:38 + local python=python3 20:25:38 + local options 20:25:38 + local set_path=true 20:25:38 + local install_args= 20:25:38 ++ 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 20:25:38 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 20:25:38 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 20:25:38 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 20:25:38 + true 20:25:38 + case $1 in 20:25:38 + venv_file=/tmp/.toxenv 20:25:38 + shift 2 20:25:38 + true 20:25:38 + case $1 in 20:25:38 + shift 20:25:38 + break 20:25:38 + case $python in 20:25:38 + local pkg_list= 20:25:38 + [[ -d /opt/pyenv ]] 20:25:38 + echo 'Setup pyenv:' 20:25:38 Setup pyenv: 20:25:38 + export PYENV_ROOT=/opt/pyenv 20:25:38 + PYENV_ROOT=/opt/pyenv 20:25:38 + 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 20:25:38 + 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 20:25:38 + pyenv versions 20:25:38 system 20:25:38 3.8.13 20:25:38 3.9.13 20:25:38 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 20:25:38 + command -v pyenv 20:25:38 ++ pyenv init - --no-rehash 20:25:38 + 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[*]}"'\'')" 20:25:38 export PATH="/opt/pyenv/shims:${PATH}" 20:25:38 export PYENV_SHELL=bash 20:25:38 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 20:25:38 pyenv() { 20:25:38 local command 20:25:38 command="${1:-}" 20:25:38 if [ "$#" -gt 0 ]; then 20:25:38 shift 20:25:38 fi 20:25:38 20:25:38 case "$command" in 20:25:38 rehash|shell) 20:25:38 eval "$(pyenv "sh-$command" "$@")" 20:25:38 ;; 20:25:38 *) 20:25:38 command pyenv "$command" "$@" 20:25:38 ;; 20:25:38 esac 20:25:38 }' 20:25:38 +++ 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[*]}"' 20:25:38 ++ 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 20:25:38 ++ 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 20:25:38 ++ 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 20:25:38 ++ export PYENV_SHELL=bash 20:25:38 ++ PYENV_SHELL=bash 20:25:38 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 20:25:38 +++ complete -F _pyenv pyenv 20:25:38 ++ lf-pyver python3 20:25:38 ++ local py_version_xy=python3 20:25:38 ++ local py_version_xyz= 20:25:38 ++ pyenv versions 20:25:38 ++ local command 20:25:38 ++ command=versions 20:25:38 ++ '[' 1 -gt 0 ']' 20:25:38 ++ shift 20:25:38 ++ case "$command" in 20:25:38 ++ command pyenv versions 20:25:38 ++ pyenv versions 20:25:38 ++ sed 's/^[ *]* //' 20:25:38 ++ awk '{ print $1 }' 20:25:38 ++ grep -E '^[0-9.]*[0-9]$' 20:25:38 ++ [[ ! -s /tmp/.pyenv_versions ]] 20:25:38 +++ grep '^3' /tmp/.pyenv_versions 20:25:38 +++ sort -V 20:25:38 +++ tail -n 1 20:25:38 ++ py_version_xyz=3.10.6 20:25:38 ++ [[ -z 3.10.6 ]] 20:25:38 ++ echo 3.10.6 20:25:38 ++ return 0 20:25:38 + pyenv local 3.10.6 20:25:38 + local command 20:25:38 + command=local 20:25:38 + '[' 2 -gt 0 ']' 20:25:38 + shift 20:25:38 + case "$command" in 20:25:38 + command pyenv local 3.10.6 20:25:38 + pyenv local 3.10.6 20:25:38 + for arg in "$@" 20:25:38 + case $arg in 20:25:38 + pkg_list+='tox ' 20:25:38 + for arg in "$@" 20:25:38 + case $arg in 20:25:38 + pkg_list+='virtualenv ' 20:25:38 + for arg in "$@" 20:25:38 + case $arg in 20:25:38 + pkg_list+='urllib3~=1.26.15 ' 20:25:38 + [[ -f /tmp/.toxenv ]] 20:25:38 ++ cat /tmp/.toxenv 20:25:38 + lf_venv=/tmp/venv-xte5 20:25:38 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-xte5 from' file:/tmp/.toxenv 20:25:38 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-xte5 from file:/tmp/.toxenv 20:25:38 + /tmp/venv-xte5/bin/python3 -m pip install --upgrade --quiet pip 'setuptools<66' virtualenv 20:25:39 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 20:25:39 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 20:25:39 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 20:25:39 + /tmp/venv-xte5/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 20:25:40 + type python3 20:25:40 + true 20:25:40 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-xte5/bin to PATH' 20:25:40 lf-activate-venv(): INFO: Adding /tmp/venv-xte5/bin to PATH 20:25:40 + PATH=/tmp/venv-xte5/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 20:25:40 + return 0 20:25:40 + [[ -d /opt/pyenv ]] 20:25:40 + echo '---> Setting up pyenv' 20:25:40 ---> Setting up pyenv 20:25:40 + export PYENV_ROOT=/opt/pyenv 20:25:40 + PYENV_ROOT=/opt/pyenv 20:25:40 + export PATH=/opt/pyenv/bin:/tmp/venv-xte5/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 20:25:40 + PATH=/opt/pyenv/bin:/tmp/venv-xte5/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 20:25:40 ++ pwd 20:25:40 + PYTHONPATH=/w/workspace/oom-master-checkbashisms-lint 20:25:40 + export PYTHONPATH 20:25:40 + export TOX_TESTENV_PASSENV=PYTHONPATH 20:25:40 + TOX_TESTENV_PASSENV=PYTHONPATH 20:25:40 + tox --version 20:25:41 4.27.0 from /tmp/venv-xte5/lib/python3.10/site-packages/tox/__init__.py 20:25:41 + PARALLEL=false 20:25:41 + TOX_OPTIONS_LIST= 20:25:41 + [[ -n checkbashisms ]] 20:25:41 + TOX_OPTIONS_LIST=' -e checkbashisms' 20:25:41 + case ${PARALLEL,,} in 20:25:41 + tee -a /w/workspace/oom-master-checkbashisms-lint/archives/tox/tox.log 20:25:41 + tox -e checkbashisms 20:25:42 checkbashisms: freeze> python -m pip freeze --all 20:25:43 checkbashisms: pip==25.1.1,setuptools==80.3.1 20:25:43 checkbashisms: commands[0]> .ci/check-bashisms.sh 20:25:44 script ./kubernetes/common/cassandra/resources/config/docker-entrypoint.sh appears to be a shell wrapper; only checking the first 14 lines 20:25:46 checkbashisms: OK (4.89=setup[1.42]+cmd[3.47] seconds) 20:25:46 congratulations :) (5.14 seconds) 20:25:46 + tox_status=0 20:25:46 + echo '---> Completed tox runs' 20:25:46 ---> Completed tox runs 20:25:46 + for i in .tox/*/log 20:25:46 ++ echo .tox/checkbashisms/log 20:25:46 ++ awk -F/ '{print $2}' 20:25:46 + tox_env=checkbashisms 20:25:46 + cp -r .tox/checkbashisms/log /w/workspace/oom-master-checkbashisms-lint/archives/tox/checkbashisms 20:25:46 + DOC_DIR=docs/_build/html 20:25:46 + [[ -d docs/_build/html ]] 20:25:46 + echo '---> tox-run.sh ends' 20:25:46 ---> tox-run.sh ends 20:25:46 + test 0 -eq 0 20:25:46 $ ssh-agent -k 20:25:46 unset SSH_AUTH_SOCK; 20:25:46 unset SSH_AGENT_PID; 20:25:46 echo Agent pid 1664 killed; 20:25:46 [ssh-agent] Stopped. 20:25:46 [PostBuildScript] - [INFO] Executing post build scripts. 20:25:46 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins3977034129895860740.sh 20:25:46 ---> sysstat.sh 20:25:47 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins2128727669430254400.sh 20:25:47 ---> package-listing.sh 20:25:47 ++ tr '[:upper:]' '[:lower:]' 20:25:47 ++ facter osfamily 20:25:47 + OS_FAMILY=debian 20:25:47 + workspace=/w/workspace/oom-master-checkbashisms-lint 20:25:47 + START_PACKAGES=/tmp/packages_start.txt 20:25:47 + END_PACKAGES=/tmp/packages_end.txt 20:25:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:25:47 + PACKAGES=/tmp/packages_start.txt 20:25:47 + '[' /w/workspace/oom-master-checkbashisms-lint ']' 20:25:47 + PACKAGES=/tmp/packages_end.txt 20:25:47 + case "${OS_FAMILY}" in 20:25:47 + dpkg -l 20:25:47 + grep '^ii' 20:25:47 + '[' -f /tmp/packages_start.txt ']' 20:25:47 + '[' -f /tmp/packages_end.txt ']' 20:25:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:25:47 + '[' /w/workspace/oom-master-checkbashisms-lint ']' 20:25:47 + mkdir -p /w/workspace/oom-master-checkbashisms-lint/archives/ 20:25:47 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-checkbashisms-lint/archives/ 20:25:47 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins12989537215900782031.sh 20:25:47 ---> capture-instance-metadata.sh 20:25:47 Setup pyenv: 20:25:47 system 20:25:47 3.8.13 20:25:47 3.9.13 20:25:47 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 20:25:51 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-xvOR 20:25:51 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 20:25:55 lf-activate-venv(): INFO: Installing: lftools 20:26:18 lf-activate-venv(): INFO: Adding /tmp/venv-xvOR/bin to PATH 20:26:18 INFO: Running in OpenStack, capturing instance metadata 20:26:19 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins9700001868133321448.sh 20:26:19 provisioning config files... 20:26:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-checkbashisms-lint@tmp/config14885495163178894442tmp 20:26:19 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 20:26:19 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 20:26:19 [EnvInject] - Injecting environment variables from a build step. 20:26:19 [EnvInject] - Injecting as environment variables the properties content 20:26:19 SERVER_ID=logs 20:26:19 20:26:19 [EnvInject] - Variables injected successfully. 20:26:19 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins6889925406758414103.sh 20:26:19 ---> create-netrc.sh 20:26:19 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins11530223382830996442.sh 20:26:19 ---> python-tools-install.sh 20:26:19 Setup pyenv: 20:26:19 system 20:26:19 3.8.13 20:26:19 3.9.13 20:26:19 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 20:26:19 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-xvOR from file:/tmp/.os_lf_venv 20:26:21 lf-activate-venv(): INFO: Installing: lftools 20:26:29 lf-activate-venv(): INFO: Adding /tmp/venv-xvOR/bin to PATH 20:26:29 Generating Requirements File 20:26:48 Python 3.10.6 20:26:48 pip 25.1.1 from /tmp/venv-xvOR/lib/python3.10/site-packages/pip (python 3.10) 20:26:49 appdirs==1.4.4 20:26:49 argcomplete==3.6.2 20:26:49 aspy.yaml==1.3.0 20:26:49 attrs==25.3.0 20:26:49 autopage==0.5.2 20:26:49 beautifulsoup4==4.13.4 20:26:49 boto3==1.38.43 20:26:49 botocore==1.38.43 20:26:49 bs4==0.0.2 20:26:49 cachetools==5.5.2 20:26:49 certifi==2025.6.15 20:26:49 cffi==1.17.1 20:26:49 cfgv==3.4.0 20:26:49 chardet==5.2.0 20:26:49 charset-normalizer==3.4.2 20:26:49 click==8.2.1 20:26:49 cliff==4.10.0 20:26:49 cmd2==2.6.1 20:26:49 cryptography==3.3.2 20:26:49 debtcollector==3.0.0 20:26:49 decorator==5.2.1 20:26:49 defusedxml==0.7.1 20:26:49 Deprecated==1.2.18 20:26:49 distlib==0.3.9 20:26:49 dnspython==2.7.0 20:26:49 docker==7.1.0 20:26:49 dogpile.cache==1.4.0 20:26:49 durationpy==0.10 20:26:49 email_validator==2.2.0 20:26:49 filelock==3.18.0 20:26:49 future==1.0.0 20:26:49 gitdb==4.0.12 20:26:49 GitPython==3.1.44 20:26:49 google-auth==2.40.3 20:26:49 httplib2==0.22.0 20:26:49 identify==2.6.12 20:26:49 idna==3.10 20:26:49 importlib-resources==1.5.0 20:26:49 iso8601==2.1.0 20:26:49 Jinja2==3.1.6 20:26:49 jmespath==1.0.1 20:26:49 jsonpatch==1.33 20:26:49 jsonpointer==3.0.0 20:26:49 jsonschema==4.24.0 20:26:49 jsonschema-specifications==2025.4.1 20:26:49 keystoneauth1==5.11.1 20:26:49 kubernetes==33.1.0 20:26:49 lftools==0.37.13 20:26:49 lxml==5.4.0 20:26:49 MarkupSafe==3.0.2 20:26:49 msgpack==1.1.1 20:26:49 multi_key_dict==2.0.3 20:26:49 munch==4.0.0 20:26:49 netaddr==1.3.0 20:26:49 niet==1.4.2 20:26:49 nodeenv==1.9.1 20:26:49 oauth2client==4.1.3 20:26:49 oauthlib==3.3.1 20:26:49 openstacksdk==4.6.0 20:26:49 os-client-config==2.1.0 20:26:49 os-service-types==1.7.0 20:26:49 osc-lib==4.0.2 20:26:49 oslo.config==9.8.0 20:26:49 oslo.context==6.0.0 20:26:49 oslo.i18n==6.5.1 20:26:49 oslo.log==7.1.0 20:26:49 oslo.serialization==5.7.0 20:26:49 oslo.utils==9.0.0 20:26:49 packaging==25.0 20:26:49 pbr==6.1.1 20:26:49 platformdirs==4.3.8 20:26:49 prettytable==3.16.0 20:26:49 psutil==7.0.0 20:26:49 pyasn1==0.6.1 20:26:49 pyasn1_modules==0.4.2 20:26:49 pycparser==2.22 20:26:49 pygerrit2==2.0.15 20:26:49 PyGithub==2.6.1 20:26:49 PyJWT==2.10.1 20:26:49 PyNaCl==1.5.0 20:26:49 pyparsing==2.4.7 20:26:49 pyperclip==1.9.0 20:26:49 pyrsistent==0.20.0 20:26:49 python-cinderclient==9.7.0 20:26:49 python-dateutil==2.9.0.post0 20:26:49 python-heatclient==4.2.0 20:26:49 python-jenkins==1.8.2 20:26:49 python-keystoneclient==5.6.0 20:26:49 python-magnumclient==4.8.1 20:26:49 python-openstackclient==8.1.0 20:26:49 python-swiftclient==4.8.0 20:26:49 PyYAML==6.0.2 20:26:49 referencing==0.36.2 20:26:49 requests==2.32.4 20:26:49 requests-oauthlib==2.0.0 20:26:49 requestsexceptions==1.4.0 20:26:49 rfc3986==2.0.0 20:26:49 rpds-py==0.25.1 20:26:49 rsa==4.9.1 20:26:49 ruamel.yaml==0.18.14 20:26:49 ruamel.yaml.clib==0.2.12 20:26:49 s3transfer==0.13.0 20:26:49 simplejson==3.20.1 20:26:49 six==1.17.0 20:26:49 smmap==5.0.2 20:26:49 soupsieve==2.7 20:26:49 stevedore==5.4.1 20:26:49 tabulate==0.9.0 20:26:49 toml==0.10.2 20:26:49 tomlkit==0.13.3 20:26:49 tqdm==4.67.1 20:26:49 typing_extensions==4.14.0 20:26:49 tzdata==2025.2 20:26:49 urllib3==1.26.20 20:26:49 virtualenv==20.31.2 20:26:49 wcwidth==0.2.13 20:26:49 websocket-client==1.8.0 20:26:49 wrapt==1.17.2 20:26:49 xdg==6.0.0 20:26:49 xmltodict==0.14.2 20:26:49 yq==3.4.3 20:26:49 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins5955506371107043527.sh 20:26:49 ---> sudo-logs.sh 20:26:49 Archiving 'sudo' log.. 20:26:49 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins2306145408150586476.sh 20:26:49 ---> job-cost.sh 20:26:49 Setup pyenv: 20:26:49 system 20:26:49 3.8.13 20:26:49 3.9.13 20:26:49 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 20:26:49 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-xvOR from file:/tmp/.os_lf_venv 20:26:51 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 20:26:56 lf-activate-venv(): INFO: Adding /tmp/venv-xvOR/bin to PATH 20:26:56 INFO: No Stack... 20:26:56 INFO: Retrieving Pricing Info for: v3-standard-4 20:26:56 INFO: Archiving Costs 20:26:56 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins7183338884928318865.sh 20:26:56 ---> logs-deploy.sh 20:26:56 Setup pyenv: 20:26:56 system 20:26:56 3.8.13 20:26:56 3.9.13 20:26:56 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 20:26:57 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-xvOR from file:/tmp/.os_lf_venv 20:26:58 lf-activate-venv(): INFO: Installing: lftools 20:27:07 lf-activate-venv(): INFO: Adding /tmp/venv-xvOR/bin to PATH 20:27:07 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-checkbashisms-lint/4147 20:27:07 INFO: archiving workspace using pattern(s): 20:27:08 Archives upload complete. 20:27:08 INFO: archiving logs to Nexus 20:27:09 ---> uname -a: 20:27:09 Linux prd-ubuntu1804-builder-4c-4g-23547 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 20:27:09 20:27:09 20:27:09 ---> lscpu: 20:27:09 Architecture: x86_64 20:27:09 CPU op-mode(s): 32-bit, 64-bit 20:27:09 Byte Order: Little Endian 20:27:09 CPU(s): 4 20:27:09 On-line CPU(s) list: 0-3 20:27:09 Thread(s) per core: 1 20:27:09 Core(s) per socket: 1 20:27:09 Socket(s): 4 20:27:09 NUMA node(s): 1 20:27:09 Vendor ID: AuthenticAMD 20:27:09 CPU family: 23 20:27:09 Model: 49 20:27:09 Model name: AMD EPYC-Rome Processor 20:27:09 Stepping: 0 20:27:09 CPU MHz: 2799.998 20:27:09 BogoMIPS: 5599.99 20:27:09 Virtualization: AMD-V 20:27:09 Hypervisor vendor: KVM 20:27:09 Virtualization type: full 20:27:09 L1d cache: 32K 20:27:09 L1i cache: 32K 20:27:09 L2 cache: 512K 20:27:09 L3 cache: 16384K 20:27:09 NUMA node0 CPU(s): 0-3 20:27: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 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 20:27:09 20:27:09 20:27:09 ---> nproc: 20:27:09 4 20:27:09 20:27:09 20:27:09 ---> df -h: 20:27:09 Filesystem Size Used Avail Use% Mounted on 20:27:09 udev 7.9G 0 7.9G 0% /dev 20:27:09 tmpfs 1.6G 672K 1.6G 1% /run 20:27:09 /dev/vda1 78G 8.3G 70G 11% / 20:27:09 tmpfs 7.9G 0 7.9G 0% /dev/shm 20:27:09 tmpfs 5.0M 0 5.0M 0% /run/lock 20:27:09 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 20:27:09 /dev/vda15 105M 4.4M 100M 5% /boot/efi 20:27:09 tmpfs 1.6G 0 1.6G 0% /run/user/1001 20:27:09 20:27:09 20:27:09 ---> free -m: 20:27:09 total used free shared buff/cache available 20:27:09 Mem: 16040 564 13427 0 2047 15162 20:27:09 Swap: 1023 0 1023 20:27:09 20:27:09 20:27:09 ---> ip addr: 20:27:09 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 20:27:09 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:27:09 inet 127.0.0.1/8 scope host lo 20:27:09 valid_lft forever preferred_lft forever 20:27:09 inet6 ::1/128 scope host 20:27:09 valid_lft forever preferred_lft forever 20:27:09 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 20:27:09 link/ether fa:16:3e:c5:87:7e brd ff:ff:ff:ff:ff:ff 20:27:09 inet 10.30.106.154/23 brd 10.30.107.255 scope global dynamic ens3 20:27:09 valid_lft 86269sec preferred_lft 86269sec 20:27:09 inet6 fe80::f816:3eff:fec5:877e/64 scope link 20:27:09 valid_lft forever preferred_lft forever 20:27:09 20:27:09 20:27:09 ---> sar -b -r -n DEV: 20:27:09 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-23547) 06/24/25 _x86_64_ (4 CPU) 20:27:09 20:27:09 20:24:59 LINUX RESTART (4 CPU) 20:27:09 20:27:09 20:25:01 tps rtps wtps bread/s bwrtn/s 20:27:09 20:26:02 312.91 68.07 244.84 4462.86 87007.50 20:27:09 20:27:01 121.12 1.15 119.96 131.10 33561.36 20:27:09 Average: 217.82 34.89 182.93 2315.17 60508.96 20:27:09 20:27:09 20:25:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:27:09 20:26:02 14052620 15541772 2372348 14.44 51904 1641860 822580 4.71 696556 1467348 108016 20:27:09 20:27:01 13753472 15527708 2671496 16.26 78064 1884960 813584 4.66 730200 1702276 118772 20:27:09 Average: 13903046 15534740 2521922 15.35 64984 1763410 818082 4.68 713378 1584812 113394 20:27:09 20:27:09 20:25:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:27:09 20:26:02 ens3 496.80 327.03 1806.12 84.63 0.00 0.00 0.00 0.00 20:27:09 20:26:02 lo 2.13 2.13 0.23 0.23 0.00 0.00 0.00 0.00 20:27:09 20:27:01 ens3 167.92 115.61 879.17 15.83 0.00 0.00 0.00 0.00 20:27:09 20:27:01 lo 1.08 1.08 0.12 0.12 0.00 0.00 0.00 0.00 20:27:09 Average: ens3 333.74 222.21 1346.54 50.52 0.00 0.00 0.00 0.00 20:27:09 Average: lo 1.61 1.61 0.18 0.18 0.00 0.00 0.00 0.00 20:27:09 20:27:09 20:27:09 ---> sar -P ALL: 20:27:09 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-23547) 06/24/25 _x86_64_ (4 CPU) 20:27:09 20:27:09 20:24:59 LINUX RESTART (4 CPU) 20:27:09 20:27:09 20:25:01 CPU %user %nice %system %iowait %steal %idle 20:27:09 20:26:02 all 21.32 0.00 2.93 6.52 0.08 69.15 20:27:09 20:26:02 0 14.35 0.00 1.73 8.86 0.05 75.01 20:27:09 20:26:02 1 16.23 0.00 2.95 8.10 0.05 72.67 20:27:09 20:26:02 2 39.56 0.00 4.92 7.52 0.08 47.91 20:27:09 20:26:02 3 15.12 0.00 2.13 1.59 0.10 81.05 20:27:09 20:27:01 all 20.99 0.00 1.50 2.47 0.06 74.98 20:27:09 20:27:01 0 16.06 0.00 1.34 2.36 0.07 80.17 20:27:09 20:27:01 1 22.49 0.00 1.53 4.71 0.07 71.21 20:27:09 20:27:01 2 25.88 0.00 1.95 0.85 0.05 71.27 20:27:09 20:27:01 3 19.53 0.00 1.17 1.97 0.07 77.26 20:27:09 Average: all 21.15 0.00 2.22 4.51 0.07 72.05 20:27:09 Average: 0 15.20 0.00 1.54 5.64 0.06 77.57 20:27:09 Average: 1 19.34 0.00 2.24 6.42 0.06 71.95 20:27:09 Average: 2 32.77 0.00 3.45 4.21 0.07 59.50 20:27:09 Average: 3 17.31 0.00 1.65 1.78 0.08 79.17 20:27:09 20:27:09 20:27:09