Your message dated Sat, 05 Jan 2019 09:34:41 +0000
with message-id <e1gfilp-000eht...@fasolo.debian.org>
and subject line Bug#917506: fixed in python-crank 0.7.2-4
has caused the Debian Bug report #917506,
regarding python-crank: FTBFS (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 ow...@bugs.debian.org
immediately.)


-- 
917506: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=917506
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:python-crank
Version: 0.7.2-3
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 /usr/share/openstack-pkg-tools/pkgos.make --buildsystem=python_distutils 
--with python2,python3
dh: Unknown sequence /usr/share/openstack-pkg-tools/pkgos.make (choose from: 
binary binary-arch binary-indep build build-arch build-indep clean install 
install-arch install-indep)
dh build-indep --buildsystem=python_distutils --with python2,python3
   dh_update_autotools_config -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.

[... snipped ...]

tests.test_util.test_method_matches_args_fails_no_params ... ok
tests.test_util.test_method_matches_args_fails_more_remainder_than_argspec ... 
ok
tests.test_util.test_method_matches_args_with_default_values ... ok
tests.test_util.test_path_path ... ok
tests.test_util.test_path_list(<tests.test_util.test_path_list.<locals>.MockOb 
object at 0x7f67b4b4ce10>, ['', '']) ... ok
tests.test_util.test_path_list(<tests.test_util.test_path_list.<locals>.MockOb 
object at 0x7f67b4b51630>, ['', 'foo']) ... ok
tests.test_util.test_path_list(<tests.test_util.test_path_list.<locals>.MockOb 
object at 0x7f67b4b51668>, ['', 'foo', 'bar']) ... ok
tests.test_util.test_path_list(<tests.test_util.test_path_list.<locals>.MockOb 
object at 0x7f67b4b51630>, ['', 'foo', 'bar', '']) ... ok
tests.test_util.test_path_list(<tests.test_util.test_path_list.<locals>.MockOb 
object at 0x7f67b4b51668>, ['', 'foo', '', 'bar', '']) ... ok
tests.test_util.test_path_list(<tests.test_util.test_path_list.<locals>.MockOb 
object at 0x7f67b4b51630>, ['foo']) ... ok
tests.test_util.test_path_list(<tests.test_util.test_path_list.<locals>.MockOb 
object at 0x7f67b4b51668>, ['foo', 'bar']) ... ok
tests.test_util.test_path_str(<tests.test_util.test_path_str.<locals>.MockOb 
object at 0x7f67b4b51668>, '/', <class 'str'>) ... ok
tests.test_util.test_path_str(<tests.test_util.test_path_str.<locals>.MockOb 
object at 0x7f67b4bb7ac8>, '/foo', <class 'str'>) ... ok
tests.test_util.test_path_str(<tests.test_util.test_path_str.<locals>.MockOb 
object at 0x7f67b4bb7a20>, '/foo/bar', <class 'str'>) ... ok
tests.test_util.test_path_str(<tests.test_util.test_path_str.<locals>.MockOb 
object at 0x7f67b4bb79b0>, '/foo/bar/', <class 'str'>) ... ok
tests.test_util.test_path_str(<tests.test_util.test_path_str.<locals>.MockOb 
object at 0x7f67b4bb7b38>, '/foo//bar/', <class 'str'>) ... ok
tests.test_util.test_path_str(<tests.test_util.test_path_str.<locals>.MockOb 
object at 0x7f67b4bb7ac8>, 'foo', <class 'str'>) ... ok
tests.test_util.test_path_str(<tests.test_util.test_path_str.<locals>.MockOb 
object at 0x7f67b4bb7a20>, 'foo/bar', <class 'str'>) ... ok
tests.test_util.test_path_str(<tests.test_util.test_path_str.<locals>.MockOb 
object at 0x7f67b4b4cd30>, '<Path "deque([\'\', \'foo\', \'bar\'])">', 
<built-in function repr>) ... FAIL
tests.test_util.test_path_unicode(<tests.test_util.test_path_unicode.<locals>.MockOb
 object at 0x7f67b4bb7b38>, '/', <class 'str'>) ... ok
tests.test_util.test_path_unicode(<tests.test_util.test_path_unicode.<locals>.MockOb
 object at 0x7f67b4bb7a20>, '/©', <class 'str'>) ... ok
tests.test_util.test_path_unicode(<tests.test_util.test_path_unicode.<locals>.MockOb
 object at 0x7f67b4bb7be0>, '/©/™', <class 'str'>) ... ok
tests.test_util.test_path_unicode(<tests.test_util.test_path_unicode.<locals>.MockOb
 object at 0x7f67b4bb7d30>, '/©/™/', <class 'str'>) ... ok
tests.test_util.test_path_unicode(<tests.test_util.test_path_unicode.<locals>.MockOb
 object at 0x7f67b4bb7c88>, '¡', <class 'str'>) ... ok
tests.test_util.test_path_unicode(<tests.test_util.test_path_unicode.<locals>.MockOb
 object at 0x7f67b4bb7a20>, 'foo/¡', <class 'str'>) ... ok
tests.test_util.test_path_slicing ... ok
tests.test_util.test_path_comparison ... ok
tests.test_util.test_path_translation ... ok

======================================================================
FAIL: 
tests.test_util.test_path_str(<tests.test_util.test_path_str.<locals>.MockOb 
object at 0x7f67b4b4cd30>, '<Path "deque([\'\', \'foo\', \'bar\'])">', 
<built-in function repr>)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/<<PKGBUILDDIR>>/tests/test_util.py", line 126, in assert_path
    assert kind(instance.path) == expected, (kind(instance.path), expected)
AssertionError: ('<Path "Path([\'\', \'foo\', \'bar\'])">', '<Path 
"deque([\'\', \'foo\', \'bar\'])">')

----------------------------------------------------------------------
Ran 135 tests in 0.062s

FAILED (failures=1)
make[1]: *** [debian/rules:26: override_dh_auto_test] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:10: build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2
--------------------------------------------------------------------------------

The build was made in my autobuilder with "dpkg-buildpackage -A"
but it also fails here:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/python-crank.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-crank
Source-Version: 0.7.2-4

We believe that the bug you reported is fixed in the latest version of
python-crank, 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-crank 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: Fri, 04 Jan 2019 17:10:10 +0100
Source: python-crank
Binary: python-crank python3-crank
Architecture: source all
Version: 0.7.2-4
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <team+openst...@tracker.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Description:
 python-crank - dispatch mechanism for use across frameworks - Python 2.7
 python3-crank - dispatch mechanism for use across frameworks - Python 3.x
Closes: 917506
Changes:
 python-crank (0.7.2-4) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/control: Use team+openst...@tracker.debian.org as maintainer
   * d/control: Set Vcs-* to salsa.debian.org
 .
   [ Daniel Baumann ]
   * Updating vcs fields.
   * Updating copyright format url.
   * Updating maintainer field.
   * Running wrap-and-sort -bast.
   * Removing gbp.conf, not used anymore or should be specified in the
     developers dotfiles.
 .
   [ Thomas Goirand ]
   * Standards-Version: 4.3.0 (no change).
   * Add remove-borken-test-1.patch (Closes: #917506).
   * Using pkgos-dh_auto_install.
   * Using debhelper 10.
Checksums-Sha1:
 ccc6eb1f9cd6e99b7a57c1f5af8dbb855ac84eb0 2193 python-crank_0.7.2-4.dsc
 c0f5581338c4c5531ad3b4b7a1594ffa7858ed43 2760 
python-crank_0.7.2-4.debian.tar.xz
 ec03686fcd427ee77aae3ee17e06bd066516f516 10428 python-crank_0.7.2-4_all.deb
 f82c7655bcb2402f098c7d36b8f42871e7b72543 6809 
python-crank_0.7.2-4_amd64.buildinfo
 e1fcb9c1360023e7ea3d45befbcaceba3eda038e 10512 python3-crank_0.7.2-4_all.deb
Checksums-Sha256:
 7a96b11b3da4f545c9cb604c94fe8e0401f457c90b182267d25ea047541da1ba 2193 
python-crank_0.7.2-4.dsc
 0ac982e75621ec5dc83764f1f90867ed74d09270a5bf9fc3421d36d5a4733066 2760 
python-crank_0.7.2-4.debian.tar.xz
 f51d28e03d513035c3fab5da8d19783acb640a211f34335661db1b4cb2ddaeac 10428 
python-crank_0.7.2-4_all.deb
 1bf4bc318cd60c74e78e9fe067a91d3509c21bdd470d0785197a6121451f1b49 6809 
python-crank_0.7.2-4_amd64.buildinfo
 0c523613475949efbdc5d93f0be62d15da5e57c2c925c603a0db3840d6b8be72 10512 
python3-crank_0.7.2-4_all.deb
Files:
 97696bde21318af3bbb0da74fef21223 2193 python optional python-crank_0.7.2-4.dsc
 6baa8469c3aa33b0f108b3966f0851eb 2760 python optional 
python-crank_0.7.2-4.debian.tar.xz
 48bb002dd5ce1cbfdd899a8cd8bc63d4 10428 python optional 
python-crank_0.7.2-4_all.deb
 ab8d67a4388de4c46b172e7fa27e79b1 6809 python optional 
python-crank_0.7.2-4_amd64.buildinfo
 3d926c870058093fef84d7a5dd44bcee 10512 python optional 
python3-crank_0.7.2-4_all.deb

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

iQIzBAEBCAAdFiEEtKCq/KhshgVdBnYUq1PlA1hod6YFAlwwdekACgkQq1PlA1ho
d6ZfeRAAuH48V/+pspOe3bqpaGWvEUkfc3cruVtoIFLkH48a/+fTCMiCjhGvb0qM
ZiRSUiRPdyoQH1BfYVhTiiwTyduhgT0pn8u0LNHduzHA2q7haaKa9ah2k2xNvytN
u/c2xB9mL7JqJ/9EpU5T43mEj7M0p+7hkFv2m97HrBIIVK02q3eYPwUGDUIp4sSg
cOm2ZxBRfEANxjn26NBpqKpyMGBjHVntJwla9g+dM6Q0fkBvlizArRmlqVmD4fiZ
/yUJaViXVtmYockZ6ptsw1cQNbAhP4fbAubhfbqzwkrXKoYUe+QViDa+KrBdRBQg
vvz4OcHVgmsRbkAwYEAqtWp+Ads4TnExz3XTwi2j9AZP7OdE42ykLFzn+aBTS4Gl
Qerlb5+8EoU1DNMxosF0jGL66gPrqk9a697y4kqL91mURxPQ8IYij4e0hCexWvBx
ow6iC1JAzG3LIKhbJhmdnwTADSMhRh1B0bNDzXCI8LOjC3b1B6UbIrwdNuXmgbxJ
GzeAtsdDlDlRFzWuIH83NF505Bilo4PHLkGGH9EJHvqohM5hL4CJy4olPpe5O2Xk
IPI629Mf3wPzknQ5XKYt9GMXbTQm9bYLojF1ici5x6DiwxEEqh63LMxCyMDh8onU
5FUxbilFr1NGEDWNZTNXxKEzeXbsml+TGKtBV9pKdgl9O6MYX4I=
=zNLY
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to