Triggered by Gerrit: https://gerrit.onap.org/r/c/testsuite/python-testing-utils/+/143324 Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on prd-ubuntu1804-builder-4c-4g-17841 (ubuntu1804-builder-4c-4g) in workspace /w/workspace/testsuite-python-testing-utils-robotframework-onap-python-staging-master [ssh-agent] Looking for ssh-agent implementation... $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-kw8LyuBENFeD/agent.1655 SSH_AGENT_PID=1657 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /w/workspace/testsuite-python-testing-utils-robotframework-onap-python-staging-master@tmp/private_key_17110167881091888840.key (/w/workspace/testsuite-python-testing-utils-robotframework-onap-python-staging-master@tmp/private_key_17110167881091888840.key) [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) The recommended git tool is: NONE using credential onap-jenkins-ssh Wiping out workspace first. Cloning the remote Git repository Cloning repository git://cloud.onap.org/mirror/testsuite/python-testing-utils > git init /w/workspace/testsuite-python-testing-utils-robotframework-onap-python-staging-master # timeout=10 Fetching upstream changes from git://cloud.onap.org/mirror/testsuite/python-testing-utils > git --version # timeout=10 > git --version # 'git version 2.17.1' using GIT_SSH to set credentials Gerrit user Verifying host key using manually-configured host key entries > git fetch --tags --progress -- git://cloud.onap.org/mirror/testsuite/python-testing-utils +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://cloud.onap.org/mirror/testsuite/python-testing-utils # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://cloud.onap.org/mirror/testsuite/python-testing-utils # timeout=10 Fetching upstream changes from git://cloud.onap.org/mirror/testsuite/python-testing-utils using GIT_SSH to set credentials Gerrit user Verifying host key using manually-configured host key entries > git fetch --tags --progress -- git://cloud.onap.org/mirror/testsuite/python-testing-utils refs/changes/24/143324/2 # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision 2b2a7da28625ca8727aec843ad39fcde42d8f6de (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 2b2a7da28625ca8727aec843ad39fcde42d8f6de # timeout=10 Commit message: "Improve project setup" > git rev-list --no-walk 18da0e46f0999bb829932d7e3ebf44ae34eb2ac7 # timeout=10 provisioning config files... copy managed file [npmrc] to file:/home/jenkins/.npmrc copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf [EnvInject] - Injecting environment variables from a build step. [EnvInject] - Injecting as environment variables the properties content PYTHON=python3 [EnvInject] - Variables injected successfully. [testsuite-python-testing-utils-robotframework-onap-python-staging-master] $ /bin/bash -l /tmp/jenkins11125903074216672754.sh ---> tox-install.sh + source /home/jenkins/lf-env.sh + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 ++ mktemp -d /tmp/venv-XXXX + lf_venv=/tmp/venv-mn42 + local venv_file=/tmp/.os_lf_venv + local python=python3 + local options + local set_path=true + local install_args= ++ 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 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 + true + case $1 in + venv_file=/tmp/.toxenv + shift 2 + true + case $1 in + shift + break + case $python in + local pkg_list= + [[ -d /opt/pyenv ]] + echo 'Setup pyenv:' Setup pyenv: + export PYENV_ROOT=/opt/pyenv + PYENV_ROOT=/opt/pyenv + 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 + 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 + pyenv versions * system (set by /opt/pyenv/version) * 3.8.13 (set by /opt/pyenv/version) * 3.9.13 (set by /opt/pyenv/version) * 3.10.6 (set by /opt/pyenv/version) + command -v pyenv ++ pyenv init - --no-rehash + 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[*]}"'\'')" export PATH="/opt/pyenv/shims:${PATH}" export PYENV_SHELL=bash source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' pyenv() { local command command="${1:-}" if [ "$#" -gt 0 ]; then shift fi case "$command" in rehash|shell) eval "$(pyenv "sh-$command" "$@")" ;; *) command pyenv "$command" "$@" ;; esac }' +++ 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[*]}"' ++ 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 ++ 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 ++ 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 ++ export PYENV_SHELL=bash ++ PYENV_SHELL=bash ++ source /opt/pyenv/libexec/../completions/pyenv.bash +++ complete -F _pyenv pyenv ++ lf-pyver python3 ++ local py_version_xy=python3 ++ local py_version_xyz= ++ pyenv versions ++ local command ++ command=versions ++ '[' 1 -gt 0 ']' ++ shift ++ case "$command" in ++ command pyenv versions ++ pyenv versions ++ awk '{ print $1 }' ++ sed 's/^[ *]* //' ++ grep -E '^[0-9.]*[0-9]$' ++ [[ ! -s /tmp/.pyenv_versions ]] +++ grep '^3' /tmp/.pyenv_versions +++ sort -V +++ tail -n 1 ++ py_version_xyz=3.10.6 ++ [[ -z 3.10.6 ]] ++ echo 3.10.6 ++ return 0 + pyenv local 3.10.6 + local command + command=local + '[' 2 -gt 0 ']' + shift + case "$command" in + command pyenv local 3.10.6 + pyenv local 3.10.6 + for arg in "$@" + case $arg in + pkg_list+='tox ' + for arg in "$@" + case $arg in + pkg_list+='virtualenv ' + for arg in "$@" + case $arg in + pkg_list+='urllib3~=1.26.15 ' + [[ -f /tmp/.toxenv ]] + [[ ! -f /tmp/.toxenv ]] + [[ -n '' ]] + python3 -m venv /tmp/venv-mn42 + echo 'lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-mn42' lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-mn42 + echo /tmp/venv-mn42 + echo 'lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv' lf-activate-venv(): INFO: Save venv in file: /tmp/.toxenv + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) + local 'pip_opts=--upgrade --quiet' + pip_opts='--upgrade --quiet --trusted-host pypi.org' + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' + [[ -n '' ]] + [[ -n '' ]] + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' lf-activate-venv(): INFO: Attempting to install with network-safe options... + /tmp/venv-mn42/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org pip 'setuptools<66' virtualenv + echo 'lf-activate-venv(): INFO: Base packages installed successfully' lf-activate-venv(): INFO: Base packages installed successfully + [[ -z tox virtualenv urllib3~=1.26.15 ]] + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 + /tmp/venv-mn42/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 + type python3 + true + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-mn42/bin to PATH' lf-activate-venv(): INFO: Adding /tmp/venv-mn42/bin to PATH + PATH=/tmp/venv-mn42/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 + return 0 + python3 --version Python 3.10.6 + python3 -m pip --version pip 26.0.1 from /tmp/venv-mn42/lib/python3.10/site-packages/pip (python 3.10) + python3 -m pip freeze cachetools==7.0.1 chardet==5.2.0 colorama==0.4.6 distlib==0.4.0 filelock==3.24.2 packaging==26.0 platformdirs==4.9.2 pluggy==1.6.0 pyproject-api==1.10.0 tomli==2.4.0 tox==4.36.1 typing_extensions==4.15.0 urllib3==1.26.20 virtualenv==20.37.0 [testsuite-python-testing-utils-robotframework-onap-python-staging-master] $ /bin/bash -l /tmp/jenkins7128783936035346939.sh ---> tox-run.sh + 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 + ARCHIVE_TOX_DIR=/w/workspace/testsuite-python-testing-utils-robotframework-onap-python-staging-master/archives/tox + ARCHIVE_DOC_DIR=/w/workspace/testsuite-python-testing-utils-robotframework-onap-python-staging-master/archives/docs + mkdir -p /w/workspace/testsuite-python-testing-utils-robotframework-onap-python-staging-master/archives/tox + cd /w/workspace/testsuite-python-testing-utils-robotframework-onap-python-staging-master/./robotframework-onap/ + source /home/jenkins/lf-env.sh + lf-activate-venv --venv-file /tmp/.toxenv tox virtualenv urllib3~=1.26.15 ++ mktemp -d /tmp/venv-XXXX + lf_venv=/tmp/venv-ODEO + local venv_file=/tmp/.os_lf_venv + local python=python3 + local options + local set_path=true + local install_args= ++ 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 + options=' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' + eval set -- ' --venv-file '\''/tmp/.toxenv'\'' -- '\''tox'\'' '\''virtualenv'\'' '\''urllib3~=1.26.15'\''' ++ set -- --venv-file /tmp/.toxenv -- tox virtualenv urllib3~=1.26.15 + true + case $1 in + venv_file=/tmp/.toxenv + shift 2 + true + case $1 in + shift + break + case $python in + local pkg_list= + [[ -d /opt/pyenv ]] + echo 'Setup pyenv:' Setup pyenv: + export PYENV_ROOT=/opt/pyenv + PYENV_ROOT=/opt/pyenv + 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 + 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 + pyenv versions system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/testsuite-python-testing-utils-robotframework-onap-python-staging-master/.python-version) + command -v pyenv ++ pyenv init - --no-rehash + 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[*]}"'\'')" export PATH="/opt/pyenv/shims:${PATH}" export PYENV_SHELL=bash source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' pyenv() { local command command="${1:-}" if [ "$#" -gt 0 ]; then shift fi case "$command" in rehash|shell) eval "$(pyenv "sh-$command" "$@")" ;; *) command pyenv "$command" "$@" ;; esac }' +++ 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[*]}"' ++ 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 ++ 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 ++ 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 ++ export PYENV_SHELL=bash ++ PYENV_SHELL=bash ++ source /opt/pyenv/libexec/../completions/pyenv.bash +++ complete -F _pyenv pyenv ++ lf-pyver python3 ++ local py_version_xy=python3 ++ local py_version_xyz= ++ pyenv versions ++ local command ++ command=versions ++ '[' 1 -gt 0 ']' ++ shift ++ case "$command" in ++ command pyenv versions ++ pyenv versions ++ sed 's/^[ *]* //' ++ grep -E '^[0-9.]*[0-9]$' ++ awk '{ print $1 }' ++ [[ ! -s /tmp/.pyenv_versions ]] +++ grep '^3' /tmp/.pyenv_versions +++ sort -V +++ tail -n 1 ++ py_version_xyz=3.10.6 ++ [[ -z 3.10.6 ]] ++ echo 3.10.6 ++ return 0 + pyenv local 3.10.6 + local command + command=local + '[' 2 -gt 0 ']' + shift + case "$command" in + command pyenv local 3.10.6 + pyenv local 3.10.6 + for arg in "$@" + case $arg in + pkg_list+='tox ' + for arg in "$@" + case $arg in + pkg_list+='virtualenv ' + for arg in "$@" + case $arg in + pkg_list+='urllib3~=1.26.15 ' + [[ -f /tmp/.toxenv ]] ++ cat /tmp/.toxenv + lf_venv=/tmp/venv-mn42 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-mn42 from' file:/tmp/.toxenv lf-activate-venv(): INFO: Reuse venv:/tmp/venv-mn42 from file:/tmp/.toxenv + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) + local 'pip_opts=--upgrade --quiet' + pip_opts='--upgrade --quiet --trusted-host pypi.org' + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' + [[ -n '' ]] + [[ -n '' ]] + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' lf-activate-venv(): INFO: Attempting to install with network-safe options... + /tmp/venv-mn42/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org pip 'setuptools<66' virtualenv + echo 'lf-activate-venv(): INFO: Base packages installed successfully' lf-activate-venv(): INFO: Base packages installed successfully + [[ -z tox virtualenv urllib3~=1.26.15 ]] + echo 'lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 ' lf-activate-venv(): INFO: Installing additional packages: tox virtualenv urllib3~=1.26.15 + /tmp/venv-mn42/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 + type python3 + true + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-mn42/bin to PATH' lf-activate-venv(): INFO: Adding /tmp/venv-mn42/bin to PATH + PATH=/tmp/venv-mn42/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 + return 0 + [[ -d /opt/pyenv ]] + echo '---> Setting up pyenv' ---> Setting up pyenv + export PYENV_ROOT=/opt/pyenv + PYENV_ROOT=/opt/pyenv + export PATH=/opt/pyenv/bin:/tmp/venv-mn42/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 + PATH=/opt/pyenv/bin:/tmp/venv-mn42/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 ++ pwd + PYTHONPATH=/w/workspace/testsuite-python-testing-utils-robotframework-onap-python-staging-master/robotframework-onap + export PYTHONPATH + export TOX_TESTENV_PASSENV=PYTHONPATH + TOX_TESTENV_PASSENV=PYTHONPATH + tox --version 4.36.1 from /tmp/venv-mn42/lib/python3.10/site-packages/tox/__init__.py + PARALLEL=true + TOX_OPTIONS_LIST= + [[ -n py3 ]] + TOX_OPTIONS_LIST=' -e py3' + case ${PARALLEL,,} in + TOX_OPTIONS_LIST=' -e py3 --parallel auto --parallel-live' + tox -e py3 --parallel auto --parallel-live + tee -a /w/workspace/testsuite-python-testing-utils-robotframework-onap-python-staging-master/archives/tox/tox.log py3: install_deps> pip install -r /w/workspace/testsuite-python-testing-utils-robotframework-onap-python-staging-master/robotframework-onap/requirements.txt -r /w/workspace/testsuite-python-testing-utils-robotframework-onap-python-staging-master/robotframework-onap/test-requirements.txt .pkg: install_requires> python -I -m pip install 'setuptools>=40.8.0' .pkg: _optional_hooks> python /tmp/venv-mn42/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ .pkg: get_requires_for_build_sdist> python /tmp/venv-mn42/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ .pkg: install_requires_for_build_sdist> python -I -m pip install 'pbr>=2.0.0' .pkg: get_requires_for_build_wheel> python /tmp/venv-mn42/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ .pkg: install_requires_for_build_wheel> python -I -m pip install 'pbr>=2.0.0' .pkg: freeze> python -m pip freeze --all .pkg: pbr==7.0.3,pip==26.0.1,setuptools==82.0.0 .pkg: prepare_metadata_for_build_wheel> python /tmp/venv-mn42/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ .pkg: build_sdist> python /tmp/venv-mn42/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ py3: install_package_deps> pip install deepdiff dnspython jinja2 jsonpath-rw kafka-python more-itertools paramiko pbr protobuf pyyaml requests 'robotframework-requests>=0.9.6' robotlibcore-temp urllib3 py3: install_package> pip install --force-reinstall --no-deps /w/workspace/testsuite-python-testing-utils-robotframework-onap-python-staging-master/robotframework-onap/.tox/.tmp/package/1/robotframework_onap-11.0.1.dev21.tar.gz py3: freeze> python -m pip freeze --all py3: astroid==4.0.4,bcrypt==5.0.0,certifi==2026.1.4,cffi==2.0.0,charset-normalizer==3.4.4,coverage==7.13.4,cryptography==46.0.5,decorator==5.2.1,deepdiff==8.6.1,dill==0.4.1,dnspython==2.8.0,exceptiongroup==1.3.1,flake8==7.3.0,idna==3.11,iniconfig==2.3.0,invoke==2.2.1,isort==7.0.0,Jinja2==3.1.6,jsonpath-rw==1.4.0,kafka-python==2.3.0,MarkupSafe==3.0.3,mccabe==0.7.0,more-itertools==10.8.0,orderly-set==5.5.0,packaging==26.0,paramiko==4.0.0,pbr==7.0.3,pip==26.0.1,platformdirs==4.9.2,pluggy==1.6.0,ply==3.11,protobuf==6.33.5,pycodestyle==2.14.0,pycparser==3.0,pyflakes==3.4.0,Pygments==2.19.2,pylint==4.0.4,PyNaCl==1.6.2,pytest==9.0.2,pytest-cov==7.0.0,PyYAML==6.0.3,requests==2.32.5,requests-mock==1.12.1,robotframework==7.4.1,robotframework-onap @ file:///w/workspace/testsuite-python-testing-utils-robotframework-onap-python-staging-master/robotframework-onap/.tox/.tmp/package/1/robotframework_onap-11.0.1.dev21.tar.gz#sha256=16e2a6e95e9d36f5dcfbbf732ef1c4cdda59238359a6e8126390ec26d76e177f,robotframework-requests==0.9.7,robotlibcore-temp==1.0.2,setuptools==82.0.0,six==1.17.0,tomli==2.4.0,tomlkit==0.14.0,typing_extensions==4.15.0,urllib3==2.6.3 py3: commands[0]> pytest tests/ --junitxml=test-results.xml --cov=ONAPLibrary --cov=vcpeutils --cov-report=xml --cov-report=html ============================= test session starts ============================== platform linux -- Python 3.10.6, pytest-9.0.2, pluggy-1.6.0 cachedir: .tox/py3/.pytest_cache rootdir: /w/workspace/testsuite-python-testing-utils-robotframework-onap-python-staging-master/robotframework-onap configfile: setup.cfg plugins: cov-7.0.0, requests-mock-1.12.1 collected 50 items tests/ONAPLibrary/AAITests.py . [ 2%] tests/ONAPLibrary/Base64KeywordsTests.py .. [ 6%] tests/ONAPLibrary/JSONKeywordsTest.py ................................ [ 70%] tests/ONAPLibrary/ProtobufKeywordsTest.py ... [ 76%] tests/ONAPLibrary/RequestsHelperTests.py ...... [ 88%] tests/ONAPLibrary/SOTests.py . [ 90%] tests/ONAPLibrary/ServiceMappingKeywordsTests.py . [ 92%] tests/ONAPLibrary/UUIDKeywordsTest.py ... [ 98%] tests/vcpeutils/SoUtils_test.py . [100%] - generated xml file: /w/workspace/testsuite-python-testing-utils-robotframework-onap-python-staging-master/robotframework-onap/test-results.xml - ================================ tests coverage ================================ _______________ coverage: platform linux, python 3.10.6-final-0 ________________ Coverage HTML written to dir htmlcov Coverage XML written to file coverage.xml ============================== 50 passed in 1.56s ============================== py3: OK (25.67=setup[23.48]+cmd[2.19] seconds) congratulations :) (25.71 seconds) + tox_status=0 + echo '---> Completed tox runs' ---> Completed tox runs + for i in .tox/*/log ++ echo .tox/py3/log ++ awk -F/ '{print $2}' + tox_env=py3 + cp -r .tox/py3/log /w/workspace/testsuite-python-testing-utils-robotframework-onap-python-staging-master/archives/tox/py3 + DOC_DIR=docs/_build/html + [[ -d docs/_build/html ]] + echo '---> tox-run.sh ends' ---> tox-run.sh ends + test 0 -eq 0 provisioning config files... copy managed file [pypirc] to file:/home/jenkins/.pypirc [testsuite-python-testing-utils-robotframework-onap-python-staging-master] $ /bin/bash /tmp/jenkins4097642523477781864.sh + virtualenv -p python3 /tmp/v/twine Already using interpreter /usr/bin/python3 Using base prefix '/usr' New python executable in /tmp/v/twine/bin/python3 Also creating executable in /tmp/v/twine/bin/python Installing setuptools, pkg_resources, pip, wheel...done. + source /tmp/v/twine/bin/activate ++ deactivate nondestructive ++ unset -f pydoc ++ '[' -z '' ']' ++ '[' -z '' ']' ++ '[' -n /bin/bash ']' ++ hash -r ++ '[' -z '' ']' ++ unset VIRTUAL_ENV ++ '[' '!' nondestructive = nondestructive ']' ++ VIRTUAL_ENV=/tmp/v/twine ++ export VIRTUAL_ENV ++ _OLD_VIRTUAL_PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin ++ PATH=/tmp/v/twine/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin ++ export PATH ++ '[' -z '' ']' ++ '[' -z '' ']' ++ _OLD_VIRTUAL_PS1= ++ '[' x '!=' x ']' +++ basename /tmp/v/twine ++ PS1='(twine) ' ++ export PS1 ++ alias pydoc ++ '[' -n /bin/bash ']' ++ hash -r + pip install twine wheel Collecting twine Downloading twine-3.8.0-py3-none-any.whl (36 kB) Requirement already satisfied: wheel in /tmp/v/twine/lib/python3.6/site-packages (0.37.1) Collecting readme-renderer>=21.0 Downloading readme_renderer-34.0-py3-none-any.whl (16 kB) Collecting requests-toolbelt!=0.9.0,>=0.8.0 Downloading requests_toolbelt-1.0.0-py2.py3-none-any.whl (54 kB) Collecting pkginfo>=1.8.1 Downloading pkginfo-1.10.0-py3-none-any.whl (30 kB) Collecting keyring>=15.1 Downloading keyring-23.4.1-py3-none-any.whl (33 kB) Collecting requests>=2.20 Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB) Collecting colorama>=0.4.3 Downloading colorama-0.4.5-py2.py3-none-any.whl (16 kB) Collecting importlib-metadata>=3.6 Downloading importlib_metadata-4.8.3-py3-none-any.whl (17 kB) Collecting rfc3986>=1.4.0 Downloading rfc3986-1.5.0-py2.py3-none-any.whl (31 kB) Collecting tqdm>=4.14 Downloading tqdm-4.64.1-py2.py3-none-any.whl (78 kB) Collecting urllib3>=1.26.0 Downloading urllib3-1.26.20-py2.py3-none-any.whl (144 kB) Collecting zipp>=0.5 Downloading zipp-3.6.0-py3-none-any.whl (5.3 kB) Collecting typing-extensions>=3.6.4 Downloading typing_extensions-4.1.1-py3-none-any.whl (26 kB) Collecting jeepney>=0.4.2 Downloading jeepney-0.7.1-py3-none-any.whl (54 kB) Collecting SecretStorage>=3.2 Downloading SecretStorage-3.3.3-py3-none-any.whl (15 kB) Collecting bleach>=2.1.0 Downloading bleach-4.1.0-py2.py3-none-any.whl (157 kB) Collecting Pygments>=2.5.1 Downloading Pygments-2.14.0-py3-none-any.whl (1.1 MB) Collecting docutils>=0.13.1 Downloading docutils-0.18.1-py2.py3-none-any.whl (570 kB) Collecting idna<4,>=2.5 Downloading idna-3.10-py3-none-any.whl (70 kB) Collecting charset-normalizer~=2.0.0 Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB) Collecting certifi>=2017.4.17 Downloading certifi-2025.4.26-py3-none-any.whl (159 kB) Collecting importlib-resources Downloading importlib_resources-5.4.0-py3-none-any.whl (28 kB) Collecting webencodings Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB) Collecting six>=1.9.0 Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) Collecting packaging Downloading packaging-21.3-py3-none-any.whl (40 kB) Collecting cryptography>=2.0 Downloading cryptography-40.0.2-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.7 MB) Collecting cffi>=1.12 Downloading cffi-1.15.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (402 kB) Collecting pyparsing!=3.0.5,>=2.0.2 Downloading pyparsing-3.1.4-py3-none-any.whl (104 kB) Collecting pycparser Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB) Installing collected packages: pycparser, pyparsing, cffi, zipp, webencodings, urllib3, typing-extensions, six, packaging, jeepney, idna, cryptography, charset-normalizer, certifi, SecretStorage, requests, Pygments, importlib-resources, importlib-metadata, docutils, bleach, tqdm, rfc3986, requests-toolbelt, readme-renderer, pkginfo, keyring, colorama, twine Successfully installed Pygments-2.14.0 SecretStorage-3.3.3 bleach-4.1.0 certifi-2025.4.26 cffi-1.15.1 charset-normalizer-2.0.12 colorama-0.4.5 cryptography-40.0.2 docutils-0.18.1 idna-3.10 importlib-metadata-4.8.3 importlib-resources-5.4.0 jeepney-0.7.1 keyring-23.4.1 packaging-21.3 pkginfo-1.10.0 pycparser-2.21 pyparsing-3.1.4 readme-renderer-34.0 requests-2.27.1 requests-toolbelt-1.0.0 rfc3986-1.5.0 six-1.17.0 tqdm-4.64.1 twine-3.8.0 typing-extensions-4.1.1 urllib3-1.26.20 webencodings-0.5.1 zipp-3.6.0 + cd /w/workspace/testsuite-python-testing-utils-robotframework-onap-python-staging-master/./robotframework-onap/ + python setup.py sdist bdist_wheel running sdist [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running egg_info writing pbr to robotframework_onap.egg-info/pbr.json writing robotframework_onap.egg-info/PKG-INFO writing dependency_links to robotframework_onap.egg-info/dependency_links.txt writing requirements to robotframework_onap.egg-info/requires.txt writing top-level names to robotframework_onap.egg-info/top_level.txt [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git /tmp/v/twine/lib/python3.6/site-packages/setuptools/dist.py:726: UserWarning: Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead % (opt, underscore_opt) /tmp/v/twine/lib/python3.6/site-packages/setuptools/installer.py:30: SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer. SetuptoolsDeprecationWarning, /tmp/v/twine/lib/python3.6/site-packages/setuptools/command/easy_install.py:159: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. EasyInstallDeprecationWarning, /tmp/v/twine/lib/python3.6/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. setuptools.SetuptoolsDeprecationWarning, /tmp/v/twine/lib/python3.6/site-packages/setuptools/dist.py:726: UserWarning: Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead % (opt, underscore_opt) warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'AUTHORS' writing manifest file 'robotframework_onap.egg-info/SOURCES.txt' [pbr] reno was not found or is too old. Skipping release notes running check creating robotframework-onap-11.0.1.dev21 creating robotframework-onap-11.0.1.dev21/ONAPLibrary creating robotframework-onap-11.0.1.dev21/robotframework_onap.egg-info creating robotframework-onap-11.0.1.dev21/vcpeutils copying files to robotframework-onap-11.0.1.dev21... copying AUTHORS -> robotframework-onap-11.0.1.dev21 copying ChangeLog -> robotframework-onap-11.0.1.dev21 copying README.TXT -> robotframework-onap-11.0.1.dev21 copying README.md -> robotframework-onap-11.0.1.dev21 copying setup.cfg -> robotframework-onap-11.0.1.dev21 copying setup.py -> robotframework-onap-11.0.1.dev21 copying ONAPLibrary/AAI.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/Base64Keywords.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/BaseAAIKeywords.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/BaseCLAMPKeywords.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/BaseOpenstackKeywords.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/BaseSDCKeywords.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/BaseSDNCKeywords.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/BaseSOKeywords.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/CLAMP.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/CloudConfigSOKeywords.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/DNSKeywords.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/HEATKeywords.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/HTTPKeywords.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/HeatVNFValidation.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/JSON.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/JSONKeywords.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/JSONPathKeywords.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/Kafka.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/KafkaKeywords.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/MUSIC.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/MUSICKeywords.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/OOF.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/Openstack.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/PreloadData.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/PreloadDataKeywords.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/PreloadSDNCKeywords.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/Protobuf.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/ProtobufKeywords.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/RequestSOKeywords.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/RequestsDecorators.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/RequestsHelper.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/SDC.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/SDNC.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/SNIROKeywords.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/SO.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/ServiceMapping.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/ServiceMappingKeywords.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/SocketKeywords.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/Templating.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/TemplatingKeywords.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/UUIDKeywords.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/Utilities.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/VESProtobuf.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/VVPValidation.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/VariableKeywords.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying ONAPLibrary/__init__.py -> robotframework-onap-11.0.1.dev21/ONAPLibrary copying robotframework_onap.egg-info/PKG-INFO -> robotframework-onap-11.0.1.dev21/robotframework_onap.egg-info copying robotframework_onap.egg-info/SOURCES.txt -> robotframework-onap-11.0.1.dev21/robotframework_onap.egg-info copying robotframework_onap.egg-info/dependency_links.txt -> robotframework-onap-11.0.1.dev21/robotframework_onap.egg-info copying robotframework_onap.egg-info/not-zip-safe -> robotframework-onap-11.0.1.dev21/robotframework_onap.egg-info copying robotframework_onap.egg-info/pbr.json -> robotframework-onap-11.0.1.dev21/robotframework_onap.egg-info copying robotframework_onap.egg-info/requires.txt -> robotframework-onap-11.0.1.dev21/robotframework_onap.egg-info copying robotframework_onap.egg-info/top_level.txt -> robotframework-onap-11.0.1.dev21/robotframework_onap.egg-info copying vcpeutils/SoUtils.py -> robotframework-onap-11.0.1.dev21/vcpeutils copying vcpeutils/__init__.py -> robotframework-onap-11.0.1.dev21/vcpeutils copying vcpeutils/csar_parser.py -> robotframework-onap-11.0.1.dev21/vcpeutils Writing robotframework-onap-11.0.1.dev21/setup.cfg creating dist Creating tar archive removing 'robotframework-onap-11.0.1.dev21' (and everything under it) running bdist_wheel The [wheel] section is deprecated. Use [bdist_wheel] instead. running build running build_py creating build creating build/lib creating build/lib/vcpeutils copying vcpeutils/csar_parser.py -> build/lib/vcpeutils copying vcpeutils/__init__.py -> build/lib/vcpeutils copying vcpeutils/SoUtils.py -> build/lib/vcpeutils creating build/lib/ONAPLibrary copying ONAPLibrary/BaseSDNCKeywords.py -> build/lib/ONAPLibrary copying ONAPLibrary/BaseCLAMPKeywords.py -> build/lib/ONAPLibrary copying ONAPLibrary/KafkaKeywords.py -> build/lib/ONAPLibrary copying ONAPLibrary/Base64Keywords.py -> build/lib/ONAPLibrary copying ONAPLibrary/CLAMP.py -> build/lib/ONAPLibrary copying ONAPLibrary/BaseOpenstackKeywords.py -> build/lib/ONAPLibrary copying ONAPLibrary/MUSIC.py -> build/lib/ONAPLibrary copying ONAPLibrary/Openstack.py -> build/lib/ONAPLibrary copying ONAPLibrary/AAI.py -> build/lib/ONAPLibrary copying ONAPLibrary/BaseAAIKeywords.py -> build/lib/ONAPLibrary copying ONAPLibrary/UUIDKeywords.py -> build/lib/ONAPLibrary copying ONAPLibrary/ProtobufKeywords.py -> build/lib/ONAPLibrary copying ONAPLibrary/ServiceMappingKeywords.py -> build/lib/ONAPLibrary copying ONAPLibrary/PreloadData.py -> build/lib/ONAPLibrary copying ONAPLibrary/JSONPathKeywords.py -> build/lib/ONAPLibrary copying ONAPLibrary/DNSKeywords.py -> build/lib/ONAPLibrary copying ONAPLibrary/ServiceMapping.py -> build/lib/ONAPLibrary copying ONAPLibrary/SDC.py -> build/lib/ONAPLibrary copying ONAPLibrary/Kafka.py -> build/lib/ONAPLibrary copying ONAPLibrary/VariableKeywords.py -> build/lib/ONAPLibrary copying ONAPLibrary/BaseSDCKeywords.py -> build/lib/ONAPLibrary copying ONAPLibrary/__init__.py -> build/lib/ONAPLibrary copying ONAPLibrary/HEATKeywords.py -> build/lib/ONAPLibrary copying ONAPLibrary/SO.py -> build/lib/ONAPLibrary copying ONAPLibrary/RequestsHelper.py -> build/lib/ONAPLibrary copying ONAPLibrary/SNIROKeywords.py -> build/lib/ONAPLibrary copying ONAPLibrary/SocketKeywords.py -> build/lib/ONAPLibrary copying ONAPLibrary/JSON.py -> build/lib/ONAPLibrary copying ONAPLibrary/HTTPKeywords.py -> build/lib/ONAPLibrary copying ONAPLibrary/TemplatingKeywords.py -> build/lib/ONAPLibrary copying ONAPLibrary/PreloadDataKeywords.py -> build/lib/ONAPLibrary copying ONAPLibrary/OOF.py -> build/lib/ONAPLibrary copying ONAPLibrary/MUSICKeywords.py -> build/lib/ONAPLibrary copying ONAPLibrary/Templating.py -> build/lib/ONAPLibrary copying ONAPLibrary/RequestsDecorators.py -> build/lib/ONAPLibrary copying ONAPLibrary/VESProtobuf.py -> build/lib/ONAPLibrary copying ONAPLibrary/HeatVNFValidation.py -> build/lib/ONAPLibrary copying ONAPLibrary/SDNC.py -> build/lib/ONAPLibrary copying ONAPLibrary/RequestSOKeywords.py -> build/lib/ONAPLibrary copying ONAPLibrary/JSONKeywords.py -> build/lib/ONAPLibrary copying ONAPLibrary/PreloadSDNCKeywords.py -> build/lib/ONAPLibrary copying ONAPLibrary/BaseSOKeywords.py -> build/lib/ONAPLibrary copying ONAPLibrary/CloudConfigSOKeywords.py -> build/lib/ONAPLibrary copying ONAPLibrary/Protobuf.py -> build/lib/ONAPLibrary copying ONAPLibrary/VVPValidation.py -> build/lib/ONAPLibrary copying ONAPLibrary/Utilities.py -> build/lib/ONAPLibrary installing to build/bdist.linux-x86_64/wheel running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/wheel creating build/bdist.linux-x86_64/wheel/vcpeutils copying build/lib/vcpeutils/csar_parser.py -> build/bdist.linux-x86_64/wheel/vcpeutils copying build/lib/vcpeutils/__init__.py -> build/bdist.linux-x86_64/wheel/vcpeutils copying build/lib/vcpeutils/SoUtils.py -> build/bdist.linux-x86_64/wheel/vcpeutils creating build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/BaseSDNCKeywords.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/BaseCLAMPKeywords.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/KafkaKeywords.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/Base64Keywords.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/CLAMP.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/BaseOpenstackKeywords.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/MUSIC.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/Openstack.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/AAI.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/BaseAAIKeywords.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/UUIDKeywords.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/ProtobufKeywords.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/ServiceMappingKeywords.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/PreloadData.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/JSONPathKeywords.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/DNSKeywords.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/ServiceMapping.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/SDC.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/Kafka.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/VariableKeywords.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/BaseSDCKeywords.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/__init__.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/HEATKeywords.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/SO.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/RequestsHelper.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/SNIROKeywords.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/SocketKeywords.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/JSON.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/HTTPKeywords.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/TemplatingKeywords.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/PreloadDataKeywords.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/OOF.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/MUSICKeywords.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/Templating.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/RequestsDecorators.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/VESProtobuf.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/HeatVNFValidation.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/SDNC.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/RequestSOKeywords.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/JSONKeywords.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/PreloadSDNCKeywords.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/BaseSOKeywords.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/CloudConfigSOKeywords.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/Protobuf.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/VVPValidation.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary copying build/lib/ONAPLibrary/Utilities.py -> build/bdist.linux-x86_64/wheel/ONAPLibrary running install_egg_info Copying robotframework_onap.egg-info to build/bdist.linux-x86_64/wheel/robotframework_onap-11.0.1.dev21-py3.6.egg-info running install_scripts adding license file "AUTHORS" (matched pattern "AUTHORS*") creating build/bdist.linux-x86_64/wheel/robotframework_onap-11.0.1.dev21.dist-info/WHEEL creating 'dist/robotframework_onap-11.0.1.dev21-py2.py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'ONAPLibrary/AAI.py' adding 'ONAPLibrary/Base64Keywords.py' adding 'ONAPLibrary/BaseAAIKeywords.py' adding 'ONAPLibrary/BaseCLAMPKeywords.py' adding 'ONAPLibrary/BaseOpenstackKeywords.py' adding 'ONAPLibrary/BaseSDCKeywords.py' adding 'ONAPLibrary/BaseSDNCKeywords.py' adding 'ONAPLibrary/BaseSOKeywords.py' adding 'ONAPLibrary/CLAMP.py' adding 'ONAPLibrary/CloudConfigSOKeywords.py' adding 'ONAPLibrary/DNSKeywords.py' adding 'ONAPLibrary/HEATKeywords.py' adding 'ONAPLibrary/HTTPKeywords.py' adding 'ONAPLibrary/HeatVNFValidation.py' adding 'ONAPLibrary/JSON.py' adding 'ONAPLibrary/JSONKeywords.py' adding 'ONAPLibrary/JSONPathKeywords.py' adding 'ONAPLibrary/Kafka.py' adding 'ONAPLibrary/KafkaKeywords.py' adding 'ONAPLibrary/MUSIC.py' adding 'ONAPLibrary/MUSICKeywords.py' adding 'ONAPLibrary/OOF.py' adding 'ONAPLibrary/Openstack.py' adding 'ONAPLibrary/PreloadData.py' adding 'ONAPLibrary/PreloadDataKeywords.py' adding 'ONAPLibrary/PreloadSDNCKeywords.py' adding 'ONAPLibrary/Protobuf.py' adding 'ONAPLibrary/ProtobufKeywords.py' adding 'ONAPLibrary/RequestSOKeywords.py' adding 'ONAPLibrary/RequestsDecorators.py' adding 'ONAPLibrary/RequestsHelper.py' adding 'ONAPLibrary/SDC.py' adding 'ONAPLibrary/SDNC.py' adding 'ONAPLibrary/SNIROKeywords.py' adding 'ONAPLibrary/SO.py' adding 'ONAPLibrary/ServiceMapping.py' adding 'ONAPLibrary/ServiceMappingKeywords.py' adding 'ONAPLibrary/SocketKeywords.py' adding 'ONAPLibrary/Templating.py' adding 'ONAPLibrary/TemplatingKeywords.py' adding 'ONAPLibrary/UUIDKeywords.py' adding 'ONAPLibrary/Utilities.py' adding 'ONAPLibrary/VESProtobuf.py' adding 'ONAPLibrary/VVPValidation.py' adding 'ONAPLibrary/VariableKeywords.py' adding 'ONAPLibrary/__init__.py' adding 'vcpeutils/SoUtils.py' adding 'vcpeutils/__init__.py' adding 'vcpeutils/csar_parser.py' adding 'robotframework_onap-11.0.1.dev21.dist-info/AUTHORS' adding 'robotframework_onap-11.0.1.dev21.dist-info/METADATA' adding 'robotframework_onap-11.0.1.dev21.dist-info/WHEEL' adding 'robotframework_onap-11.0.1.dev21.dist-info/pbr.json' adding 'robotframework_onap-11.0.1.dev21.dist-info/top_level.txt' adding 'robotframework_onap-11.0.1.dev21.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel /tmp/v/twine/lib/python3.6/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. setuptools.SetuptoolsDeprecationWarning, [EnvInject] - Injecting environment variables from a build step. [EnvInject] - Injecting as environment variables the properties content PYPI_SERVER=staging [EnvInject] - Variables injected successfully. [testsuite-python-testing-utils-robotframework-onap-python-staging-master] $ /bin/bash /tmp/jenkins7902010000769982869.sh + virtualenv -p python3 /tmp/v/twine Already using interpreter /usr/bin/python3 Using base prefix '/usr' New python executable in /tmp/v/twine/bin/python3 Not overwriting existing python script /tmp/v/twine/bin/python (you must use /tmp/v/twine/bin/python3) Installing setuptools, pkg_resources, pip, wheel...done. + source /tmp/v/twine/bin/activate ++ deactivate nondestructive ++ unset -f pydoc ++ '[' -z '' ']' ++ '[' -z '' ']' ++ '[' -n /bin/bash ']' ++ hash -r ++ '[' -z '' ']' ++ unset VIRTUAL_ENV ++ '[' '!' nondestructive = nondestructive ']' ++ VIRTUAL_ENV=/tmp/v/twine ++ export VIRTUAL_ENV ++ _OLD_VIRTUAL_PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin ++ PATH=/tmp/v/twine/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin ++ export PATH ++ '[' -z '' ']' ++ '[' -z '' ']' ++ _OLD_VIRTUAL_PS1= ++ '[' x '!=' x ']' +++ basename /tmp/v/twine ++ PS1='(twine) ' ++ export PS1 ++ alias pydoc ++ '[' -n /bin/bash ']' ++ hash -r + pip install twine Requirement already satisfied: twine in /tmp/v/twine/lib/python3.6/site-packages (3.8.0) Requirement already satisfied: colorama>=0.4.3 in /tmp/v/twine/lib/python3.6/site-packages (from twine) (0.4.5) Requirement already satisfied: requests>=2.20 in /tmp/v/twine/lib/python3.6/site-packages (from twine) (2.27.1) Requirement already satisfied: tqdm>=4.14 in /tmp/v/twine/lib/python3.6/site-packages (from twine) (4.64.1) Requirement already satisfied: importlib-metadata>=3.6 in /tmp/v/twine/lib/python3.6/site-packages (from twine) (4.8.3) Requirement already satisfied: readme-renderer>=21.0 in /tmp/v/twine/lib/python3.6/site-packages (from twine) (34.0) Requirement already satisfied: rfc3986>=1.4.0 in /tmp/v/twine/lib/python3.6/site-packages (from twine) (1.5.0) Requirement already satisfied: keyring>=15.1 in /tmp/v/twine/lib/python3.6/site-packages (from twine) (23.4.1) Requirement already satisfied: pkginfo>=1.8.1 in /tmp/v/twine/lib/python3.6/site-packages (from twine) (1.10.0) Requirement already satisfied: requests-toolbelt!=0.9.0,>=0.8.0 in /tmp/v/twine/lib/python3.6/site-packages (from twine) (1.0.0) Requirement already satisfied: urllib3>=1.26.0 in /tmp/v/twine/lib/python3.6/site-packages (from twine) (1.26.20) Requirement already satisfied: zipp>=0.5 in /tmp/v/twine/lib/python3.6/site-packages (from importlib-metadata>=3.6->twine) (3.6.0) Requirement already satisfied: typing-extensions>=3.6.4 in /tmp/v/twine/lib/python3.6/site-packages (from importlib-metadata>=3.6->twine) (4.1.1) Requirement already satisfied: SecretStorage>=3.2 in /tmp/v/twine/lib/python3.6/site-packages (from keyring>=15.1->twine) (3.3.3) Requirement already satisfied: jeepney>=0.4.2 in /tmp/v/twine/lib/python3.6/site-packages (from keyring>=15.1->twine) (0.7.1) Requirement already satisfied: Pygments>=2.5.1 in /tmp/v/twine/lib/python3.6/site-packages (from readme-renderer>=21.0->twine) (2.14.0) Requirement already satisfied: bleach>=2.1.0 in /tmp/v/twine/lib/python3.6/site-packages (from readme-renderer>=21.0->twine) (4.1.0) Requirement already satisfied: docutils>=0.13.1 in /tmp/v/twine/lib/python3.6/site-packages (from readme-renderer>=21.0->twine) (0.18.1) Requirement already satisfied: charset-normalizer~=2.0.0 in /tmp/v/twine/lib/python3.6/site-packages (from requests>=2.20->twine) (2.0.12) Requirement already satisfied: idna<4,>=2.5 in /tmp/v/twine/lib/python3.6/site-packages (from requests>=2.20->twine) (3.10) Requirement already satisfied: certifi>=2017.4.17 in /tmp/v/twine/lib/python3.6/site-packages (from requests>=2.20->twine) (2025.4.26) Requirement already satisfied: importlib-resources in /tmp/v/twine/lib/python3.6/site-packages (from tqdm>=4.14->twine) (5.4.0) Requirement already satisfied: packaging in /tmp/v/twine/lib/python3.6/site-packages (from bleach>=2.1.0->readme-renderer>=21.0->twine) (21.3) Requirement already satisfied: six>=1.9.0 in /tmp/v/twine/lib/python3.6/site-packages (from bleach>=2.1.0->readme-renderer>=21.0->twine) (1.17.0) Requirement already satisfied: webencodings in /tmp/v/twine/lib/python3.6/site-packages (from bleach>=2.1.0->readme-renderer>=21.0->twine) (0.5.1) Requirement already satisfied: cryptography>=2.0 in /tmp/v/twine/lib/python3.6/site-packages (from SecretStorage>=3.2->keyring>=15.1->twine) (40.0.2) Requirement already satisfied: cffi>=1.12 in /tmp/v/twine/lib/python3.6/site-packages (from cryptography>=2.0->SecretStorage>=3.2->keyring>=15.1->twine) (1.15.1) Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /tmp/v/twine/lib/python3.6/site-packages (from packaging->bleach>=2.1.0->readme-renderer>=21.0->twine) (3.1.4) Requirement already satisfied: pycparser in /tmp/v/twine/lib/python3.6/site-packages (from cffi>=1.12->cryptography>=2.0->SecretStorage>=3.2->keyring>=15.1->twine) (2.21) + cd /w/workspace/testsuite-python-testing-utils-robotframework-onap-python-staging-master/./robotframework-onap/ + twine upload -r staging dist/robotframework-onap-11.0.1.dev21.tar.gz dist/robotframework_onap-11.0.1.dev21-py2.py3-none-any.whl Uploading distributions to https://nexus3.onap.org/repository/PyPi.staging/ Uploading robotframework_onap-11.0.1.dev21-py2.py3-none-any.whl 0%| | 0.00/63.0k [00:00 sysstat.sh [testsuite-python-testing-utils-robotframework-onap-python-staging-master] $ /bin/bash /tmp/jenkins17192204604438166919.sh ---> package-listing.sh ++ facter osfamily ++ tr '[:upper:]' '[:lower:]' + OS_FAMILY=debian + workspace=/w/workspace/testsuite-python-testing-utils-robotframework-onap-python-staging-master + START_PACKAGES=/tmp/packages_start.txt + END_PACKAGES=/tmp/packages_end.txt + DIFF_PACKAGES=/tmp/packages_diff.txt + PACKAGES=/tmp/packages_start.txt + '[' /w/workspace/testsuite-python-testing-utils-robotframework-onap-python-staging-master ']' + PACKAGES=/tmp/packages_end.txt + case "${OS_FAMILY}" in + dpkg -l + grep '^ii' + '[' -f /tmp/packages_start.txt ']' + '[' -f /tmp/packages_end.txt ']' + diff /tmp/packages_start.txt /tmp/packages_end.txt + '[' /w/workspace/testsuite-python-testing-utils-robotframework-onap-python-staging-master ']' + mkdir -p /w/workspace/testsuite-python-testing-utils-robotframework-onap-python-staging-master/archives/ + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/testsuite-python-testing-utils-robotframework-onap-python-staging-master/archives/ [testsuite-python-testing-utils-robotframework-onap-python-staging-master] $ /bin/bash /tmp/jenkins8007467928337835890.sh ---> capture-instance-metadata.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/testsuite-python-testing-utils-robotframework-onap-python-staging-master/.python-version) lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-VQ9a lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) lf-activate-venv(): INFO: Attempting to install with network-safe options... lf-activate-venv(): INFO: Base packages installed successfully lf-activate-venv(): INFO: Installing additional packages: lftools lf-activate-venv(): INFO: Adding /tmp/venv-VQ9a/bin to PATH INFO: Running in OpenStack, capturing instance metadata [testsuite-python-testing-utils-robotframework-onap-python-staging-master] $ /bin/bash /tmp/jenkins15788156763564254448.sh provisioning config files... copy managed file [jenkins-log-archives-settings] to file:/w/workspace/testsuite-python-testing-utils-robotframework-onap-python-staging-master@tmp/config14058681322032061076tmp Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] Run condition [Regular expression match] preventing perform for step [Provide Configuration files] [EnvInject] - Injecting environment variables from a build step. [EnvInject] - Injecting as environment variables the properties content SERVER_ID=logs [EnvInject] - Variables injected successfully. [testsuite-python-testing-utils-robotframework-onap-python-staging-master] $ /bin/bash /tmp/jenkins15653044036603211897.sh ---> create-netrc.sh [testsuite-python-testing-utils-robotframework-onap-python-staging-master] $ /bin/bash /tmp/jenkins4447088368626968595.sh ---> python-tools-install.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/testsuite-python-testing-utils-robotframework-onap-python-staging-master/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-VQ9a from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) lf-activate-venv(): INFO: Attempting to install with network-safe options... lf-activate-venv(): INFO: Base packages installed successfully lf-activate-venv(): INFO: Installing additional packages: lftools lf-activate-venv(): INFO: Adding /tmp/venv-VQ9a/bin to PATH Generating Requirements File ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. Python 3.10.6 pip 26.0.1 from /tmp/venv-VQ9a/lib/python3.10/site-packages/pip (python 3.10) appdirs==1.4.4 argcomplete==3.6.3 aspy.yaml==1.3.0 attrs==25.4.0 autopage==0.6.0 backports.strenum==1.3.1 beautifulsoup4==4.14.3 boto3==1.42.50 botocore==1.42.50 bs4==0.0.2 certifi==2026.1.4 cffi==2.0.0 cfgv==3.5.0 chardet==5.2.0 charset-normalizer==3.4.4 click==8.3.1 cliff==4.13.1 cmd2==3.2.0 cryptography==3.3.2 debtcollector==3.0.0 decorator==5.2.1 defusedxml==0.7.1 Deprecated==1.3.1 distlib==0.4.0 dnspython==2.8.0 docker==7.1.0 dogpile.cache==1.5.0 durationpy==0.10 email-validator==2.3.0 filelock==3.24.2 future==1.0.0 gitdb==4.0.12 GitPython==3.1.46 httplib2==0.30.2 identify==2.6.16 idna==3.11 importlib-resources==1.5.0 iso8601==2.1.0 Jinja2==3.1.6 jmespath==1.1.0 jsonpatch==1.33 jsonpointer==3.0.0 jsonschema==4.26.0 jsonschema-specifications==2025.9.1 keystoneauth1==5.13.0 kubernetes==35.0.0 lftools==0.37.21 lxml==6.0.2 markdown-it-py==4.0.0 MarkupSafe==3.0.3 mdurl==0.1.2 msgpack==1.1.2 multi_key_dict==2.0.3 munch==4.0.0 netaddr==1.3.0 niet==1.4.2 nodeenv==1.10.0 oauth2client==4.1.3 oauthlib==3.3.1 openstacksdk==4.9.0 os-service-types==1.8.2 osc-lib==4.3.0 oslo.config==10.2.0 oslo.context==6.2.0 oslo.i18n==6.7.1 oslo.log==8.0.0 oslo.serialization==5.9.0 oslo.utils==9.2.0 packaging==26.0 pbr==7.0.3 platformdirs==4.9.2 prettytable==3.17.0 psutil==7.2.2 pyasn1==0.6.2 pyasn1_modules==0.4.2 pycparser==3.0 pygerrit2==2.0.15 PyGithub==2.8.1 Pygments==2.19.2 PyJWT==2.11.0 PyNaCl==1.6.2 pyparsing==2.4.7 pyperclip==1.11.0 pyrsistent==0.20.0 python-cinderclient==9.8.0 python-dateutil==2.9.0.post0 python-heatclient==5.0.0 python-jenkins==1.8.3 python-keystoneclient==5.7.0 python-magnumclient==4.9.0 python-openstackclient==8.3.0 python-swiftclient==4.9.0 PyYAML==6.0.3 referencing==0.37.0 requests==2.32.5 requests-oauthlib==2.0.0 requestsexceptions==1.4.0 rfc3986==2.0.0 rich==14.3.2 rich-argparse==1.7.2 rpds-py==0.30.0 rsa==4.9.1 ruamel.yaml==0.19.1 ruamel.yaml.clib==0.2.15 s3transfer==0.16.0 simplejson==3.20.2 six==1.17.0 smmap==5.0.2 soupsieve==2.8.3 stevedore==5.6.0 tabulate==0.9.0 toml==0.10.2 tomlkit==0.14.0 tqdm==4.67.3 typing_extensions==4.15.0 tzdata==2025.3 urllib3==1.26.20 virtualenv==20.37.0 wcwidth==0.6.0 websocket-client==1.9.0 wrapt==2.1.1 xdg==6.0.0 xmltodict==1.0.3 yq==3.4.3 [testsuite-python-testing-utils-robotframework-onap-python-staging-master] $ /bin/bash /tmp/jenkins3493711528827143757.sh ---> sudo-logs.sh Archiving 'sudo' log.. [testsuite-python-testing-utils-robotframework-onap-python-staging-master] $ /bin/bash /tmp/jenkins17299053976082650202.sh ---> job-cost.sh INFO: Activating Python virtual environment... Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/testsuite-python-testing-utils-robotframework-onap-python-staging-master/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-VQ9a from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) lf-activate-venv(): INFO: Attempting to install with network-safe options... lf-activate-venv(): INFO: Base packages installed successfully lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 lf-activate-venv(): INFO: Adding /tmp/venv-VQ9a/bin to PATH INFO: No stack-cost file found INFO: Instance uptime: 150s INFO: Fetching instance metadata (attempt 1 of 3)... DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type INFO: Successfully fetched instance metadata INFO: Instance type: v3-standard-4 INFO: Retrieving pricing info for: v3-standard-4 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=150 INFO: Successfully fetched Vexxhost pricing API INFO: Retrieved cost: 0.11 INFO: Retrieved resource: v3-standard-4 INFO: Creating archive directory: /w/workspace/testsuite-python-testing-utils-robotframework-onap-python-staging-master/archives/cost INFO: Archiving costs to: /w/workspace/testsuite-python-testing-utils-robotframework-onap-python-staging-master/archives/cost.csv INFO: Successfully archived job cost data DEBUG: Cost data: testsuite-python-testing-utils-robotframework-onap-python-staging-master,106,2026-02-17 14:28:11,v3-standard-4,150,0.11,0.00,SUCCESS [testsuite-python-testing-utils-robotframework-onap-python-staging-master] $ /bin/bash -l /tmp/jenkins13701880461760179934.sh ---> logs-deploy.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/testsuite-python-testing-utils-robotframework-onap-python-staging-master/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-VQ9a from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) lf-activate-venv(): INFO: Attempting to install with network-safe options... lf-activate-venv(): INFO: Base packages installed successfully lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 lf-activate-venv(): INFO: Adding /tmp/venv-VQ9a/bin to PATH INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/testsuite-python-testing-utils-robotframework-onap-python-staging-master/106 INFO: archiving workspace using pattern(s): Archives upload complete. INFO: archiving logs to Nexus ---> uname -a: Linux prd-ubuntu1804-builder-4c-4g-17841 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux ---> lscpu: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 4 On-line CPU(s) list: 0-3 Thread(s) per core: 1 Core(s) per socket: 1 Socket(s): 4 NUMA node(s): 1 Vendor ID: AuthenticAMD CPU family: 23 Model: 49 Model name: AMD EPYC-Rome Processor Stepping: 0 CPU MHz: 2799.998 BogoMIPS: 5599.99 Virtualization: AMD-V Hypervisor vendor: KVM Virtualization type: full L1d cache: 32K L1i cache: 32K L2 cache: 512K L3 cache: 16384K NUMA node0 CPU(s): 0-3 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 ---> nproc: 4 ---> df -h: Filesystem Size Used Avail Use% Mounted on udev 7.9G 0 7.9G 0% /dev tmpfs 1.6G 676K 1.6G 1% /run /dev/vda1 78G 8.4G 69G 11% / tmpfs 7.9G 0 7.9G 0% /dev/shm tmpfs 5.0M 0 5.0M 0% /run/lock tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup /dev/vda15 105M 4.4M 100M 5% /boot/efi tmpfs 1.6G 0 1.6G 0% /run/user/1001 ---> free -m: total used free shared buff/cache available Mem: 16040 594 13253 0 2192 15123 Swap: 1023 0 1023 ---> ip addr: 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 link/ether fa:16:3e:84:65:66 brd ff:ff:ff:ff:ff:ff inet 10.30.106.22/23 brd 10.30.107.255 scope global dynamic ens3 valid_lft 86245sec preferred_lft 86245sec inet6 fe80::f816:3eff:fe84:6566/64 scope link valid_lft forever preferred_lft forever ---> sar -b -r -n DEV: Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-17841) 02/17/26 _x86_64_ (4 CPU) 14:25:50 LINUX RESTART (4 CPU) 14:26:01 tps rtps wtps bread/s bwrtn/s 14:27:01 397.37 61.39 335.98 3874.95 66168.04 14:28:01 130.56 1.07 129.50 94.92 11999.73 Average: 263.96 31.23 232.74 1984.94 39083.89 14:26:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 14:27:01 13960132 15516756 2464836 15.01 56480 1700956 828732 4.74 728248 1522136 156508 14:28:01 13543920 15453616 2881048 17.54 86232 2002468 865840 4.96 815608 1805080 225892 Average: 13752026 15485186 2672942 16.27 71356 1851712 847286 4.85 771928 1663608 191200 14:26:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 14:27:01 lo 1.80 1.80 0.21 0.21 0.00 0.00 0.00 0.00 14:27:01 ens3 436.74 300.70 1362.10 82.06 0.00 0.00 0.00 0.00 14:28:01 lo 1.67 1.67 0.18 0.18 0.00 0.00 0.00 0.00 14:28:01 ens3 73.02 52.61 782.03 15.42 0.00 0.00 0.00 0.00 Average: lo 1.73 1.73 0.20 0.20 0.00 0.00 0.00 0.00 Average: ens3 254.88 176.65 1072.06 48.74 0.00 0.00 0.00 0.00 ---> sar -P ALL: Linux 4.15.0-194-generic (prd-ubuntu1804-builder-4c-4g-17841) 02/17/26 _x86_64_ (4 CPU) 14:25:50 LINUX RESTART (4 CPU) 14:26:01 CPU %user %nice %system %iowait %steal %idle 14:27:01 all 24.20 0.00 2.33 3.09 0.06 70.32 14:27:01 0 13.61 0.00 1.62 3.49 0.07 81.21 14:27:01 1 36.47 0.00 2.78 2.33 0.07 58.35 14:27:01 2 15.39 0.00 1.54 0.65 0.05 82.37 14:27:01 3 31.51 0.00 3.33 5.91 0.07 59.18 14:28:01 all 21.44 0.00 1.71 1.15 0.06 75.64 14:28:01 0 36.90 0.00 2.07 0.53 0.05 60.45 14:28:01 1 30.91 0.00 2.37 0.47 0.10 66.15 14:28:01 2 7.04 0.00 1.01 1.44 0.05 90.46 14:28:01 3 10.82 0.00 1.40 2.17 0.03 85.57 Average: all 22.82 0.00 2.02 2.12 0.06 72.98 Average: 0 25.27 0.00 1.84 2.01 0.06 70.82 Average: 1 33.68 0.00 2.58 1.40 0.08 62.26 Average: 2 11.24 0.00 1.28 1.04 0.05 86.40 Average: 3 21.15 0.00 2.36 4.04 0.05 72.40