Your message dated Sun, 30 Dec 2018 05:04:07 +0000
with message-id <e1gdtgh-0004hk...@fasolo.debian.org>
and subject line Bug#917678: fixed in python-pbr 4.2.0-5
has caused the Debian Bug report #917678,
regarding python-pbr: FTBFS: ImportError: No module named install
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.)


-- 
917678: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=917678
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-pbr
Version: 4.2.0-4
Severity: serious
Justification: FTBFS on amd64
Tags: buster sid
Usertags: ftbfs-20181229 ftbfs-buster

Hi,

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

Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> 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
> pkgos-dh_auto_test 
> 'pbr\.tests(?!.*test_packaging\.TestRequirementParsing\.test_requirement_parsing.*)'
> + PKGOS_USE_PY2=yes
> + PKGOS_USE_PY3=yes
> + PKGOS_TEST_PARALLEL=yes
> + PYTHONS=disabled
> + PYTHON3S=disabled
> + TEST_PARALLEL_OPT=--parallel
> + [ yes = yes ]
> + PYTHONS=2.7
> + [ yes = yes ]
> + py3versions -vr
> + PYTHON3S=3.7
> + [ yes = no ]
> + [ 2.7 = disabled ]
> + echo 2.7
> + cut -d. -f1
> + PYMAJOR=2
> + echo ===> Testing with python (python2)
> ===> Testing with python (python2)
> + [ 2 = 3 ]
> + [ 2 = 2 ]
> + pwd
> + [ -d /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages ]
> + [ -e .stestr.conf ]
> + rm -rf .stestr
> + PYTHON=python2.7 python2-stestr+  runsubunit2pyunit
>  --subunit 
> pbr\.tests(?!.*test_packaging\.TestRequirementParsing\.test_requirement_parsing.*)
> 
> =========================
> Failures during discovery
> =========================
> --- import errors ---
> Failed to import test module: pbr.tests.test_integration
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 456, in 
> _find_test_path
>     module = self._get_module_from_name(name)
>   File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 395, in 
> _get_module_from_name
>     __import__(name)
>   File "pbr/tests/test_integration.py", line 23, in <module>
>     from pbr.tests import test_packaging
>   File "pbr/tests/test_packaging.py", line 59, in <module>
>     import wheel.install
> ImportError: No module named install
> 
> Failed to import test module: pbr.tests.test_packaging
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 456, in 
> _find_test_path
>     module = self._get_module_from_name(name)
>   File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 395, in 
> _get_module_from_name
>     __import__(name)
>   File "pbr/tests/test_packaging.py", line 59, in <module>
>     import wheel.install
> ImportError: No module named install
> 
> ================================================================================
> The above traceback was encountered during test discovery which imports all 
> the found test modules in the specified test_path.
> 
> ----------------------------------------------------------------------
> Ran 0 tests in 0.378s
> 
> OK
> + python2-stestr slowest
> make[1]: *** [debian/rules:24: override_dh_auto_test] Error 3

The full build log is available from:
   http://aws-logs.debian.net/2018/12/29/python-pbr_4.2.0-4_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-pbr
Source-Version: 4.2.0-5

We believe that the bug you reported is fixed in the latest version of
python-pbr, 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 917...@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-pbr 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: Sun, 30 Dec 2018 05:26:59 +0100
Source: python-pbr
Binary: python-pbr python-pbr-doc python3-pbr
Architecture: source all
Version: 4.2.0-5
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <team+openst...@tracker.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Description:
 python-pbr - inject useful and sensible default behaviors into setuptools - Py
 python-pbr-doc - inject useful and sensible default behaviors into setuptools 
- do
 python3-pbr - inject useful and sensible default behaviors into setuptools - Py
Closes: 917678
Changes:
 python-pbr (4.2.0-5) unstable; urgency=medium
 .
   [ Mattia Rizzolo ]
   * Team upload.
   * Mark the build-depends on python(3)-all-dev as <!nocheck> and move them to
     Build-Depends-Indep.
   * Bump Standards-Version to 4.2.1:
     + Set Rules-Requires-Root:no.
   * Mark python-pbr-doc as Multi-Arch:foreign (from the m-a hinter).
 .
   [ Thomas Goirand ]
   * Add patches to fix FTBFS (Closes: #917678):
     - fix-wheel.install.py-doesnt-exist-anymore.patch
     - wheel_file.zipfile-is-moved-in-recent-wheel.patch
Checksums-Sha1:
 d60811ec02a199206b90af6726bbe0117353b9a4 3186 python-pbr_4.2.0-5.dsc
 318184f138355a9f084e2e236e0fc39507643826 8240 python-pbr_4.2.0-5.debian.tar.xz
 f69d639d5c1563db0bb8906f26121e1ab49f9a1f 946556 python-pbr-doc_4.2.0-5_all.deb
 0508ff565018eeb9b694738fe0fa497347eccb13 56500 python-pbr_4.2.0-5_all.deb
 0e4fcdc1c76ed409801d091abb226740f47f1697 12520 
python-pbr_4.2.0-5_amd64.buildinfo
 5663c095da5f0bee333409310b50d28c16450c75 56544 python3-pbr_4.2.0-5_all.deb
Checksums-Sha256:
 8c983445c233d23de0b69e428085a28a191d4b1fd0e8b424ee322d8d2c9415de 3186 
python-pbr_4.2.0-5.dsc
 7502ea59ef1d6cb822fb109c343b81303ff317e0bdac97dd3a4930bc9f769c67 8240 
python-pbr_4.2.0-5.debian.tar.xz
 dc03c32e2243d48b15b967f96e964b420c083204d1dff2130f203115b3445c74 946556 
python-pbr-doc_4.2.0-5_all.deb
 9bf6886287758834d7c1a9aac6bdf04d6cfcf73b8e6ca9d095ecb01caebde275 56500 
python-pbr_4.2.0-5_all.deb
 ef11b48145757a6d8f454db7ef37617aaa22697ef1b0f567d220128f8043a9b7 12520 
python-pbr_4.2.0-5_amd64.buildinfo
 5b694d16c87de29fcfff2322cdb2ca52d71c09108150a585af2a42ce2ecc6da6 56544 
python3-pbr_4.2.0-5_all.deb
Files:
 e2c76e722cf5c1575723dd8c28509d7d 3186 python optional python-pbr_4.2.0-5.dsc
 eb557189fb67e250d9f633142e18308d 8240 python optional 
python-pbr_4.2.0-5.debian.tar.xz
 954af11960526a4e7b45649577f34058 946556 doc optional 
python-pbr-doc_4.2.0-5_all.deb
 9a3c1005eb45b5fd11175e7d6666b00d 56500 python optional 
python-pbr_4.2.0-5_all.deb
 f4daa788ff605e608a00d0aa75e45768 12520 python optional 
python-pbr_4.2.0-5_amd64.buildinfo
 22d02a6c776bbb71de6c311dc8d12bdd 56544 python optional 
python3-pbr_4.2.0-5_all.deb

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

iQIzBAEBCAAdFiEEtKCq/KhshgVdBnYUq1PlA1hod6YFAlwoTeUACgkQq1PlA1ho
d6amKw//VD1Z4h3IzGQohkg+3c/aoBJhVwm7loYyRW9tUj5X8ztByTu/1+BQcFl7
D7fGYhBFXDMnjQxHxnh/6WOQ2cPlbqIocrU56dYOInb25JTfCHfoYhiOiyiAkriW
mHTUe5ynYKkL2JZc4Vo8un/1pd2TQGAQ5k3Ld9NI0yQs4onh48TV3JBfinsfxptb
S8TDDL7CXcdHNmWP6tPTunL7AfZY2WkqtF7VoBt8f95LJ1rZpf6F6ZHfFtSQarZv
+uIWzNAvKfrB25sv1xL8ZJcJJoHdTaueKnTDLV8x5BMVDllVUaMiX6RlhPRlk6J3
S8osMq3+OcteMMUHiastANaPeQbmKRWimvjSYp1Yp7RbLJFZ7Ih5sYMwY36HOx2p
KUu3/6NTZ+vcKn56gHVbkULsaH3J1Y8ojV6FkV9qcuKmNHEClZhDVeKxCPLxcI16
2OcnsGFYM1dOY/46s1PHtr4dwI7oMqepmgNJrDUe+9Pk/XNfxyVp0rYrcICYmyEg
uNpUn4u/9bYdy41mbn5R6VHQuAeWIzNiPxus69VN5X02zRyRp2KNIEaMHF5SgIdY
/5MC9wrUqRhEwl88h15RdBwwiMvDyhxsuZzA4DLiNdiZOkYL7SbUEFEISkc0cEys
dFgt8JC4p39tRL10OWt+7Nw8U2wXtApwfm5KH1ckHvmX8B3vcjk=
=zHmy
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to