Started by timer Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on prd-ubuntu1804-builder-2c-2g-6 (ubuntu1804-builder-2c-2g ubuntu2004-builder-2c-2g) in workspace /w/workspace/ric-app-qp-tox-sonarqube [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-tnmQNQv7tjsn/agent.29485 SSH_AGENT_PID=29487 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /w/workspace/ric-app-qp-tox-sonarqube@tmp/private_key_15320757134360624337.key (jenkins-ssh) [ssh-agent] Using credentials jenkins (jenkins) The recommended git tool is: NONE using credential jenkins Wiping out workspace first. Cloning the remote Git repository Cloning repository ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/ric-app/qp > git init /w/workspace/ric-app-qp-tox-sonarqube # timeout=10 Fetching upstream changes from ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/ric-app/qp > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials jenkins > git fetch --tags --force --progress -- ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/ric-app/qp +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/ric-app/qp # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision 2cabb3bf5345a223f13482df7d1b5ccba34b3eda (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 2cabb3bf5345a223f13482df7d1b5ccba34b3eda # timeout=10 Commit message: "[RICAPP-206] Update Committer INFO in QP xApp" > git rev-list --no-walk cd32fb9b8f63431086809c542b6dab26c8ea09b1 # 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 [ric-app-qp-tox-sonarqube] $ /bin/bash /tmp/jenkins13650155987614995676.sh ---> python-tools-install.sh Setup pyenv: * 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) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-pkr2 from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing: lftools lf-activate-venv(): INFO: Adding /tmp/venv-pkr2/bin to PATH [EnvInject] - Injecting environment variables from a build step. [EnvInject] - Injecting as environment variables the properties content PYTHON=python3 [EnvInject] - Variables injected successfully. [ric-app-qp-tox-sonarqube] $ /bin/bash -l /tmp/jenkins7052995275768844531.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-tdT5 + 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:/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:/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/ric-app-qp-tox-sonarqube/.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:/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:/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:/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 ++ grep -E '^[0-9.]*[0-9]$' ++ command=versions ++ '[' 1 -gt 0 ']' ++ shift ++ case "$command" in ++ command pyenv versions ++ pyenv versions ++ sed 's/^[ *]* //' ++ awk '{ print $1 }' ++ [[ ! -s /tmp/.pyenv_versions ]] +++ grep '^3' /tmp/.pyenv_versions +++ tail -n 1 +++ sort -V ++ 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-qqqD + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-qqqD from' file:/tmp/.toxenv lf-activate-venv(): INFO: Reuse venv:/tmp/venv-qqqD from file:/tmp/.toxenv + /tmp/venv-qqqD/bin/python3 -m pip install --upgrade --quiet pip virtualenv + [[ -z tox virtualenv urllib3~=1.26.15 ]] + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 + /tmp/venv-qqqD/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 + type python3 + true + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-qqqD/bin to PATH' lf-activate-venv(): INFO: Adding /tmp/venv-qqqD/bin to PATH + PATH=/tmp/venv-qqqD/bin:/opt/pyenv/shims:/opt/pyenv/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 23.3.1 from /tmp/venv-qqqD/lib/python3.10/site-packages/pip (python 3.10) + python3 -m pip freeze cachetools==5.3.2 chardet==5.2.0 colorama==0.4.6 distlib==0.3.7 filelock==3.13.1 packaging==23.2 platformdirs==3.11.0 pluggy==1.3.0 pyproject-api==1.6.1 tomli==2.0.1 tox==4.11.3 urllib3==1.26.18 virtualenv==20.24.6 [ric-app-qp-tox-sonarqube] $ /bin/bash /tmp/jenkins3802844616059470979.sh ---> install-deb-rmr.sh + version_file=rmr-version.yaml + [[ -f rmr-version.yaml ]] ++ grep '^repo:' rmr-version.yaml ++ cut -d: -f2 ++ xargs + repo= ++ grep '^version:' rmr-version.yaml ++ cut -d: -f2 ++ xargs + ver=4.7.4 + [[ -z 4.7.4 ]] + repo=release + for deb in "rmr_${ver}_amd64.deb" "rmr-dev_${ver}_amd64.deb" + wget -nv --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr_4.7.4_amd64.deb/download.deb 2023-11-17 17:54:27 URL:https://d28dx6y1hfq314.cloudfront.net/20756/10598/debian/package_files/2426729.deb?t=1700243967_bf391e926305e6318109d928ca8f0ff5a5717add [240610/240610] -> "rmr_4.7.4_amd64.deb" [1] + sudo dpkg -i rmr_4.7.4_amd64.deb Selecting previously unselected package rmr. (Reading database ... 198606 files and directories currently installed.) Preparing to unpack rmr_4.7.4_amd64.deb ... Unpacking rmr (4.7.4) ... Setting up rmr (4.7.4) ... + rm -f rmr_4.7.4_amd64.deb + for deb in "rmr_${ver}_amd64.deb" "rmr-dev_${ver}_amd64.deb" + wget -nv --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr-dev_4.7.4_amd64.deb/download.deb 2023-11-17 17:54:29 URL:https://d28dx6y1hfq314.cloudfront.net/20756/10598/debian/package_files/2426730.deb?t=1700243969_b737aa8b665fd28dbbcfc925be4988fb7e2fe3a2 [125170/125170] -> "rmr-dev_4.7.4_amd64.deb" [1] + sudo dpkg -i rmr-dev_4.7.4_amd64.deb Selecting previously unselected package rmr-dev. (Reading database ... 198614 files and directories currently installed.) Preparing to unpack rmr-dev_4.7.4_amd64.deb ... Unpacking rmr-dev (4.7.4) ... Setting up rmr-dev (4.7.4) ... + rm -f rmr-dev_4.7.4_amd64.deb + echo '---> install-deb-rmr.sh ends' ---> install-deb-rmr.sh ends [EnvInject] - Injecting environment variables from a build step. [EnvInject] - Injecting as environment variables the properties content PARALLEL=False [EnvInject] - Variables injected successfully. [ric-app-qp-tox-sonarqube] $ /bin/bash -l /tmp/jenkins8153378127238659976.sh ---> tox-run.sh + PATH=/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/ric-app-qp-tox-sonarqube/archives/tox + ARCHIVE_DOC_DIR=/w/workspace/ric-app-qp-tox-sonarqube/archives/docs + mkdir -p /w/workspace/ric-app-qp-tox-sonarqube/archives/tox + cd /w/workspace/ric-app-qp-tox-sonarqube/. + 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-myf8 + 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 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/ric-app-qp-tox-sonarqube/.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:/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 ++ grep -E '^[0-9.]*[0-9]$' ++ command=versions ++ '[' 1 -gt 0 ']' ++ shift ++ case "$command" in ++ command pyenv versions ++ pyenv versions ++ awk '{ print $1 }' ++ sed 's/^[ *]* //' ++ [[ ! -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-qqqD + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-qqqD from' file:/tmp/.toxenv lf-activate-venv(): INFO: Reuse venv:/tmp/venv-qqqD from file:/tmp/.toxenv + /tmp/venv-qqqD/bin/python3 -m pip install --upgrade --quiet pip virtualenv + [[ -z tox virtualenv urllib3~=1.26.15 ]] + echo 'lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 ' lf-activate-venv(): INFO: Installing: tox virtualenv urllib3~=1.26.15 + /tmp/venv-qqqD/bin/python3 -m pip install --upgrade --quiet --upgrade-strategy eager tox virtualenv urllib3~=1.26.15 + type python3 + true + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-qqqD/bin to PATH' lf-activate-venv(): INFO: Adding /tmp/venv-qqqD/bin to PATH + PATH=/tmp/venv-qqqD/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 + [[ -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-qqqD/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 + PATH=/opt/pyenv/bin:/tmp/venv-qqqD/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 ++ pwd + PYTHONPATH=/w/workspace/ric-app-qp-tox-sonarqube + export PYTHONPATH + export TOX_TESTENV_PASSENV=PYTHONPATH + TOX_TESTENV_PASSENV=PYTHONPATH + tox --version 4.11.3 from /tmp/venv-qqqD/lib/python3.10/site-packages/tox/__init__.py + PARALLEL=False + TOX_OPTIONS_LIST= + [[ -n code,flake8 ]] + TOX_OPTIONS_LIST=' -e code,flake8' + case ${PARALLEL,,} in + tee -a /w/workspace/ric-app-qp-tox-sonarqube/archives/tox/tox.log + tox -e code,flake8 code: install_deps> python -I -m pip install coverage pytest pytest-cov .pkg: install_requires> python -I -m pip install 'setuptools>=40.8.0' wheel .pkg: _optional_hooks> python /tmp/venv-qqqD/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ .pkg: get_requires_for_build_sdist> python /tmp/venv-qqqD/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ .pkg: get_requires_for_build_wheel> python /tmp/venv-qqqD/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 wheel .pkg: freeze> python -m pip freeze --all .pkg: pip==23.3.1,setuptools==68.2.2,wheel==0.41.2 .pkg: prepare_metadata_for_build_wheel> python /tmp/venv-qqqD/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ .pkg: build_sdist> python /tmp/venv-qqqD/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ code: install_package_deps> python -I -m pip install influxdb joblib 'joblib>=0.3.2' 'mdclogpy<=1.1.1' 'pandas>=1.1.3' 'ricxappframe<2.0.0,>=1.1.1' schedule scikit-learn 'statsmodels>=0.11.1' code: install_package> python -I -m pip install --force-reinstall --no-deps /w/workspace/ric-app-qp-tox-sonarqube/.tox/.tmp/package/1/qp-0.0.5.tar.gz code: freeze> python -m pip freeze --all code: async-timeout==4.0.3,certifi==2023.7.22,charset-normalizer==3.3.2,coverage==7.3.2,exceptiongroup==1.1.3,hiredis==2.2.3,idna==3.4,influxdb==5.3.1,iniconfig==2.0.0,inotify-simple==1.3.5,joblib==1.3.2,mdclogpy==1.1.1,msgpack==1.0.7,numpy==1.26.2,packaging==23.2,pandas==2.1.3,patsy==0.5.3,pip==23.3.1,pluggy==1.3.0,pytest==7.4.3,pytest-cov==4.1.0,python-dateutil==2.8.2,pytz==2023.3.post1,qp==0.0.5,redis==5.0.1,requests==2.31.0,ricsdl==2.3.0,ricxappframe==1.6.0,schedule==1.2.1,scikit-learn==1.3.2,scipy==1.11.3,setuptools==68.2.2,six==1.16.0,statsmodels==0.14.0,threadpoolctl==3.2.0,tomli==2.0.1,tzdata==2023.3,urllib3==2.1.0,wheel==0.41.2 code: commands[0]> pytest -v --cov src --cov-report xml --cov-report term-missing --cov-report html --cov-fail-under=60 ============================= test session starts ============================== platform linux -- Python 3.10.6, pytest-7.4.3, pluggy-1.3.0 -- /w/workspace/ric-app-qp-tox-sonarqube/.tox/code/bin/python cachedir: .tox/code/.pytest_cache rootdir: /w/workspace/ric-app-qp-tox-sonarqube plugins: cov-4.1.0 collecting ... collected 5 items tests/test_qp.py::test_init_xapp PASSED [ 20%] tests/test_qp.py::test_database_connection PASSED [ 40%] tests/test_qp.py::test_training FAILED [ 60%] tests/test_qp.py::test_predict PASSED [ 80%] tests/test_qp.py::test_rmr_flow PASSED [100%] =================================== FAILURES =================================== ________________________________ test_training _________________________________ monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f9f292f3e80> qp_train = 'c6/B2' def test_training(monkeypatch, qp_train): > main.train_model(qp_train) tests/test_qp.py:52: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ src/main.py:125: in train_model train(db, cid) src/qptrain.py:141: in train train_cid(cid) src/qptrain.py:126: in train_cid md.process() src/qptrain.py:78: in process self.make_stationary() # check for Stationarity and make the Time Series Stationary src/qptrain.py:59: in make_stationary for name, column in df.iteritems(): _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = pdcpBytesUl pdcpBytesDl 0 0.000000 0.000000 1 3.722710 3.722710 2 0.000000 0.0...0 4797 0.000000 0.000000 4798 459.667694 459.667694 4799 0.000000 0.000000 [4800 rows x 2 columns] name = 'iteritems' @final def __getattr__(self, name: str): """ After regular attribute access, try looking up the name This allows simpler access to columns for interactive use. """ # Note: obj.x will always call obj.__getattribute__('x') prior to # calling obj.__getattr__('x'). if ( name not in self._internal_names_set and name not in self._metadata and name not in self._accessors and self._info_axis._can_hold_identifiers_and_holds_name(name) ): return self[name] > return object.__getattribute__(self, name) E AttributeError: 'DataFrame' object has no attribute 'iteritems'. Did you mean: 'isetitem'? .tox/code/lib/python3.10/site-packages/pandas/core/generic.py:6204: AttributeError =============================== warnings summary =============================== tests/test_qp.py::test_training /w/workspace/ric-app-qp-tox-sonarqube/src/qptrain.py:39: FutureWarning: DataFrame.fillna with 'method' is deprecated and will raise in a future version. Use obj.ffill() or obj.bfill() instead. self.data = self.data.fillna(method='bfill') tests/test_qp.py::test_rmr_flow /w/workspace/ric-app-qp-tox-sonarqube/.tox/code/lib/python3.10/site-packages/_pytest/threadexception.py:73: PytestUnhandledThreadExceptionWarning: Exception in thread Thread-3 (loop) Traceback (most recent call last): File "/opt/pyenv/versions/3.10.6/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/opt/pyenv/versions/3.10.6/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/w/workspace/ric-app-qp-tox-sonarqube/.tox/code/lib/python3.10/site-packages/ricxappframe/xapp_frame.py", line 480, in loop func(self, summary, sbuf) File "/w/workspace/ric-app-qp-tox-sonarqube/src/main.py", line 67, in qp_predict_handler pred_msg = predict(summary[rmr.RMR_MS_PAYLOAD]) File "/w/workspace/ric-app-qp-tox-sonarqube/src/main.py", line 99, in predict ue_list = payload['UEPredictionSet'] TypeError: string indices must be integers warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ---------- coverage: platform linux, python 3.10.6-final-0 ----------- Name Stmts Miss Cover Missing ------------------------------------------------- src/__init__.py 0 0 100% src/database.py 107 48 55% 44-55, 59-73, 76-91, 94-99, 102-105, 145, 148, 151 src/exceptions.py 6 0 100% src/main.py 84 28 67% 49-50, 57-59, 68-76, 104-118, 149, 152, 169 src/prediction.py 18 13 28% 27-40 src/qptrain.py 93 48 48% 40-42, 46-52, 60-63, 67-74, 91-99, 102-113, 127-135 ------------------------------------------------- TOTAL 308 137 56% Coverage HTML written to dir htmlcov Coverage XML written to file coverage.xml FAIL Required test coverage of 60% not reached. Total coverage: 55.52% =========================== short test summary info ============================ FAILED tests/test_qp.py::test_training - AttributeError: 'DataFrame' object h... =================== 1 failed, 4 passed, 2 warnings in 13.36s =================== code: exit 1 (14.12 seconds) /w/workspace/ric-app-qp-tox-sonarqube> pytest -v --cov src --cov-report xml --cov-report term-missing --cov-report html --cov-fail-under=60 pid=30187 .pkg: _exit> python /tmp/venv-qqqD/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ code: FAIL ✖ in 1 minute 25.18 seconds flake8: install_deps> python -I -m pip install flake8 flake8: freeze> python -m pip freeze --all flake8: flake8==6.1.0,mccabe==0.7.0,pip==23.3.1,pycodestyle==2.11.1,pyflakes==3.1.0,qp==0.0.5,setuptools==68.2.2,wheel==0.41.2 flake8: commands[0]> flake8 setup.py src tests code: FAIL code 1 (85.18=setup[71.05]+cmd[14.12] seconds) flake8: OK (7.40=setup[7.14]+cmd[0.27] seconds) evaluation failed :( (92.74 seconds) + tox_status=255 + echo '---> Completed tox runs' ---> Completed tox runs + for i in .tox/*/log ++ echo .tox/code/log ++ awk -F/ '{print $2}' + tox_env=code + cp -r .tox/code/log /w/workspace/ric-app-qp-tox-sonarqube/archives/tox/code + for i in .tox/*/log ++ echo .tox/flake8/log ++ awk -F/ '{print $2}' + tox_env=flake8 + cp -r .tox/flake8/log /w/workspace/ric-app-qp-tox-sonarqube/archives/tox/flake8 + DOC_DIR=docs/_build/html + [[ -d docs/_build/html ]] + echo '---> tox-run.sh ends' ---> tox-run.sh ends + test 255 -eq 0 + exit 255 ++ '[' 1 = 1 ']' ++ '[' -x /usr/bin/clear_console ']' ++ /usr/bin/clear_console -q Build step 'Execute shell' marked build as failure $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 29487 killed; [ssh-agent] Stopped. [PostBuildScript] - [INFO] Executing post build scripts. [ric-app-qp-tox-sonarqube] $ /bin/bash /tmp/jenkins9055014696736718661.sh ---> sysstat.sh [ric-app-qp-tox-sonarqube] $ /bin/bash /tmp/jenkins3497481347605764213.sh ---> package-listing.sh ++ facter osfamily ++ tr '[:upper:]' '[:lower:]' + OS_FAMILY=debian + workspace=/w/workspace/ric-app-qp-tox-sonarqube + 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/ric-app-qp-tox-sonarqube ']' + 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 + true + '[' /w/workspace/ric-app-qp-tox-sonarqube ']' + mkdir -p /w/workspace/ric-app-qp-tox-sonarqube/archives/ + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ric-app-qp-tox-sonarqube/archives/ [ric-app-qp-tox-sonarqube] $ /bin/bash /tmp/jenkins3123970704025191921.sh ---> capture-instance-metadata.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/ric-app-qp-tox-sonarqube/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-pkr2 from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing: lftools lf-activate-venv(): INFO: Adding /tmp/venv-pkr2/bin to PATH INFO: Running in OpenStack, capturing instance metadata [ric-app-qp-tox-sonarqube] $ /bin/bash /tmp/jenkins9019713941672910156.sh provisioning config files... copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ric-app-qp-tox-sonarqube@tmp/config3649781711758276527tmp 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. [ric-app-qp-tox-sonarqube] $ /bin/bash /tmp/jenkins3004743459058937875.sh ---> create-netrc.sh [ric-app-qp-tox-sonarqube] $ /bin/bash /tmp/jenkins17752494025088168535.sh ---> python-tools-install.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/ric-app-qp-tox-sonarqube/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-pkr2 from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing: lftools lf-activate-venv(): INFO: Adding /tmp/venv-pkr2/bin to PATH [ric-app-qp-tox-sonarqube] $ /bin/bash /tmp/jenkins17503890221904275110.sh ---> sudo-logs.sh Archiving 'sudo' log.. [ric-app-qp-tox-sonarqube] $ /bin/bash /tmp/jenkins4261019467689563038.sh ---> job-cost.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/ric-app-qp-tox-sonarqube/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-pkr2 from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 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. lftools 0.37.8 requires openstacksdk<1.5.0, but you have openstacksdk 2.0.0 which is incompatible. virtualenv 20.24.6 requires platformdirs<4,>=3.9.1, but you have platformdirs 4.0.0 which is incompatible. lf-activate-venv(): INFO: Adding /tmp/venv-pkr2/bin to PATH INFO: No Stack... INFO: Retrieving Pricing Info for: v2-highcpu-2 INFO: Archiving Costs [ric-app-qp-tox-sonarqube] $ /bin/bash -l /tmp/jenkins577777551866555623.sh ---> logs-deploy.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/ric-app-qp-tox-sonarqube/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-pkr2 from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing: lftools lf-activate-venv(): INFO: Adding /tmp/venv-pkr2/bin to PATH INFO: Nexus URL https://nexus.o-ran-sc.org path production/vex-sjc-oran-jenkins-prod-1/ric-app-qp-tox-sonarqube/181 INFO: archiving workspace using pattern(s): -p **/*.log Archives upload complete. INFO: archiving logs to Nexus ---> uname -a: Linux prd-ubuntu1804-builder-2c-2g-6 5.4.0-146-generic #163-Ubuntu SMP Fri Mar 17 18:26:02 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux ---> lscpu: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian Address sizes: 40 bits physical, 48 bits virtual CPU(s): 2 On-line CPU(s) list: 0,1 Thread(s) per core: 1 Core(s) per socket: 1 Socket(s): 2 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: 64 KiB L1i cache: 64 KiB L2 cache: 1 MiB L3 cache: 32 MiB NUMA node0 CPU(s): 0,1 Vulnerability Itlb multihit: Not affected Vulnerability L1tf: Not affected Vulnerability Mds: Not affected Vulnerability Meltdown: Not affected Vulnerability Mmio stale data: Not affected Vulnerability Retbleed: Vulnerable Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected Vulnerability Srbds: Not affected Vulnerability Tsx async abort: Not affected Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities ---> nproc: 2 ---> df -h: Filesystem Size Used Avail Use% Mounted on udev 975M 0 975M 0% /dev tmpfs 199M 1012K 198M 1% /run /dev/vda1 20G 9.0G 11G 47% / tmpfs 992M 0 992M 0% /dev/shm tmpfs 5.0M 0 5.0M 0% /run/lock tmpfs 992M 0 992M 0% /sys/fs/cgroup /dev/loop0 62M 62M 0 100% /snap/core20/1405 /dev/loop2 68M 68M 0 100% /snap/lxd/22753 /dev/vda15 105M 6.1M 99M 6% /boot/efi tmpfs 199M 0 199M 0% /run/user/1001 /dev/loop3 41M 41M 0 100% /snap/snapd/20290 /dev/loop4 64M 64M 0 100% /snap/core20/2015 /dev/loop5 92M 92M 0 100% /snap/lxd/24061 ---> free -m: total used free shared buff/cache available Mem: 1983 413 160 2 1408 1375 Swap: 1023 1 1022 ---> 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 1450 qdisc fq_codel state UP group default qlen 1000 link/ether fa:16:3e:23:2b:de brd ff:ff:ff:ff:ff:ff inet 10.32.7.44/23 brd 10.32.7.255 scope global dynamic ens3 valid_lft 85620sec preferred_lft 85620sec inet6 fe80::f816:3eff:fe23:2bde/64 scope link valid_lft forever preferred_lft forever ---> sar -b -r -n DEV: Linux 5.4.0-146-generic (prd-ubuntu1804-builder-2c-2g-6) 11/17/23 _x86_64_ (2 CPU) 17:44:06 LINUX RESTART (2 CPU) 17:45:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:46:01 152.00 47.47 104.53 0.00 1587.87 15767.54 0.00 17:47:01 60.74 14.33 46.41 0.00 587.20 6280.95 0.00 17:48:01 8.78 0.00 8.78 0.00 0.00 1106.08 0.00 17:49:01 1.77 0.00 1.77 0.00 0.00 19.75 0.00 17:50:01 88.32 38.92 49.40 0.00 7406.60 11191.07 0.00 17:51:01 5.55 0.07 5.48 0.00 0.53 117.05 0.00 17:52:01 1.40 0.00 1.40 0.00 0.00 15.33 0.00 17:53:01 1.22 0.00 1.22 0.00 0.00 14.93 0.00 17:54:01 0.98 0.00 0.98 0.00 0.00 11.20 0.00 17:55:01 53.17 25.65 27.53 0.00 826.66 2499.05 0.00 17:56:01 51.22 12.76 38.46 0.00 521.51 19587.94 0.00 17:57:01 48.56 19.41 29.15 0.00 662.29 2664.36 0.00 Average: 39.48 13.22 26.26 0.00 966.15 4939.84 0.00 17:45:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:46:01 143340 1446312 351008 17.29 62844 1313756 804176 26.12 425192 1258832 94564 17:47:01 179960 1479696 317424 15.63 70248 1300140 762544 24.76 439048 1206800 26816 17:48:01 179800 1479352 317852 15.65 70324 1300068 762544 24.76 438824 1206816 132 17:49:01 179824 1479404 317756 15.65 70376 1300060 770364 25.02 438888 1206728 184 17:50:01 148976 1468044 307664 15.15 102160 1298004 715072 23.22 692604 971404 1068 17:51:01 150704 1468288 307528 15.14 100716 1298144 716700 23.28 692432 970100 272 17:52:01 150972 1468588 307188 15.13 100744 1298148 716700 23.28 692460 970104 92 17:53:01 151076 1468724 307044 15.12 100780 1298152 716700 23.28 692488 970108 92 17:54:01 153304 1470988 304908 15.02 100808 1298136 716700 23.28 691352 968932 92 17:55:01 77908 1366416 409260 20.15 103980 1266324 886900 28.80 725500 1009380 120568 17:56:01 208816 1402980 372364 18.34 100744 1174720 847392 27.52 539856 1063688 40700 17:57:01 189476 1433228 342040 16.84 107304 1213040 754948 24.52 530444 1089136 19296 Average: 159513 1452668 330170 16.26 90919 1279891 764228 24.82 583257 1074336 25323 17:45:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:46:01 lo 0.73 0.73 0.09 0.09 0.00 0.00 0.00 0.00 17:46:01 ens3 156.31 104.67 1008.27 16.78 0.00 0.00 0.00 0.00 17:47:01 lo 1.80 1.80 0.18 0.18 0.00 0.00 0.00 0.00 17:47:01 ens3 73.59 51.96 122.29 24.44 0.00 0.00 0.00 0.00 17:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:48:01 ens3 2.65 0.92 2.70 0.06 0.00 0.00 0.00 0.00 17:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:49:01 ens3 0.37 0.10 0.02 0.01 0.00 0.00 0.00 0.00 17:50:01 lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 17:50:01 ens3 444.70 229.84 2745.83 15.52 0.00 0.00 0.00 0.00 17:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:51:01 ens3 0.32 0.25 0.05 0.02 0.00 0.00 0.00 0.00 17:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:52:01 ens3 0.25 0.03 0.04 0.00 0.00 0.00 0.00 0.00 17:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:53:01 ens3 0.33 0.12 0.02 0.01 0.00 0.00 0.00 0.00 17:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:54:01 ens3 0.10 0.00 0.01 0.00 0.00 0.00 0.00 0.00 17:55:01 lo 1.33 1.33 0.13 0.13 0.00 0.00 0.00 0.00 17:55:01 ens3 82.77 71.44 939.83 16.36 0.00 0.00 0.00 0.00 17:56:01 lo 0.22 0.22 0.03 0.03 0.00 0.00 0.00 0.00 17:56:01 ens3 30.43 23.50 638.75 2.02 0.00 0.00 0.00 0.00 17:57:01 lo 1.13 1.13 0.10 0.10 0.00 0.00 0.00 0.00 17:57:01 ens3 24.50 24.41 75.14 10.39 0.00 0.00 0.00 0.00 Average: lo 0.54 0.54 0.05 0.05 0.00 0.00 0.00 0.00 Average: ens3 68.03 42.27 461.12 7.13 0.00 0.00 0.00 0.00 ---> sar -P ALL: Linux 5.4.0-146-generic (prd-ubuntu1804-builder-2c-2g-6) 11/17/23 _x86_64_ (2 CPU) 17:44:06 LINUX RESTART (2 CPU) 17:45:01 CPU %user %nice %system %iowait %steal %idle 17:46:01 all 36.02 8.70 8.26 11.72 0.11 35.18 17:46:01 0 37.40 10.14 9.28 4.83 0.12 38.24 17:46:01 1 34.63 7.27 7.23 18.64 0.10 32.12 17:47:01 all 42.53 0.00 3.11 3.96 0.12 50.28 17:47:01 0 62.34 0.00 3.58 3.18 0.15 30.74 17:47:01 1 22.84 0.00 2.64 4.72 0.10 69.71 17:48:01 all 0.23 0.00 0.06 0.34 0.02 99.36 17:48:01 0 0.03 0.00 0.00 0.13 0.02 99.82 17:48:01 1 0.42 0.00 0.12 0.55 0.02 98.90 17:49:01 all 0.03 0.00 0.03 0.03 0.01 99.92 17:49:01 0 0.03 0.00 0.03 0.05 0.00 99.88 17:49:01 1 0.02 0.00 0.02 0.00 0.02 99.95 17:50:01 all 9.15 0.00 5.13 4.17 0.06 81.49 17:50:01 0 9.03 0.00 4.88 4.70 0.07 81.31 17:50:01 1 9.27 0.00 5.38 3.63 0.05 81.67 17:51:01 all 0.23 0.00 0.14 0.21 0.02 99.41 17:51:01 0 0.18 0.00 0.12 0.42 0.00 99.28 17:51:01 1 0.27 0.00 0.17 0.00 0.03 99.53 17:52:01 all 0.02 0.00 0.03 0.03 0.01 99.92 17:52:01 0 0.00 0.00 0.02 0.03 0.00 99.95 17:52:01 1 0.03 0.00 0.05 0.02 0.02 99.88 17:53:01 all 0.02 0.00 0.03 0.03 0.02 99.92 17:53:01 0 0.00 0.00 0.02 0.05 0.02 99.92 17:53:01 1 0.03 0.00 0.03 0.00 0.02 99.92 17:54:01 all 0.02 0.00 0.03 0.02 0.01 99.93 17:54:01 0 0.00 0.00 0.00 0.03 0.00 99.97 17:54:01 1 0.03 0.00 0.05 0.00 0.02 99.90 17:55:01 all 20.10 0.00 1.99 3.29 0.07 74.56 17:55:01 0 8.13 0.00 1.93 2.98 0.05 86.92 17:55:01 1 32.15 0.00 2.06 3.60 0.08 62.11 17:56:01 all 20.27 0.00 2.44 1.64 0.09 75.56 17:56:01 0 25.71 0.00 2.72 1.31 0.12 70.14 17:56:01 1 14.84 0.00 2.17 1.97 0.07 80.95 17:56:01 CPU %user %nice %system %iowait %steal %idle 17:57:01 all 35.33 0.00 1.94 2.40 0.09 60.24 17:57:01 0 29.48 0.00 1.84 3.84 0.08 64.76 17:57:01 1 41.24 0.00 2.04 0.95 0.10 55.67 Average: all 13.69 0.72 1.93 2.32 0.05 81.29 Average: 0 14.39 0.84 2.04 1.80 0.05 80.88 Average: 1 12.98 0.60 1.83 2.84 0.05 81.70