Your message dated Fri, 07 Sep 2018 08:34:40 +0000 with message-id <[email protected]> and subject line Bug#906551: fixed in python-diskimage-builder 2.16.0-1 has caused the Debian Bug report #906551, regarding python-diskimage-builder: FTBFS in buster/sid (failing tests) 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 [email protected] immediately.) -- 906551: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906551 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:python-diskimage-builder Version: 2.10.1-6 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-indep pyversions: missing X(S)-Python-Version in control file, fall back to debian/pyversions pyversions: missing debian/pyversions file, fall back to supported versions py3versions: no X-Python3-Version in control file, using supported versions dh build-indep --buildsystem=python_distutils --with python2,python3,sphinxdoc dh_update_autotools_config -i -O--buildsystem=python_distutils dh_autoreconf -i -O--buildsystem=python_distutils dh_auto_configure -i -O--buildsystem=python_distutils dh_auto_configure: Please use the third-party "pybuild" build system instead of python-distutils dh_auto_configure: This feature will be removed in compat 12. dh_auto_build -i -O--buildsystem=python_distutils dh_auto_build: Please use the third-party "pybuild" build system instead of python-distutils dh_auto_build: This feature will be removed in compat 12. pyversions: missing X(S)-Python-Version in control file, fall back to debian/pyversions [... snipped ...] 2018-08-16 07:18:41,300 DEBUG [diskimage_builder.block_device.blockdevice] Creating BlockDevice object 2018-08-16 07:18:41,300 DEBUG [diskimage_builder.block_device.blockdevice] Params [{'build-dir': '/tmp/tmpPAbJTR', 'config': 'diskimage_builder/block_device/tests/config/cmd_create.yaml'}] 2018-08-16 07:18:41,301 DEBUG [diskimage_builder.block_device.blockdevice] Config before merge [[{'test_a': {'name': 'test_node_a'}}, {'test_b': {'base': 'test_node_a', 'name': 'test_node_b'}}]] 2018-08-16 07:18:41,301 DEBUG [diskimage_builder.block_device.blockdevice] Config before merge [[{'test_a': {'name': 'test_node_a'}}, {'test_b': {'base': 'test_node_a', 'name': 'test_node_b'}}]] 2018-08-16 07:18:41,301 DEBUG [diskimage_builder.block_device.blockdevice] Final config [[{'test_a': {'name': 'test_node_a'}}, {'test_b': {'base': 'test_node_a', 'name': 'test_node_b'}}]] 2018-08-16 07:18:41,301 INFO [diskimage_builder.block_device.blockdevice] Wrote final block device config to [/tmp/tmpPAbJTR/states/block-device/config.json] 2018-08-16 07:18:41,301 INFO [diskimage_builder.block_device.blockdevice] create() called 2018-08-16 07:18:41,301 DEBUG [diskimage_builder.block_device.blockdevice] Using config [[{'test_a': {'name': 'test_node_a'}}, {'test_b': {'base': 'test_node_a', 'name': 'test_node_b'}}]] 2018-08-16 07:18:41,301 DEBUG [diskimage_builder.block_device.config] Config entry [{'test_a': {'name': 'test_node_a'}}] 2018-08-16 07:18:41,301 DEBUG [diskimage_builder.block_device.tests.plugin.test_a] Create test 1 2018-08-16 07:18:41,301 DEBUG [diskimage_builder.block_device.config] Adding test_node_a : <diskimage_builder.block_device.tests.plugin.test_a.TestANode object at 0x7fa9bef71690> 2018-08-16 07:18:41,301 DEBUG [diskimage_builder.block_device.config] Config entry [{'test_b': {'base': 'test_node_a', 'name': 'test_node_b'}}] 2018-08-16 07:18:41,301 DEBUG [diskimage_builder.block_device.tests.plugin.test_b] Create test 1 2018-08-16 07:18:41,301 DEBUG [diskimage_builder.block_device.config] Adding test_node_b : <diskimage_builder.block_device.tests.plugin.test_b.TestBNode object at 0x7fa9bef71310> 2018-08-16 07:18:41,301 DEBUG [diskimage_builder.block_device.config] Edges for test_node_a: f:[] t:[] 2018-08-16 07:18:41,301 DEBUG [diskimage_builder.block_device.config] Edges for test_node_b: f:['test_node_a'] t:[] 2018-08-16 07:18:41,302 DEBUG [diskimage_builder.block_device.config] Call order: ['test_node_a', 'test_node_b'] 2018-08-16 07:18:41,302 DEBUG [diskimage_builder.block_device.blockdevice] Writing state to: /tmp/tmpPAbJTR/states/block-device/state.json 2018-08-16 07:18:41,302 DEBUG [diskimage_builder.block_device.blockdevice] {'test_init_state': 'here'} 2018-08-16 07:18:41,302 INFO [diskimage_builder.block_device.blockdevice] create() finished }}} Traceback (most recent call last): File "diskimage_builder/block_device/tests/test_state.py", line 76, in test_state_create 'test_init_state': 'here'}) File "/usr/lib/python2.7/dist-packages/unittest2/case.py", line 1128, in assertDictEqual self.fail(self._formatMessage(msg, standardMsg)) File "/usr/lib/python2.7/dist-packages/unittest2/case.py", line 690, in fail raise self.failureException(msg) AssertionError: {u'test_init_state': u'here'} != {'test_init_state': 'here', 'test_b': {'va[53 chars]oo'}} + {'test_a': {'value': 'foo', 'value2': 'bar'}, + 'test_b': {'value': 'baz'}, - {u'test_init_state': u'here'} ? ^^ - + 'test_init_state': 'here'} ? ^ ---------------------------------------------------------------------- Ran 54 tests in 0.962s FAILED (failures=9) make[1]: *** [debian/rules:14: override_dh_auto_test] Error 1 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:7: build-indep] Error 2 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 -------------------------------------------------------------------------------- The build was made with "dpkg-buildpackage -A" in my autobuilder. Most probably, it also fails here in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/python-diskimage-builder.html where you can get a full build log if you need it. If this is really a bug in one of the build-depends, please use reassign and affects, so that this is still visible in the BTS web page for this package. Thanks.
--- End Message ---
--- Begin Message ---Source: python-diskimage-builder Source-Version: 2.16.0-1 We believe that the bug you reported is fixed in the latest version of python-diskimage-builder, 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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Thomas Goirand <[email protected]> (supplier of updated python-diskimage-builder 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 [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Fri, 07 Sep 2018 09:49:08 +0200 Source: python-diskimage-builder Binary: diskimage-builder-doc python-diskimage-builder python3-diskimage-builder Architecture: source all Version: 2.16.0-1 Distribution: unstable Urgency: medium Maintainer: Debian OpenStack <[email protected]> Changed-By: Thomas Goirand <[email protected]> Description: diskimage-builder-doc - image building tools for Openstack - doc python-diskimage-builder - image building tools for Openstack - Python 2.7 python3-diskimage-builder - image building tools for Openstack - Python 3.x Closes: 892020 906551 Changes: python-diskimage-builder (2.16.0-1) unstable; urgency=medium . [ Ondřej Nový ] * d/control: Use [email protected] as maintainer . [ Thomas Goirand ] * New upstream release: - Fixes FTBFS due to failed tests (Closes: #906551). - Reproducible patch applied upstream (Closes: #892020). * Fixed (build-)depends for this release. Checksums-Sha1: 4e5d2dbad71001a9ee14ee49161016fd061b84a2 3006 python-diskimage-builder_2.16.0-1.dsc 592072268df05960e995051d3d880c862d1ee5e5 224052 python-diskimage-builder_2.16.0.orig.tar.xz 7e63adf3afbceca7fd47e98211a6354ba70eead8 5192 python-diskimage-builder_2.16.0-1.debian.tar.xz f2ce0180f3c1fffe23d2c33abd06bf62cf3c9fda 1031628 diskimage-builder-doc_2.16.0-1_all.deb 1c3ea4e0d27b51fa7e587913693ab20cbadceaf1 205060 python-diskimage-builder_2.16.0-1_all.deb b4a25e613d32074e413d429b2dfe9fc6f1b59d8c 13496 python-diskimage-builder_2.16.0-1_amd64.buildinfo d6ce077edd156413bd8785ea3f448ea5565c234c 204576 python3-diskimage-builder_2.16.0-1_all.deb Checksums-Sha256: bcbeee97df88f743ab38fe48dd155dfd90da74183e239459e702cb3d7d20e2d8 3006 python-diskimage-builder_2.16.0-1.dsc 5612dd8f0d481a8e18fc0ca292417e89e3a11d310f18e2df51975e49f61b765c 224052 python-diskimage-builder_2.16.0.orig.tar.xz a5cff688fd47e76850c0fca3c46532c7cff3d1b3ef805e0a1f1d65571b7c396f 5192 python-diskimage-builder_2.16.0-1.debian.tar.xz 0ecd15f9d23f6170475d8648464b48584447b591843a826124b585b8af0430ad 1031628 diskimage-builder-doc_2.16.0-1_all.deb 5e82951d6c7407514ea2ff69f3a4df27ea3472b5a335f49977465be08a369617 205060 python-diskimage-builder_2.16.0-1_all.deb 6711169686e67566481ecbe7d6b6e77248c505e4690b3b20a4ae99d5abf79f98 13496 python-diskimage-builder_2.16.0-1_amd64.buildinfo f9c05b3d2acf59d669ce318adcb8fe8a28eee990068e8037fb1e338cd579cdcc 204576 python3-diskimage-builder_2.16.0-1_all.deb Files: 8e179fb1eb92628b38118298eb82d3be 3006 python optional python-diskimage-builder_2.16.0-1.dsc 47ae70a5e8843dc9a37b117407c6a4b5 224052 python optional python-diskimage-builder_2.16.0.orig.tar.xz d54b8d55c68f961650e4312ca61d63bc 5192 python optional python-diskimage-builder_2.16.0-1.debian.tar.xz bd59fc789c17fa5b148b2b49039a8811 1031628 doc optional diskimage-builder-doc_2.16.0-1_all.deb 3c801f84de537cc9e23ee21a6eadbab8 205060 python optional python-diskimage-builder_2.16.0-1_all.deb 6e6325f17ab2e9e6e95011fe1b8cc430 13496 python optional python-diskimage-builder_2.16.0-1_amd64.buildinfo 077c1b2dbb496aeda208e8695457f79b 204576 python optional python3-diskimage-builder_2.16.0-1_all.deb -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtKCq/KhshgVdBnYUq1PlA1hod6YFAluSL8oACgkQq1PlA1ho d6aZTBAApjkDEFotxhkmusW4lvnot0+ktk+/KdIm+y/muhqDdQV1NwwKO55REUzn f1IJoSGwE0A6Vf1nRbQYfW9HB2hnW11crY6GME5jqGgZhKyApjCkAdaI2wdzWM/j 5u6viopSF12PpXRWt50Fz5S/ZdVMABxLxuwTVOLmQsXhCy9XZBcHdRFZAmzBtA4A H9kohGROdNY7cZQTREfS0Fiy4SEfeCYiyPmBaYF0jZ5+K5iU7tQX75IE4mDOiKHP nzDoSRLKP6qmchrEpA6pLWGyBUEVTEOS8W76sqJcs/XxoigjnMUogeMtM2/zJkQm +Ms9EX+UnZAVQJcTcX48Xu+UW4GtbqSG7lXy+CvnJiRq/10SrLts+h1hjkJJmff9 GqKNm+HX1JxuE44an4QFGltHniwUtVqV+6KeX9dJfh9OvZbv8j/dgXQfJrfDtD6R t2e4OHF1DD0eGe5BezCosfFBuWXRAkRym6AAv8kS65GHwa4IJuuwyeaBYNP+z3UR KEl9Rh6FV8ZFPnxtpdRe93Y4FbysRV8iAhUErovSAgQPNLFep0497NGRU4zsfYtT f9+04PeJt3PRbSQtnBum6xJMwRLCXWlZRBLw5OMvWRh1UXueURnV17lDxwJQipgc PrDEF0yOQjKNz3bIejG6RY6222DGGhaVaCs8geF8GmsyTrU63OI= =QzCo -----END PGP SIGNATURE-----
--- End Message ---

