Project

General

Profile

Bug #50259 ยป makelogfile_wip2.txt

Harish Munjulur, 04/08/2021 08:36 PM

 
UpdateCTestConfiguration from :/root/wip-hmunjulu02-testing/build/DartConfiguration.tcl
UpdateCTestConfiguration from :/root/wip-hmunjulu02-testing/build/DartConfiguration.tcl
Test project /root/wip-hmunjulu02-testing/build
Constructing a list of tests
Done constructing a list of tests
Updating test list for fixtures
Added 0 tests to meet fixture requirements
Checking test dependency graph...
Checking test dependency graph end
test 1
Start 1: setup-venv-for-mgr

1: Test command: /root/wip-hmunjulu02-testing/src/tools/setup-virtualenv.sh "--python=/usr/bin/python3.8" "/root/wip-hmunjulu02-testing/build/mgr-virtualenv"
1: Test timeout computed to be: 10000000
1: created virtual environment CPython3.8.2.final.0-64 in 400ms
1: creator CPython3Posix(dest=/root/wip-hmunjulu02-testing/build/mgr-virtualenv, clear=False, global=False)
1: seeder FromAppData(download=False, CacheControl=latest, certifi=latest, appdirs=latest, urllib3=latest, pep517=latest, packaging=latest, retrying=latest, ipaddr=latest, msgpack=latest, progress=latest, pytoml=latest, chardet=latest, pkg_resources=latest, pip=latest, distlib=latest, contextlib2=latest, idna=latest, pyparsing=latest, webencodings=latest, lockfile=latest, html5lib=latest, wheel=latest, six=latest, setuptools=latest, colorama=latest, distro=latest, requests=latest, via=copy, app_data_dir=/root/.local/share/virtualenv/seed-app-data/v1.0.1.debian)
1: activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator,XonshActivator
1: Collecting pip>=6.1
1: Downloading pip-21.0.1-py3-none-any.whl (1.5 MB)
1: Installing collected packages: pip
1: Attempting uninstall: pip
1: Found existing installation: pip 20.0.2
1: Uninstalling pip-20.0.2:
1: Successfully uninstalled pip-20.0.2
1: Successfully installed pip-21.0.1
1: Looking in links: file:///root/wip-hmunjulu02-testing/src/pybind/mgr/wheelhouse
1: Processing ./wheelhouse/tox-3.23.0-py2.py3-none-any.whl
1: Requirement already satisfied: packaging>=14 in /root/wip-hmunjulu02-testing/build/mgr-virtualenv/lib/python3.8/site-packages (from tox>=2.9.1) (20.3)
1: Processing ./wheelhouse/toml-0.10.2-py2.py3-none-any.whl
1: Processing ./wheelhouse/pluggy-0.13.1-py2.py3-none-any.whl
1: Processing ./wheelhouse/filelock-3.0.12-py3-none-any.whl
1: Processing ./wheelhouse/virtualenv-20.4.3-py2.py3-none-any.whl
1: Requirement already satisfied: six>=1.14.0 in /root/wip-hmunjulu02-testing/build/mgr-virtualenv/lib/python3.8/site-packages (from tox>=2.9.1) (1.14.0)
1: Processing ./wheelhouse/py-1.10.0-py2.py3-none-any.whl
1: Processing ./wheelhouse/distlib-0.3.1-py2.py3-none-any.whl
1: Requirement already satisfied: appdirs<2,>=1.4.3 in /root/wip-hmunjulu02-testing/build/mgr-virtualenv/lib/python3.8/site-packages (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox>=2.9.1) (1.4.3)
1: Installing collected packages: filelock, distlib, virtualenv, toml, py, pluggy, tox
1: Attempting uninstall: distlib
1: Found existing installation: distlib 0.3.0
1: Uninstalling distlib-0.3.0:
1: Successfully uninstalled distlib-0.3.0
1: Successfully installed distlib-0.3.1 filelock-3.0.12 pluggy-0.13.1 py-1.10.0 toml-0.10.2 tox-3.23.0 virtualenv-20.4.3
1: Looking in links: file:///root/wip-hmunjulu02-testing/src/pybind/mgr/wheelhouse
1: Obtaining file:///root/wip-hmunjulu02-testing/src/python-common (from -r requirements.txt (line 2))
1: Processing ./wheelhouse/pytest_cov-2.7.1-py2.py3-none-any.whl
1: Processing ./wheelhouse/kubernetes-12.0.1-py2.py3-none-any.whl
1: Processing ./wheelhouse/requests_mock-1.8.0-py2.py3-none-any.whl
1: Processing ./wheelhouse/PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl
1: Processing ./wheelhouse/prettytable-2.1.0-py3-none-any.whl
1: Processing ./wheelhouse/pyOpenSSL-20.0.1-py2.py3-none-any.whl
1: Processing ./wheelhouse/execnet-1.8.0-py2.py3-none-any.whl
1: Processing ./wheelhouse/remoto-1.2.0-py3-none-any.whl
1: Processing ./wheelhouse/Jinja2-2.11.3-py2.py3-none-any.whl
1: Processing ./wheelhouse/pyfakefs-4.4.0-py3-none-any.whl
1: Processing ./wheelhouse/coverage-5.5-cp38-cp38-manylinux2010_x86_64.whl
1: Processing ./wheelhouse/pytest-6.2.3-py3-none-any.whl
1: Requirement already satisfied: py>=1.8.2 in /root/wip-hmunjulu02-testing/build/mgr-virtualenv/lib/python3.8/site-packages (from pytest>=3.6->pytest-cov==2.7.1->-r requirements.txt (line 1)) (1.10.0)
1: Requirement already satisfied: toml in /root/wip-hmunjulu02-testing/build/mgr-virtualenv/lib/python3.8/site-packages (from pytest>=3.6->pytest-cov==2.7.1->-r requirements.txt (line 1)) (0.10.2)
1: Requirement already satisfied: packaging in /root/wip-hmunjulu02-testing/build/mgr-virtualenv/lib/python3.8/site-packages (from pytest>=3.6->pytest-cov==2.7.1->-r requirements.txt (line 1)) (20.3)
1: Requirement already satisfied: pluggy<1.0.0a1,>=0.12 in /root/wip-hmunjulu02-testing/build/mgr-virtualenv/lib/python3.8/site-packages (from pytest>=3.6->pytest-cov==2.7.1->-r requirements.txt (line 1)) (0.13.1)
1: Processing ./wheelhouse/iniconfig-1.1.1-py2.py3-none-any.whl
1: Processing ./wheelhouse/attrs-20.3.0-py2.py3-none-any.whl
1: Processing ./wheelhouse/apipkg-1.5-py2.py3-none-any.whl
1: Processing ./wheelhouse/MarkupSafe-1.1.1-cp38-cp38-manylinux2010_x86_64.whl
1: Processing ./wheelhouse/websocket_client-0.58.0-py2.py3-none-any.whl
1: Requirement already satisfied: certifi>=14.05.14 in /root/wip-hmunjulu02-testing/build/mgr-virtualenv/lib/python3.8/site-packages (from kubernetes->-r requirements.txt (line 3)) (2019.11.28)
1: Requirement already satisfied: six>=1.9.0 in /root/wip-hmunjulu02-testing/build/mgr-virtualenv/lib/python3.8/site-packages (from kubernetes->-r requirements.txt (line 3)) (1.14.0)
1: Processing ./wheelhouse/google_auth-1.28.0-py2.py3-none-any.whl
1: Requirement already satisfied: urllib3>=1.24.2 in /root/wip-hmunjulu02-testing/build/mgr-virtualenv/lib/python3.8/site-packages (from kubernetes->-r requirements.txt (line 3)) (1.25.8)
1: Requirement already satisfied: requests in /root/wip-hmunjulu02-testing/build/mgr-virtualenv/lib/python3.8/site-packages (from kubernetes->-r requirements.txt (line 3)) (2.22.0)
1: Processing ./wheelhouse/requests_oauthlib-1.3.0-py2.py3-none-any.whl
1: Requirement already satisfied: setuptools>=21.0.0 in /root/wip-hmunjulu02-testing/build/mgr-virtualenv/lib/python3.8/site-packages (from kubernetes->-r requirements.txt (line 3)) (44.0.0)
1: Processing ./wheelhouse/python_dateutil-2.8.1-py2.py3-none-any.whl
1: Processing ./wheelhouse/rsa-4.7.2-py3-none-any.whl
1: Processing ./wheelhouse/cachetools-4.2.1-py3-none-any.whl
1: Processing ./wheelhouse/pyasn1_modules-0.2.8-py2.py3-none-any.whl
1: Processing ./wheelhouse/pyasn1-0.4.8-py2.py3-none-any.whl
1: Processing ./wheelhouse/wcwidth-0.2.5-py2.py3-none-any.whl
1: Processing ./wheelhouse/cryptography-3.4.7-cp36-abi3-manylinux2014_x86_64.whl
1: Processing ./wheelhouse/cffi-1.14.5-cp38-cp38-manylinux1_x86_64.whl
1: Processing ./wheelhouse/pycparser-2.20-py2.py3-none-any.whl
1: Processing ./wheelhouse/oauthlib-3.1.0-py2.py3-none-any.whl
1: Installing collected packages: pycparser, pyasn1, rsa, pyasn1-modules, oauthlib, iniconfig, cffi, cachetools, attrs, apipkg, websocket-client, wcwidth, requests-oauthlib, pyyaml, python-dateutil, pytest, MarkupSafe, google-auth, execnet, cryptography, coverage, requests-mock, remoto, pytest-cov, pyOpenSSL, pyfakefs, prettytable, kubernetes, Jinja2, ceph
1: Running setup.py develop for ceph
1: Successfully installed Jinja2-2.11.3 MarkupSafe-1.1.1 apipkg-1.5 attrs-20.3.0 cachetools-4.2.1 ceph cffi-1.14.5 coverage-5.5 cryptography-3.4.7 execnet-1.8.0 google-auth-1.28.0 iniconfig-1.1.1 kubernetes-12.0.1 oauthlib-3.1.0 prettytable-2.1.0 pyOpenSSL-20.0.1 pyasn1-0.4.8 pyasn1-modules-0.2.8 pycparser-2.20 pyfakefs-4.4.0 pytest-6.2.3 pytest-cov-2.7.1 python-dateutil-2.8.1 pyyaml-5.4.1 remoto-1.2.0 requests-mock-1.8.0 requests-oauthlib-1.3.0 rsa-4.7.2 wcwidth-0.2.5 websocket-client-0.58.0
1/207 Test #1: setup-venv-for-mgr ...................... Passed 12.00 sec
test 3
Start 3: run-tox-mgr

3: Test command: /root/wip-hmunjulu02-testing/src/script/run_tox.sh "--source-dir" "/root/wip-hmunjulu02-testing" "--build-dir" "/root/wip-hmunjulu02-testing/build" "--tox-path" "/root/wip-hmunjulu02-testing/src/pybind/mgr" "--tox-envs" "py3,mypy,flake8" "--venv-path" "/root/wip-hmunjulu02-testing/build/mgr-virtualenv"
3: Environment variables:
3: CEPH_ROOT=/root/wip-hmunjulu02-testing
3: CEPH_BIN=/root/wip-hmunjulu02-testing/build/bin
3: CEPH_LIB=/root/wip-hmunjulu02-testing/build/lib
3: CEPH_BUILD_VIRTUALENV=/root/wip-hmunjulu02-testing/build
3: LD_LIBRARY_PATH=/root/wip-hmunjulu02-testing/build/lib
3: PATH=/root/wip-hmunjulu02-testing/build/bin:/root/wip-hmunjulu02-testing/src:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
3: PYTHONPATH=/root/wip-hmunjulu02-testing/src/pybind
3: Test timeout computed to be: 10000000
3: Requirement already satisfied: tox in /root/wip-hmunjulu02-testing/build/mgr-virtualenv/lib/python3.8/site-packages (3.23.0)
3: Requirement already satisfied: py>=1.4.17 in /root/wip-hmunjulu02-testing/build/mgr-virtualenv/lib/python3.8/site-packages (from tox) (1.10.0)
3: Requirement already satisfied: packaging>=14 in /root/wip-hmunjulu02-testing/build/mgr-virtualenv/lib/python3.8/site-packages (from tox) (20.3)
3: Requirement already satisfied: toml>=0.9.4 in /root/wip-hmunjulu02-testing/build/mgr-virtualenv/lib/python3.8/site-packages (from tox) (0.10.2)
3: Requirement already satisfied: six>=1.14.0 in /root/wip-hmunjulu02-testing/build/mgr-virtualenv/lib/python3.8/site-packages (from tox) (1.14.0)
3: Requirement already satisfied: pluggy>=0.12.0 in /root/wip-hmunjulu02-testing/build/mgr-virtualenv/lib/python3.8/site-packages (from tox) (0.13.1)
3: Requirement already satisfied: filelock>=3.0.0 in /root/wip-hmunjulu02-testing/build/mgr-virtualenv/lib/python3.8/site-packages (from tox) (3.0.12)
3: Requirement already satisfied: virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0 in /root/wip-hmunjulu02-testing/build/mgr-virtualenv/lib/python3.8/site-packages (from tox) (20.4.3)
3: Requirement already satisfied: distlib<1,>=0.3.1 in /root/wip-hmunjulu02-testing/build/mgr-virtualenv/lib/python3.8/site-packages (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox) (0.3.1)
3: Requirement already satisfied: appdirs<2,>=1.4.3 in /root/wip-hmunjulu02-testing/build/mgr-virtualenv/lib/python3.8/site-packages (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox) (1.4.3)
3: .tox create: /root/wip-hmunjulu02-testing/src/pybind/mgr/.tox/.tox
3: .tox installdeps: cython, tox >= 3.23.0
3: py3 create: /root/wip-hmunjulu02-testing/src/pybind/mgr/.tox/py3
3: py3 installdeps: cython, -rrequirements.txt
3: py3 installed: DEPRECATION: --find-links option in pip freeze is deprecated. pip 21.2 will remove support for this functionality. You can find discussion regarding this at https://github.com/pypa/pip/issues/9069.,-f /root/wip-hmunjulu02-testing/src/pybind/mgr/wheelhouse,apipkg==1.5,attrs==20.3.0,cachetools==4.2.1,-e git+git@github.com:ceph/ceph@e8ca35006ce8fdc39f940c39eaf0f790aee2d1d4#egg=ceph&subdirectory=src/python-common,certifi==2020.12.5,cffi==1.14.5,chardet==4.0.0,coverage==5.5,cryptography==3.4.7,Cython==0.29.22,execnet==1.8.0,google-auth==1.28.0,idna==2.10,iniconfig==1.1.1,Jinja2==2.11.3,kubernetes==12.0.1,MarkupSafe==1.1.1,oauthlib==3.1.0,packaging==20.9,pluggy==0.13.1,prettytable==2.1.0,py==1.10.0,pyasn1==0.4.8,pyasn1-modules==0.2.8,pycparser==2.20,pyfakefs==4.4.0,pyOpenSSL==20.0.1,pyparsing==2.4.7,pytest==6.2.3,pytest-cov==2.7.1,python-dateutil==2.8.1,PyYAML==5.4.1,remoto==1.2.0,requests==2.25.1,requests-mock==1.8.0,requests-oauthlib==1.3.0,rsa==4.7.2,six==1.15.0,toml==0.10.2,urllib3==1.26.4,wcwidth==0.2.5,websocket-client==0.58.0
3: py3 run-test-pre: PYTHONHASHSEED='3481142265'
3: py3 run-test: commands[0] | pytest --doctest-modules mgr_util.py tests/ cephadm/ mds_autoscaler/ orchestrator/ insights/ pg_autoscaler/ progress/ snap_schedule
3: ============================= test session starts ==============================
3: platform linux -- Python 3.8.2, pytest-6.2.3, py-1.10.0, pluggy-0.13.1
3: cachedir: .tox/py3/.pytest_cache
3: rootdir: /root/wip-hmunjulu02-testing/src/pybind/mgr
3: plugins: cov-2.7.1, requests-mock-1.8.0, pyfakefs-4.4.0
3: collected 1042 items
3:
3: mgr_util.py ..... [ 0%]
3: tests/test_tls.py ..... [ 0%]
3: cephadm/tests/test_cephadm.py .......................................... [ 4%]
3: .......................................... [ 9%]
3: cephadm/tests/test_completion.py ............ [ 10%]
3: cephadm/tests/test_configchecks.py ....................... [ 12%]
3: cephadm/tests/test_migration.py .... [ 12%]
3: cephadm/tests/test_osd_removal.py ...................................... [ 16%]
3: ..... [ 16%]
3: cephadm/tests/test_scheduling.py ....................................... [ 20%]
3: ........................................................................ [ 27%]
3: ........................................................................ [ 34%]
3: ........................................................................ [ 41%]
3: ........................................................................ [ 48%]
3: ........................................................................ [ 55%]
3: ........................................................................ [ 62%]
3: ........................................................................ [ 69%]
3: ........................................................................ [ 75%]
3: ........................................................................ [ 82%]
3: ............................................... [ 87%]
3: cephadm/tests/test_services.py .... [ 87%]
3: cephadm/tests/test_spec.py ............................................. [ 92%]
3: .. [ 92%]
3: cephadm/tests/test_template.py . [ 92%]
3: cephadm/tests/test_upgrade.py .... [ 92%]
3: mds_autoscaler/tests/test_autoscaler.py . [ 92%]
3: orchestrator/_interface.py ss.. [ 93%]
3: orchestrator/module.py . [ 93%]
3: orchestrator/tests/test_orchestrator.py ....... [ 93%]
3: insights/tests/test_health.py ......... [ 94%]
3: pg_autoscaler/tests/test_autoscaler.py .. [ 95%]
3: pg_autoscaler/tests/test_cal_final_pg_target.py ... [ 95%]
3: progress/test_progress.py .. [ 95%]
3: snap_schedule/tests/fs/test_schedule.py ................................ [ 98%]
3: .............. [ 99%]
3: snap_schedule/tests/fs/test_schedule_client.py . [100%]
3:
3: ======================= 1040 passed, 2 skipped in 7.15s ========================
3: mypy create: /root/wip-hmunjulu02-testing/src/pybind/mgr/.tox/mypy
3: mypy installdeps: cython, -rrequirements.txt, mypy==0.790
3: WARNING: Discarding $PYTHONPATH from environment, to override specify PYTHONPATH in 'passenv' in your configuration.
3: mypy installed: DEPRECATION: --find-links option in pip freeze is deprecated. pip 21.2 will remove support for this functionality. You can find discussion regarding this at https://github.com/pypa/pip/issues/9069.,-f /root/wip-hmunjulu02-testing/src/pybind/mgr/wheelhouse,apipkg==1.5,attrs==20.3.0,cachetools==4.2.1,-e git+git@github.com:ceph/ceph@e8ca35006ce8fdc39f940c39eaf0f790aee2d1d4#egg=ceph&subdirectory=src/python-common,certifi==2020.12.5,cffi==1.14.5,chardet==4.0.0,coverage==5.5,cryptography==3.4.7,Cython==0.29.22,execnet==1.8.0,google-auth==1.28.0,idna==2.10,iniconfig==1.1.1,Jinja2==2.11.3,kubernetes==12.0.1,MarkupSafe==1.1.1,mypy==0.790,mypy-extensions==0.4.3,oauthlib==3.1.0,packaging==20.9,pluggy==0.13.1,prettytable==2.1.0,py==1.10.0,pyasn1==0.4.8,pyasn1-modules==0.2.8,pycparser==2.20,pyfakefs==4.4.0,pyOpenSSL==20.0.1,pyparsing==2.4.7,pytest==6.2.3,pytest-cov==2.7.1,python-dateutil==2.8.1,PyYAML==5.4.1,remoto==1.2.0,requests==2.25.1,requests-mock==1.8.0,requests-oauthlib==1.3.0,rsa==4.7.2,six==1.15.0,toml==0.10.2,typed-ast==1.4.2,typing-extensions==3.7.4.3,urllib3==1.26.4,wcwidth==0.2.5,websocket-client==0.58.0
3: mypy run-test-pre: PYTHONHASHSEED='3481142265'
3: mypy run-test: commands[0] | mypy --config-file=../../mypy.ini -m alerts -m balancer -m cephadm -m crash -m dashboard -m devicehealth -m diskprediction_local -m hello -m influx -m iostat -m localpool -m mds_autoscaler -m mgr_module -m mgr_util -m mirroring -m orchestrator -m progress -m prometheus -m rbd_support -m rook -m snap_schedule -m stats -m status -m telegraf -m telemetry -m test_orchestrator -m volumes -m zabbix
3: rook/module.py:38: note: In module imported here,
3: rook/__init__.py:2: note: ... from here:
3: rook/rook_cluster.py:38: error: Cannot find implementation or library stub for module named 'rook.rook_client.ceph'
3: rook/rook_cluster.py:38: note: See https://mypy.readthedocs.io/en/latest/running_mypy.html#missing-imports
3: rook/rook_cluster.py:42: error: Cannot find implementation or library stub for module named 'rook.rook_client._helper'
3: Found 2 errors in 1 file (checked 28 source files)
3: ERROR: InvocationError for command /root/wip-hmunjulu02-testing/src/pybind/mgr/.tox/mypy/bin/mypy --config-file=../../mypy.ini -m alerts -m balancer -m cephadm -m crash -m dashboard -m devicehealth -m diskprediction_local -m hello -m influx -m iostat -m localpool -m mds_autoscaler -m mgr_module -m mgr_util -m mirroring -m orchestrator -m progress -m prometheus -m rbd_support -m rook -m snap_schedule -m stats -m status -m telegraf -m telemetry -m test_orchestrator -m volumes -m zabbix (exited with code 1)
3: flake8 create: /root/wip-hmunjulu02-testing/src/pybind/mgr/.tox/flake8
3: flake8 installdeps: flake8
3: flake8 installed: DEPRECATION: --find-links option in pip freeze is deprecated. pip 21.2 will remove support for this functionality. You can find discussion regarding this at https://github.com/pypa/pip/issues/9069.,-f /root/wip-hmunjulu02-testing/src/pybind/mgr/wheelhouse,flake8==3.9.0,mccabe==0.6.1,pycodestyle==2.7.0,pyflakes==2.3.1
3: flake8 run-test-pre: PYTHONHASHSEED='3481142265'
3: flake8 run-test: commands[0] | flake8 --config=tox.ini alerts balancer cephadm crash devicehealth diskprediction_local hello iostat localpool orchestrator prometheus
3: ___________________________________ summary ____________________________________
3: py3: commands succeeded
3: ERROR: mypy: commands failed
3: flake8: commands succeeded
2/207 Test #3: run-tox-mgr .............................***Failed 72.44 sec
test 2
Start 2: teardown-venv-for-mgr

2: Test command: /usr/bin/cmake "-E" "remove_directory" "/root/wip-hmunjulu02-testing/build/mgr-virtualenv"
2: Test timeout computed to be: 10000000
3/207 Test #2: teardown-venv-for-mgr ................... Passed 0.11 sec
test 4
Start 4: setup-venv-for-mgr-dashboard

4: Test command: /root/wip-hmunjulu02-testing/src/tools/setup-virtualenv.sh "--python=/usr/bin/python3.8" "/root/wip-hmunjulu02-testing/build/mgr-dashboard-virtualenv"
4: Test timeout computed to be: 10000000
4: created virtual environment CPython3.8.2.final.0-64 in 362ms
4: creator CPython3Posix(dest=/root/wip-hmunjulu02-testing/build/mgr-dashboard-virtualenv, clear=False, global=False)
4: seeder FromAppData(download=False, CacheControl=latest, certifi=latest, appdirs=latest, urllib3=latest, pep517=latest, packaging=latest, retrying=latest, ipaddr=latest, msgpack=latest, progress=latest, pytoml=latest, chardet=latest, pkg_resources=latest, pip=latest, distlib=latest, contextlib2=latest, idna=latest, pyparsing=latest, webencodings=latest, lockfile=latest, html5lib=latest, wheel=latest, six=latest, setuptools=latest, colorama=latest, distro=latest, requests=latest, via=copy, app_data_dir=/root/.local/share/virtualenv/seed-app-data/v1.0.1.debian)
4: activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator,XonshActivator
4: Collecting pip>=6.1
4: Using cached pip-21.0.1-py3-none-any.whl (1.5 MB)
4: Installing collected packages: pip
4: Attempting uninstall: pip
4: Found existing installation: pip 20.0.2
4: Uninstalling pip-20.0.2:
4: Successfully uninstalled pip-20.0.2
4: Successfully installed pip-21.0.1
4: Looking in links: file:///root/wip-hmunjulu02-testing/src/pybind/mgr/dashboard/wheelhouse
4: Processing ./wheelhouse/tox-3.23.0-py2.py3-none-any.whl
4: Processing ./wheelhouse/toml-0.10.2-py2.py3-none-any.whl
4: Requirement already satisfied: six>=1.14.0 in /root/wip-hmunjulu02-testing/build/mgr-dashboard-virtualenv/lib/python3.8/site-packages (from tox>=2.9.1) (1.14.0)
4: Processing ./wheelhouse/filelock-3.0.12-py3-none-any.whl
4: Processing ./wheelhouse/py-1.10.0-py2.py3-none-any.whl
4: Processing ./wheelhouse/virtualenv-20.4.3-py2.py3-none-any.whl
4: Processing ./wheelhouse/pluggy-0.13.1-py2.py3-none-any.whl
4: Requirement already satisfied: packaging>=14 in /root/wip-hmunjulu02-testing/build/mgr-dashboard-virtualenv/lib/python3.8/site-packages (from tox>=2.9.1) (20.3)
4: Requirement already satisfied: appdirs<2,>=1.4.3 in /root/wip-hmunjulu02-testing/build/mgr-dashboard-virtualenv/lib/python3.8/site-packages (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox>=2.9.1) (1.4.3)
4: Processing ./wheelhouse/distlib-0.3.1-py2.py3-none-any.whl
4: Installing collected packages: filelock, distlib, virtualenv, toml, py, pluggy, tox
4: Attempting uninstall: distlib
4: Found existing installation: distlib 0.3.0
4: Uninstalling distlib-0.3.0:
4: Successfully uninstalled distlib-0.3.0
4: Successfully installed distlib-0.3.1 filelock-3.0.12 pluggy-0.13.1 py-1.10.0 toml-0.10.2 tox-3.23.0 virtualenv-20.4.3
4: Looking in links: file:///root/wip-hmunjulu02-testing/src/pybind/mgr/dashboard/wheelhouse
4: Obtaining file:///root/wip-hmunjulu02-testing/src/python-common (from -r requirements.txt (line 8))
4: Processing ./wheelhouse/python3_saml-1.4.1-py3-none-any.whl
4: Processing ./wheelhouse/pylint-2.6.0-py3-none-any.whl
4: Processing ./wheelhouse/flake8-3.9.0-py2.py3-none-any.whl
4: Processing ./wheelhouse/flake8_colors-0.1.6-py3-none-any.whl
4: Processing ./wheelhouse/rstcheck-3.3.1-py3-none-any.whl
4: Processing ./wheelhouse/autopep8-1.5.6-py2.py3-none-any.whl
4: Processing ./wheelhouse/pyfakefs-4.4.0-py3-none-any.whl
4: Processing ./wheelhouse/isort-5.5.3-py3-none-any.whl
4: Processing ./wheelhouse/pytest_cov-2.11.1-py2.py3-none-any.whl
4: Processing ./wheelhouse/pytest_instafail-0.4.2-py2.py3-none-any.whl
4: Processing ./wheelhouse/bcrypt-3.1.4-cp34-abi3-manylinux1_x86_64.whl
4: Processing ./wheelhouse/CherryPy-13.1.0-py2.py3-none-any.whl
4: Processing ./wheelhouse/more_itertools-4.1.0-py3-none-any.whl
4: Processing ./wheelhouse/PyJWT-2.0.1-py3-none-any.whl
4: Processing ./wheelhouse/pyOpenSSL-20.0.1-py2.py3-none-any.whl
4: Processing ./wheelhouse/requests-2.25.1-py2.py3-none-any.whl
4: Processing ./wheelhouse/Routes-2.4.1-py2.py3-none-any.whl
4: Processing ./wheelhouse/prettytable-2.1.0-py3-none-any.whl
4: Processing ./wheelhouse/pytest-6.2.3-py3-none-any.whl
4: Processing ./wheelhouse/PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl
4: Processing ./wheelhouse/pycodestyle-2.7.0-py2.py3-none-any.whl
4: Processing ./wheelhouse/mccabe-0.6.1-py2.py3-none-any.whl
4: Processing ./wheelhouse/pyflakes-2.3.1-py2.py3-none-any.whl
4: Requirement already satisfied: toml>=0.7.1 in /root/wip-hmunjulu02-testing/build/mgr-dashboard-virtualenv/lib/python3.8/site-packages (from pylint==2.6.0->-r requirements-lint.txt (line 1)) (0.10.2)
4: Processing ./wheelhouse/astroid-2.5-py3-none-any.whl
4: Processing ./wheelhouse/docutils-0.17-py2.py3-none-any.whl
4: Processing ./wheelhouse/wrapt-1.12.1-cp38-cp38-linux_x86_64.whl
4: Processing ./wheelhouse/lazy_object_proxy-1.6.0-cp38-cp38-manylinux1_x86_64.whl
4: Processing ./wheelhouse/cffi-1.14.5-cp38-cp38-manylinux1_x86_64.whl
4: Requirement already satisfied: six>=1.4.1 in /root/wip-hmunjulu02-testing/build/mgr-dashboard-virtualenv/lib/python3.8/site-packages (from bcrypt->-r requirements.txt (line 1)) (1.14.0)
4: Processing ./wheelhouse/pycparser-2.20-py2.py3-none-any.whl
4: Processing ./wheelhouse/cheroot-8.5.2-py2.py3-none-any.whl
4: Processing ./wheelhouse/portend-2.7.1-py3-none-any.whl
4: Processing ./wheelhouse/jaraco.functools-3.3.0-py3-none-any.whl
4: Processing ./wheelhouse/tempora-4.0.2-py3-none-any.whl
4: Processing ./wheelhouse/pytz-2021.1-py2.py3-none-any.whl
4: Processing ./wheelhouse/wcwidth-0.2.5-py2.py3-none-any.whl
4: Processing ./wheelhouse/cryptography-3.4.7-cp36-abi3-manylinux2014_x86_64.whl
4: Requirement already satisfied: packaging in /root/wip-hmunjulu02-testing/build/mgr-dashboard-virtualenv/lib/python3.8/site-packages (from pytest->-r requirements.txt (line 10)) (20.3)
4: Processing ./wheelhouse/attrs-20.3.0-py2.py3-none-any.whl
4: Requirement already satisfied: py>=1.8.2 in /root/wip-hmunjulu02-testing/build/mgr-dashboard-virtualenv/lib/python3.8/site-packages (from pytest->-r requirements.txt (line 10)) (1.10.0)
4: Processing ./wheelhouse/iniconfig-1.1.1-py2.py3-none-any.whl
4: Requirement already satisfied: pluggy<1.0.0a1,>=0.12 in /root/wip-hmunjulu02-testing/build/mgr-dashboard-virtualenv/lib/python3.8/site-packages (from pytest->-r requirements.txt (line 10)) (0.13.1)
4: Processing ./wheelhouse/coverage-5.5-cp38-cp38-manylinux2010_x86_64.whl
4: Processing ./wheelhouse/xmlsec-1.3.9-cp38-cp38-linux_x86_64.whl
4: Processing ./wheelhouse/defusedxml-0.5.0-py2.py3-none-any.whl
4: Processing ./wheelhouse/isodate-0.6.0-py2.py3-none-any.whl
4: Processing ./wheelhouse/lxml-4.6.3-cp38-cp38-manylinux1_x86_64.whl
4: Requirement already satisfied: idna<3,>=2.5 in /root/wip-hmunjulu02-testing/build/mgr-dashboard-virtualenv/lib/python3.8/site-packages (from requests->-r requirements.txt (line 6)) (2.8)
4: Requirement already satisfied: certifi>=2017.4.17 in /root/wip-hmunjulu02-testing/build/mgr-dashboard-virtualenv/lib/python3.8/site-packages (from requests->-r requirements.txt (line 6)) (2019.11.28)
4: Requirement already satisfied: chardet<5,>=3.0.2 in /root/wip-hmunjulu02-testing/build/mgr-dashboard-virtualenv/lib/python3.8/site-packages (from requests->-r requirements.txt (line 6)) (3.0.4)
4: Requirement already satisfied: urllib3<1.27,>=1.21.1 in /root/wip-hmunjulu02-testing/build/mgr-dashboard-virtualenv/lib/python3.8/site-packages (from requests->-r requirements.txt (line 6)) (1.25.8)
4: Processing ./wheelhouse/repoze.lru-0.7-py3-none-any.whl
4: Installing collected packages: more-itertools, pytz, pycparser, jaraco.functools, wrapt, tempora, pyflakes, pycodestyle, mccabe, lxml, lazy-object-proxy, iniconfig, cffi, attrs, xmlsec, wcwidth, repoze.lru, pyyaml, pytest, portend, isort, isodate, flake8, docutils, defusedxml, cryptography, coverage, cheroot, astroid, rstcheck, Routes, requests, python3-saml, pytest-instafail, pytest-cov, pyopenssl, pylint, PyJWT, pyfakefs, prettytable, flake8-colors, CherryPy, ceph, bcrypt, autopep8
4: Attempting uninstall: requests
4: Found existing installation: requests 2.22.0
4: Uninstalling requests-2.22.0:
4: Successfully uninstalled requests-2.22.0
4: Running setup.py develop for ceph
4: Successfully installed CherryPy-13.1.0 PyJWT-2.0.1 Routes-2.4.1 astroid-2.5 attrs-20.3.0 autopep8-1.5.6 bcrypt-3.1.4 ceph cffi-1.14.5 cheroot-8.5.2 coverage-5.5 cryptography-3.4.7 defusedxml-0.5.0 docutils-0.17 flake8-3.9.0 flake8-colors-0.1.6 iniconfig-1.1.1 isodate-0.6.0 isort-5.5.3 jaraco.functools-3.3.0 lazy-object-proxy-1.6.0 lxml-4.6.3 mccabe-0.6.1 more-itertools-4.1.0 portend-2.7.1 prettytable-2.1.0 pycodestyle-2.7.0 pycparser-2.20 pyfakefs-4.4.0 pyflakes-2.3.1 pylint-2.6.0 pyopenssl-20.0.1 pytest-6.2.3 pytest-cov-2.11.1 pytest-instafail-0.4.2 python3-saml-1.4.1 pytz-2021.1 pyyaml-5.4.1 repoze.lru-0.7 requests-2.25.1 rstcheck-3.3.1 tempora-4.0.2 wcwidth-0.2.5 wrapt-1.12.1 xmlsec-1.3.9
4/207 Test #4: setup-venv-for-mgr-dashboard ............ Passed 16.27 sec
test 6
Start 6: run-tox-mgr-dashboard

6: Test command: /root/wip-hmunjulu02-testing/src/script/run_tox.sh "--source-dir" "/root/wip-hmunjulu02-testing" "--build-dir" "/root/wip-hmunjulu02-testing/build" "--tox-path" "/root/wip-hmunjulu02-testing/src/pybind/mgr/dashboard" "--tox-envs" "py3,lint,check,openapi-check" "--venv-path" "/root/wip-hmunjulu02-testing/build/mgr-dashboard-virtualenv"
6: Environment variables:
6: CEPH_ROOT=/root/wip-hmunjulu02-testing
6: CEPH_BIN=/root/wip-hmunjulu02-testing/build/bin
6: CEPH_LIB=/root/wip-hmunjulu02-testing/build/lib
6: CEPH_BUILD_VIRTUALENV=/root/wip-hmunjulu02-testing/build
6: LD_LIBRARY_PATH=/root/wip-hmunjulu02-testing/build/lib
6: PATH=/root/wip-hmunjulu02-testing/build/bin:/root/wip-hmunjulu02-testing/src:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
6: PYTHONPATH=/root/wip-hmunjulu02-testing/src/pybind
6: Test timeout computed to be: 10000000
6: Requirement already satisfied: tox in /root/wip-hmunjulu02-testing/build/mgr-dashboard-virtualenv/lib/python3.8/site-packages (3.23.0)
6: Requirement already satisfied: six>=1.14.0 in /root/wip-hmunjulu02-testing/build/mgr-dashboard-virtualenv/lib/python3.8/site-packages (from tox) (1.14.0)
6: Requirement already satisfied: packaging>=14 in /root/wip-hmunjulu02-testing/build/mgr-dashboard-virtualenv/lib/python3.8/site-packages (from tox) (20.3)
6: Requirement already satisfied: virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0 in /root/wip-hmunjulu02-testing/build/mgr-dashboard-virtualenv/lib/python3.8/site-packages (from tox) (20.4.3)
6: Requirement already satisfied: pluggy>=0.12.0 in /root/wip-hmunjulu02-testing/build/mgr-dashboard-virtualenv/lib/python3.8/site-packages (from tox) (0.13.1)
6: Requirement already satisfied: filelock>=3.0.0 in /root/wip-hmunjulu02-testing/build/mgr-dashboard-virtualenv/lib/python3.8/site-packages (from tox) (3.0.12)
6: Requirement already satisfied: toml>=0.9.4 in /root/wip-hmunjulu02-testing/build/mgr-dashboard-virtualenv/lib/python3.8/site-packages (from tox) (0.10.2)
6: Requirement already satisfied: py>=1.4.17 in /root/wip-hmunjulu02-testing/build/mgr-dashboard-virtualenv/lib/python3.8/site-packages (from tox) (1.10.0)
6: Requirement already satisfied: distlib<1,>=0.3.1 in /root/wip-hmunjulu02-testing/build/mgr-dashboard-virtualenv/lib/python3.8/site-packages (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox) (0.3.1)
6: Requirement already satisfied: appdirs<2,>=1.4.3 in /root/wip-hmunjulu02-testing/build/mgr-dashboard-virtualenv/lib/python3.8/site-packages (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox) (1.4.3)
6: py3 create: /root/wip-hmunjulu02-testing/src/pybind/mgr/dashboard/.tox/py3
6: py3 installdeps: -rrequirements.txt, -cconstraints.txt, -rrequirements-test.txt, -rrequirements-extra.txt
6: py3 installed: DEPRECATION: --find-links option in pip freeze is deprecated. pip 21.2 will remove support for this functionality. You can find discussion regarding this at https://github.com/pypa/pip/issues/9069.,-f /root/wip-hmunjulu02-testing/src/pybind/mgr/dashboard/wheelhouse,attrs==20.3.0,bcrypt==3.1.4,-e git+git@github.com:ceph/ceph@e8ca35006ce8fdc39f940c39eaf0f790aee2d1d4#egg=ceph&subdirectory=src/python-common,certifi==2020.12.5,cffi==1.14.5,chardet==4.0.0,cheroot==8.5.2,CherryPy==13.1.0,coverage==5.5,cryptography==3.4.7,defusedxml==0.5.0,idna==2.10,iniconfig==1.1.1,isodate==0.6.0,jaraco.functools==3.3.0,lxml==4.6.3,more-itertools==4.1.0,packaging==20.9,pluggy==0.13.1,portend==2.7.1,prettytable==2.1.0,py==1.10.0,pycparser==2.20,pyfakefs==4.4.0,PyJWT==2.0.1,pyOpenSSL==20.0.1,pyparsing==2.4.7,pytest==6.2.3,pytest-cov==2.11.1,pytest-instafail==0.4.2,python3-saml==1.4.1,pytz==2021.1,PyYAML==5.4.1,repoze.lru==0.7,requests==2.25.1,Routes==2.4.1,six==1.15.0,tempora==4.0.2,toml==0.10.2,urllib3==1.26.4,wcwidth==0.2.5,xmlsec==1.3.9
6: py3 run-test-pre: PYTHONHASHSEED='2429290337'
6: py3 run-test: commands[0] | pytest
6: ============================= test session starts ==============================
6: platform linux -- Python 3.8.2, pytest-6.2.3, py-1.10.0, pluggy-0.13.1
6: cachedir: .tox/py3/.pytest_cache
6: rootdir: /root/wip-hmunjulu02-testing/src/pybind/mgr/dashboard, configfile: tox.ini
6: plugins: instafail-0.4.2, cov-2.11.1, pyfakefs-4.4.0
6: collected 404 items
6:
6: tools.py ..... [ 1%]
6: controllers/rgw.py .. [ 1%]
6: services/rgw_client.py . [ 1%]
6: tests/helper.py . [ 2%]
6: tests/test_access_control.py ........................................... [ 12%]
6: ........................ [ 18%]
6: tests/test_api_auditing.py ........ [ 20%]
6: tests/test_auth.py . [ 21%]
6: tests/test_ceph_service.py .......... [ 23%]
6: tests/test_cephfs.py .... [ 24%]
6: tests/test_controllers.py .................... [ 29%]
6: tests/test_docs.py ......... [ 31%]
6: tests/test_erasure_code_profile.py ... [ 32%]
6: tests/test_exceptions.py ............ [ 35%]
6: tests/test_feature_toggles.py .. [ 35%]
6: tests/test_ganesha.py ...................... [ 41%]
6: tests/test_grafana.py ........... [ 44%]
6: tests/test_home.py ...... [ 45%]
6: tests/test_host.py ................ [ 49%]
6: tests/test_iscsi.py ................................. [ 57%]
6: tests/test_notification.py .... [ 58%]
6: tests/test_orchestrator.py .... [ 59%]
6: tests/test_osd.py ....... [ 61%]
6: tests/test_plugin_debug.py .... [ 62%]
6: tests/test_pool.py ..... [ 63%]
6: tests/test_prometheus.py ................ [ 67%]
6: tests/test_rbd_mirroring.py ......... [ 69%]
6: tests/test_rbd_service.py ... [ 70%]
6: tests/test_rest_client.py ......... [ 72%]
6: tests/test_rest_tasks.py ........ [ 74%]
6: tests/test_rgw.py ................. [ 78%]
6: tests/test_rgw_client.py .............................. [ 86%]
6: tests/test_settings.py ................. [ 90%]
6: tests/test_sso.py ..... [ 91%]
6: tests/test_task.py ............... [ 95%]
6: tests/test_tools.py .............. [ 99%]
6: tests/test_versioning.py .... [100%]
6:
6: =============================== warnings summary ===============================
6: .tox/py3/lib/python3.8/site-packages/more_itertools/more.py:3
6: /root/wip-hmunjulu02-testing/src/pybind/mgr/dashboard/.tox/py3/lib/python3.8/site-packages/more_itertools/more.py:3: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working
6: from collections import Counter, defaultdict, deque, Sequence
6:
6: -- Docs: https://docs.pytest.org/en/stable/warnings.html
6:
6: ----------- coverage: platform linux, python 3.8.2-final-0 -----------
6: Name Stmts Miss Cover
6: --------------------------------------------------------------------------------------------
6: /root/wip-hmunjulu02-testing/src/pybind/ceph_argparse.py 896 691 23%
6: api/__init__.py 1 0 100%
6: api/doc.py 28 0 100%
6: awsauth.py 67 50 25%
6: cherrypy_backports.py 85 63 26%
6: ci/check_grafana_uids.py 91 73 20%
6: controllers/__init__.py 644 102 84%
6: controllers/auth.py 69 46 33%
6: controllers/cephfs.py 241 168 30%
6: controllers/cluster_configuration.py 71 49 31%
6: controllers/crush_rule.py 31 10 68%
6: controllers/docs.py 253 67 74%
6: controllers/erasure_code_profile.py 32 10 69%
6: controllers/frontend_logging.py 9 1 89%
6: controllers/grafana.py 39 2 95%
6: controllers/health.py 132 95 28%
6: controllers/home.py 94 21 78%
6: controllers/host.py 174 7 96%
6: controllers/iscsi.py 720 177 75%
6: controllers/logs.py 36 17 53%
6: controllers/mgr_modules.py 85 54 36%
6: controllers/monitor.py 28 15 46%
6: controllers/nfsganesha.py 119 51 57%
6: controllers/orchestrator.py 28 2 93%
6: controllers/osd.py 241 94 61%
6: controllers/perf_counters.py 82 37 55%
6: controllers/pool.py 172 90 48%
6: controllers/prometheus.py 61 7 89%
6: controllers/rbd.py 290 178 39%
6: controllers/rbd_mirroring.py 320 123 62%
6: controllers/rgw.py 283 137 52%
6: controllers/role.py 95 61 36%
6: controllers/saml2.py 77 48 38%
6: controllers/service.py 52 18 65%
6: controllers/settings.py 47 2 96%
6: controllers/summary.py 44 0 100%
6: controllers/task.py 17 0 100%
6: controllers/telemetry.py 19 6 68%
6: controllers/user.py 135 97 28%
6: exceptions.py 65 2 97%
6: grafana.py 80 12 85%
6: module.py 264 189 28%
6: plugins/__init__.py 39 4 90%
6: plugins/debug.py 52 6 88%
6: plugins/feature_toggles.py 88 8 91%
6: plugins/interfaces.py 48 5 90%
6: plugins/lru_cache.py 30 24 20%
6: plugins/pluggy.py 42 4 90%
6: plugins/plugin.py 26 2 92%
6: plugins/ttl_cache.py 39 10 74%
6: rest_client.py 275 157 43%
6: security.py 37 0 100%
6: services/__init__.py 1 0 100%
6: services/access_control.py 579 119 79%
6: services/auth.py 152 77 49%
6: services/ceph_service.py 227 87 62%
6: services/cephfs.py 131 103 21%
6: services/cephx.py 22 11 50%
6: services/exception.py 67 5 93%
6: services/ganesha.py 737 102 86%
6: services/iscsi_cli.py 38 11 71%
6: services/iscsi_client.py 149 72 52%
6: services/iscsi_config.py 74 14 81%
6: services/orchestrator.py 141 47 67%
6: services/progress.py 38 28 26%
6: services/rbd.py 245 178 27%
6: services/rgw_client.py 327 131 60%
6: services/sso.py 131 28 79%
6: services/tcmu_service.py 67 56 16%
6: settings.py 153 7 95%
6: tools.py 530 30 94%
6: /root/wip-hmunjulu02-testing/src/pybind/mgr/mgr_util.py 411 285 31%
6: /root/wip-hmunjulu02-testing/src/pybind/mgr/orchestrator/__init__.py 5 0 100%
6: /root/wip-hmunjulu02-testing/src/pybind/mgr/orchestrator/_interface.py 579 310 46%
6: /root/wip-hmunjulu02-testing/src/pybind/mgr/orchestrator/module.py 683 518 24%
6: /root/wip-hmunjulu02-testing/src/pybind/mgr/tests/__init__.py 142 99 30%
6: --------------------------------------------------------------------------------------------
6: TOTAL 12622 5410 57%
6:
6: ================== 404 passed, 1 warning in 97.85s (0:01:37) ===================
6: lint create: /root/wip-hmunjulu02-testing/src/pybind/mgr/dashboard/.tox/lint
6: lint installdeps: -rrequirements.txt, -cconstraints.txt, -rrequirements-lint.txt
6: lint installed: DEPRECATION: --find-links option in pip freeze is deprecated. pip 21.2 will remove support for this functionality. You can find discussion regarding this at https://github.com/pypa/pip/issues/9069.,-f /root/wip-hmunjulu02-testing/src/pybind/mgr/dashboard/wheelhouse,astroid==2.5,attrs==20.3.0,autopep8==1.5.6,bcrypt==3.1.4,-e git+git@github.com:ceph/ceph@e8ca35006ce8fdc39f940c39eaf0f790aee2d1d4#egg=ceph&subdirectory=src/python-common,certifi==2020.12.5,cffi==1.14.5,chardet==4.0.0,cheroot==8.5.2,CherryPy==13.1.0,cryptography==3.4.7,docutils==0.17,flake8==3.9.0,flake8-colors==0.1.6,idna==2.10,iniconfig==1.1.1,isort==5.5.3,jaraco.functools==3.3.0,lazy-object-proxy==1.6.0,mccabe==0.6.1,more-itertools==4.1.0,packaging==20.9,pluggy==0.13.1,portend==2.7.1,prettytable==2.1.0,py==1.10.0,pycodestyle==2.7.0,pycparser==2.20,pyfakefs==4.4.0,pyflakes==2.3.1,PyJWT==2.0.1,pylint==2.6.0,pyOpenSSL==20.0.1,pyparsing==2.4.7,pytest==6.2.3,pytz==2021.1,PyYAML==5.4.1,repoze.lru==0.7,requests==2.25.1,Routes==2.4.1,rstcheck==3.3.1,six==1.15.0,tempora==4.0.2,toml==0.10.2,urllib3==1.26.4,wcwidth==0.2.5,wrapt==1.12.1
6: lint run-test-pre: PYTHONHASHSEED='2429290337'
6: lint run-test: commands[0] | flake8
6: lint run-test: commands[1] | flake8 --config=tox.ini ../../../../qa/tasks/mgr/dashboard
6: lint run-test: commands[2] | isort . --check
6: Skipped 1 files
6: lint run-test: commands[3] | isort ../../../../qa/tasks/mgr/dashboard --check
6: lint run-test: commands[4] | pylint -rn --rcfile=.pylintrc --jobs=1 . api controllers plugins services tests ../../../../qa/tasks/mgr/dashboard
6:
6: ------------------------------------
6: Your code has been rated at 10.00/10
6:
6: lint run-test: commands[5] | rstcheck --report info --debug -- README.rst HACKING.rst
6: check create: /root/wip-hmunjulu02-testing/src/pybind/mgr/dashboard/.tox/check
6: check installdeps: -rrequirements.txt, -cconstraints.txt, -rrequirements-test.txt, -rrequirements-extra.txt
6: check installed: DEPRECATION: --find-links option in pip freeze is deprecated. pip 21.2 will remove support for this functionality. You can find discussion regarding this at https://github.com/pypa/pip/issues/9069.,-f /root/wip-hmunjulu02-testing/src/pybind/mgr/dashboard/wheelhouse,attrs==20.3.0,bcrypt==3.1.4,-e git+git@github.com:ceph/ceph@e8ca35006ce8fdc39f940c39eaf0f790aee2d1d4#egg=ceph&subdirectory=src/python-common,certifi==2020.12.5,cffi==1.14.5,chardet==4.0.0,cheroot==8.5.2,CherryPy==13.1.0,coverage==5.5,cryptography==3.4.7,defusedxml==0.5.0,idna==2.10,iniconfig==1.1.1,isodate==0.6.0,jaraco.functools==3.3.0,lxml==4.6.3,more-itertools==4.1.0,packaging==20.9,pluggy==0.13.1,portend==2.7.1,prettytable==2.1.0,py==1.10.0,pycparser==2.20,pyfakefs==4.4.0,PyJWT==2.0.1,pyOpenSSL==20.0.1,pyparsing==2.4.7,pytest==6.2.3,pytest-cov==2.11.1,pytest-instafail==0.4.2,python3-saml==1.4.1,pytz==2021.1,PyYAML==5.4.1,repoze.lru==0.7,requests==2.25.1,Routes==2.4.1,six==1.15.0,tempora==4.0.2,toml==0.10.2,urllib3==1.26.4,wcwidth==0.2.5,xmlsec==1.3.9
6: check run-test-pre: PYTHONHASHSEED='2429290337'
6: check run-test: commands[0] | python ci/check_grafana_uids.py frontend/src/app ../../../../monitoring/grafana/dashboards
6: Checking Grafana dashboards UIDs: OK
6: openapi-check create: /root/wip-hmunjulu02-testing/src/pybind/mgr/dashboard/.tox/openapi-check
6: openapi-check installdeps: -rrequirements.txt, -cconstraints.txt, -rrequirements-test.txt
6: openapi-check installed: DEPRECATION: --find-links option in pip freeze is deprecated. pip 21.2 will remove support for this functionality. You can find discussion regarding this at https://github.com/pypa/pip/issues/9069.,-f /root/wip-hmunjulu02-testing/src/pybind/mgr/dashboard/wheelhouse,attrs==20.3.0,bcrypt==3.1.4,-e git+git@github.com:ceph/ceph@e8ca35006ce8fdc39f940c39eaf0f790aee2d1d4#egg=ceph&subdirectory=src/python-common,certifi==2020.12.5,cffi==1.14.5,chardet==4.0.0,cheroot==8.5.2,CherryPy==13.1.0,coverage==5.5,cryptography==3.4.7,idna==2.10,iniconfig==1.1.1,jaraco.functools==3.3.0,more-itertools==4.1.0,packaging==20.9,pluggy==0.13.1,portend==2.7.1,prettytable==2.1.0,py==1.10.0,pycparser==2.20,pyfakefs==4.4.0,PyJWT==2.0.1,pyOpenSSL==20.0.1,pyparsing==2.4.7,pytest==6.2.3,pytest-cov==2.11.1,pytest-instafail==0.4.2,pytz==2021.1,PyYAML==5.4.1,repoze.lru==0.7,requests==2.25.1,Routes==2.4.1,six==1.15.0,tempora==4.0.2,toml==0.10.2,urllib3==1.26.4,wcwidth==0.2.5
6: openapi-check run-test-pre: PYTHONHASHSEED='2429290337'
6: openapi-check run-test: commands[0] | python3 -m dashboard.controllers.docs /root/wip-hmunjulu02-testing/src/pybind/mgr/dashboard/.tox/openapi-check/tmp/openapi.yaml
6: DEBUG:controller.load:controllers_dir=/root/wip-hmunjulu02-testing/src/pybind/mgr/dashboard/controllers
6: DEBUG:controller.load:dashboard_dir=/root/wip-hmunjulu02-testing/src/pybind/mgr/dashboard
6: DEBUG:controller.load:mgr_dir=/root/wip-hmunjulu02-testing/src/pybind/mgr
6: DEBUG:controller.load:mods=['auth', 'cephfs', 'cluster_configuration', 'crush_rule', 'docs', 'erasure_code_profile', 'frontend_logging', 'grafana', 'health', 'home', 'host', 'iscsi', 'logs', 'mgr_modules', 'monitor', 'nfsganesha', 'orchestrator', 'osd', 'perf_counters', 'pool', 'prometheus', 'rbd', 'rbd_mirroring', 'rgw', 'role', 'saml2', 'service', 'settings', 'summary', 'task', 'telemetry', 'user']
6: INFO:controller:Initializing controller: Auth -> /api/auth
6: INFO:controller:Initializing controller: CephFS -> /api/cephfs
6: INFO:controller:Initializing controller: CephFsUi -> /ui-api/cephfs
6: INFO:controller:Initializing controller: ClusterConfiguration -> /api/cluster_conf
6: INFO:controller:Initializing controller: CrushRule -> /api/crush_rule
6: INFO:controller:Initializing controller: CrushRuleUi -> /ui-api/crush_rule
6: INFO:controller:Initializing controller: Docs -> /docs
6: INFO:controller:Initializing controller: ErasureCodeProfile -> /api/erasure_code_profile
6: INFO:controller:Initializing controller: ErasureCodeProfileUi -> /ui-api/erasure_code_profile
6: INFO:controller:Initializing controller: FrontendLogging -> /ui-api/logging
6: INFO:controller:Initializing controller: Grafana -> /api/grafana
6: INFO:controller:Initializing controller: Health -> /api/health
6: INFO:controller:Initializing controller: HomeController -> /
6: ERROR:controllers.home:Build directory missing
6: Traceback (most recent call last):
6: File "/root/wip-hmunjulu02-testing/src/pybind/mgr/dashboard/controllers/home.py", line 28, in __init__
6: for f in os.listdir(mgr.get_frontend_path())
6: FileNotFoundError: [Errno 2] No such file or directory: '/root/wip-hmunjulu02-testing/src/pybind/mgr/dashboard/frontend/dist'
6: INFO:controller:Initializing controller: LangsController -> /ui-api/langs
6: ERROR:controllers.home:Build directory missing
6: Traceback (most recent call last):
6: File "/root/wip-hmunjulu02-testing/src/pybind/mgr/dashboard/controllers/home.py", line 28, in __init__
6: for f in os.listdir(mgr.get_frontend_path())
6: FileNotFoundError: [Errno 2] No such file or directory: '/root/wip-hmunjulu02-testing/src/pybind/mgr/dashboard/frontend/dist'
6: INFO:controller:Initializing controller: Host -> /api/host
6: INFO:controller:Initializing controller: HostUi -> /ui-api/host
6: INFO:controller:Initializing controller: IscsiUi -> /ui-api/iscsi
6: INFO:controller:Initializing controller: Iscsi -> /api/iscsi
6: INFO:controller:Initializing controller: IscsiTarget -> /api/iscsi/target
6: INFO:controller:Initializing controller: Logs -> /api/logs
6: INFO:controller:Initializing controller: MgrModules -> /api/mgr/module
6: INFO:controller:Initializing controller: Monitor -> /api/monitor
6: INFO:controller:Initializing controller: NFSGanesha -> /api/nfs-ganesha
6: INFO:controller:Initializing controller: NFSGaneshaExports -> /api/nfs-ganesha/export
6: INFO:controller:Initializing controller: NFSGaneshaService -> /api/nfs-ganesha/daemon
6: INFO:controller:Initializing controller: NFSGaneshaUi -> /ui-api/nfs-ganesha
6: INFO:controller:Initializing controller: Orchestrator -> /api/orchestrator
6: INFO:controller:Initializing controller: Osd -> /api/osd
6: INFO:controller:Initializing controller: OsdFlagsController -> /api/osd/flags
6: INFO:controller:Initializing controller: MdsPerfCounter -> /api/perf_counters/mds
6: INFO:controller:Initializing controller: MonPerfCounter -> /api/perf_counters/mon
6: INFO:controller:Initializing controller: OsdPerfCounter -> /api/perf_counters/osd
6: INFO:controller:Initializing controller: RgwPerfCounter -> /api/perf_counters/rgw
6: INFO:controller:Initializing controller: RbdMirrorPerfCounter -> /api/perf_counters/rbd-mirror
6: INFO:controller:Initializing controller: MgrPerfCounter -> /api/perf_counters/mgr
6: INFO:controller:Initializing controller: TcmuRunnerPerfCounter -> /api/perf_counters/tcmu-runner
6: INFO:controller:Initializing controller: PerfCounters -> /api/perf_counters
6: INFO:controller:Initializing controller: Pool -> /api/pool
6: INFO:controller:Initializing controller: PoolUi -> /ui-api/pool
6: INFO:controller:Initializing controller: PrometheusReceiver -> /api/prometheus_receiver
6: INFO:controller:Initializing controller: Prometheus -> /api/prometheus
6: INFO:controller:Initializing controller: PrometheusNotifications -> /api/prometheus/notifications
6: INFO:controller:Initializing controller: Rbd -> /api/block/image
6: INFO:controller:Initializing controller: RbdSnapshot -> /api/block/image/{image_spec}/snap
6: INFO:controller:Initializing controller: RbdTrash -> /api/block/image/trash
6: INFO:controller:Initializing controller: RbdNamespace -> /api/block/pool/{pool_name}/namespace
6: INFO:controller:Initializing controller: RbdMirroring -> /api/block/mirroring
6: INFO:controller:Initializing controller: RbdMirroringSummary -> /api/block/mirroring/summary
6: INFO:controller:Initializing controller: RbdMirroringPoolMode -> /api/block/mirroring/pool
6: INFO:controller:Initializing controller: RbdMirroringPoolBootstrap -> /api/block/mirroring/pool/{pool_name}/bootstrap
6: INFO:controller:Initializing controller: RbdMirroringPoolPeer -> /api/block/mirroring/pool/{pool_name}/peer
6: INFO:controller:Initializing controller: Rgw -> /api/rgw
6: INFO:controller:Initializing controller: RgwDaemon -> /api/rgw/daemon
6: INFO:controller:Initializing controller: RgwSite -> /api/rgw/site
6: INFO:controller:Initializing controller: RgwBucket -> /api/rgw/bucket
6: INFO:controller:Initializing controller: RgwUser -> /api/rgw/user
6: INFO:controller:Initializing controller: Role -> /api/role
6: INFO:controller:Initializing controller: Scope -> /ui-api/scope
6: INFO:controller:Initializing controller: Saml2 -> /auth/saml2
6: INFO:controller:Initializing controller: Service -> /api/service
6: INFO:controller:Initializing controller: Settings -> /api/settings
6: INFO:controller:Initializing controller: StandardSettings -> /ui-api/standard_settings
6: INFO:controller:Initializing controller: Summary -> /api/summary
6: INFO:controller:Initializing controller: Task -> /api/task
6: INFO:controller:Initializing controller: Telemetry -> /api/telemetry
6: INFO:controller:Initializing controller: User -> /api/user
6: INFO:controller:Initializing controller: UserPasswordPolicy -> /api/user
6: INFO:controller:Initializing controller: UserChangePassword -> /api/user/{username}
6: INFO:controller:Initializing controller: FeatureTogglesEndpoint -> /api/feature_toggles
6: DEBUG:controller:Mapped [/api/api/auth] to Auth:create restricted to POST
6: DEBUG:controller:Mapped [/api/api/auth/check] to Auth:check restricted to POST
6: DEBUG:controller:Mapped [/api/api/auth/logout] to Auth:logout restricted to POST
6: DEBUG:controller:Mapped [/api/api/block/image] to Rbd:create restricted to POST
6: DEBUG:controller:Mapped [/api/api/block/image] to Rbd:list restricted to GET
6: DEBUG:controller:Mapped [/api/api/block/image/clone_format_version] to Rbd:clone_format_version restricted to GET
6: DEBUG:controller:Mapped [/api/api/block/image/default_features] to Rbd:default_features restricted to GET
6: DEBUG:controller:Mapped [/api/api/block/image/trash] to RbdTrash:list restricted to GET
6: DEBUG:controller:Mapped [/api/api/block/image/trash/purge] to RbdTrash:purge restricted to POST
6: DEBUG:controller:Mapped [/api/api/block/image/trash/{image_id_spec}] to RbdTrash:delete restricted to DELETE
6: DEBUG:controller:Mapped [/api/api/block/image/trash/{image_id_spec}/restore] to RbdTrash:restore restricted to POST
6: DEBUG:controller:Mapped [/api/api/block/image/{image_spec}] to Rbd:delete restricted to DELETE
6: DEBUG:controller:Mapped [/api/api/block/image/{image_spec}] to Rbd:get restricted to GET
6: DEBUG:controller:Mapped [/api/api/block/image/{image_spec}] to Rbd:set restricted to PUT
6: DEBUG:controller:Mapped [/api/api/block/image/{image_spec}/copy] to Rbd:copy restricted to POST
6: DEBUG:controller:Mapped [/api/api/block/image/{image_spec}/flatten] to Rbd:flatten restricted to POST
6: DEBUG:controller:Mapped [/api/api/block/image/{image_spec}/move_trash] to Rbd:move_trash restricted to POST
6: DEBUG:controller:Mapped [/api/api/block/image/{image_spec}/snap] to RbdSnapshot:create restricted to POST
6: DEBUG:controller:Mapped [/api/api/block/image/{image_spec}/snap/{snapshot_name}] to RbdSnapshot:delete restricted to DELETE
6: DEBUG:controller:Mapped [/api/api/block/image/{image_spec}/snap/{snapshot_name}] to RbdSnapshot:set restricted to PUT
6: DEBUG:controller:Mapped [/api/api/block/image/{image_spec}/snap/{snapshot_name}/clone] to RbdSnapshot:clone restricted to POST
6: DEBUG:controller:Mapped [/api/api/block/image/{image_spec}/snap/{snapshot_name}/rollback] to RbdSnapshot:rollback restricted to POST
6: DEBUG:controller:Mapped [/api/api/block/mirroring/pool/{pool_name}] to RbdMirroringPoolMode:get restricted to GET
6: DEBUG:controller:Mapped [/api/api/block/mirroring/pool/{pool_name}] to RbdMirroringPoolMode:set restricted to PUT
6: DEBUG:controller:Mapped [/api/api/block/mirroring/pool/{pool_name}/bootstrap/peer] to RbdMirroringPoolBootstrap:import_token restricted to POST
6: DEBUG:controller:Mapped [/api/api/block/mirroring/pool/{pool_name}/bootstrap/token] to RbdMirroringPoolBootstrap:create_token restricted to POST
6: DEBUG:controller:Mapped [/api/api/block/mirroring/pool/{pool_name}/peer] to RbdMirroringPoolPeer:create restricted to POST
6: DEBUG:controller:Mapped [/api/api/block/mirroring/pool/{pool_name}/peer] to RbdMirroringPoolPeer:list restricted to GET
6: DEBUG:controller:Mapped [/api/api/block/mirroring/pool/{pool_name}/peer/{peer_uuid}] to RbdMirroringPoolPeer:delete restricted to DELETE
6: DEBUG:controller:Mapped [/api/api/block/mirroring/pool/{pool_name}/peer/{peer_uuid}] to RbdMirroringPoolPeer:get restricted to GET
6: DEBUG:controller:Mapped [/api/api/block/mirroring/pool/{pool_name}/peer/{peer_uuid}] to RbdMirroringPoolPeer:set restricted to PUT
6: DEBUG:controller:Mapped [/api/api/block/mirroring/site_name] to RbdMirroring:get restricted to GET
6: DEBUG:controller:Mapped [/api/api/block/mirroring/site_name] to RbdMirroring:set restricted to PUT
6: DEBUG:controller:Mapped [/api/api/block/mirroring/summary] to RbdMirroringSummary:__call__ restricted to GET
6: DEBUG:controller:Mapped [/api/api/block/pool/{pool_name}/namespace] to RbdNamespace:create restricted to POST
6: DEBUG:controller:Mapped [/api/api/block/pool/{pool_name}/namespace] to RbdNamespace:list restricted to GET
6: DEBUG:controller:Mapped [/api/api/block/pool/{pool_name}/namespace/{namespace}] to RbdNamespace:delete restricted to DELETE
6: DEBUG:controller:Mapped [/api/api/cephfs] to CephFS:list restricted to GET
6: DEBUG:controller:Mapped [/api/api/cephfs/{fs_id}] to CephFS:get restricted to GET
6: DEBUG:controller:Mapped [/api/api/cephfs/{fs_id}/client/{client_id}] to CephFS:evict restricted to DELETE
6: DEBUG:controller:Mapped [/api/api/cephfs/{fs_id}/clients] to CephFS:clients restricted to GET
6: DEBUG:controller:Mapped [/api/api/cephfs/{fs_id}/get_root_directory] to CephFS:get_root_directory restricted to GET
6: DEBUG:controller:Mapped [/api/api/cephfs/{fs_id}/ls_dir] to CephFS:ls_dir restricted to GET
6: DEBUG:controller:Mapped [/api/api/cephfs/{fs_id}/mds_counters] to CephFS:mds_counters restricted to GET
6: DEBUG:controller:Mapped [/api/api/cephfs/{fs_id}/quota] to CephFS:get_quota restricted to GET
6: DEBUG:controller:Mapped [/api/api/cephfs/{fs_id}/quota] to CephFS:quota restricted to PUT
6: DEBUG:controller:Mapped [/api/api/cephfs/{fs_id}/snapshot] to CephFS:rm_snapshot restricted to DELETE
6: DEBUG:controller:Mapped [/api/api/cephfs/{fs_id}/snapshot] to CephFS:snapshot restricted to POST
6: DEBUG:controller:Mapped [/api/api/cephfs/{fs_id}/tree] to CephFS:mk_tree restricted to POST
6: DEBUG:controller:Mapped [/api/api/cephfs/{fs_id}/tree] to CephFS:rm_tree restricted to DELETE
6: DEBUG:controller:Mapped [/api/api/cluster_conf] to ClusterConfiguration:bulk_set restricted to PUT
6: DEBUG:controller:Mapped [/api/api/cluster_conf] to ClusterConfiguration:create restricted to POST
6: DEBUG:controller:Mapped [/api/api/cluster_conf] to ClusterConfiguration:list restricted to GET
6: DEBUG:controller:Mapped [/api/api/cluster_conf/filter] to ClusterConfiguration:filter restricted to GET
6: DEBUG:controller:Mapped [/api/api/cluster_conf/{name}] to ClusterConfiguration:delete restricted to DELETE
6: DEBUG:controller:Mapped [/api/api/cluster_conf/{name}] to ClusterConfiguration:get restricted to GET
6: DEBUG:controller:Mapped [/api/api/crush_rule] to CrushRule:create restricted to POST
6: DEBUG:controller:Mapped [/api/api/crush_rule] to CrushRule:list restricted to GET
6: DEBUG:controller:Mapped [/api/api/crush_rule/{name}] to CrushRule:delete restricted to DELETE
6: DEBUG:controller:Mapped [/api/api/crush_rule/{name}] to CrushRule:get restricted to GET
6: DEBUG:controller:Mapped [/api/api/erasure_code_profile] to ErasureCodeProfile:create restricted to POST
6: DEBUG:controller:Mapped [/api/api/erasure_code_profile] to ErasureCodeProfile:list restricted to GET
6: DEBUG:controller:Mapped [/api/api/erasure_code_profile/{name}] to ErasureCodeProfile:delete restricted to DELETE
6: DEBUG:controller:Mapped [/api/api/erasure_code_profile/{name}] to ErasureCodeProfile:get restricted to GET
6: DEBUG:controller:Mapped [/api/api/feature_toggles] to FeatureTogglesEndpoint:list restricted to GET
6: DEBUG:controller:Mapped [/api/api/grafana/dashboards] to Grafana:dashboards restricted to POST
6: DEBUG:controller:Mapped [/api/api/grafana/url] to Grafana:url restricted to GET
6: DEBUG:controller:Mapped [/api/api/grafana/validation/{params}] to Grafana:validation restricted to GET
6: DEBUG:controller:Mapped [/api/api/health/full] to Health:full restricted to GET
6: DEBUG:controller:Mapped [/api/api/health/minimal] to Health:minimal restricted to GET
6: DEBUG:controller:Mapped [/api/api/host] to Host:create restricted to POST
6: DEBUG:controller:Mapped [/api/api/host] to Host:list restricted to GET
6: DEBUG:controller:Mapped [/api/api/host/{hostname}] to Host:delete restricted to DELETE
6: DEBUG:controller:Mapped [/api/api/host/{hostname}] to Host:get restricted to GET
6: DEBUG:controller:Mapped [/api/api/host/{hostname}] to Host:set restricted to PUT
6: DEBUG:controller:Mapped [/api/api/host/{hostname}/daemons] to Host:daemons restricted to GET
6: DEBUG:controller:Mapped [/api/api/host/{hostname}/devices] to Host:devices restricted to GET
6: DEBUG:controller:Mapped [/api/api/host/{hostname}/identify_device] to Host:identify_device restricted to POST
6: DEBUG:controller:Mapped [/api/api/host/{hostname}/inventory] to Host:inventory restricted to GET
6: DEBUG:controller:Mapped [/api/api/host/{hostname}/smart] to Host:smart restricted to GET
6: DEBUG:controller:Mapped [/api/api/iscsi/discoveryauth] to Iscsi:get_discoveryauth restricted to GET
6: DEBUG:controller:Mapped [/api/api/iscsi/discoveryauth] to Iscsi:set_discoveryauth restricted to PUT
6: DEBUG:controller:Mapped [/api/api/iscsi/target] to IscsiTarget:create restricted to POST
6: DEBUG:controller:Mapped [/api/api/iscsi/target] to IscsiTarget:list restricted to GET
6: DEBUG:controller:Mapped [/api/api/iscsi/target/{target_iqn}] to IscsiTarget:delete restricted to DELETE
6: DEBUG:controller:Mapped [/api/api/iscsi/target/{target_iqn}] to IscsiTarget:get restricted to GET
6: DEBUG:controller:Mapped [/api/api/iscsi/target/{target_iqn}] to IscsiTarget:set restricted to PUT
6: DEBUG:controller:Mapped [/api/api/logs/all] to Logs:all restricted to GET
6: DEBUG:controller:Mapped [/api/api/mgr/module] to MgrModules:list restricted to GET
6: DEBUG:controller:Mapped [/api/api/mgr/module/{module_name}] to MgrModules:get restricted to GET
6: DEBUG:controller:Mapped [/api/api/mgr/module/{module_name}] to MgrModules:set restricted to PUT
6: DEBUG:controller:Mapped [/api/api/mgr/module/{module_name}/disable] to MgrModules:disable restricted to POST
6: DEBUG:controller:Mapped [/api/api/mgr/module/{module_name}/enable] to MgrModules:enable restricted to POST
6: DEBUG:controller:Mapped [/api/api/mgr/module/{module_name}/options] to MgrModules:options restricted to GET
6: DEBUG:controller:Mapped [/api/api/monitor] to Monitor:__call__ restricted to GET
6: DEBUG:controller:Mapped [/api/api/nfs-ganesha/daemon] to NFSGaneshaService:list restricted to GET
6: DEBUG:controller:Mapped [/api/api/nfs-ganesha/export] to NFSGaneshaExports:create restricted to POST
6: DEBUG:controller:Mapped [/api/api/nfs-ganesha/export] to NFSGaneshaExports:list restricted to GET
6: DEBUG:controller:Mapped [/api/api/nfs-ganesha/export/{cluster_id}/{export_id}] to NFSGaneshaExports:delete restricted to DELETE
6: DEBUG:controller:Mapped [/api/api/nfs-ganesha/export/{cluster_id}/{export_id}] to NFSGaneshaExports:get restricted to GET
6: DEBUG:controller:Mapped [/api/api/nfs-ganesha/export/{cluster_id}/{export_id}] to NFSGaneshaExports:set restricted to PUT
6: DEBUG:controller:Mapped [/api/api/nfs-ganesha/status] to NFSGanesha:status restricted to GET
6: DEBUG:controller:Mapped [/api/api/orchestrator/status] to Orchestrator:status restricted to GET
6: DEBUG:controller:Mapped [/api/api/osd] to Osd:create restricted to POST
6: DEBUG:controller:Mapped [/api/api/osd] to Osd:list restricted to GET
6: DEBUG:controller:Mapped [/api/api/osd/flags] to OsdFlagsController:bulk_set restricted to PUT
6: DEBUG:controller:Mapped [/api/api/osd/flags] to OsdFlagsController:list restricted to GET
6: DEBUG:controller:Mapped [/api/api/osd/flags/individual] to OsdFlagsController:get_individual restricted to GET
6: DEBUG:controller:Mapped [/api/api/osd/flags/individual] to OsdFlagsController:set_individual restricted to PUT
6: DEBUG:controller:Mapped [/api/api/osd/safe_to_delete] to Osd:safe_to_delete restricted to GET
6: DEBUG:controller:Mapped [/api/api/osd/safe_to_destroy] to Osd:safe_to_destroy restricted to GET
6: DEBUG:controller:Mapped [/api/api/osd/{svc_id}] to Osd:delete restricted to DELETE
6: DEBUG:controller:Mapped [/api/api/osd/{svc_id}] to Osd:get restricted to GET
6: DEBUG:controller:Mapped [/api/api/osd/{svc_id}] to Osd:set restricted to PUT
6: DEBUG:controller:Mapped [/api/api/osd/{svc_id}/destroy] to Osd:destroy restricted to POST
6: DEBUG:controller:Mapped [/api/api/osd/{svc_id}/devices] to Osd:devices restricted to GET
6: DEBUG:controller:Mapped [/api/api/osd/{svc_id}/histogram] to Osd:histogram restricted to GET
6: DEBUG:controller:Mapped [/api/api/osd/{svc_id}/mark] to Osd:mark restricted to PUT
6: DEBUG:controller:Mapped [/api/api/osd/{svc_id}/purge] to Osd:purge restricted to POST
6: DEBUG:controller:Mapped [/api/api/osd/{svc_id}/reweight] to Osd:reweight restricted to POST
6: DEBUG:controller:Mapped [/api/api/osd/{svc_id}/scrub] to Osd:scrub restricted to POST
6: DEBUG:controller:Mapped [/api/api/osd/{svc_id}/smart] to Osd:smart restricted to GET
6: DEBUG:controller:Mapped [/api/api/perf_counters] to PerfCounters:list restricted to GET
6: DEBUG:controller:Mapped [/api/api/perf_counters/mds/{service_id}] to MdsPerfCounter:get restricted to GET
6: DEBUG:controller:Mapped [/api/api/perf_counters/mgr/{service_id}] to MgrPerfCounter:get restricted to GET
6: DEBUG:controller:Mapped [/api/api/perf_counters/mon/{service_id}] to MonPerfCounter:get restricted to GET
6: DEBUG:controller:Mapped [/api/api/perf_counters/osd/{service_id}] to OsdPerfCounter:get restricted to GET
6: DEBUG:controller:Mapped [/api/api/perf_counters/rbd-mirror/{service_id}] to RbdMirrorPerfCounter:get restricted to GET
6: DEBUG:controller:Mapped [/api/api/perf_counters/rgw/{service_id}] to RgwPerfCounter:get restricted to GET
6: DEBUG:controller:Mapped [/api/api/perf_counters/tcmu-runner/{service_id}] to TcmuRunnerPerfCounter:get restricted to GET
6: DEBUG:controller:Mapped [/api/api/pool] to Pool:create restricted to POST
6: DEBUG:controller:Mapped [/api/api/pool] to Pool:list restricted to GET
6: DEBUG:controller:Mapped [/api/api/pool/{pool_name}] to Pool:delete restricted to DELETE
6: DEBUG:controller:Mapped [/api/api/pool/{pool_name}] to Pool:get restricted to GET
6: DEBUG:controller:Mapped [/api/api/pool/{pool_name}] to Pool:set restricted to PUT
6: DEBUG:controller:Mapped [/api/api/pool/{pool_name}/configuration] to Pool:configuration restricted to GET
6: DEBUG:controller:Mapped [/api/api/prometheus] to Prometheus:list restricted to GET
6: DEBUG:controller:Mapped [/api/api/prometheus/notifications] to PrometheusNotifications:list restricted to GET
6: DEBUG:controller:Mapped [/api/api/prometheus/rules] to Prometheus:rules restricted to GET
6: DEBUG:controller:Mapped [/api/api/prometheus/silence] to Prometheus:create_silence restricted to POST
6: DEBUG:controller:Mapped [/api/api/prometheus/silence/{s_id}] to Prometheus:delete_silence restricted to DELETE
6: DEBUG:controller:Mapped [/api/api/prometheus/silences] to Prometheus:get_silences restricted to GET
6: DEBUG:controller:Mapped [/api/api/prometheus_receiver] to PrometheusReceiver:fetch_alert restricted to POST
6: DEBUG:controller:Mapped [/api/api/rgw/bucket] to RgwBucket:create restricted to POST
6: DEBUG:controller:Mapped [/api/api/rgw/bucket] to RgwBucket:list restricted to GET
6: DEBUG:controller:Mapped [/api/api/rgw/bucket/{bucket}] to RgwBucket:delete restricted to DELETE
6: DEBUG:controller:Mapped [/api/api/rgw/bucket/{bucket}] to RgwBucket:get restricted to GET
6: DEBUG:controller:Mapped [/api/api/rgw/bucket/{bucket}] to RgwBucket:set restricted to PUT
6: DEBUG:controller:Mapped [/api/api/rgw/daemon] to RgwDaemon:list restricted to GET
6: DEBUG:controller:Mapped [/api/api/rgw/daemon/{svc_id}] to RgwDaemon:get restricted to GET
6: DEBUG:controller:Mapped [/api/api/rgw/site] to RgwSite:list restricted to GET
6: DEBUG:controller:Mapped [/api/api/rgw/status] to Rgw:status restricted to GET
6: DEBUG:controller:Mapped [/api/api/rgw/user] to RgwUser:create restricted to POST
6: DEBUG:controller:Mapped [/api/api/rgw/user] to RgwUser:list restricted to GET
6: DEBUG:controller:Mapped [/api/api/rgw/user/get_emails] to RgwUser:get_emails restricted to GET
6: DEBUG:controller:Mapped [/api/api/rgw/user/{uid}] to RgwUser:delete restricted to DELETE
6: DEBUG:controller:Mapped [/api/api/rgw/user/{uid}] to RgwUser:get restricted to GET
6: DEBUG:controller:Mapped [/api/api/rgw/user/{uid}] to RgwUser:set restricted to PUT
6: DEBUG:controller:Mapped [/api/api/rgw/user/{uid}/capability] to RgwUser:create_cap restricted to POST
6: DEBUG:controller:Mapped [/api/api/rgw/user/{uid}/capability] to RgwUser:delete_cap restricted to DELETE
6: DEBUG:controller:Mapped [/api/api/rgw/user/{uid}/key] to RgwUser:create_key restricted to POST
6: DEBUG:controller:Mapped [/api/api/rgw/user/{uid}/key] to RgwUser:delete_key restricted to DELETE
6: DEBUG:controller:Mapped [/api/api/rgw/user/{uid}/quota] to RgwUser:get_quota restricted to GET
6: DEBUG:controller:Mapped [/api/api/rgw/user/{uid}/quota] to RgwUser:set_quota restricted to PUT
6: DEBUG:controller:Mapped [/api/api/rgw/user/{uid}/subuser] to RgwUser:create_subuser restricted to POST
6: DEBUG:controller:Mapped [/api/api/rgw/user/{uid}/subuser/{subuser}] to RgwUser:delete_subuser restricted to DELETE
6: DEBUG:controller:Mapped [/api/api/role] to Role:create restricted to POST
6: DEBUG:controller:Mapped [/api/api/role] to Role:list restricted to GET
6: DEBUG:controller:Mapped [/api/api/role/{name}] to Role:delete restricted to DELETE
6: DEBUG:controller:Mapped [/api/api/role/{name}] to Role:get restricted to GET
6: DEBUG:controller:Mapped [/api/api/role/{name}] to Role:set restricted to PUT
6: DEBUG:controller:Mapped [/api/api/role/{name}/clone] to Role:clone restricted to POST
6: DEBUG:controller:Mapped [/api/api/service] to Service:create restricted to POST
6: DEBUG:controller:Mapped [/api/api/service] to Service:list restricted to GET
6: DEBUG:controller:Mapped [/api/api/service/known_types] to Service:known_types restricted to GET
6: DEBUG:controller:Mapped [/api/api/service/{service_name}] to Service:delete restricted to DELETE
6: DEBUG:controller:Mapped [/api/api/service/{service_name}] to Service:get restricted to GET
6: DEBUG:controller:Mapped [/api/api/service/{service_name}/daemons] to Service:daemons restricted to GET
6: DEBUG:controller:Mapped [/api/api/settings] to Settings:bulk_set restricted to PUT
6: DEBUG:controller:Mapped [/api/api/settings] to Settings:list restricted to GET
6: DEBUG:controller:Mapped [/api/api/settings/{name}] to Settings:delete restricted to DELETE
6: DEBUG:controller:Mapped [/api/api/settings/{name}] to Settings:get restricted to GET
6: DEBUG:controller:Mapped [/api/api/settings/{name}] to Settings:set restricted to PUT
6: DEBUG:controller:Mapped [/api/api/summary] to Summary:__call__ restricted to GET
6: DEBUG:controller:Mapped [/api/api/task] to Task:list restricted to GET
6: DEBUG:controller:Mapped [/api/api/telemetry] to Telemetry:singleton_set restricted to PUT
6: DEBUG:controller:Mapped [/api/api/telemetry/report] to Telemetry:report restricted to GET
6: DEBUG:controller:Mapped [/api/api/user] to User:create restricted to POST
6: DEBUG:controller:Mapped [/api/api/user] to User:list restricted to GET
6: DEBUG:controller:Mapped [/api/api/user/validate_password] to UserPasswordPolicy:validate_password restricted to POST
6: DEBUG:controller:Mapped [/api/api/user/{username}] to User:delete restricted to DELETE
6: DEBUG:controller:Mapped [/api/api/user/{username}] to User:get restricted to GET
6: DEBUG:controller:Mapped [/api/api/user/{username}] to User:set restricted to PUT
6: DEBUG:controller:Mapped [/api/api/user/{username}/change_password] to UserChangePassword:change_password restricted to POST
6: DEBUG:controller:Mapped [/api/auth/saml2] to Saml2:auth_response restricted to POST
6: DEBUG:controller:Mapped [/api/auth/saml2/login] to Saml2:login restricted to GET
6: DEBUG:controller:Mapped [/api/auth/saml2/logout] to Saml2:logout restricted to GET
6: DEBUG:controller:Mapped [/api/auth/saml2/metadata] to Saml2:metadata restricted to GET
6: DEBUG:controller:Mapped [/api/auth/saml2/slo] to Saml2:slo restricted to GET
6: DEBUG:controller:Mapped [/api/docs] to Docs:__call__ restricted to GET
6: DEBUG:controller:Mapped [/api/docs] to Docs:_with_token restricted to POST
6: DEBUG:controller:Mapped [/api/docs/api-all.json] to Docs:api_all_json restricted to GET
6: DEBUG:controller:Mapped [/api/docs/api.json] to Docs:api_json restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/cephfs] to CephFsUi:list restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/cephfs] to CephFsUi:list restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/cephfs/{fs_id}] to CephFsUi:get restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/cephfs/{fs_id}] to CephFsUi:get restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/cephfs/{fs_id}/client/{client_id}] to CephFsUi:evict restricted to DELETE
6: DEBUG:controller:Mapped [/api/ui-api/cephfs/{fs_id}/client/{client_id}] to CephFsUi:evict restricted to DELETE
6: DEBUG:controller:Mapped [/api/ui-api/cephfs/{fs_id}/clients] to CephFsUi:clients restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/cephfs/{fs_id}/clients] to CephFsUi:clients restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/cephfs/{fs_id}/get_root_directory] to CephFsUi:get_root_directory restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/cephfs/{fs_id}/get_root_directory] to CephFsUi:get_root_directory restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/cephfs/{fs_id}/ls_dir] to CephFsUi:ls_dir restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/cephfs/{fs_id}/mds_counters] to CephFsUi:mds_counters restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/cephfs/{fs_id}/mds_counters] to CephFsUi:mds_counters restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/cephfs/{fs_id}/quota] to CephFsUi:get_quota restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/cephfs/{fs_id}/quota] to CephFsUi:quota restricted to PUT
6: DEBUG:controller:Mapped [/api/ui-api/cephfs/{fs_id}/quota] to CephFsUi:get_quota restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/cephfs/{fs_id}/quota] to CephFsUi:quota restricted to PUT
6: DEBUG:controller:Mapped [/api/ui-api/cephfs/{fs_id}/snapshot] to CephFsUi:rm_snapshot restricted to DELETE
6: DEBUG:controller:Mapped [/api/ui-api/cephfs/{fs_id}/snapshot] to CephFsUi:snapshot restricted to POST
6: DEBUG:controller:Mapped [/api/ui-api/cephfs/{fs_id}/snapshot] to CephFsUi:rm_snapshot restricted to DELETE
6: DEBUG:controller:Mapped [/api/ui-api/cephfs/{fs_id}/snapshot] to CephFsUi:snapshot restricted to POST
6: DEBUG:controller:Mapped [/api/ui-api/cephfs/{fs_id}/tabs] to CephFsUi:tabs restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/cephfs/{fs_id}/tree] to CephFsUi:mk_tree restricted to POST
6: DEBUG:controller:Mapped [/api/ui-api/cephfs/{fs_id}/tree] to CephFsUi:rm_tree restricted to DELETE
6: DEBUG:controller:Mapped [/api/ui-api/cephfs/{fs_id}/tree] to CephFsUi:mk_tree restricted to POST
6: DEBUG:controller:Mapped [/api/ui-api/cephfs/{fs_id}/tree] to CephFsUi:rm_tree restricted to DELETE
6: DEBUG:controller:Mapped [/api/ui-api/crush_rule] to CrushRuleUi:create restricted to POST
6: DEBUG:controller:Mapped [/api/ui-api/crush_rule] to CrushRuleUi:list restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/crush_rule] to CrushRuleUi:create restricted to POST
6: DEBUG:controller:Mapped [/api/ui-api/crush_rule] to CrushRuleUi:list restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/crush_rule/info] to CrushRuleUi:info restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/crush_rule/{name}] to CrushRuleUi:delete restricted to DELETE
6: DEBUG:controller:Mapped [/api/ui-api/crush_rule/{name}] to CrushRuleUi:get restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/crush_rule/{name}] to CrushRuleUi:delete restricted to DELETE
6: DEBUG:controller:Mapped [/api/ui-api/crush_rule/{name}] to CrushRuleUi:get restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/erasure_code_profile] to ErasureCodeProfileUi:create restricted to POST
6: DEBUG:controller:Mapped [/api/ui-api/erasure_code_profile] to ErasureCodeProfileUi:list restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/erasure_code_profile] to ErasureCodeProfileUi:create restricted to POST
6: DEBUG:controller:Mapped [/api/ui-api/erasure_code_profile] to ErasureCodeProfileUi:list restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/erasure_code_profile/info] to ErasureCodeProfileUi:info restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/erasure_code_profile/{name}] to ErasureCodeProfileUi:delete restricted to DELETE
6: DEBUG:controller:Mapped [/api/ui-api/erasure_code_profile/{name}] to ErasureCodeProfileUi:get restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/erasure_code_profile/{name}] to ErasureCodeProfileUi:delete restricted to DELETE
6: DEBUG:controller:Mapped [/api/ui-api/erasure_code_profile/{name}] to ErasureCodeProfileUi:get restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/host/inventory] to HostUi:inventory restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/host/labels] to HostUi:labels restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/iscsi/overview] to IscsiUi:overview restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/iscsi/portals] to IscsiUi:portals restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/iscsi/settings] to IscsiUi:settings restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/iscsi/status] to IscsiUi:status restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/iscsi/version] to IscsiUi:version restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/langs] to LangsController:__call__ restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/logging/js-error] to FrontendLogging:jsError restricted to POST
6: DEBUG:controller:Mapped [/api/ui-api/nfs-ganesha/cephfs/filesystems] to NFSGaneshaUi:filesystems restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/nfs-ganesha/cephx/clients] to NFSGaneshaUi:cephx_clients restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/nfs-ganesha/clusters] to NFSGaneshaUi:clusters restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/nfs-ganesha/fsals] to NFSGaneshaUi:fsals restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/nfs-ganesha/lsdir/{fs_name}] to NFSGaneshaUi:lsdir restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/nfs-ganesha/rgw/buckets] to NFSGaneshaUi:buckets restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/pool] to PoolUi:create restricted to POST
6: DEBUG:controller:Mapped [/api/ui-api/pool] to PoolUi:list restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/pool] to PoolUi:create restricted to POST
6: DEBUG:controller:Mapped [/api/ui-api/pool] to PoolUi:list restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/pool/info] to PoolUi:info restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/pool/{pool_name}] to PoolUi:delete restricted to DELETE
6: DEBUG:controller:Mapped [/api/ui-api/pool/{pool_name}] to PoolUi:get restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/pool/{pool_name}] to PoolUi:set restricted to PUT
6: DEBUG:controller:Mapped [/api/ui-api/pool/{pool_name}] to PoolUi:delete restricted to DELETE
6: DEBUG:controller:Mapped [/api/ui-api/pool/{pool_name}] to PoolUi:get restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/pool/{pool_name}] to PoolUi:set restricted to PUT
6: DEBUG:controller:Mapped [/api/ui-api/pool/{pool_name}/configuration] to PoolUi:configuration restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/pool/{pool_name}/configuration] to PoolUi:configuration restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/scope] to Scope:list restricted to GET
6: DEBUG:controller:Mapped [/api/ui-api/standard_settings] to StandardSettings:list restricted to GET
6: DEBUG:controller:Mapped [/api/{path:.*}] to HomeController:__call__ restricted to GET
6: DEBUG:controller:list of parent paths: {'/api/docs', '/api/ui-api', '/api/api', '/api', '/api/auth'}
6: DEBUG:controllers.docs:Host: example.com
6: openapi-check run-test: commands[1] | diff openapi.yaml /root/wip-hmunjulu02-testing/src/pybind/mgr/dashboard/.tox/openapi-check/tmp/openapi.yaml
6: ___________________________________ summary ____________________________________
6: py3: commands succeeded
6: lint: commands succeeded
6: check: commands succeeded
6: openapi-check: commands succeeded
6: congratulations :)
5/207 Test #6: run-tox-mgr-dashboard ................... Passed 237.95 sec
test 5
Start 5: teardown-venv-for-mgr-dashboard

5: Test command: /usr/bin/cmake "-E" "remove_directory" "/root/wip-hmunjulu02-testing/build/mgr-dashboard-virtualenv"
5: Test timeout computed to be: 10000000
6/207 Test #5: teardown-venv-for-mgr-dashboard ......... Passed 0.11 sec
test 7
Start 7: setup-venv-for-python-common

7: Test command: /root/wip-hmunjulu02-testing/src/tools/setup-virtualenv.sh "--python=/usr/bin/python3.8" "/root/wip-hmunjulu02-testing/build/python-common-virtualenv"
7: Test timeout computed to be: 10000000
7: created virtual environment CPython3.8.2.final.0-64 in 394ms
7: creator CPython3Posix(dest=/root/wip-hmunjulu02-testing/build/python-common-virtualenv, clear=False, global=False)
7: seeder FromAppData(download=False, CacheControl=latest, certifi=latest, appdirs=latest, urllib3=latest, pep517=latest, packaging=latest, retrying=latest, ipaddr=latest, msgpack=latest, progress=latest, pytoml=latest, chardet=latest, pkg_resources=latest, pip=latest, distlib=latest, contextlib2=latest, idna=latest, pyparsing=latest, webencodings=latest, lockfile=latest, html5lib=latest, wheel=latest, six=latest, setuptools=latest, colorama=latest, distro=latest, requests=latest, via=copy, app_data_dir=/root/.local/share/virtualenv/seed-app-data/v1.0.1.debian)
7: activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator,XonshActivator
7: Collecting pip>=6.1
7: Using cached pip-21.0.1-py3-none-any.whl (1.5 MB)
7: Installing collected packages: pip
7: Attempting uninstall: pip
7: Found existing installation: pip 20.0.2
7: Uninstalling pip-20.0.2:
7: Successfully uninstalled pip-20.0.2
7: Successfully installed pip-21.0.1
7: Looking in links: file:///root/wip-hmunjulu02-testing/src/python-common/wheelhouse
7: Processing ./wheelhouse/tox-3.23.0-py2.py3-none-any.whl
7: Requirement already satisfied: six>=1.14.0 in /root/wip-hmunjulu02-testing/build/python-common-virtualenv/lib/python3.8/site-packages (from tox>=2.9.1) (1.14.0)
7: Processing ./wheelhouse/pluggy-0.13.1-py2.py3-none-any.whl
7: Processing ./wheelhouse/py-1.10.0-py2.py3-none-any.whl
7: Processing ./wheelhouse/toml-0.10.2-py2.py3-none-any.whl
7: Requirement already satisfied: packaging>=14 in /root/wip-hmunjulu02-testing/build/python-common-virtualenv/lib/python3.8/site-packages (from tox>=2.9.1) (20.3)
7: Processing ./wheelhouse/filelock-3.0.12-py3-none-any.whl
7: Processing ./wheelhouse/virtualenv-20.4.3-py2.py3-none-any.whl
7: Requirement already satisfied: appdirs<2,>=1.4.3 in /root/wip-hmunjulu02-testing/build/python-common-virtualenv/lib/python3.8/site-packages (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox>=2.9.1) (1.4.3)
7: Processing ./wheelhouse/distlib-0.3.1-py2.py3-none-any.whl
7: Installing collected packages: filelock, distlib, virtualenv, toml, py, pluggy, tox
7: Attempting uninstall: distlib
7: Found existing installation: distlib 0.3.0
7: Uninstalling distlib-0.3.0:
7: Successfully uninstalled distlib-0.3.0
7: Successfully installed distlib-0.3.1 filelock-3.0.12 pluggy-0.13.1 py-1.10.0 toml-0.10.2 tox-3.23.0 virtualenv-20.4.3
7: Looking in links: file:///root/wip-hmunjulu02-testing/src/python-common/wheelhouse
7: Ignoring pytest: markers 'python_version < "3.5"' don't match your environment
7: Ignoring mock: markers 'python_version < "3.3"' don't match your environment
7: Ignoring typing-extensions: markers 'python_version < "3.8"' don't match your environment
7: Processing ./wheelhouse/flake8-3.7.8-py2.py3-none-any.whl
7: Processing ./wheelhouse/rstcheck-3.3.1-py3-none-any.whl
7: Processing ./wheelhouse/mypy-0.790-cp38-cp38-manylinux1_x86_64.whl
7: Processing ./wheelhouse/pytest_mypy-0.8.1-py3-none-any.whl
7: Processing ./wheelhouse/pytest-6.2.3-py3-none-any.whl
7: Processing ./wheelhouse/PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl
7: Processing ./wheelhouse/pycodestyle-2.5.0-py2.py3-none-any.whl
7: Processing ./wheelhouse/pyflakes-2.1.1-py2.py3-none-any.whl
7: Processing ./wheelhouse/entrypoints-0.3-py2.py3-none-any.whl
7: Processing ./wheelhouse/mccabe-0.6.1-py2.py3-none-any.whl
7: Processing ./wheelhouse/typing_extensions-3.7.4.3-py3-none-any.whl
7: Processing ./wheelhouse/mypy_extensions-0.4.3-py2.py3-none-any.whl
7: Processing ./wheelhouse/typed_ast-1.4.2-cp38-cp38-manylinux1_x86_64.whl
7: Processing ./wheelhouse/docutils-0.17-py2.py3-none-any.whl
7: Requirement already satisfied: packaging in /root/wip-hmunjulu02-testing/build/python-common-virtualenv/lib/python3.8/site-packages (from pytest>=2.1.3->-r requirements.txt (line 5)) (20.3)
7: Requirement already satisfied: py>=1.8.2 in /root/wip-hmunjulu02-testing/build/python-common-virtualenv/lib/python3.8/site-packages (from pytest>=2.1.3->-r requirements.txt (line 5)) (1.10.0)
7: Requirement already satisfied: toml in /root/wip-hmunjulu02-testing/build/python-common-virtualenv/lib/python3.8/site-packages (from pytest>=2.1.3->-r requirements.txt (line 5)) (0.10.2)
7: Processing ./wheelhouse/attrs-20.3.0-py2.py3-none-any.whl
7: Processing ./wheelhouse/iniconfig-1.1.1-py2.py3-none-any.whl
7: Requirement already satisfied: pluggy<1.0.0a1,>=0.12 in /root/wip-hmunjulu02-testing/build/python-common-virtualenv/lib/python3.8/site-packages (from pytest>=2.1.3->-r requirements.txt (line 5)) (0.13.1)
7: Requirement already satisfied: filelock>=3.0 in /root/wip-hmunjulu02-testing/build/python-common-virtualenv/lib/python3.8/site-packages (from pytest-mypy->-r requirements.txt (line 4)) (3.0.12)
7: Installing collected packages: typing-extensions, typed-ast, mypy-extensions, iniconfig, attrs, pytest, pyflakes, pycodestyle, mypy, mccabe, entrypoints, docutils, rstcheck, pyyaml, pytest-mypy, flake8
7: Successfully installed attrs-20.3.0 docutils-0.17 entrypoints-0.3 flake8-3.7.8 iniconfig-1.1.1 mccabe-0.6.1 mypy-0.790 mypy-extensions-0.4.3 pycodestyle-2.5.0 pyflakes-2.1.1 pytest-6.2.3 pytest-mypy-0.8.1 pyyaml-5.4.1 rstcheck-3.3.1 typed-ast-1.4.2 typing-extensions-3.7.4.3
7/207 Test #7: setup-venv-for-python-common ............ Passed 8.26 sec
test 9
Start 9: run-tox-python-common

9: Test command: /root/wip-hmunjulu02-testing/src/script/run_tox.sh "--source-dir" "/root/wip-hmunjulu02-testing" "--build-dir" "/root/wip-hmunjulu02-testing/build" "--tox-path" "/root/wip-hmunjulu02-testing/src/python-common" "--tox-envs" "py3,lint" "--venv-path" "/root/wip-hmunjulu02-testing/build/python-common-virtualenv"
9: Environment variables:
9: CEPH_ROOT=/root/wip-hmunjulu02-testing
9: CEPH_BIN=/root/wip-hmunjulu02-testing/build/bin
9: CEPH_LIB=/root/wip-hmunjulu02-testing/build/lib
9: CEPH_BUILD_VIRTUALENV=/root/wip-hmunjulu02-testing/build
9: LD_LIBRARY_PATH=/root/wip-hmunjulu02-testing/build/lib
9: PATH=/root/wip-hmunjulu02-testing/build/bin:/root/wip-hmunjulu02-testing/src:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
9: PYTHONPATH=/root/wip-hmunjulu02-testing/src/pybind
9: Test timeout computed to be: 10000000
9: Requirement already satisfied: tox in /root/wip-hmunjulu02-testing/build/python-common-virtualenv/lib/python3.8/site-packages (3.23.0)
9: Requirement already satisfied: six>=1.14.0 in /root/wip-hmunjulu02-testing/build/python-common-virtualenv/lib/python3.8/site-packages (from tox) (1.14.0)
9: Requirement already satisfied: virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0 in /root/wip-hmunjulu02-testing/build/python-common-virtualenv/lib/python3.8/site-packages (from tox) (20.4.3)
9: Requirement already satisfied: pluggy>=0.12.0 in /root/wip-hmunjulu02-testing/build/python-common-virtualenv/lib/python3.8/site-packages (from tox) (0.13.1)
9: Requirement already satisfied: py>=1.4.17 in /root/wip-hmunjulu02-testing/build/python-common-virtualenv/lib/python3.8/site-packages (from tox) (1.10.0)
9: Requirement already satisfied: packaging>=14 in /root/wip-hmunjulu02-testing/build/python-common-virtualenv/lib/python3.8/site-packages (from tox) (20.3)
9: Requirement already satisfied: toml>=0.9.4 in /root/wip-hmunjulu02-testing/build/python-common-virtualenv/lib/python3.8/site-packages (from tox) (0.10.2)
9: Requirement already satisfied: filelock>=3.0.0 in /root/wip-hmunjulu02-testing/build/python-common-virtualenv/lib/python3.8/site-packages (from tox) (3.0.12)
9: Requirement already satisfied: appdirs<2,>=1.4.3 in /root/wip-hmunjulu02-testing/build/python-common-virtualenv/lib/python3.8/site-packages (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox) (1.4.3)
9: Requirement already satisfied: distlib<1,>=0.3.1 in /root/wip-hmunjulu02-testing/build/python-common-virtualenv/lib/python3.8/site-packages (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox) (0.3.1)
9: GLOB sdist-make: /root/wip-hmunjulu02-testing/src/python-common/setup.py
9: py3 create: /root/wip-hmunjulu02-testing/src/python-common/.tox/py3
9: py3 installdeps: -rrequirements.txt
9: WARNING: Discarding $PYTHONPATH from environment, to override specify PYTHONPATH in 'passenv' in your configuration.
9: py3 inst: /root/wip-hmunjulu02-testing/src/python-common/.tox/.tmp/package/1/ceph-1.0.0.zip
9: WARNING: Discarding $PYTHONPATH from environment, to override specify PYTHONPATH in 'passenv' in your configuration.
9: py3 installed: DEPRECATION: --find-links option in pip freeze is deprecated. pip 21.2 will remove support for this functionality. You can find discussion regarding this at https://github.com/pypa/pip/issues/9069.,-f /root/wip-hmunjulu02-testing/src/python-common/wheelhouse,attrs==20.3.0,ceph @ file:///root/wip-hmunjulu02-testing/src/python-common/.tox/.tmp/package/1/ceph-1.0.0.zip,filelock==3.0.12,iniconfig==1.1.1,mypy==0.790,mypy-extensions==0.4.3,packaging==20.9,pluggy==0.13.1,py==1.10.0,pyparsing==2.4.7,pytest==6.2.3,pytest-mypy==0.8.1,PyYAML==5.4.1,toml==0.10.2,typed-ast==1.4.2,typing-extensions==3.7.4.3
9: py3 run-test-pre: PYTHONHASHSEED='1931366741'
9: py3 run-test: commands[0] | pytest --doctest-modules ceph/deployment/service_spec.py
9: ============================= test session starts ==============================
9: platform linux -- Python 3.8.2, pytest-6.2.3, py-1.10.0, pluggy-0.13.1
9: cachedir: .tox/py3/.pytest_cache
9: rootdir: /root/wip-hmunjulu02-testing/src/python-common
9: plugins: mypy-0.8.1
9: collected 3 items
9:
9: ceph/deployment/service_spec.py .s. [100%]
9:
9: ========================= 2 passed, 1 skipped in 0.08s =========================
9: py3 run-test: commands[1] | pytest
9: ============================= test session starts ==============================
9: platform linux -- Python 3.8.2, pytest-6.2.3, py-1.10.0, pluggy-0.13.1
9: cachedir: .tox/py3/.pytest_cache
9: rootdir: /root/wip-hmunjulu02-testing/src/python-common
9: plugins: mypy-0.8.1
9: collected 199 items
9:
9: ceph/tests/test_datetime.py ......... [ 4%]
9: ceph/tests/test_disk_selector.py ....................................... [ 24%]
9: .......................................................... [ 53%]
9: ceph/tests/test_drive_group.py ................. [ 61%]
9: ceph/tests/test_inventory.py .. [ 62%]
9: ceph/tests/test_service_spec.py ........................................ [ 82%]
9: ............................... [ 98%]
9: ceph/tests/test_utils.py ... [100%]
9:
9: ============================= 199 passed in 0.35s ==============================
9: py3 run-test: commands[2] | mypy --config-file=../mypy.ini -p ceph
9: Success: no issues found in 22 source files
9: lint create: /root/wip-hmunjulu02-testing/src/python-common/.tox/lint
9: lint installdeps: -rrequirements-lint.txt
9: WARNING: Discarding $PYTHONPATH from environment, to override specify PYTHONPATH in 'passenv' in your configuration.
9: lint inst: /root/wip-hmunjulu02-testing/src/python-common/.tox/.tmp/package/1/ceph-1.0.0.zip
9: WARNING: Discarding $PYTHONPATH from environment, to override specify PYTHONPATH in 'passenv' in your configuration.
9: lint installed: DEPRECATION: --find-links option in pip freeze is deprecated. pip 21.2 will remove support for this functionality. You can find discussion regarding this at https://github.com/pypa/pip/issues/9069.,-f /root/wip-hmunjulu02-testing/src/python-common/wheelhouse,ceph @ file:///root/wip-hmunjulu02-testing/src/python-common/.tox/.tmp/package/1/ceph-1.0.0.zip,docutils==0.17,entrypoints==0.3,flake8==3.7.8,mccabe==0.6.1,pycodestyle==2.5.0,pyflakes==2.1.1,PyYAML==5.4.1,rstcheck==3.3.1
9: lint run-test-pre: PYTHONHASHSEED='1931366741'
9: lint run-test: commands[0] | flake8 ceph
9: lint run-test: commands[1] | rstcheck --report info --debug README.rst
9: ___________________________________ summary ____________________________________
9: py3: commands succeeded
9: lint: commands succeeded
9: congratulations :)
8/207 Test #9: run-tox-python-common ................... Passed 25.89 sec
test 8
Start 8: teardown-venv-for-python-common

8: Test command: /usr/bin/cmake "-E" "remove_directory" "/root/wip-hmunjulu02-testing/build/python-common-virtualenv"
8: Test timeout computed to be: 10000000
9/207 Test #8: teardown-venv-for-python-common ......... Passed 0.11 sec
test 10
Start 10: setup-venv-for-cephadm

10: Test command: /root/wip-hmunjulu02-testing/src/tools/setup-virtualenv.sh "--python=/usr/bin/python3.8" "/root/wip-hmunjulu02-testing/build/cephadm-virtualenv"
10: Test timeout computed to be: 10000000
10: created virtual environment CPython3.8.2.final.0-64 in 403ms
10: creator CPython3Posix(dest=/root/wip-hmunjulu02-testing/build/cephadm-virtualenv, clear=False, global=False)
10: seeder FromAppData(download=False, CacheControl=latest, certifi=latest, appdirs=latest, urllib3=latest, pep517=latest, packaging=latest, retrying=latest, ipaddr=latest, msgpack=latest, progress=latest, pytoml=latest, chardet=latest, pkg_resources=latest, pip=latest, distlib=latest, contextlib2=latest, idna=latest, pyparsing=latest, webencodings=latest, lockfile=latest, html5lib=latest, wheel=latest, six=latest, setuptools=latest, colorama=latest, distro=latest, requests=latest, via=copy, app_data_dir=/root/.local/share/virtualenv/seed-app-data/v1.0.1.debian)
10: activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator,XonshActivator
10: Collecting pip>=6.1
10: Using cached pip-21.0.1-py3-none-any.whl (1.5 MB)
10: Installing collected packages: pip
10: Attempting uninstall: pip
10: Found existing installation: pip 20.0.2
10: Uninstalling pip-20.0.2:
10: Successfully uninstalled pip-20.0.2
10: Successfully installed pip-21.0.1
10: Looking in links: file:///root/wip-hmunjulu02-testing/src/cephadm/wheelhouse
10: WARNING: Url 'file:///root/wip-hmunjulu02-testing/src/cephadm/wheelhouse' is ignored: it is neither a file nor a directory.
10: Collecting tox>=2.9.1
10: Downloading tox-3.23.0-py2.py3-none-any.whl (85 kB)
10: WARNING: Url 'file:///root/wip-hmunjulu02-testing/src/cephadm/wheelhouse' is ignored: it is neither a file nor a directory.
10: Collecting toml>=0.9.4
10: Using cached toml-0.10.2-py2.py3-none-any.whl (16 kB)
10: WARNING: Url 'file:///root/wip-hmunjulu02-testing/src/cephadm/wheelhouse' is ignored: it is neither a file nor a directory.
10: Collecting virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0
10: Downloading virtualenv-20.4.3-py2.py3-none-any.whl (7.2 MB)
10: WARNING: Url 'file:///root/wip-hmunjulu02-testing/src/cephadm/wheelhouse' is ignored: it is neither a file nor a directory.
10: Collecting filelock>=3.0.0
10: Using cached filelock-3.0.12-py3-none-any.whl (7.6 kB)
10: Requirement already satisfied: packaging>=14 in /root/wip-hmunjulu02-testing/build/cephadm-virtualenv/lib/python3.8/site-packages (from tox>=2.9.1) (20.3)
10: Requirement already satisfied: six>=1.14.0 in /root/wip-hmunjulu02-testing/build/cephadm-virtualenv/lib/python3.8/site-packages (from tox>=2.9.1) (1.14.0)
10: WARNING: Url 'file:///root/wip-hmunjulu02-testing/src/cephadm/wheelhouse' is ignored: it is neither a file nor a directory.
10: Collecting pluggy>=0.12.0
10: Using cached pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
10: WARNING: Url 'file:///root/wip-hmunjulu02-testing/src/cephadm/wheelhouse' is ignored: it is neither a file nor a directory.
10: Collecting py>=1.4.17
10: Using cached py-1.10.0-py2.py3-none-any.whl (97 kB)
10: Requirement already satisfied: appdirs<2,>=1.4.3 in /root/wip-hmunjulu02-testing/build/cephadm-virtualenv/lib/python3.8/site-packages (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox>=2.9.1) (1.4.3)
10: WARNING: Url 'file:///root/wip-hmunjulu02-testing/src/cephadm/wheelhouse' is ignored: it is neither a file nor a directory.
10: Collecting distlib<1,>=0.3.1
10: Using cached distlib-0.3.1-py2.py3-none-any.whl (335 kB)
10: Installing collected packages: filelock, distlib, virtualenv, toml, py, pluggy, tox
10: Attempting uninstall: distlib
10: Found existing installation: distlib 0.3.0
10: Uninstalling distlib-0.3.0:
10: Successfully uninstalled distlib-0.3.0
10: Successfully installed distlib-0.3.1 filelock-3.0.12 pluggy-0.13.1 py-1.10.0 toml-0.10.2 tox-3.23.0 virtualenv-20.4.3
10/207 Test #10: setup-venv-for-cephadm .................. Passed 6.90 sec
test 12
Start 12: run-tox-cephadm

12: Test command: /root/wip-hmunjulu02-testing/src/script/run_tox.sh "--source-dir" "/root/wip-hmunjulu02-testing" "--build-dir" "/root/wip-hmunjulu02-testing/build" "--tox-path" "/root/wip-hmunjulu02-testing/src/cephadm" "--tox-envs" "py3,mypy,flake8" "--venv-path" "/root/wip-hmunjulu02-testing/build/cephadm-virtualenv"
12: Environment variables:
12: CEPH_ROOT=/root/wip-hmunjulu02-testing
12: CEPH_BIN=/root/wip-hmunjulu02-testing/build/bin
12: CEPH_LIB=/root/wip-hmunjulu02-testing/build/lib
12: CEPH_BUILD_VIRTUALENV=/root/wip-hmunjulu02-testing/build
12: LD_LIBRARY_PATH=/root/wip-hmunjulu02-testing/build/lib
12: PATH=/root/wip-hmunjulu02-testing/build/bin:/root/wip-hmunjulu02-testing/src:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
12: PYTHONPATH=/root/wip-hmunjulu02-testing/src/pybind
12: Test timeout computed to be: 10000000
12: Requirement already satisfied: tox in /root/wip-hmunjulu02-testing/build/cephadm-virtualenv/lib/python3.8/site-packages (3.23.0)
12: Requirement already satisfied: py>=1.4.17 in /root/wip-hmunjulu02-testing/build/cephadm-virtualenv/lib/python3.8/site-packages (from tox) (1.10.0)
12: Requirement already satisfied: filelock>=3.0.0 in /root/wip-hmunjulu02-testing/build/cephadm-virtualenv/lib/python3.8/site-packages (from tox) (3.0.12)
12: Requirement already satisfied: toml>=0.9.4 in /root/wip-hmunjulu02-testing/build/cephadm-virtualenv/lib/python3.8/site-packages (from tox) (0.10.2)
12: Requirement already satisfied: virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0 in /root/wip-hmunjulu02-testing/build/cephadm-virtualenv/lib/python3.8/site-packages (from tox) (20.4.3)
12: Requirement already satisfied: six>=1.14.0 in /root/wip-hmunjulu02-testing/build/cephadm-virtualenv/lib/python3.8/site-packages (from tox) (1.14.0)
12: Requirement already satisfied: packaging>=14 in /root/wip-hmunjulu02-testing/build/cephadm-virtualenv/lib/python3.8/site-packages (from tox) (20.3)
12: Requirement already satisfied: pluggy>=0.12.0 in /root/wip-hmunjulu02-testing/build/cephadm-virtualenv/lib/python3.8/site-packages (from tox) (0.13.1)
12: Requirement already satisfied: distlib<1,>=0.3.1 in /root/wip-hmunjulu02-testing/build/cephadm-virtualenv/lib/python3.8/site-packages (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox) (0.3.1)
12: Requirement already satisfied: appdirs<2,>=1.4.3 in /root/wip-hmunjulu02-testing/build/cephadm-virtualenv/lib/python3.8/site-packages (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox) (1.4.3)
12: py3 create: /root/wip-hmunjulu02-testing/src/cephadm/.tox/py3
12: py3 installdeps: pytest, mock
12: WARNING: Discarding $PYTHONPATH from environment, to override specify PYTHONPATH in 'passenv' in your configuration.
12: py3 installed: DEPRECATION: --find-links option in pip freeze is deprecated. pip 21.2 will remove support for this functionality. You can find discussion regarding this at https://github.com/pypa/pip/issues/9069.,-f /root/wip-hmunjulu02-testing/src/cephadm/wheelhouse,attrs==20.3.0,iniconfig==1.1.1,mock==4.0.3,packaging==20.9,pluggy==0.13.1,py==1.10.0,pyparsing==2.4.7,pytest==6.2.3,toml==0.10.2
12: py3 run-test-pre: PYTHONHASHSEED='4293654400'
12: py3 run-test: commands[0] | pytest
12: ============================= test session starts ==============================
12: platform linux -- Python 3.8.2, pytest-6.2.3, py-1.10.0, pluggy-0.13.1
12: cachedir: .tox/py3/.pytest_cache
12: rootdir: /root/wip-hmunjulu02-testing/src/cephadm
12: collected 73 items
12:
12: tests/test_cephadm.py .................................................. [ 68%]
12: ....................... [100%]
12:
12: ============================== 73 passed in 1.88s ==============================
12: mypy create: /root/wip-hmunjulu02-testing/src/cephadm/.tox/mypy
12: mypy installdeps: mypy==0.790
12: WARNING: Discarding $PYTHONPATH from environment, to override specify PYTHONPATH in 'passenv' in your configuration.
12: mypy installed: DEPRECATION: --find-links option in pip freeze is deprecated. pip 21.2 will remove support for this functionality. You can find discussion regarding this at https://github.com/pypa/pip/issues/9069.,-f /root/wip-hmunjulu02-testing/src/cephadm/wheelhouse,mypy==0.790,mypy-extensions==0.4.3,typed-ast==1.4.2,typing-extensions==3.7.4.3
12: mypy run-test-pre: PYTHONHASHSEED='4293654400'
12: mypy run-test: commands[0] | mypy --config-file ../mypy.ini cephadm
12: Success: no issues found in 1 source file
12: flake8 create: /root/wip-hmunjulu02-testing/src/cephadm/.tox/flake8
12: flake8 installdeps: flake8, flake8-quotes
12: WARNING: Discarding $PYTHONPATH from environment, to override specify PYTHONPATH in 'passenv' in your configuration.
12: flake8 installed: DEPRECATION: --find-links option in pip freeze is deprecated. pip 21.2 will remove support for this functionality. You can find discussion regarding this at https://github.com/pypa/pip/issues/9069.,-f /root/wip-hmunjulu02-testing/src/cephadm/wheelhouse,flake8==3.9.0,flake8-quotes==3.2.0,mccabe==0.6.1,pycodestyle==2.7.0,pyflakes==2.3.1
12: flake8 run-test-pre: PYTHONHASHSEED='4293654400'
12: flake8 run-test: commands[0] | flake8 --config=tox.ini cephadm
12: ___________________________________ summary ____________________________________
12: py3: commands succeeded
12: mypy: commands succeeded
12: flake8: commands succeeded
12: congratulations :)
11/207 Test #12: run-tox-cephadm ......................... Passed 20.58 sec
test 11
Start 11: teardown-venv-for-cephadm

11: Test command: /usr/bin/cmake "-E" "remove_directory" "/root/wip-hmunjulu02-testing/build/cephadm-virtualenv"
11: Test timeout computed to be: 10000000
12/207 Test #11: teardown-venv-for-cephadm ............... Passed 0.05 sec
test 13
Start 13: setup-venv-for-cephfs-top

13: Test command: /root/wip-hmunjulu02-testing/src/tools/setup-virtualenv.sh "--python=/usr/bin/python3.8" "/root/wip-hmunjulu02-testing/build/cephfs-top-virtualenv"
13: Test timeout computed to be: 10000000
13: created virtual environment CPython3.8.2.final.0-64 in 398ms
13: creator CPython3Posix(dest=/root/wip-hmunjulu02-testing/build/cephfs-top-virtualenv, clear=False, global=False)
13: seeder FromAppData(download=False, CacheControl=latest, certifi=latest, appdirs=latest, urllib3=latest, pep517=latest, packaging=latest, retrying=latest, ipaddr=latest, msgpack=latest, progress=latest, pytoml=latest, chardet=latest, pkg_resources=latest, pip=latest, distlib=latest, contextlib2=latest, idna=latest, pyparsing=latest, webencodings=latest, lockfile=latest, html5lib=latest, wheel=latest, six=latest, setuptools=latest, colorama=latest, distro=latest, requests=latest, via=copy, app_data_dir=/root/.local/share/virtualenv/seed-app-data/v1.0.1.debian)
13: activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator,XonshActivator
13: Collecting pip>=6.1
13: Using cached pip-21.0.1-py3-none-any.whl (1.5 MB)
13: Installing collected packages: pip
13: Attempting uninstall: pip
13: Found existing installation: pip 20.0.2
13: Uninstalling pip-20.0.2:
13: Successfully uninstalled pip-20.0.2
13: Successfully installed pip-21.0.1
13: Looking in links: file:///root/wip-hmunjulu02-testing/src/tools/cephfs/top/wheelhouse
13: WARNING: Url 'file:///root/wip-hmunjulu02-testing/src/tools/cephfs/top/wheelhouse' is ignored: it is neither a file nor a directory.
13: Collecting tox>=2.9.1
13: Using cached tox-3.23.0-py2.py3-none-any.whl (85 kB)
13: Requirement already satisfied: six>=1.14.0 in /root/wip-hmunjulu02-testing/build/cephfs-top-virtualenv/lib/python3.8/site-packages (from tox>=2.9.1) (1.14.0)
13: WARNING: Url 'file:///root/wip-hmunjulu02-testing/src/tools/cephfs/top/wheelhouse' is ignored: it is neither a file nor a directory.
13: Collecting filelock>=3.0.0
13: Using cached filelock-3.0.12-py3-none-any.whl (7.6 kB)
13: WARNING: Url 'file:///root/wip-hmunjulu02-testing/src/tools/cephfs/top/wheelhouse' is ignored: it is neither a file nor a directory.
13: Collecting py>=1.4.17
13: Using cached py-1.10.0-py2.py3-none-any.whl (97 kB)
13: WARNING: Url 'file:///root/wip-hmunjulu02-testing/src/tools/cephfs/top/wheelhouse' is ignored: it is neither a file nor a directory.
13: Collecting virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0
13: Using cached virtualenv-20.4.3-py2.py3-none-any.whl (7.2 MB)
13: WARNING: Url 'file:///root/wip-hmunjulu02-testing/src/tools/cephfs/top/wheelhouse' is ignored: it is neither a file nor a directory.
13: Collecting pluggy>=0.12.0
13: Using cached pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
13: WARNING: Url 'file:///root/wip-hmunjulu02-testing/src/tools/cephfs/top/wheelhouse' is ignored: it is neither a file nor a directory.
13: Collecting toml>=0.9.4
13: Using cached toml-0.10.2-py2.py3-none-any.whl (16 kB)
13: Requirement already satisfied: packaging>=14 in /root/wip-hmunjulu02-testing/build/cephfs-top-virtualenv/lib/python3.8/site-packages (from tox>=2.9.1) (20.3)
13: Requirement already satisfied: appdirs<2,>=1.4.3 in /root/wip-hmunjulu02-testing/build/cephfs-top-virtualenv/lib/python3.8/site-packages (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox>=2.9.1) (1.4.3)
13: WARNING: Url 'file:///root/wip-hmunjulu02-testing/src/tools/cephfs/top/wheelhouse' is ignored: it is neither a file nor a directory.
13: Collecting distlib<1,>=0.3.1
13: Using cached distlib-0.3.1-py2.py3-none-any.whl (335 kB)
13: Installing collected packages: filelock, distlib, virtualenv, toml, py, pluggy, tox
13: Attempting uninstall: distlib
13: Found existing installation: distlib 0.3.0
13: Uninstalling distlib-0.3.0:
13: Successfully uninstalled distlib-0.3.0
13: Successfully installed distlib-0.3.1 filelock-3.0.12 pluggy-0.13.1 py-1.10.0 toml-0.10.2 tox-3.23.0 virtualenv-20.4.3
13/207 Test #13: setup-venv-for-cephfs-top ............... Passed 7.84 sec
test 15
Start 15: run-tox-cephfs-top

15: Test command: /root/wip-hmunjulu02-testing/src/script/run_tox.sh "--source-dir" "/root/wip-hmunjulu02-testing" "--build-dir" "/root/wip-hmunjulu02-testing/build" "--tox-path" "/root/wip-hmunjulu02-testing/src/tools/cephfs/top" "--tox-envs" "py3" "--venv-path" "/root/wip-hmunjulu02-testing/build/cephfs-top-virtualenv"
15: Environment variables:
15: CEPH_ROOT=/root/wip-hmunjulu02-testing
15: CEPH_BIN=/root/wip-hmunjulu02-testing/build/bin
15: CEPH_LIB=/root/wip-hmunjulu02-testing/build/lib
15: CEPH_BUILD_VIRTUALENV=/root/wip-hmunjulu02-testing/build
15: LD_LIBRARY_PATH=/root/wip-hmunjulu02-testing/build/lib
15: PATH=/root/wip-hmunjulu02-testing/build/bin:/root/wip-hmunjulu02-testing/src:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
15: PYTHONPATH=/root/wip-hmunjulu02-testing/src/pybind
15: Test timeout computed to be: 10000000
15: Requirement already satisfied: tox in /root/wip-hmunjulu02-testing/build/cephfs-top-virtualenv/lib/python3.8/site-packages (3.23.0)
15: Requirement already satisfied: py>=1.4.17 in /root/wip-hmunjulu02-testing/build/cephfs-top-virtualenv/lib/python3.8/site-packages (from tox) (1.10.0)
15: Requirement already satisfied: virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0 in /root/wip-hmunjulu02-testing/build/cephfs-top-virtualenv/lib/python3.8/site-packages (from tox) (20.4.3)
15: Requirement already satisfied: filelock>=3.0.0 in /root/wip-hmunjulu02-testing/build/cephfs-top-virtualenv/lib/python3.8/site-packages (from tox) (3.0.12)
15: Requirement already satisfied: six>=1.14.0 in /root/wip-hmunjulu02-testing/build/cephfs-top-virtualenv/lib/python3.8/site-packages (from tox) (1.14.0)
15: Requirement already satisfied: toml>=0.9.4 in /root/wip-hmunjulu02-testing/build/cephfs-top-virtualenv/lib/python3.8/site-packages (from tox) (0.10.2)
15: Requirement already satisfied: packaging>=14 in /root/wip-hmunjulu02-testing/build/cephfs-top-virtualenv/lib/python3.8/site-packages (from tox) (20.3)
15: Requirement already satisfied: pluggy>=0.12.0 in /root/wip-hmunjulu02-testing/build/cephfs-top-virtualenv/lib/python3.8/site-packages (from tox) (0.13.1)
15: Requirement already satisfied: distlib<1,>=0.3.1 in /root/wip-hmunjulu02-testing/build/cephfs-top-virtualenv/lib/python3.8/site-packages (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox) (0.3.1)
15: Requirement already satisfied: appdirs<2,>=1.4.3 in /root/wip-hmunjulu02-testing/build/cephfs-top-virtualenv/lib/python3.8/site-packages (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox) (1.4.3)
15: py3 create: /root/wip-hmunjulu02-testing/src/tools/cephfs/top/.tox/py3
15: py3 installdeps: flake8
15: WARNING: Discarding $PYTHONPATH from environment, to override specify PYTHONPATH in 'passenv' in your configuration.
15: py3 installed: DEPRECATION: --find-links option in pip freeze is deprecated. pip 21.2 will remove support for this functionality. You can find discussion regarding this at https://github.com/pypa/pip/issues/9069.,-f /root/wip-hmunjulu02-testing/src/tools/cephfs/top/wheelhouse,flake8==3.9.0,mccabe==0.6.1,pycodestyle==2.7.0,pyflakes==2.3.1
15: py3 run-test-pre: PYTHONHASHSEED='2095505594'
15: py3 run-test: commands[0] | flake8 --ignore=W503 --max-line-length=100 cephfs-top
15: ___________________________________ summary ____________________________________
15: py3: commands succeeded
15: congratulations :)
14/207 Test #15: run-tox-cephfs-top ...................... Passed 3.93 sec
test 14
Start 14: teardown-venv-for-cephfs-top

14: Test command: /usr/bin/cmake "-E" "remove_directory" "/root/wip-hmunjulu02-testing/build/cephfs-top-virtualenv"
14: Test timeout computed to be: 10000000
15/207 Test #14: teardown-venv-for-cephfs-top ............ Passed 0.05 sec
test 16
Start 16: run-rbd-unit-tests-N.sh

16: Test command: /root/wip-hmunjulu02-testing/src/test/run-rbd-unit-tests.sh "N"
16: Environment variables:
16: CEPH_ROOT=/root/wip-hmunjulu02-testing
16: CEPH_BIN=/root/wip-hmunjulu02-testing/build/bin
16: CEPH_LIB=/root/wip-hmunjulu02-testing/build/lib
16: CEPH_BUILD_DIR=/root/wip-hmunjulu02-testing/build
16: LD_LIBRARY_PATH=/root/wip-hmunjulu02-testing/build/lib
16: PATH=/root/wip-hmunjulu02-testing/build/bin:/root/wip-hmunjulu02-testing/src:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
16: PYTHONPATH=/root/wip-hmunjulu02-testing/build/lib/cython_modules/lib.3:/root/wip-hmunjulu02-testing/src/pybind
16: CEPH_BUILD_VIRTUALENV=/root/wip-hmunjulu02-testing/build
16: Test timeout computed to be: 3600
16: ++ dirname /root/wip-hmunjulu02-testing/src/test/run-rbd-unit-tests.sh
16: + source /root/wip-hmunjulu02-testing/src/test/detect-build-env-vars.sh
16: ++ '[' -n /root/wip-hmunjulu02-testing/build ']'
16: ++ '[' -n /root/wip-hmunjulu02-testing ']'
16: ++ '[' -n /root/wip-hmunjulu02-testing/build/bin ']'
16: ++ '[' -n /root/wip-hmunjulu02-testing/build/lib ']'
16: ++ echo 'Enivronment Variables Already Set'
16: Enivronment Variables Already Set
16: + PATH=/root/wip-hmunjulu02-testing/build/bin:/root/wip-hmunjulu02-testing/build/bin:/root/wip-hmunjulu02-testing/src:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
16: + '[' 1 = 0 ']'
16: + '[' 1 = 1 -a N = N ']'
16: + unset RBD_FEATURES
16: + unittest_librbd
16: /root/wip-hmunjulu02-testing/src/test/run-rbd-unit-tests.sh: line 15: unittest_librbd: command not found
16/207 Test #16: run-rbd-unit-tests-N.sh .................***Failed 0.01 sec
test 17
Start 17: run-rbd-unit-tests-0.sh

17: Test command: /root/wip-hmunjulu02-testing/src/test/run-rbd-unit-tests.sh "0"
17: Environment variables:
17: CEPH_ROOT=/root/wip-hmunjulu02-testing
17: CEPH_BIN=/root/wip-hmunjulu02-testing/build/bin
17: CEPH_LIB=/root/wip-hmunjulu02-testing/build/lib
17: CEPH_BUILD_DIR=/root/wip-hmunjulu02-testing/build
17: LD_LIBRARY_PATH=/root/wip-hmunjulu02-testing/build/lib
17: PATH=/root/wip-hmunjulu02-testing/build/bin:/root/wip-hmunjulu02-testing/src:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
17: PYTHONPATH=/root/wip-hmunjulu02-testing/build/lib/cython_modules/lib.3:/root/wip-hmunjulu02-testing/src/pybind
17: CEPH_BUILD_VIRTUALENV=/root/wip-hmunjulu02-testing/build
17: Test timeout computed to be: 3600
17: ++ dirname /root/wip-hmunjulu02-testing/src/test/run-rbd-unit-tests.sh
17: + source /root/wip-hmunjulu02-testing/src/test/detect-build-env-vars.sh
17: ++ '[' -n /root/wip-hmunjulu02-testing/build ']'
17: ++ '[' -n /root/wip-hmunjulu02-testing ']'
17: ++ '[' -n /root/wip-hmunjulu02-testing/build/bin ']'
17: ++ '[' -n /root/wip-hmunjulu02-testing/build/lib ']'
17: ++ echo 'Enivronment Variables Already Set'
17: Enivronment Variables Already Set
17: + PATH=/root/wip-hmunjulu02-testing/build/bin:/root/wip-hmunjulu02-testing/build/bin:/root/wip-hmunjulu02-testing/src:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
17: + '[' 1 = 0 ']'
17: + '[' 1 = 1 -a 0 = N ']'
17: + TESTS=0
17: + for i in ${TESTS}
17: + RBD_FEATURES=0
17: + unittest_librbd
17: /root/wip-hmunjulu02-testing/src/test/run-rbd-unit-tests.sh: line 22: unittest_librbd: command not found
17/207 Test #17: run-rbd-unit-tests-0.sh .................***Failed 0.01 sec
test 18
Start 18: run-rbd-unit-tests-1.sh

18: Test command: /root/wip-hmunjulu02-testing/src/test/run-rbd-unit-tests.sh "1"
18: Environment variables:
18: CEPH_ROOT=/root/wip-hmunjulu02-testing
18: CEPH_BIN=/root/wip-hmunjulu02-testing/build/bin
18: CEPH_LIB=/root/wip-hmunjulu02-testing/build/lib
18: CEPH_BUILD_DIR=/root/wip-hmunjulu02-testing/build
18: LD_LIBRARY_PATH=/root/wip-hmunjulu02-testing/build/lib
18: PATH=/root/wip-hmunjulu02-testing/build/bin:/root/wip-hmunjulu02-testing/src:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
18: PYTHONPATH=/root/wip-hmunjulu02-testing/build/lib/cython_modules/lib.3:/root/wip-hmunjulu02-testing/src/pybind
18: CEPH_BUILD_VIRTUALENV=/root/wip-hmunjulu02-testing/build
18: Test timeout computed to be: 3600
18: ++ dirname /root/wip-hmunjulu02-testing/src/test/run-rbd-unit-tests.sh
18: + source /root/wip-hmunjulu02-testing/src/test/detect-build-env-vars.sh
18: ++ '[' -n /root/wip-hmunjulu02-testing/build ']'
18: ++ '[' -n /root/wip-hmunjulu02-testing ']'
18: ++ '[' -n /root/wip-hmunjulu02-testing/build/bin ']'
18: ++ '[' -n /root/wip-hmunjulu02-testing/build/lib ']'
18: ++ echo 'Enivronment Variables Already Set'
18: Enivronment Variables Already Set
18: + PATH=/root/wip-hmunjulu02-testing/build/bin:/root/wip-hmunjulu02-testing/build/bin:/root/wip-hmunjulu02-testing/src:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
18: + '[' 1 = 0 ']'
18: + '[' 1 = 1 -a 1 = N ']'
18: + TESTS=1
18: + for i in ${TESTS}
18: + RBD_FEATURES=1
18: + unittest_librbd
18: /root/wip-hmunjulu02-testing/src/test/run-rbd-unit-tests.sh: line 22: unittest_librbd: command not found
18/207 Test #18: run-rbd-unit-tests-1.sh .................***Failed 0.01 sec
test 19
Start 19: run-rbd-unit-tests-61.sh

19: Test command: /root/wip-hmunjulu02-testing/src/test/run-rbd-unit-tests.sh "61"
19: Environment variables:
19: CEPH_ROOT=/root/wip-hmunjulu02-testing
19: CEPH_BIN=/root/wip-hmunjulu02-testing/build/bin
19: CEPH_LIB=/root/wip-hmunjulu02-testing/build/lib
19: CEPH_BUILD_DIR=/root/wip-hmunjulu02-testing/build
19: LD_LIBRARY_PATH=/root/wip-hmunjulu02-testing/build/lib
19: PATH=/root/wip-hmunjulu02-testing/build/bin:/root/wip-hmunjulu02-testing/src:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
19: PYTHONPATH=/root/wip-hmunjulu02-testing/build/lib/cython_modules/lib.3:/root/wip-hmunjulu02-testing/src/pybind
19: CEPH_BUILD_VIRTUALENV=/root/wip-hmunjulu02-testing/build
19: Test timeout computed to be: 3600
19: ++ dirname /root/wip-hmunjulu02-testing/src/test/run-rbd-unit-tests.sh
19: + source /root/wip-hmunjulu02-testing/src/test/detect-build-env-vars.sh
19: ++ '[' -n /root/wip-hmunjulu02-testing/build ']'
19: ++ '[' -n /root/wip-hmunjulu02-testing ']'
19: ++ '[' -n /root/wip-hmunjulu02-testing/build/bin ']'
19: ++ '[' -n /root/wip-hmunjulu02-testing/build/lib ']'
19: ++ echo 'Enivronment Variables Already Set'
19: Enivronment Variables Already Set
19: + PATH=/root/wip-hmunjulu02-testing/build/bin:/root/wip-hmunjulu02-testing/build/bin:/root/wip-hmunjulu02-testing/src:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
19: + '[' 1 = 0 ']'
19: + '[' 1 = 1 -a 61 = N ']'
19: + TESTS=61
19: + for i in ${TESTS}
19: + RBD_FEATURES=61
19: + unittest_librbd
19: /root/wip-hmunjulu02-testing/src/test/run-rbd-unit-tests.sh: line 22: unittest_librbd: command not found
19/207 Test #19: run-rbd-unit-tests-61.sh ................***Failed 0.01 sec
test 20
Start 20: run-rbd-unit-tests-109.sh

20: Test command: /root/wip-hmunjulu02-testing/src/test/run-rbd-unit-tests.sh "109"
20: Environment variables:
20: CEPH_ROOT=/root/wip-hmunjulu02-testing
20: CEPH_BIN=/root/wip-hmunjulu02-testing/build/bin
20: CEPH_LIB=/root/wip-hmunjulu02-testing/build/lib
20: CEPH_BUILD_DIR=/root/wip-hmunjulu02-testing/build
20: LD_LIBRARY_PATH=/root/wip-hmunjulu02-testing/build/lib
20: PATH=/root/wip-hmunjulu02-testing/build/bin:/root/wip-hmunjulu02-testing/src:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
20: PYTHONPATH=/root/wip-hmunjulu02-testing/build/lib/cython_modules/lib.3:/root/wip-hmunjulu02-testing/src/pybind
20: CEPH_BUILD_VIRTUALENV=/root/wip-hmunjulu02-testing/build
20: Test timeout computed to be: 3600
20: ++ dirname /root/wip-hmunjulu02-testing/src/test/run-rbd-unit-tests.sh
20: + source /root/wip-hmunjulu02-testing/src/test/detect-build-env-vars.sh
20: ++ '[' -n /root/wip-hmunjulu02-testing/build ']'
20: ++ '[' -n /root/wip-hmunjulu02-testing ']'
20: ++ '[' -n /root/wip-hmunjulu02-testing/build/bin ']'
20: ++ '[' -n /root/wip-hmunjulu02-testing/build/lib ']'
20: ++ echo 'Enivronment Variables Already Set'
20: Enivronment Variables Already Set
20: + PATH=/root/wip-hmunjulu02-testing/build/bin:/root/wip-hmunjulu02-testing/build/bin:/root/wip-hmunjulu02-testing/src:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
20: + '[' 1 = 0 ']'
20: + '[' 1 = 1 -a 109 = N ']'
20: + TESTS=109
20: + for i in ${TESTS}
20: + RBD_FEATURES=109
20: + unittest_librbd
20: /root/wip-hmunjulu02-testing/src/test/run-rbd-unit-tests.sh: line 22: unittest_librbd: command not found
20/207 Test #20: run-rbd-unit-tests-109.sh ...............***Failed 0.01 sec
test 21
Start 21: run-rbd-unit-tests-127.sh

21: Test command: /root/wip-hmunjulu02-testing/src/test/run-rbd-unit-tests.sh "127"
21: Environment variables:
21: CEPH_ROOT=/root/wip-hmunjulu02-testing
21: CEPH_BIN=/root/wip-hmunjulu02-testing/build/bin
21: CEPH_LIB=/root/wip-hmunjulu02-testing/build/lib
21: CEPH_BUILD_DIR=/root/wip-hmunjulu02-testing/build
21: LD_LIBRARY_PATH=/root/wip-hmunjulu02-testing/build/lib
21: PATH=/root/wip-hmunjulu02-testing/build/bin:/root/wip-hmunjulu02-testing/src:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
21: PYTHONPATH=/root/wip-hmunjulu02-testing/build/lib/cython_modules/lib.3:/root/wip-hmunjulu02-testing/src/pybind
21: CEPH_BUILD_VIRTUALENV=/root/wip-hmunjulu02-testing/build
21: Test timeout computed to be: 3600
21: ++ dirname /root/wip-hmunjulu02-testing/src/test/run-rbd-unit-tests.sh
21: + source /root/wip-hmunjulu02-testing/src/test/detect-build-env-vars.sh
21: ++ '[' -n /root/wip-hmunjulu02-testing/build ']'
21: ++ '[' -n /root/wip-hmunjulu02-testing ']'
21: ++ '[' -n /root/wip-hmunjulu02-testing/build/bin ']'
21: ++ '[' -n /root/wip-hmunjulu02-testing/build/lib ']'
21: ++ echo 'Enivronment Variables Already Set'
21: Enivronment Variables Already Set
21: + PATH=/root/wip-hmunjulu02-testing/build/bin:/root/wip-hmunjulu02-testing/build/bin:/root/wip-hmunjulu02-testing/src:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
21: + '[' 1 = 0 ']'
21: + '[' 1 = 1 -a 127 = N ']'
21: + TESTS=127
21: + for i in ${TESTS}
21: + RBD_FEATURES=127
21: + unittest_librbd
21: /root/wip-hmunjulu02-testing/src/test/run-rbd-unit-tests.sh: line 22: unittest_librbd: command not found
21/207 Test #21: run-rbd-unit-tests-127.sh ...............***Failed 0.01 sec
test 22
Start 22: run-cli-tests

    (1-1/1)