Your message dated Mon, 02 Nov 2020 09:34:19 +0000
with message-id <e1kzwef-000aye...@fasolo.debian.org>
and subject line Bug#973219: fixed in python-murano-pkg-check 0.3.0-7
has caused the Debian Bug report #973219,
regarding python-murano-pkg-check: FTBFS: make[1]: pyversions: No such file or 
directory
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.)


-- 
973219: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973219
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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.

--- End Message ---
--- Begin Message ---
Source: python-murano-pkg-check
Source-Version: 0.3.0-7
Done: Thomas Goirand <z...@debian.org>

We believe that the bug you reported is fixed in the latest version of
python-murano-pkg-check, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 973...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand <z...@debian.org> (supplier of updated python-murano-pkg-check 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 02 Nov 2020 10:11:30 +0100
Source: python-murano-pkg-check
Architecture: source
Version: 0.3.0-7
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <team+openst...@tracker.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Closes: 973219
Changes:
 python-murano-pkg-check (0.3.0-7) unstable; urgency=medium
 .
   * Re-add python3-mock as build-depends (Closes: #973219).
   * Switch to debhelper-compat = 11.
Checksums-Sha1:
 0c1f19729228ff26b4eda4de8fad60c3e0cabf20 2544 
python-murano-pkg-check_0.3.0-7.dsc
 abeedd6bc48039c3d90c8979f9b0f5cde815b9ca 3356 
python-murano-pkg-check_0.3.0-7.debian.tar.xz
 ec26c8860780fa7ae7f4947cf4e7b6e22e5723c5 10652 
python-murano-pkg-check_0.3.0-7_amd64.buildinfo
Checksums-Sha256:
 da3460cc77371a3a4ad35758d0473cd6c522cf82b8f89cc95d435d58de8aaa0f 2544 
python-murano-pkg-check_0.3.0-7.dsc
 413bad561795741b5e3c0f3b707f29d3112c0e6d293f95809b776507df846603 3356 
python-murano-pkg-check_0.3.0-7.debian.tar.xz
 508776f88ee64844182f0d9499bfdcfaaa797fb0fe7244850bea2673120951e1 10652 
python-murano-pkg-check_0.3.0-7_amd64.buildinfo
Files:
 7ac5f1a88e2340ccf48de1e9fd69bbf1 2544 python optional 
python-murano-pkg-check_0.3.0-7.dsc
 361cd122450ee6938f5a56b0ba467933 3356 python optional 
python-murano-pkg-check_0.3.0-7.debian.tar.xz
 f9db357f70a2328087ae5d34fdda2955 10652 python optional 
python-murano-pkg-check_0.3.0-7_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAl+fzd0ACgkQ1BatFaxr
Q/52SA//cT7PsF6QIPYGDSnRYstWXC7gqiRymCguNoltBuK623DIXSaljuvyg5FW
7Ar+wwnKogmf/bzje3/ER7SiUQDfvBn64KLWT6iWBhwx1TaZh7XneU2wlVhkzRU0
fm498GQ12WwFV3LpyBYhi7udfIxrR4qF5YwN7nHPKpgS2aOjMAQceXNRb7VQWtQb
MKY37w9KDYyJ34+QQvo8S5P3H8Yto33yuq88BpEqUUJkmU3YYQVLSUQmWyTHoREp
qjoj9XzuzjmnZouyzD23YVtPL4RVMV+5qRwyIoZoEgqLmYxvEsLwc+6frbZuonPA
baWpdfinoG2wW1LwcK1uX37/ZcORZGhwVrPutX8yT+amjMuBf6pi0KAcgd7xHy1Y
AxnPUaUVoVQBe8s6TriiswMpJZUnb9F/EnyTdxyz+gjQUCHVkDIQmWUjRVhypKBo
n6vCl7KXW3gpdY5TAI/jz8LGROIkGgGNQf3ybKcLEJDChitiHD/ZWI0yXUXb4zDy
8fIeVIQKevb2sIhTD7d8r2GFbdwxK5rG8HtUkseYQuLM+9QO54iRHyq2UkOdWKLJ
yGsDYM8vyZOCyZ0IV7LCait0O6EPoOSNzgg0+Q7K5xAZoUjsXqc7LQl9H0aW65eI
Z5WYrN0mHBBQh9QeOPIYR7QA17gGgFj5Mjt2xoIad2RPpKtc9L8=
=M0wq
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to