21:04:45 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/141100 21:04:45 Running as SYSTEM 21:04:45 [EnvInject] - Loading node environment variables. 21:04:45 Building remotely on prd-ubuntu1804-builder-4c-4g-24019 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-checkbashisms-lint 21:04:45 [ssh-agent] Looking for ssh-agent implementation... 21:04:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:04:45 $ ssh-agent 21:04:45 SSH_AUTH_SOCK=/tmp/ssh-QgEp1ZzfYKKz/agent.1627 21:04:45 SSH_AGENT_PID=1629 21:04:45 [ssh-agent] Started. 21:04:45 Running ssh-add (command line suppressed) 21:04:45 Identity added: /w/workspace/oom-master-checkbashisms-lint@tmp/private_key_2842447815337939805.key (/w/workspace/oom-master-checkbashisms-lint@tmp/private_key_2842447815337939805.key) 21:04:45 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 21:04:45 The recommended git tool is: NONE 21:04:47 using credential onap-jenkins-ssh 21:04:47 Wiping out workspace first. 21:04:47 Cloning the remote Git repository 21:04:47 Cloning repository git://cloud.onap.org/mirror/oom.git 21:04:47 > git init /w/workspace/oom-master-checkbashisms-lint # timeout=10 21:04:47 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 21:04:47 > git --version # timeout=10 21:04:47 > git --version # 'git version 2.17.1' 21:04:47 using GIT_SSH to set credentials Gerrit user 21:04:47 Verifying host key using manually-configured host key entries 21:04:47 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 21:04:52 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 21:04:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:04:52 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 21:04:52 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 21:04:52 using GIT_SSH to set credentials Gerrit user 21:04:52 Verifying host key using manually-configured host key entries 21:04:52 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/00/141100/29 # timeout=30 21:04:53 > git rev-parse 9ff681f5ddcaa66d56460791e702a058c3a8bcdb^{commit} # timeout=10 21:04:53 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 21:04:53 Checking out Revision 9ff681f5ddcaa66d56460791e702a058c3a8bcdb (refs/changes/00/141100/29) 21:04:53 > git config core.sparsecheckout # timeout=10 21:04:53 > git checkout -f 9ff681f5ddcaa66d56460791e702a058c3a8bcdb # timeout=30 21:04:53 Commit message: "[DOC] Add ArgoCD deployment example and guide" 21:04:53 > git rev-parse FETCH_HEAD^{commit} # timeout=10 21:04:53 > git rev-list --no-walk d5cb3e4fb50a3d6d2b3e92c33510f0a1dcf8257d # timeout=10 21:04:57 [EnvInject] - Injecting environment variables from a build step. 21:04:57 [EnvInject] - Injecting as environment variables the properties content 21:04:57 PYTHON=python3 21:04:57 21:04:57 [EnvInject] - Variables injected successfully. 21:04:57 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins2526040478314398525.sh 21:04:57 ---> tox-install.sh 21:04:57 + source /home/jenkins/lf-env.sh 21:04:57 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 21:04:57 ++ mktemp -d /tmp/venv-XXXX 21:04:57 + lf_venv=/tmp/venv-0VC3 21:04:57 + local venv_file=/tmp/.os_lf_venv 21:04:57 + local python=python3 21:04:57 + local options 21:04:57 + local set_path=true 21:04:57 + local install_args= 21:04:57 ++ getopt -o np:v: -l no-path,system-site-packages,python:,venv-file: -n lf-activate-venv -- --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 21:04:57 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 21:04:57 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 21:04:57 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 21:04:57 + true 21:04:57 + case $1 in 21:04:57 + venv_file=/tmp/.toxenv 21:04:57 + shift 2 21:04:57 + true 21:04:57 + case $1 in 21:04:57 + shift 21:04:57 + break 21:04:57 + case $python in 21:04:57 + local pkg_list= 21:04:57 + [[ -d /opt/pyenv ]] 21:04:57 + echo 'Setup pyenv:' 21:04:57 Setup pyenv: 21:04:57 + export PYENV_ROOT=/opt/pyenv 21:04:57 + PYENV_ROOT=/opt/pyenv 21:04:57 + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 21:04:57 + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 21:04:57 + pyenv versions 21:04:57 * system (set by /opt/pyenv/version) 21:04:57 * 3.8.13 (set by /opt/pyenv/version) 21:04:57 * 3.9.13 (set by /opt/pyenv/version) 21:04:57 * 3.10.6 (set by /opt/pyenv/version) 21:04:57 + command -v pyenv 21:04:57 ++ pyenv init - --no-rehash 21:04:57 + eval 'PATH="$(bash --norc -ec '\''IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "'\''/opt/pyenv/shims'\''" ]]; then unset '\''\'\'''\''paths[i]'\''\'\'''\''; fi; done; echo "${paths[*]}"'\'')" 21:04:57 export PATH="/opt/pyenv/shims:${PATH}" 21:04:57 export PYENV_SHELL=bash 21:04:57 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 21:04:57 pyenv() { 21:04:57 local command 21:04:57 command="${1:-}" 21:04:57 if [ "$#" -gt 0 ]; then 21:04:57 shift 21:04:57 fi 21:04:57 21:04:57 case "$command" in 21:04:57 rehash|shell) 21:04:57 eval "$(pyenv "sh-$command" "$@")" 21:04:57 ;; 21:04:57 *) 21:04:57 command pyenv "$command" "$@" 21:04:57 ;; 21:04:57 esac 21:04:57 }' 21:04:57 +++ bash --norc -ec 'IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "/opt/pyenv/shims" ]]; then unset '\''paths[i]'\''; fi; done; echo "${paths[*]}"' 21:04:57 ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 21:04:57 ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 21:04:57 ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 21:04:57 ++ export PYENV_SHELL=bash 21:04:57 ++ PYENV_SHELL=bash 21:04:57 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 21:04:57 +++ complete -F _pyenv pyenv 21:04:57 ++ lf-pyver python3 21:04:57 ++ local py_version_xy=python3 21:04:57 ++ local py_version_xyz= 21:04:57 ++ pyenv versions 21:04:57 ++ local command 21:04:57 ++ command=versions 21:04:57 ++ '[' 1 -gt 0 ']' 21:04:57 ++ shift 21:04:57 ++ case "$command" in 21:04:57 ++ command pyenv versions 21:04:57 ++ pyenv versions 21:04:57 ++ sed 's/^[ *]* //' 21:04:57 ++ awk '{ print $1 }' 21:04:57 ++ grep -E '^[0-9.]*[0-9]$' 21:04:58 ++ [[ ! -s /tmp/.pyenv_versions ]] 21:04:58 +++ grep '^3' /tmp/.pyenv_versions 21:04:58 +++ sort -V 21:04:58 +++ tail -n 1 21:04:58 ++ py_version_xyz=3.10.6 21:04:58 ++ [[ -z 3.10.6 ]] 21:04:58 ++ echo 3.10.6 21:04:58 ++ return 0 21:04:58 + pyenv local 3.10.6 21:04:58 + local command 21:04:58 + command=local 21:04:58 + '[' 2 -gt 0 ']' 21:04:58 + shift 21:04:58 + case "$command" in 21:04:58 + command pyenv local 3.10.6 21:04:58 + pyenv local 3.10.6 21:04:58 + for arg in "$@" 21:04:58 + case $arg in 21:04:58 + pkg_list+='tox ' 21:04:58 + for arg in "$@" 21:04:58 + case $arg in 21:04:58 + pkg_list+='virtualenv ' 21:04:58 + for arg in "$@" 21:04:58 + case $arg in 21:04:58 + pkg_list+='urllib3~=1.26.15 ' 21:04:58 + [[ -f /tmp/.toxenv ]] 21:04:58 + [[ ! -f /tmp/.toxenv ]] 21:04:58 + [[ -n '' ]] 21:04:58 + python3 -m venv /tmp/venv-0VC3 21:05:02 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-0VC3' 21:05:02 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-0VC3 21:05:02 + echo /tmp/venv-0VC3 21:05:02 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 21:05:02 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 21:05:02 + /tmp/venv-0VC3/bin/python3 -m pip install --upgrade --quiet pip 'setuptools<66' virtualenv 21:05:05 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 21:05:05 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 21:05:05 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 21:05:05 + /tmp/venv-0VC3/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 21:05:08 + type python3 21:05:08 + true 21:05:08 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-0VC3/bin to PATH' 21:05:08 lf-activate-venv(): INFO: Adding /tmp/venv-0VC3/bin to PATH 21:05:08 + PATH=/tmp/venv-0VC3/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 21:05:08 + return 0 21:05:08 + python3 --version 21:05:08 Python 3.10.6 21:05:08 + python3 -m pip --version 21:05:08 pip 25.1.1 from /tmp/venv-0VC3/lib/python3.10/site-packages/pip (python 3.10) 21:05:08 + python3 -m pip freeze 21:05:08 cachetools==6.1.0 21:05:08 chardet==5.2.0 21:05:08 colorama==0.4.6 21:05:08 distlib==0.3.9 21:05:08 filelock==3.18.0 21:05:08 packaging==25.0 21:05:08 platformdirs==4.3.8 21:05:08 pluggy==1.6.0 21:05:08 pyproject-api==1.9.1 21:05:08 tomli==2.2.1 21:05:08 tox==4.27.0 21:05:08 typing_extensions==4.14.0 21:05:08 urllib3==1.26.20 21:05:08 virtualenv==20.31.2 21:05:08 [EnvInject] - Injecting environment variables from a build step. 21:05:08 [EnvInject] - Injecting as environment variables the properties content 21:05:08 PARALLEL=false 21:05:08 21:05:08 [EnvInject] - Variables injected successfully. 21:05:08 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins8566079369672625371.sh 21:05:08 ---> tox-run.sh 21:05:08 + PATH=/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 21:05:08 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-checkbashisms-lint/archives/tox 21:05:08 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-checkbashisms-lint/archives/docs 21:05:08 + mkdir -p /w/workspace/oom-master-checkbashisms-lint/archives/tox 21:05:08 + cd /w/workspace/oom-master-checkbashisms-lint/. 21:05:08 + source /home/jenkins/lf-env.sh 21:05:08 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 21:05:08 ++ mktemp -d /tmp/venv-XXXX 21:05:08 + lf_venv=/tmp/venv-4tNv 21:05:08 + local venv_file=/tmp/.os_lf_venv 21:05:08 + local python=python3 21:05:08 + local options 21:05:08 + local set_path=true 21:05:08 + local install_args= 21:05:08 ++ getopt -o np:v: -l no-path,system-site-packages,python:,venv-file: -n lf-activate-venv -- --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 21:05:08 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 21:05:08 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 21:05:08 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 21:05:08 + true 21:05:08 + case $1 in 21:05:08 + venv_file=/tmp/.toxenv 21:05:08 + shift 2 21:05:08 + true 21:05:08 + case $1 in 21:05:08 + shift 21:05:08 + break 21:05:08 + case $python in 21:05:08 + local pkg_list= 21:05:08 + [[ -d /opt/pyenv ]] 21:05:08 + echo 'Setup pyenv:' 21:05:08 Setup pyenv: 21:05:08 + export PYENV_ROOT=/opt/pyenv 21:05:08 + PYENV_ROOT=/opt/pyenv 21:05:08 + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 21:05:08 + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 21:05:08 + pyenv versions 21:05:08 system 21:05:08 3.8.13 21:05:08 3.9.13 21:05:08 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 21:05:08 + command -v pyenv 21:05:08 ++ pyenv init - --no-rehash 21:05:08 + eval 'PATH="$(bash --norc -ec '\''IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "'\''/opt/pyenv/shims'\''" ]]; then unset '\''\'\'''\''paths[i]'\''\'\'''\''; fi; done; echo "${paths[*]}"'\'')" 21:05:08 export PATH="/opt/pyenv/shims:${PATH}" 21:05:08 export PYENV_SHELL=bash 21:05:08 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 21:05:08 pyenv() { 21:05:08 local command 21:05:08 command="${1:-}" 21:05:08 if [ "$#" -gt 0 ]; then 21:05:08 shift 21:05:08 fi 21:05:08 21:05:08 case "$command" in 21:05:08 rehash|shell) 21:05:08 eval "$(pyenv "sh-$command" "$@")" 21:05:08 ;; 21:05:08 *) 21:05:08 command pyenv "$command" "$@" 21:05:08 ;; 21:05:08 esac 21:05:08 }' 21:05:08 +++ bash --norc -ec 'IFS=:; paths=($PATH); for i in ${!paths[@]}; do if [[ ${paths[i]} == "/opt/pyenv/shims" ]]; then unset '\''paths[i]'\''; fi; done; echo "${paths[*]}"' 21:05:08 ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 21:05:08 ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 21:05:08 ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 21:05:08 ++ export PYENV_SHELL=bash 21:05:08 ++ PYENV_SHELL=bash 21:05:08 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 21:05:08 +++ complete -F _pyenv pyenv 21:05:08 ++ lf-pyver python3 21:05:08 ++ local py_version_xy=python3 21:05:08 ++ local py_version_xyz= 21:05:08 ++ pyenv versions 21:05:08 ++ local command 21:05:08 ++ command=versions 21:05:08 ++ '[' 1 -gt 0 ']' 21:05:08 ++ shift 21:05:08 ++ case "$command" in 21:05:08 ++ command pyenv versions 21:05:08 ++ pyenv versions 21:05:08 ++ awk '{ print $1 }' 21:05:08 ++ sed 's/^[ *]* //' 21:05:08 ++ grep -E '^[0-9.]*[0-9]$' 21:05:08 ++ [[ ! -s /tmp/.pyenv_versions ]] 21:05:08 +++ grep '^3' /tmp/.pyenv_versions 21:05:08 +++ sort -V 21:05:08 +++ tail -n 1 21:05:08 ++ py_version_xyz=3.10.6 21:05:08 ++ [[ -z 3.10.6 ]] 21:05:08 ++ echo 3.10.6 21:05:08 ++ return 0 21:05:08 + pyenv local 3.10.6 21:05:08 + local command 21:05:08 + command=local 21:05:08 + '[' 2 -gt 0 ']' 21:05:08 + shift 21:05:08 + case "$command" in 21:05:08 + command pyenv local 3.10.6 21:05:08 + pyenv local 3.10.6 21:05:08 + for arg in "$@" 21:05:08 + case $arg in 21:05:08 + pkg_list+='tox ' 21:05:08 + for arg in "$@" 21:05:08 + case $arg in 21:05:08 + pkg_list+='virtualenv ' 21:05:08 + for arg in "$@" 21:05:08 + case $arg in 21:05:08 + pkg_list+='urllib3~=1.26.15 ' 21:05:08 + [[ -f /tmp/.toxenv ]] 21:05:08 ++ cat /tmp/.toxenv 21:05:08 + lf_venv=/tmp/venv-0VC3 21:05:08 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-0VC3 from' file:/tmp/.toxenv 21:05:08 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-0VC3 from file:/tmp/.toxenv 21:05:08 + /tmp/venv-0VC3/bin/python3 -m pip install --upgrade --quiet pip 'setuptools<66' virtualenv 21:05:09 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 21:05:09 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 21:05:09 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 21:05:09 + /tmp/venv-0VC3/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 21:05:14 + type python3 21:05:14 + true 21:05:14 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-0VC3/bin to PATH' 21:05:14 lf-activate-venv(): INFO: Adding /tmp/venv-0VC3/bin to PATH 21:05:14 + PATH=/tmp/venv-0VC3/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 21:05:14 + return 0 21:05:14 + [[ -d /opt/pyenv ]] 21:05:14 + echo '---> Setting up pyenv' 21:05:14 ---> Setting up pyenv 21:05:14 + export PYENV_ROOT=/opt/pyenv 21:05:14 + PYENV_ROOT=/opt/pyenv 21:05:14 + export PATH=/opt/pyenv/bin:/tmp/venv-0VC3/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 21:05:14 + PATH=/opt/pyenv/bin:/tmp/venv-0VC3/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin 21:05:14 ++ pwd 21:05:14 + PYTHONPATH=/w/workspace/oom-master-checkbashisms-lint 21:05:14 + export PYTHONPATH 21:05:14 + export TOX_TESTENV_PASSENV=PYTHONPATH 21:05:14 + TOX_TESTENV_PASSENV=PYTHONPATH 21:05:14 + tox --version 21:05:14 4.27.0 from /tmp/venv-0VC3/lib/python3.10/site-packages/tox/__init__.py 21:05:14 + PARALLEL=false 21:05:14 + TOX_OPTIONS_LIST= 21:05:14 + [[ -n checkbashisms ]] 21:05:14 + TOX_OPTIONS_LIST=' -e checkbashisms' 21:05:14 + case ${PARALLEL,,} in 21:05:14 + tox -e checkbashisms 21:05:14 + tee -a /w/workspace/oom-master-checkbashisms-lint/archives/tox/tox.log 21:05:14 checkbashisms: freeze> python -m pip freeze --all 21:05:14 checkbashisms: pip==25.1.1,setuptools==80.3.1 21:05:14 checkbashisms: commands[0]> .ci/check-bashisms.sh 21:05:14 script ./kubernetes/common/cassandra/resources/config/docker-entrypoint.sh appears to be a shell wrapper; only checking the first 14 lines 21:05:16 checkbashisms: OK (4.74=setup[1.32]+cmd[3.42] seconds) 21:05:16 congratulations :) (4.96 seconds) 21:05:16 + tox_status=0 21:05:16 + echo '---> Completed tox runs' 21:05:16 ---> Completed tox runs 21:05:16 + for i in .tox/*/log 21:05:16 ++ echo .tox/checkbashisms/log 21:05:16 ++ awk -F/ '{print $2}' 21:05:16 + tox_env=checkbashisms 21:05:16 + cp -r .tox/checkbashisms/log /w/workspace/oom-master-checkbashisms-lint/archives/tox/checkbashisms 21:05:16 + DOC_DIR=docs/_build/html 21:05:16 + [[ -d docs/_build/html ]] 21:05:16 + echo '---> tox-run.sh ends' 21:05:16 ---> tox-run.sh ends 21:05:16 + test 0 -eq 0 21:05:16 $ ssh-agent -k 21:05:16 unset SSH_AUTH_SOCK; 21:05:16 unset SSH_AGENT_PID; 21:05:16 echo Agent pid 1629 killed; 21:05:16 [ssh-agent] Stopped. 21:05:16 [PostBuildScript] - [INFO] Executing post build scripts. 21:05:16 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins3241177221329669342.sh 21:05:16 ---> sysstat.sh 21:05:16 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins5575239301617573089.sh 21:05:16 ---> package-listing.sh 21:05:16 ++ facter osfamily 21:05:16 ++ tr '[:upper:]' '[:lower:]' 21:05:17 + OS_FAMILY=debian 21:05:17 + workspace=/w/workspace/oom-master-checkbashisms-lint 21:05:17 + START_PACKAGES=/tmp/packages_start.txt 21:05:17 + END_PACKAGES=/tmp/packages_end.txt 21:05:17 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:05:17 + PACKAGES=/tmp/packages_start.txt 21:05:17 + '[' /w/workspace/oom-master-checkbashisms-lint ']' 21:05:17 + PACKAGES=/tmp/packages_end.txt 21:05:17 + case "${OS_FAMILY}" in 21:05:17 + dpkg -l 21:05:17 + grep '^ii' 21:05:17 + '[' -f /tmp/packages_start.txt ']' 21:05:17 + '[' -f /tmp/packages_end.txt ']' 21:05:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:05:17 + '[' /w/workspace/oom-master-checkbashisms-lint ']' 21:05:17 + mkdir -p /w/workspace/oom-master-checkbashisms-lint/archives/ 21:05:17 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-checkbashisms-lint/archives/ 21:05:17 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins16414319747681618866.sh 21:05:17 ---> capture-instance-metadata.sh 21:05:17 Setup pyenv: 21:05:17 system 21:05:17 3.8.13 21:05:17 3.9.13 21:05:17 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 21:05:21 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-A01E 21:05:21 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 21:05:24 lf-activate-venv(): INFO: Installing: lftools 21:05:46 lf-activate-venv(): INFO: Adding /tmp/venv-A01E/bin to PATH 21:05:46 INFO: Running in OpenStack, capturing instance metadata 21:05:47 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins8744806678675155618.sh 21:05:47 provisioning config files... 21:05:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-checkbashisms-lint@tmp/config4725940268841155682tmp 21:05:47 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 21:05:47 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 21:05:47 [EnvInject] - Injecting environment variables from a build step. 21:05:47 [EnvInject] - Injecting as environment variables the properties content 21:05:47 SERVER_ID=logs 21:05:47 21:05:47 [EnvInject] - Variables injected successfully. 21:05:47 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins3951486887733786836.sh 21:05:47 ---> create-netrc.sh 21:05:47 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins13887684255981303067.sh 21:05:47 ---> python-tools-install.sh 21:05:47 Setup pyenv: 21:05:47 system 21:05:47 3.8.13 21:05:47 3.9.13 21:05:47 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 21:05:47 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-A01E from file:/tmp/.os_lf_venv 21:05:49 lf-activate-venv(): INFO: Installing: lftools 21:05:58 lf-activate-venv(): INFO: Adding /tmp/venv-A01E/bin to PATH 21:05:59 Generating Requirements File 21:06:17 Python 3.10.6 21:06:17 pip 25.1.1 from /tmp/venv-A01E/lib/python3.10/site-packages/pip (python 3.10) 21:06:18 appdirs==1.4.4 21:06:18 argcomplete==3.6.2 21:06:18 aspy.yaml==1.3.0 21:06:18 attrs==25.3.0 21:06:18 autopage==0.5.2 21:06:18 beautifulsoup4==4.13.4 21:06:18 boto3==1.38.45 21:06:18 botocore==1.38.45 21:06:18 bs4==0.0.2 21:06:18 cachetools==5.5.2 21:06:18 certifi==2025.6.15 21:06:18 cffi==1.17.1 21:06:18 cfgv==3.4.0 21:06:18 chardet==5.2.0 21:06:18 charset-normalizer==3.4.2 21:06:18 click==8.2.1 21:06:18 cliff==4.10.0 21:06:18 cmd2==2.6.2 21:06:18 cryptography==3.3.2 21:06:18 debtcollector==3.0.0 21:06:18 decorator==5.2.1 21:06:18 defusedxml==0.7.1 21:06:18 Deprecated==1.2.18 21:06:18 distlib==0.3.9 21:06:18 dnspython==2.7.0 21:06:18 docker==7.1.0 21:06:18 dogpile.cache==1.4.0 21:06:18 durationpy==0.10 21:06:18 email_validator==2.2.0 21:06:18 filelock==3.18.0 21:06:18 future==1.0.0 21:06:18 gitdb==4.0.12 21:06:18 GitPython==3.1.44 21:06:18 google-auth==2.40.3 21:06:18 httplib2==0.22.0 21:06:18 identify==2.6.12 21:06:18 idna==3.10 21:06:18 importlib-resources==1.5.0 21:06:18 iso8601==2.1.0 21:06:18 Jinja2==3.1.6 21:06:18 jmespath==1.0.1 21:06:18 jsonpatch==1.33 21:06:18 jsonpointer==3.0.0 21:06:18 jsonschema==4.24.0 21:06:18 jsonschema-specifications==2025.4.1 21:06:18 keystoneauth1==5.11.1 21:06:18 kubernetes==33.1.0 21:06:18 lftools==0.37.13 21:06:18 lxml==6.0.0 21:06:18 MarkupSafe==3.0.2 21:06:18 msgpack==1.1.1 21:06:18 multi_key_dict==2.0.3 21:06:18 munch==4.0.0 21:06:18 netaddr==1.3.0 21:06:18 niet==1.4.2 21:06:18 nodeenv==1.9.1 21:06:18 oauth2client==4.1.3 21:06:18 oauthlib==3.3.1 21:06:18 openstacksdk==4.6.0 21:06:18 os-client-config==2.1.0 21:06:18 os-service-types==1.7.0 21:06:18 osc-lib==4.0.2 21:06:18 oslo.config==9.8.0 21:06:18 oslo.context==6.0.0 21:06:18 oslo.i18n==6.5.1 21:06:18 oslo.log==7.1.0 21:06:18 oslo.serialization==5.7.0 21:06:18 oslo.utils==9.0.0 21:06:18 packaging==25.0 21:06:18 pbr==6.1.1 21:06:18 platformdirs==4.3.8 21:06:18 prettytable==3.16.0 21:06:18 psutil==7.0.0 21:06:18 pyasn1==0.6.1 21:06:18 pyasn1_modules==0.4.2 21:06:18 pycparser==2.22 21:06:18 pygerrit2==2.0.15 21:06:18 PyGithub==2.6.1 21:06:18 PyJWT==2.10.1 21:06:18 PyNaCl==1.5.0 21:06:18 pyparsing==2.4.7 21:06:18 pyperclip==1.9.0 21:06:18 pyrsistent==0.20.0 21:06:18 python-cinderclient==9.7.0 21:06:18 python-dateutil==2.9.0.post0 21:06:18 python-heatclient==4.2.0 21:06:18 python-jenkins==1.8.2 21:06:18 python-keystoneclient==5.6.0 21:06:18 python-magnumclient==4.8.1 21:06:18 python-openstackclient==8.1.0 21:06:18 python-swiftclient==4.8.0 21:06:18 PyYAML==6.0.2 21:06:18 referencing==0.36.2 21:06:18 requests==2.32.4 21:06:18 requests-oauthlib==2.0.0 21:06:18 requestsexceptions==1.4.0 21:06:18 rfc3986==2.0.0 21:06:18 rpds-py==0.25.1 21:06:18 rsa==4.9.1 21:06:18 ruamel.yaml==0.18.14 21:06:18 ruamel.yaml.clib==0.2.12 21:06:18 s3transfer==0.13.0 21:06:18 simplejson==3.20.1 21:06:18 six==1.17.0 21:06:18 smmap==5.0.2 21:06:18 soupsieve==2.7 21:06:18 stevedore==5.4.1 21:06:18 tabulate==0.9.0 21:06:18 toml==0.10.2 21:06:18 tomlkit==0.13.3 21:06:18 tqdm==4.67.1 21:06:18 typing_extensions==4.14.0 21:06:18 tzdata==2025.2 21:06:18 urllib3==1.26.20 21:06:18 virtualenv==20.31.2 21:06:18 wcwidth==0.2.13 21:06:18 websocket-client==1.8.0 21:06:18 wrapt==1.17.2 21:06:18 xdg==6.0.0 21:06:18 xmltodict==0.14.2 21:06:18 yq==3.4.3 21:06:19 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins17108228861069985239.sh 21:06:19 ---> sudo-logs.sh 21:06:19 Archiving 'sudo' log.. 21:06:19 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins4298264295166457837.sh 21:06:19 ---> job-cost.sh 21:06:19 Setup pyenv: 21:06:19 system 21:06:19 3.8.13 21:06:19 3.9.13 21:06:19 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 21:06:19 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-A01E from file:/tmp/.os_lf_venv 21:06:21 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 21:06:27 lf-activate-venv(): INFO: Adding /tmp/venv-A01E/bin to PATH 21:06:27 INFO: No Stack... 21:06:28 INFO: Retrieving Pricing Info for: v3-standard-4 21:06:28 INFO: Archiving Costs 21:06:28 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins17954489631560213303.sh 21:06:28 ---> logs-deploy.sh 21:06:28 Setup pyenv: 21:06:28 system 21:06:28 3.8.13 21:06:28 3.9.13 21:06:28 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 21:06:28 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-A01E from file:/tmp/.os_lf_venv 21:06:30 lf-activate-venv(): INFO: Installing: lftools 21:06:38 lf-activate-venv(): INFO: Adding /tmp/venv-A01E/bin to PATH 21:06:38 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-checkbashisms-lint/4157 21:06:38 INFO: archiving workspace using pattern(s): 21:06:39 Archives upload complete. 21:06:39 INFO: archiving logs to Nexus 21:06:40 ---> uname -a: 21:06:40 Linux prd-ubuntu1804-builder-4c-4g-24019 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 21:06:40 21:06:40 21:06:40 ---> lscpu: 21:06:40 Architecture: x86_64 21:06:40 CPU op-mode(s): 32-bit, 64-bit 21:06:40 Byte Order: Little Endian 21:06:40 CPU(s): 4 21:06:40 On-line CPU(s) list: 0-3 21:06:40 Thread(s) per core: 1 21:06:40 Core(s) per socket: 1 21:06:40 Socket(s): 4 21:06:40 NUMA node(s): 1 21:06:40 Vendor ID: AuthenticAMD 21:06:40 CPU family: 23 21:06:40 Model: 49 21:06:40 Model name: AMD EPYC-Rome Processor 21:06:40 Stepping: 0 21:06:40 CPU MHz: 2800.000 21:06:40 BogoMIPS: 5600.00 21:06:40 Virtualization: AMD-V 21:06:40 Hypervisor vendor: KVM 21:06:40 Virtualization type: full 21:06:40 L1d cache: 32K 21:06:40 L1i cache: 32K 21:06:40 L2 cache: 512K 21:06:40 L3 cache: 16384K 21:06:40 NUMA node0 CPU(s): 0-3 21:06:40 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl xtopology cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr arat npt nrip_save umip rdpid arch_capabilities 21:06:40 21:06:40 21:06:40 ---> nproc: 21:06:40 4 21:06:40 21:06:40 21:06:40 ---> df -h: 21:06:40 Filesystem Size Used Avail Use% Mounted on 21:06:40 udev 7.9G 0 7.9G 0% /dev 21:06:40 tmpfs 1.6G 672K 1.6G 1% /run 21:06:40 /dev/vda1 78G 8.3G 70G 11% / 21:06:40 tmpfs 7.9G 0 7.9G 0% /dev/shm 21:06:40 tmpfs 5.0M 0 5.0M 0% /run/lock 21:06:40 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 21:06:40 /dev/vda15 105M 4.4M 100M 5% /boot/efi 21:06:40 tmpfs 1.6G 0 1.6G 0% /run/user/1001 21:06:40 21:06:40 21:06:40 ---> free -m: 21:06:40 total used free shared buff/cache available 21:06:40 Mem: 16040 550 13440 0 2048 15176 21:06:40 Swap: 1023 0 1023 21:06:40 21:06:40 21:06:40 ---> ip addr: 21:06:40 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 21:06:40 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:06:40 inet 127.0.0.1/8 scope host lo 21:06:40 valid_lft forever preferred_lft forever 21:06:40 inet6 ::1/128 scope host 21:06:40 valid_lft forever preferred_lft forever 21:06:40 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 21:06:40 link/ether fa:16:3e:04:24:0c brd ff:ff:ff:ff:ff:ff 21:06:40 inet 10.30.106.34/23 brd 10.30.107.255 scope global dynamic ens3 21:06:40 valid_lft 86270sec preferred_lft 86270sec 21:06:40 inet6 fe80::f816:3eff:fe04:240c/64 scope link 21:06:40 valid_lft forever preferred_lft forever 21:06:40 21:06:40 21:06:40 ---> sar -b -r -n DEV: 21:06:40 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-24019) 06/26/25 _x86_64_ (4 CPU) 21:06:40 21:06:40 21:04:33 LINUX RESTART (4 CPU) 21:06:40 21:06:40 21:05:01 tps rtps wtps bread/s bwrtn/s 21:06:40 21:06:00 106.87 9.07 97.80 244.49 35174.54 21:06:40 Average: 106.87 9.07 97.80 244.49 35174.54 21:06:40 21:06:40 21:05:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:06:40 21:06:00 13914380 15577256 2510580 15.29 69360 1788276 747120 4.28 672840 1610888 146296 21:06:40 Average: 13914380 15577256 2510580 15.29 69360 1788276 747120 4.28 672840 1610888 146296 21:06:40 21:06:40 21:05:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:06:40 21:06:00 lo 1.53 1.53 0.18 0.18 0.00 0.00 0.00 0.00 21:06:40 21:06:00 ens3 208.88 144.11 889.97 21.75 0.00 0.00 0.00 0.00 21:06:40 Average: lo 1.53 1.53 0.18 0.18 0.00 0.00 0.00 0.00 21:06:40 Average: ens3 208.88 144.11 889.97 21.75 0.00 0.00 0.00 0.00 21:06:40 21:06:40 21:06:40 ---> sar -P ALL: 21:06:40 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-24019) 06/26/25 _x86_64_ (4 CPU) 21:06:40 21:06:40 21:04:33 LINUX RESTART (4 CPU) 21:06:40 21:06:40 21:05:01 CPU %user %nice %system %iowait %steal %idle 21:06:40 21:06:00 all 21.20 0.00 1.53 1.81 0.05 75.41 21:06:40 21:06:00 0 17.33 0.00 1.42 0.63 0.05 80.56 21:06:40 21:06:00 1 27.06 0.00 1.28 0.10 0.07 71.48 21:06:40 21:06:00 2 8.46 0.00 0.95 5.98 0.07 84.54 21:06:40 21:06:00 3 31.85 0.00 2.48 0.55 0.05 65.06 21:06:40 Average: all 21.20 0.00 1.53 1.81 0.05 75.41 21:06:40 Average: 0 17.33 0.00 1.42 0.63 0.05 80.56 21:06:40 Average: 1 27.06 0.00 1.28 0.10 0.07 71.48 21:06:40 Average: 2 8.46 0.00 0.95 5.98 0.07 84.54 21:06:40 Average: 3 31.85 0.00 2.48 0.55 0.05 65.06 21:06:40 21:06:40 21:06:40