07:32:07 Triggered by Gerrit: https://gerrit.onap.org/r/c/oom/+/141100 07:32:07 Running as SYSTEM 07:32:07 [EnvInject] - Loading node environment variables. 07:32:07 Building remotely on prd-ubuntu1804-builder-4c-4g-20188 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/oom-master-checkbashisms-lint 07:32:08 [ssh-agent] Looking for ssh-agent implementation... 07:32:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:32:08 $ ssh-agent 07:32:08 SSH_AUTH_SOCK=/tmp/ssh-uaFHuXpnc18f/agent.1685 07:32:08 SSH_AGENT_PID=1687 07:32:08 [ssh-agent] Started. 07:32:08 Running ssh-add (command line suppressed) 07:32:08 Identity added: /w/workspace/oom-master-checkbashisms-lint@tmp/private_key_6663713547083841180.key (/w/workspace/oom-master-checkbashisms-lint@tmp/private_key_6663713547083841180.key) 07:32:08 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 07:32:08 The recommended git tool is: NONE 07:32:10 using credential onap-jenkins-ssh 07:32:10 Wiping out workspace first. 07:32:10 Cloning the remote Git repository 07:32:10 Cloning repository git://cloud.onap.org/mirror/oom.git 07:32:10 > git init /w/workspace/oom-master-checkbashisms-lint # timeout=10 07:32:10 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 07:32:10 > git --version # timeout=10 07:32:10 > git --version # 'git version 2.17.1' 07:32:10 using GIT_SSH to set credentials Gerrit user 07:32:10 Verifying host key using manually-configured host key entries 07:32:10 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git +refs/heads/*:refs/remotes/origin/* # timeout=30 07:32:15 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 07:32:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:32:16 > git config remote.origin.url git://cloud.onap.org/mirror/oom.git # timeout=10 07:32:16 Fetching upstream changes from git://cloud.onap.org/mirror/oom.git 07:32:16 using GIT_SSH to set credentials Gerrit user 07:32:16 Verifying host key using manually-configured host key entries 07:32:16 > git fetch --tags --progress -- git://cloud.onap.org/mirror/oom.git refs/changes/00/141100/7 # timeout=30 07:32:16 > git rev-parse 99915e9a29357540d428223d37d2132884f0d384^{commit} # timeout=10 07:32:16 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 07:32:16 Checking out Revision 99915e9a29357540d428223d37d2132884f0d384 (refs/changes/00/141100/7) 07:32:16 > git config core.sparsecheckout # timeout=10 07:32:16 > git checkout -f 99915e9a29357540d428223d37d2132884f0d384 # timeout=30 07:32:16 Commit message: "[DOC] Add ArgoCD deployment example and guide" 07:32:16 > git rev-parse FETCH_HEAD^{commit} # timeout=10 07:32:16 > git rev-list --no-walk d5cb3e4fb50a3d6d2b3e92c33510f0a1dcf8257d # timeout=10 07:32:20 [EnvInject] - Injecting environment variables from a build step. 07:32:20 [EnvInject] - Injecting as environment variables the properties content 07:32:20 PYTHON=python3 07:32:20 07:32:20 [EnvInject] - Variables injected successfully. 07:32:20 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins794092113816671409.sh 07:32:20 ---> tox-install.sh 07:32:20 + source /home/jenkins/lf-env.sh 07:32:20 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 07:32:20 ++ mktemp -d /tmp/venv-XXXX 07:32:20 + lf_venv=/tmp/venv-fUny 07:32:20 + local venv_file=/tmp/.os_lf_venv 07:32:20 + local python=python3 07:32:20 + local options 07:32:20 + local set_path=true 07:32:20 + local install_args= 07:32:20 ++ 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 07:32:20 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 07:32:20 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 07:32:20 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 07:32:20 + true 07:32:20 + case $1 in 07:32:20 + venv_file=/tmp/.toxenv 07:32:20 + shift 2 07:32:20 + true 07:32:20 + case $1 in 07:32:20 + shift 07:32:20 + break 07:32:20 + case $python in 07:32:20 + local pkg_list= 07:32:20 + [[ -d /opt/pyenv ]] 07:32:20 + echo 'Setup pyenv:' 07:32:20 Setup pyenv: 07:32:20 + export PYENV_ROOT=/opt/pyenv 07:32:20 + PYENV_ROOT=/opt/pyenv 07:32:20 + 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 07:32:20 + 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 07:32:20 + pyenv versions 07:32:20 * system (set by /opt/pyenv/version) 07:32:20 * 3.8.13 (set by /opt/pyenv/version) 07:32:20 * 3.9.13 (set by /opt/pyenv/version) 07:32:20 * 3.10.6 (set by /opt/pyenv/version) 07:32:20 + command -v pyenv 07:32:20 ++ pyenv init - --no-rehash 07:32:20 + 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[*]}"'\'')" 07:32:20 export PATH="/opt/pyenv/shims:${PATH}" 07:32:20 export PYENV_SHELL=bash 07:32:20 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 07:32:20 pyenv() { 07:32:20 local command 07:32:20 command="${1:-}" 07:32:20 if [ "$#" -gt 0 ]; then 07:32:20 shift 07:32:20 fi 07:32:20 07:32:20 case "$command" in 07:32:20 rehash|shell) 07:32:20 eval "$(pyenv "sh-$command" "$@")" 07:32:20 ;; 07:32:20 *) 07:32:20 command pyenv "$command" "$@" 07:32:20 ;; 07:32:20 esac 07:32:20 }' 07:32:20 +++ 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[*]}"' 07:32:20 ++ 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 07:32:20 ++ 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 07:32:20 ++ 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 07:32:20 ++ export PYENV_SHELL=bash 07:32:20 ++ PYENV_SHELL=bash 07:32:20 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 07:32:20 +++ complete -F _pyenv pyenv 07:32:20 ++ lf-pyver python3 07:32:20 ++ local py_version_xy=python3 07:32:20 ++ local py_version_xyz= 07:32:20 ++ pyenv versions 07:32:20 ++ local command 07:32:20 ++ command=versions 07:32:20 ++ '[' 1 -gt 0 ']' 07:32:20 ++ shift 07:32:20 ++ case "$command" in 07:32:20 ++ command pyenv versions 07:32:20 ++ pyenv versions 07:32:20 ++ sed 's/^[ *]* //' 07:32:20 ++ awk '{ print $1 }' 07:32:20 ++ grep -E '^[0-9.]*[0-9]$' 07:32:20 ++ [[ ! -s /tmp/.pyenv_versions ]] 07:32:20 +++ grep '^3' /tmp/.pyenv_versions 07:32:20 +++ tail -n 1 07:32:20 +++ sort -V 07:32:20 ++ py_version_xyz=3.10.6 07:32:20 ++ [[ -z 3.10.6 ]] 07:32:20 ++ echo 3.10.6 07:32:20 ++ return 0 07:32:20 + pyenv local 3.10.6 07:32:20 + local command 07:32:20 + command=local 07:32:20 + '[' 2 -gt 0 ']' 07:32:20 + shift 07:32:20 + case "$command" in 07:32:20 + command pyenv local 3.10.6 07:32:20 + pyenv local 3.10.6 07:32:20 + for arg in "$@" 07:32:20 + case $arg in 07:32:20 + pkg_list+='tox ' 07:32:20 + for arg in "$@" 07:32:20 + case $arg in 07:32:20 + pkg_list+='virtualenv ' 07:32:20 + for arg in "$@" 07:32:20 + case $arg in 07:32:20 + pkg_list+='urllib3~=1.26.15 ' 07:32:20 + [[ -f /tmp/.toxenv ]] 07:32:20 + [[ ! -f /tmp/.toxenv ]] 07:32:20 + [[ -n '' ]] 07:32:20 + python3 -m venv /tmp/venv-fUny 07:32:24 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-fUny' 07:32:24 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-fUny 07:32:24 + echo /tmp/venv-fUny 07:32:24 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' 07:32:24 lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv 07:32:24 + /tmp/venv-fUny/bin/python3 -m pip install --upgrade --quiet pip 'setuptools<66' virtualenv 07:32:28 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 07:32:28 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 07:32:28 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 07:32:28 + /tmp/venv-fUny/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 07:32:30 + type python3 07:32:30 + true 07:32:30 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-fUny/bin to PATH' 07:32:30 lf-activate-venv(): INFO: Adding /tmp/venv-fUny/bin to PATH 07:32:30 + PATH=/tmp/venv-fUny/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 07:32:30 + return 0 07:32:30 + python3 --version 07:32:30 Python 3.10.6 07:32:30 + python3 -m pip --version 07:32:30 pip 25.1.1 from /tmp/venv-fUny/lib/python3.10/site-packages/pip (python 3.10) 07:32:30 + python3 -m pip freeze 07:32:31 cachetools==6.0.0 07:32:31 chardet==5.2.0 07:32:31 colorama==0.4.6 07:32:31 distlib==0.3.9 07:32:31 filelock==3.18.0 07:32:31 packaging==25.0 07:32:31 platformdirs==4.3.8 07:32:31 pluggy==1.6.0 07:32:31 pyproject-api==1.9.1 07:32:31 tomli==2.2.1 07:32:31 tox==4.26.0 07:32:31 typing_extensions==4.14.0 07:32:31 urllib3==1.26.20 07:32:31 virtualenv==20.31.2 07:32:31 [EnvInject] - Injecting environment variables from a build step. 07:32:31 [EnvInject] - Injecting as environment variables the properties content 07:32:31 PARALLEL=false 07:32:31 07:32:31 [EnvInject] - Variables injected successfully. 07:32:31 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins11873895244973551805.sh 07:32:31 ---> tox-run.sh 07:32:31 + 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 07:32:31 + ARCHIVE_TOX_DIR=/w/workspace/oom-master-checkbashisms-lint/archives/tox 07:32:31 + ARCHIVE_DOC_DIR=/w/workspace/oom-master-checkbashisms-lint/archives/docs 07:32:31 + mkdir -p /w/workspace/oom-master-checkbashisms-lint/archives/tox 07:32:31 + cd /w/workspace/oom-master-checkbashisms-lint/. 07:32:31 + source /home/jenkins/lf-env.sh 07:32:31 + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 07:32:31 ++ mktemp -d /tmp/venv-XXXX 07:32:31 + lf_venv=/tmp/venv-HQ3g 07:32:31 + local venv_file=/tmp/.os_lf_venv 07:32:31 + local python=python3 07:32:31 + local options 07:32:31 + local set_path=true 07:32:31 + local install_args= 07:32:31 ++ 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 07:32:31 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 07:32:31 + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' 07:32:31 ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 07:32:31 + true 07:32:31 + case $1 in 07:32:31 + venv_file=/tmp/.toxenv 07:32:31 + shift 2 07:32:31 + true 07:32:31 + case $1 in 07:32:31 + shift 07:32:31 + break 07:32:31 + case $python in 07:32:31 + local pkg_list= 07:32:31 + [[ -d /opt/pyenv ]] 07:32:31 + echo 'Setup pyenv:' 07:32:31 Setup pyenv: 07:32:31 + export PYENV_ROOT=/opt/pyenv 07:32:31 + PYENV_ROOT=/opt/pyenv 07:32:31 + 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 07:32:31 + 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 07:32:31 + pyenv versions 07:32:31 system 07:32:31 3.8.13 07:32:31 3.9.13 07:32:31 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 07:32:31 + command -v pyenv 07:32:31 ++ pyenv init - --no-rehash 07:32:31 + 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[*]}"'\'')" 07:32:31 export PATH="/opt/pyenv/shims:${PATH}" 07:32:31 export PYENV_SHELL=bash 07:32:31 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 07:32:31 pyenv() { 07:32:31 local command 07:32:31 command="${1:-}" 07:32:31 if [ "$#" -gt 0 ]; then 07:32:31 shift 07:32:31 fi 07:32:31 07:32:31 case "$command" in 07:32:31 rehash|shell) 07:32:31 eval "$(pyenv "sh-$command" "$@")" 07:32:31 ;; 07:32:31 *) 07:32:31 command pyenv "$command" "$@" 07:32:31 ;; 07:32:31 esac 07:32:31 }' 07:32:31 +++ 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[*]}"' 07:32:31 ++ 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 07:32:31 ++ 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 07:32:31 ++ 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 07:32:31 ++ export PYENV_SHELL=bash 07:32:31 ++ PYENV_SHELL=bash 07:32:31 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 07:32:31 +++ complete -F _pyenv pyenv 07:32:31 ++ lf-pyver python3 07:32:31 ++ local py_version_xy=python3 07:32:31 ++ local py_version_xyz= 07:32:31 ++ pyenv versions 07:32:31 ++ local command 07:32:31 ++ command=versions 07:32:31 ++ '[' 1 -gt 0 ']' 07:32:31 ++ shift 07:32:31 ++ case "$command" in 07:32:31 ++ command pyenv versions 07:32:31 ++ pyenv versions 07:32:31 ++ grep -E '^[0-9.]*[0-9]$' 07:32:31 ++ awk '{ print $1 }' 07:32:31 ++ sed 's/^[ *]* //' 07:32:31 ++ [[ ! -s /tmp/.pyenv_versions ]] 07:32:31 +++ grep '^3' /tmp/.pyenv_versions 07:32:31 +++ sort -V 07:32:31 +++ tail -n 1 07:32:31 ++ py_version_xyz=3.10.6 07:32:31 ++ [[ -z 3.10.6 ]] 07:32:31 ++ echo 3.10.6 07:32:31 ++ return 0 07:32:31 + pyenv local 3.10.6 07:32:31 + local command 07:32:31 + command=local 07:32:31 + '[' 2 -gt 0 ']' 07:32:31 + shift 07:32:31 + case "$command" in 07:32:31 + command pyenv local 3.10.6 07:32:31 + pyenv local 3.10.6 07:32:31 + for arg in "$@" 07:32:31 + case $arg in 07:32:31 + pkg_list+='tox ' 07:32:31 + for arg in "$@" 07:32:31 + case $arg in 07:32:31 + pkg_list+='virtualenv ' 07:32:31 + for arg in "$@" 07:32:31 + case $arg in 07:32:31 + pkg_list+='urllib3~=1.26.15 ' 07:32:31 + [[ -f /tmp/.toxenv ]] 07:32:31 ++ cat /tmp/.toxenv 07:32:31 + lf_venv=/tmp/venv-fUny 07:32:31 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-fUny from' file:/tmp/.toxenv 07:32:31 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-fUny from file:/tmp/.toxenv 07:32:31 + /tmp/venv-fUny/bin/python3 -m pip install --upgrade --quiet pip 'setuptools<66' virtualenv 07:32:32 + [[ -z tox virtualenv urllib3~=1.26.15 ]] 07:32:32 + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' 07:32:32 lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 07:32:32 + /tmp/venv-fUny/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 07:32:33 + type python3 07:32:33 + true 07:32:33 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-fUny/bin to PATH' 07:32:33 lf-activate-venv(): INFO: Adding /tmp/venv-fUny/bin to PATH 07:32:33 + PATH=/tmp/venv-fUny/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 07:32:33 + return 0 07:32:33 + [[ -d /opt/pyenv ]] 07:32:33 + echo '---> Setting up pyenv' 07:32:33 ---> Setting up pyenv 07:32:33 + export PYENV_ROOT=/opt/pyenv 07:32:33 + PYENV_ROOT=/opt/pyenv 07:32:33 + export PATH=/opt/pyenv/bin:/tmp/venv-fUny/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 07:32:33 + PATH=/opt/pyenv/bin:/tmp/venv-fUny/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 07:32:33 ++ pwd 07:32:33 + PYTHONPATH=/w/workspace/oom-master-checkbashisms-lint 07:32:33 + export PYTHONPATH 07:32:33 + export TOX_TESTENV_PASSENV=PYTHONPATH 07:32:33 + TOX_TESTENV_PASSENV=PYTHONPATH 07:32:33 + tox --version 07:32:33 4.26.0 from /tmp/venv-fUny/lib/python3.10/site-packages/tox/__init__.py 07:32:33 + PARALLEL=false 07:32:33 + TOX_OPTIONS_LIST= 07:32:33 + [[ -n checkbashisms ]] 07:32:33 + TOX_OPTIONS_LIST=' -e checkbashisms' 07:32:33 + case ${PARALLEL,,} in 07:32:33 + tox -e checkbashisms 07:32:33 + tee -a /w/workspace/oom-master-checkbashisms-lint/archives/tox/tox.log 07:32:35 checkbashisms: freeze> python -m pip freeze --all 07:32:35 checkbashisms: pip==25.1.1,setuptools==80.3.1 07:32:35 checkbashisms: commands[0]> .ci/check-bashisms.sh 07:32:36 script ./kubernetes/uui/components/uui-intent-analysis/resources/entrypoint/run.sh does not appear to have a #! interpreter line; 07:32:36 you may get strange results 07:32:36 script ./kubernetes/uui/components/uui-llm-adaptation/resources/entrypoint/run.sh does not appear to have a #! interpreter line; 07:32:36 you may get strange results 07:32:37 script ./kubernetes/common/cassandra/resources/config/docker-entrypoint.sh appears to be a shell wrapper; only checking the first 14 lines 07:32:39 checkbashisms: OK (5.05=setup[1.39]+cmd[3.66] seconds) 07:32:39 congratulations :) (5.27 seconds) 07:32:39 + tox_status=0 07:32:39 + echo '---> Completed tox runs' 07:32:39 ---> Completed tox runs 07:32:39 + for i in .tox/*/log 07:32:39 ++ echo .tox/checkbashisms/log 07:32:39 ++ awk -F/ '{print $2}' 07:32:39 + tox_env=checkbashisms 07:32:39 + cp -r .tox/checkbashisms/log /w/workspace/oom-master-checkbashisms-lint/archives/tox/checkbashisms 07:32:39 + DOC_DIR=docs/_build/html 07:32:39 + [[ -d docs/_build/html ]] 07:32:39 + echo '---> tox-run.sh ends' 07:32:39 ---> tox-run.sh ends 07:32:39 + test 0 -eq 0 07:32:39 $ ssh-agent -k 07:32:39 unset SSH_AUTH_SOCK; 07:32:39 unset SSH_AGENT_PID; 07:32:39 echo Agent pid 1687 killed; 07:32:39 [ssh-agent] Stopped. 07:32:39 [PostBuildScript] - [INFO] Executing post build scripts. 07:32:39 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins10229822178174694143.sh 07:32:39 ---> sysstat.sh 07:32:39 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins365468548864097522.sh 07:32:39 ---> package-listing.sh 07:32:39 ++ facter osfamily 07:32:39 ++ tr '[:upper:]' '[:lower:]' 07:32:40 + OS_FAMILY=debian 07:32:40 + workspace=/w/workspace/oom-master-checkbashisms-lint 07:32:40 + START_PACKAGES=/tmp/packages_start.txt 07:32:40 + END_PACKAGES=/tmp/packages_end.txt 07:32:40 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:32:40 + PACKAGES=/tmp/packages_start.txt 07:32:40 + '[' /w/workspace/oom-master-checkbashisms-lint ']' 07:32:40 + PACKAGES=/tmp/packages_end.txt 07:32:40 + case "${OS_FAMILY}" in 07:32:40 + dpkg -l 07:32:40 + grep '^ii' 07:32:40 + '[' -f /tmp/packages_start.txt ']' 07:32:40 + '[' -f /tmp/packages_end.txt ']' 07:32:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:32:40 + '[' /w/workspace/oom-master-checkbashisms-lint ']' 07:32:40 + mkdir -p /w/workspace/oom-master-checkbashisms-lint/archives/ 07:32:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oom-master-checkbashisms-lint/archives/ 07:32:40 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins2165445707398601118.sh 07:32:40 ---> capture-instance-metadata.sh 07:32:40 Setup pyenv: 07:32:40 system 07:32:40 3.8.13 07:32:40 3.9.13 07:32:40 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 07:32:44 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-gwar 07:32:44 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 07:32:48 lf-activate-venv(): INFO: Installing: lftools 07:33:10 lf-activate-venv(): INFO: Adding /tmp/venv-gwar/bin to PATH 07:33:10 INFO: Running in OpenStack, capturing instance metadata 07:33:11 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins2735447011259771823.sh 07:33:11 provisioning config files... 07:33:11 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oom-master-checkbashisms-lint@tmp/config8519726936807627161tmp 07:33:11 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 07:33:11 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 07:33:11 [EnvInject] - Injecting environment variables from a build step. 07:33:11 [EnvInject] - Injecting as environment variables the properties content 07:33:11 SERVER_ID=logs 07:33:11 07:33:11 [EnvInject] - Variables injected successfully. 07:33:11 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins14233172449487205823.sh 07:33:11 ---> create-netrc.sh 07:33:11 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins3031450738191840319.sh 07:33:11 ---> python-tools-install.sh 07:33:11 Setup pyenv: 07:33:11 system 07:33:11 3.8.13 07:33:11 3.9.13 07:33:11 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 07:33:11 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-gwar from file:/tmp/.os_lf_venv 07:33:13 lf-activate-venv(): INFO: Installing: lftools 07:33:25 lf-activate-venv(): INFO: Adding /tmp/venv-gwar/bin to PATH 07:33:25 Generating Requirements File 07:33:45 Python 3.10.6 07:33:46 pip 25.1.1 from /tmp/venv-gwar/lib/python3.10/site-packages/pip (python 3.10) 07:33:46 appdirs==1.4.4 07:33:46 argcomplete==3.6.2 07:33:46 aspy.yaml==1.3.0 07:33:46 attrs==25.3.0 07:33:46 autopage==0.5.2 07:33:46 beautifulsoup4==4.13.4 07:33:46 boto3==1.38.34 07:33:46 botocore==1.38.34 07:33:46 bs4==0.0.2 07:33:46 cachetools==5.5.2 07:33:46 certifi==2025.4.26 07:33:46 cffi==1.17.1 07:33:46 cfgv==3.4.0 07:33:46 chardet==5.2.0 07:33:46 charset-normalizer==3.4.2 07:33:46 click==8.2.1 07:33:46 cliff==4.10.0 07:33:46 cmd2==2.6.1 07:33:46 cryptography==3.3.2 07:33:46 debtcollector==3.0.0 07:33:46 decorator==5.2.1 07:33:46 defusedxml==0.7.1 07:33:46 Deprecated==1.2.18 07:33:46 distlib==0.3.9 07:33:46 dnspython==2.7.0 07:33:46 docker==7.1.0 07:33:46 dogpile.cache==1.4.0 07:33:46 durationpy==0.10 07:33:46 email_validator==2.2.0 07:33:46 filelock==3.18.0 07:33:46 future==1.0.0 07:33:46 gitdb==4.0.12 07:33:46 GitPython==3.1.44 07:33:46 google-auth==2.40.3 07:33:46 httplib2==0.22.0 07:33:46 identify==2.6.12 07:33:46 idna==3.10 07:33:46 importlib-resources==1.5.0 07:33:46 iso8601==2.1.0 07:33:46 Jinja2==3.1.6 07:33:46 jmespath==1.0.1 07:33:46 jsonpatch==1.33 07:33:46 jsonpointer==3.0.0 07:33:46 jsonschema==4.24.0 07:33:46 jsonschema-specifications==2025.4.1 07:33:46 keystoneauth1==5.11.0 07:33:46 kubernetes==33.1.0 07:33:46 lftools==0.37.13 07:33:46 lxml==5.4.0 07:33:46 MarkupSafe==3.0.2 07:33:46 msgpack==1.1.0 07:33:46 multi_key_dict==2.0.3 07:33:46 munch==4.0.0 07:33:46 netaddr==1.3.0 07:33:46 niet==1.4.2 07:33:46 nodeenv==1.9.1 07:33:46 oauth2client==4.1.3 07:33:46 oauthlib==3.2.2 07:33:46 openstacksdk==4.6.0 07:33:46 os-client-config==2.1.0 07:33:46 os-service-types==1.7.0 07:33:46 osc-lib==4.0.2 07:33:46 oslo.config==9.8.0 07:33:46 oslo.context==6.0.0 07:33:46 oslo.i18n==6.5.1 07:33:46 oslo.log==7.1.0 07:33:46 oslo.serialization==5.7.0 07:33:46 oslo.utils==9.0.0 07:33:46 packaging==25.0 07:33:46 pbr==6.1.1 07:33:46 platformdirs==4.3.8 07:33:46 prettytable==3.16.0 07:33:46 psutil==7.0.0 07:33:46 pyasn1==0.6.1 07:33:46 pyasn1_modules==0.4.2 07:33:46 pycparser==2.22 07:33:46 pygerrit2==2.0.15 07:33:46 PyGithub==2.6.1 07:33:46 PyJWT==2.10.1 07:33:46 PyNaCl==1.5.0 07:33:46 pyparsing==2.4.7 07:33:46 pyperclip==1.9.0 07:33:46 pyrsistent==0.20.0 07:33:46 python-cinderclient==9.7.0 07:33:46 python-dateutil==2.9.0.post0 07:33:46 python-heatclient==4.2.0 07:33:46 python-jenkins==1.8.2 07:33:46 python-keystoneclient==5.6.0 07:33:46 python-magnumclient==4.8.1 07:33:46 python-openstackclient==8.1.0 07:33:46 python-swiftclient==4.8.0 07:33:46 PyYAML==6.0.2 07:33:46 referencing==0.36.2 07:33:46 requests==2.32.4 07:33:46 requests-oauthlib==2.0.0 07:33:46 requestsexceptions==1.4.0 07:33:46 rfc3986==2.0.0 07:33:46 rpds-py==0.25.1 07:33:46 rsa==4.9.1 07:33:46 ruamel.yaml==0.18.14 07:33:46 ruamel.yaml.clib==0.2.12 07:33:46 s3transfer==0.13.0 07:33:46 simplejson==3.20.1 07:33:46 six==1.17.0 07:33:46 smmap==5.0.2 07:33:46 soupsieve==2.7 07:33:46 stevedore==5.4.1 07:33:46 tabulate==0.9.0 07:33:46 toml==0.10.2 07:33:46 tomlkit==0.13.3 07:33:46 tqdm==4.67.1 07:33:46 typing_extensions==4.14.0 07:33:46 tzdata==2025.2 07:33:46 urllib3==1.26.20 07:33:46 virtualenv==20.31.2 07:33:46 wcwidth==0.2.13 07:33:46 websocket-client==1.8.0 07:33:46 wrapt==1.17.2 07:33:46 xdg==6.0.0 07:33:46 xmltodict==0.14.2 07:33:46 yq==3.4.3 07:33:46 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins18374742450852912432.sh 07:33:46 ---> sudo-logs.sh 07:33:46 Archiving 'sudo' log.. 07:33:46 [oom-master-checkbashisms-lint] $ /bin/bash /tmp/jenkins8308512737526759445.sh 07:33:46 ---> job-cost.sh 07:33:46 Setup pyenv: 07:33:46 system 07:33:46 3.8.13 07:33:46 3.9.13 07:33:46 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 07:33:46 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-gwar from file:/tmp/.os_lf_venv 07:33:48 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 07:33:53 lf-activate-venv(): INFO: Adding /tmp/venv-gwar/bin to PATH 07:33:53 INFO: No Stack... 07:33:53 INFO: Retrieving Pricing Info for: v3-standard-4 07:33:54 INFO: Archiving Costs 07:33:54 [oom-master-checkbashisms-lint] $ /bin/bash -l /tmp/jenkins2745466249911686342.sh 07:33:54 ---> logs-deploy.sh 07:33:54 Setup pyenv: 07:33:54 system 07:33:54 3.8.13 07:33:54 3.9.13 07:33:54 * 3.10.6 (set by /w/workspace/oom-master-checkbashisms-lint/.python-version) 07:33:54 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-gwar from file:/tmp/.os_lf_venv 07:33:56 lf-activate-venv(): INFO: Installing: lftools 07:34:16 lf-activate-venv(): INFO: Adding /tmp/venv-gwar/bin to PATH 07:34:16 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/oom-master-checkbashisms-lint/4097 07:34:16 INFO: archiving workspace using pattern(s): 07:34:17 Archives upload complete. 07:34:17 INFO: archiving logs to Nexus 07:34:18 ---> uname -a: 07:34:18 Linux prd-ubuntu1804-builder-4c-4g-20188 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux 07:34:18 07:34:18 07:34:18 ---> lscpu: 07:34:18 Architecture: x86_64 07:34:18 CPU op-mode(s): 32-bit, 64-bit 07:34:18 Byte Order: Little Endian 07:34:18 CPU(s): 4 07:34:18 On-line CPU(s) list: 0-3 07:34:18 Thread(s) per core: 1 07:34:18 Core(s) per socket: 1 07:34:18 Socket(s): 4 07:34:18 NUMA node(s): 1 07:34:18 Vendor ID: AuthenticAMD 07:34:18 CPU family: 23 07:34:18 Model: 49 07:34:18 Model name: AMD EPYC-Rome Processor 07:34:18 Stepping: 0 07:34:18 CPU MHz: 2799.996 07:34:18 BogoMIPS: 5599.99 07:34:18 Virtualization: AMD-V 07:34:18 Hypervisor vendor: KVM 07:34:18 Virtualization type: full 07:34:18 L1d cache: 32K 07:34:18 L1i cache: 32K 07:34:18 L2 cache: 512K 07:34:18 L3 cache: 16384K 07:34:18 NUMA node0 CPU(s): 0-3 07:34:18 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 07:34:18 07:34:18 07:34:18 ---> nproc: 07:34:18 4 07:34:18 07:34:18 07:34:18 ---> df -h: 07:34:18 Filesystem Size Used Avail Use% Mounted on 07:34:18 udev 7.9G 0 7.9G 0% /dev 07:34:18 tmpfs 1.6G 672K 1.6G 1% /run 07:34:18 /dev/vda1 78G 8.3G 70G 11% / 07:34:18 tmpfs 7.9G 0 7.9G 0% /dev/shm 07:34:18 tmpfs 5.0M 0 5.0M 0% /run/lock 07:34:18 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 07:34:18 /dev/vda15 105M 4.4M 100M 5% /boot/efi 07:34:18 tmpfs 1.6G 0 1.6G 0% /run/user/1001 07:34:18 07:34:18 07:34:18 ---> free -m: 07:34:18 total used free shared buff/cache available 07:34:18 Mem: 16040 553 13443 0 2043 15174 07:34:18 Swap: 1023 0 1023 07:34:18 07:34:18 07:34:18 ---> ip addr: 07:34:18 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 07:34:18 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:34:18 inet 127.0.0.1/8 scope host lo 07:34:18 valid_lft forever preferred_lft forever 07:34:18 inet6 ::1/128 scope host 07:34:18 valid_lft forever preferred_lft forever 07:34:18 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 07:34:18 link/ether fa:16:3e:17:89:eb brd ff:ff:ff:ff:ff:ff 07:34:18 inet 10.30.106.112/23 brd 10.30.107.255 scope global dynamic ens3 07:34:18 valid_lft 86252sec preferred_lft 86252sec 07:34:18 inet6 fe80::f816:3eff:fe17:89eb/64 scope link 07:34:18 valid_lft forever preferred_lft forever 07:34:18 07:34:18 07:34:18 ---> sar -b -r -n DEV: 07:34:18 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-20188) 06/11/25 _x86_64_ (4 CPU) 07:34:18 07:34:18 07:31:52 LINUX RESTART (4 CPU) 07:34:18 07:34:18 07:32:01 tps rtps wtps bread/s bwrtn/s 07:34:18 07:33:01 376.72 58.96 317.76 3741.95 91203.07 07:34:18 07:34:01 92.13 1.10 91.03 126.51 10312.55 07:34:18 Average: 234.44 30.03 204.41 1934.38 50761.18 07:34:18 07:34:18 07:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:34:18 07:33:01 13959128 15501232 2465840 15.01 56020 1689556 812796 4.65 744488 1513960 108208 07:34:18 07:34:01 13749352 15519232 2675616 16.29 78232 1880896 793900 4.54 742008 1697752 107876 07:34:18 Average: 13854240 15510232 2570728 15.65 67126 1785226 803348 4.60 743248 1605856 108042 07:34:18 07:34:18 07:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:34:18 07:33:01 ens3 590.87 401.98 2187.49 91.73 0.00 0.00 0.00 0.00 07:34:18 07:33:01 lo 1.80 1.80 0.20 0.20 0.00 0.00 0.00 0.00 07:34:18 07:34:01 ens3 112.85 78.95 419.10 12.23 0.00 0.00 0.00 0.00 07:34:18 07:34:01 lo 1.27 1.27 0.14 0.14 0.00 0.00 0.00 0.00 07:34:18 Average: ens3 351.88 240.48 1303.37 51.98 0.00 0.00 0.00 0.00 07:34:18 Average: lo 1.53 1.53 0.17 0.17 0.00 0.00 0.00 0.00 07:34:18 07:34:18 07:34:18 ---> sar -P ALL: 07:34:18 Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-20188) 06/11/25 _x86_64_ (4 CPU) 07:34:18 07:34:18 07:31:52 LINUX RESTART (4 CPU) 07:34:18 07:34:18 07:32:01 CPU %user %nice %system %iowait %steal %idle 07:34:18 07:33:01 all 23.78 0.00 2.50 3.86 0.07 69.80 07:34:18 07:33:01 0 20.11 0.00 2.19 3.73 0.08 73.87 07:34:18 07:33:01 1 24.07 0.00 2.18 2.16 0.05 71.54 07:34:18 07:33:01 2 35.07 0.00 2.41 1.67 0.08 60.77 07:34:18 07:33:01 3 15.82 0.00 3.19 7.87 0.07 73.06 07:34:18 07:34:01 all 19.24 0.00 1.37 0.91 0.28 78.21 07:34:18 07:34:01 0 3.47 0.00 1.14 2.83 0.07 92.50 07:34:18 07:34:01 1 37.38 0.00 2.73 0.35 0.08 59.45 07:34:18 07:34:01 2 29.18 0.00 0.95 0.28 0.95 68.63 07:34:18 07:34:01 3 6.87 0.00 0.63 0.20 0.02 92.28 07:34:18 Average: all 21.50 0.00 1.93 2.38 0.17 74.01 07:34:18 Average: 0 11.79 0.00 1.67 3.28 0.08 83.19 07:34:18 Average: 1 30.74 0.00 2.46 1.25 0.07 65.48 07:34:18 Average: 2 32.12 0.00 1.68 0.98 0.52 64.70 07:34:18 Average: 3 11.33 0.00 1.91 4.02 0.04 82.70 07:34:18 07:34:18 07:34:18