Your message dated Wed, 7 Mar 2018 21:46:16 +0100 with message-id <c5675253-d3ea-8c66-082b-c7e13d014...@debian.org> and subject line Closing but has caused the Debian Bug report #891124, regarding python-oslo.cache: FTBFS with ModuleNotFoundError: No module named 'urllib3', 'oslotest' to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 891124: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891124 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: python-oslo.cache Version: 1.28.0-1 Severity: serious Justification: fails to build from source Hi, python-oslo.cache/experimental FTBFS due to missing python modules: [...] ===> Testing with python (python3) + [ -e .stestr.conf ] + [ -e .testr.conf ] + rm -rf .testrepository + testr-python3 init + mktemp -t + TEMP_REZ=/tmp/tmp.ZrHRZ4xdyG + tee /tmp/tmp.ZrHRZ4xdyG + pwd + subunit2pyunit + PYTHONPATH=/build/python-oslo.cache-1.28.0 PYTHON=python3.6 testr-python3 run --subunit unittest2.loader._FailedTest.oslo_cache.tests.functional.test_cache_backend_etcd3gw unittest2.loader._FailedTest.oslo_cache.tests.functional.test_cache_backend_etcd3gw ... FAIL unittest2.loader._FailedTest.oslo_cache.tests.test_cache unittest2.loader._FailedTest.oslo_cache.tests.test_cache ... FAIL unittest2.loader._FailedTest.oslo_cache.tests.test_cache_backend_mongo unittest2.loader._FailedTest.oslo_cache.tests.test_cache_backend_mongo ... FAIL unittest2.loader._FailedTest.oslo_cache.tests.test_connection_pool unittest2.loader._FailedTest.oslo_cache.tests.test_connection_pool ... FAIL unittest2.loader._FailedTest.oslo_cache.tests.test_dict_backend unittest2.loader._FailedTest.oslo_cache.tests.test_dict_backend ... FAIL running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ ${PYTHON:-python} -m subunit.run discover -t ./ ./oslo_cache ====================================================================== FAIL: unittest2.loader._FailedTest.oslo_cache.tests.functional.test_cache_backend_etcd3gw unittest2.loader._FailedTest.oslo_cache.tests.functional.test_cache_backend_etcd3gw ---------------------------------------------------------------------- _StringException: Traceback (most recent call last): ImportError: Failed to import test module: oslo_cache.tests.functional.test_cache_backend_etcd3gw Traceback (most recent call last): File "/usr/lib/python3/dist-packages/unittest2/loader.py", line 456, in _find_test_path module = self._get_module_from_name(name) File "/usr/lib/python3/dist-packages/unittest2/loader.py", line 395, in _get_module_from_name __import__(name) File "/build/python-oslo.cache-1.28.0/oslo_cache/tests/functional/test_cache_backend_etcd3gw.py", line 17, in <module> import urllib3 ModuleNotFoundError: No module named 'urllib3' ====================================================================== FAIL: unittest2.loader._FailedTest.oslo_cache.tests.test_cache unittest2.loader._FailedTest.oslo_cache.tests.test_cache ---------------------------------------------------------------------- _StringException: Traceback (most recent call last): ImportError: Failed to import test module: oslo_cache.tests.test_cache Traceback (most recent call last): File "/usr/lib/python3/dist-packages/unittest2/loader.py", line 456, in _find_test_path module = self._get_module_from_name(name) File "/usr/lib/python3/dist-packages/unittest2/loader.py", line 395, in _get_module_from_name __import__(name) File "/build/python-oslo.cache-1.28.0/oslo_cache/tests/test_cache.py", line 24, in <module> from oslotest import base ModuleNotFoundError: No module named 'oslotest' ====================================================================== FAIL: unittest2.loader._FailedTest.oslo_cache.tests.test_cache_backend_mongo unittest2.loader._FailedTest.oslo_cache.tests.test_cache_backend_mongo ---------------------------------------------------------------------- _StringException: Traceback (most recent call last): ImportError: Failed to import test module: oslo_cache.tests.test_cache_backend_mongo Traceback (most recent call last): File "/usr/lib/python3/dist-packages/unittest2/loader.py", line 456, in _find_test_path module = self._get_module_from_name(name) File "/usr/lib/python3/dist-packages/unittest2/loader.py", line 395, in _get_module_from_name __import__(name) File "/build/python-oslo.cache-1.28.0/oslo_cache/tests/test_cache_backend_mongo.py", line 27, in <module> from oslo_cache.tests import test_cache File "/build/python-oslo.cache-1.28.0/oslo_cache/tests/test_cache.py", line 24, in <module> from oslotest import base ModuleNotFoundError: No module named 'oslotest' ====================================================================== FAIL: unittest2.loader._FailedTest.oslo_cache.tests.test_connection_pool unittest2.loader._FailedTest.oslo_cache.tests.test_connection_pool ---------------------------------------------------------------------- _StringException: Traceback (most recent call last): ImportError: Failed to import test module: oslo_cache.tests.test_connection_pool Traceback (most recent call last): File "/usr/lib/python3/dist-packages/unittest2/loader.py", line 456, in _find_test_path module = self._get_module_from_name(name) File "/usr/lib/python3/dist-packages/unittest2/loader.py", line 395, in _get_module_from_name __import__(name) File "/build/python-oslo.cache-1.28.0/oslo_cache/tests/test_connection_pool.py", line 24, in <module> from oslo_cache.tests import test_cache File "/build/python-oslo.cache-1.28.0/oslo_cache/tests/test_cache.py", line 24, in <module> from oslotest import base ModuleNotFoundError: No module named 'oslotest' ====================================================================== FAIL: unittest2.loader._FailedTest.oslo_cache.tests.test_dict_backend unittest2.loader._FailedTest.oslo_cache.tests.test_dict_backend ---------------------------------------------------------------------- _StringException: Traceback (most recent call last): ImportError: Failed to import test module: oslo_cache.tests.test_dict_backend Traceback (most recent call last): File "/usr/lib/python3/dist-packages/unittest2/loader.py", line 456, in _find_test_path module = self._get_module_from_name(name) File "/usr/lib/python3/dist-packages/unittest2/loader.py", line 395, in _get_module_from_name __import__(name) File "/build/python-oslo.cache-1.28.0/oslo_cache/tests/test_dict_backend.py", line 18, in <module> from oslo_cache.tests import test_cache File "/build/python-oslo.cache-1.28.0/oslo_cache/tests/test_cache.py", line 24, in <module> from oslotest import base ModuleNotFoundError: No module named 'oslotest' ---------------------------------------------------------------------- Ran 5 tests in 0.612s FAILED (failures=5) make[1]: *** [debian/rules:14: override_dh_auto_test] Error 1 make[1]: Leaving directory '/build/python-oslo.cache-1.28.0' make: *** [debian/rules:7: build] Error 2 Andreas
python-oslo.cache_1.28.0-1.log.gz
Description: application/gzip
--- End Message ---
--- Begin Message ---Hi, Version 1.28.0-2 added a build-depends on python3-oslotest, which indirectly pulls python3-urllib3, so this bug is already fixed (in fact, 3 days after the bug report). Cheers, Thomas Goirand (zigo)
--- End Message ---