Source: python-murano-pkg-check
Version: 0.3.0-6
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20201027 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> make[1]: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> pkgos-dh_auto_test --no-py2
> + PKGOS_USE_PY2=yes
> + PKGOS_USE_PY3=yes
> + PKGOS_TEST_PARALLEL=yes
> + PKGOS_TEST_SERIAL=no
> + PYTHONS=disabled
> + PYTHON3S=disabled
> + TEST_PARALLEL_OPT=--parallel
> + TEST_SERIAL_OPT=
> + PKGOS_USE_PY2=no
> + shift
> + [ no = yes ]
> + [ yes = yes ]
> + py3versions -vr
> + PYTHON3S=3.9 3.8
> + [ yes = no ]
> + [ no = yes ]
> + [ disabled = disabled ]
> + continue
> + [ 3.9 = disabled ]
> + echo 3.9
> + cut -d. -f1
> + PYMAJOR=3
> + echo ===> Testing with python (python3)
> ===> Testing with python (python3)
> + [ 3 = 3 ]
> + pwd
> + [ -d /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages ]
> + [ -e .stestr.conf ]
> + [ -e .testr.conf ]
> + [ -x /usr/bin/testr-python3 ]
> + TESTR=testr
> + rm -rf .testrepository
> + testr init
> + mktemp -t
> + TEMP_REZ=/tmp/tmp.SLqI2h7pqi
> + PYTHON=python3.9 testr run --parallel --subunit
> + tee /tmp/tmp.SLqI2h7pqi
> + subunit2pyunit
> /<<PKGBUILDDIR>>/muranopkgcheck/tests/functional/test_cases.py:79: 
> YAMLLoadWarning: calling yaml.load_all() without Loader=... is deprecated, as 
> the default Loader is unsafe. Please read https://msg.pyyaml.org/load for 
> full details.
>   cases.extend(list(yaml.load_all(f)))
> Non-zero exit code (2) from test listing.
> 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 ./ . --list 
> --- import errors ---
> Failed to import test module: muranopkgcheck.tests.test_error
> 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 "/<<PKGBUILDDIR>>/muranopkgcheck/tests/test_error.py", line 15, in 
> <module>
>     import mock
> ModuleNotFoundError: No module named 'mock'
> 
> Failed to import test module: muranopkgcheck.tests.test_log
> 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 "/<<PKGBUILDDIR>>/muranopkgcheck/tests/test_log.py", line 15, in 
> <module>
>     import mock
> ModuleNotFoundError: No module named 'mock'
> 
> Failed to import test module: muranopkgcheck.tests.test_manager
> 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 "/<<PKGBUILDDIR>>/muranopkgcheck/tests/test_manager.py", line 15, in 
> <module>
>     import mock
> ModuleNotFoundError: No module named 'mock'
> 
> Failed to import test module: muranopkgcheck.tests.test_manifest_validator
> 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 "/<<PKGBUILDDIR>>/muranopkgcheck/tests/test_manifest_validator.py", 
> line 16, in <module>
>     import mock
> ModuleNotFoundError: No module named 'mock'
> 
> Failed to import test module: muranopkgcheck.tests.test_muranopl_validator
> 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 "/<<PKGBUILDDIR>>/muranopkgcheck/tests/test_muranopl_validator.py", 
> line 16, in <module>
>     import mock
> ModuleNotFoundError: No module named 'mock'
> 
> Failed to import test module: muranopkgcheck.tests.test_package
> 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 "/<<PKGBUILDDIR>>/muranopkgcheck/tests/test_package.py", line 16, in 
> <module>
>     import mock
> ModuleNotFoundError: No module named 'mock'
> 
> Failed to import test module: muranopkgcheck.tests.test_pkg_loader
> 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 "/<<PKGBUILDDIR>>/muranopkgcheck/tests/test_pkg_loader.py", line 15, 
> in <module>
>     import mock
> ModuleNotFoundError: No module named 'mock'
> 
> Failed to import test module: muranopkgcheck.tests.test_plugin
> 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 "/<<PKGBUILDDIR>>/muranopkgcheck/tests/test_plugin.py", line 15, in 
> <module>
>     import mock
> ModuleNotFoundError: No module named 'mock'
> 
> Failed to import test module: muranopkgcheck.tests.test_ui_validator
> 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 "/<<PKGBUILDDIR>>/muranopkgcheck/tests/test_ui_validator.py", line 15, 
> in <module>
>     import mock
> ModuleNotFoundError: No module named 'mock'
> 
> Failed to import test module: muranopkgcheck.tests.test_yaml_validator
> 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 "/<<PKGBUILDDIR>>/muranopkgcheck/tests/test_yaml_validator.py", line 
> 15, in <module>
>     import mock
> ModuleNotFoundError: No module named 'mock'
> 
> ----------------------------------------------------------------------
> Ran 0 tests in 0.477s
> 
> OK
> + subunit-filter -s --no-passthrough
> + + subunit-statscat /tmp/tmp.SLqI2h7pqi
> 
> Total tests:       0
> Passed tests:      0
> Failed tests:      0
> Skipped tests:     0
> Seen tags: 
> + rm -f /tmp/tmp.SLqI2h7pqi
> + testr slowest
> make[1]: *** [debian/rules:20: override_dh_auto_test] Error 3

The full build log is available from:
   
http://qa-logs.debian.net/2020/10/27/python-murano-pkg-check_0.3.0-6_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

Reply via email to