Your message dated Sat, 21 Apr 2018 21:03:36 +0000
with message-id <e1f9zfu-000h6d...@fasolo.debian.org>
and subject line Bug#892745: fixed in python-os-testr 1.0.0-4
has caused the Debian Bug report #892745,
regarding python-os-testr FTBFS: test failure
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.)


-- 
892745: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892745
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-os-testr
Version: 1.0.0-2
Severity: serious

Some recent change in unstable makes python-os-testr FTBFS:

https://tests.reproducible-builds.org/debian/history/python-os-testr.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/python-os-testr.html

...
======================================================================
FAIL: os_testr.tests.test_return_codes.TestReturnCodes.test_list
os_testr.tests.test_return_codes.TestReturnCodes.test_list
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File "os_testr/tests/test_return_codes.py", line 104, in test_list
    self.assertRunExit('ostestr --list', 0)
  File "os_testr/tests/test_return_codes.py", line 65, in assertRunExit
    "Stdout: %s; Stderr: %s" % (out, err))
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 411, in 
assertEqual
    self.assertThat(observed, matcher, message)
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 498, in 
assertThat
    raise mismatch_error
testtools.matchers._impl.MismatchError: 1 != 0: Stdout: ; Stderr: Traceback 
(most recent call last):
  File "/build/1st/python-os-testr-1.0.0/debian/bin/ostestr", line 5, in 
<module>
    from os_testr.os_testr import main
ImportError: No module named os_testr


======================================================================
FAIL: os_testr.tests.test_return_codes.TestReturnCodes.test_default_passing
os_testr.tests.test_return_codes.TestReturnCodes.test_default_passing
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File "os_testr/tests/test_return_codes.py", line 72, in test_default_passing
    self.assertRunExit('ostestr --regex passing', 0)
  File "os_testr/tests/test_return_codes.py", line 65, in assertRunExit
    "Stdout: %s; Stderr: %s" % (out, err))
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 411, in 
assertEqual
    self.assertThat(observed, matcher, message)
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 498, in 
assertThat
    raise mismatch_error
testtools.matchers._impl.MismatchError: 1 != 0: Stdout: ; Stderr: Traceback 
(most recent call last):
  File "/build/1st/python-os-testr-1.0.0/debian/bin/ostestr", line 5, in 
<module>
    from os_testr.os_testr import main
ImportError: No module named os_testr


======================================================================
FAIL: 
os_testr.tests.test_return_codes.TestReturnCodes.test_default_serial_passing
os_testr.tests.test_return_codes.TestReturnCodes.test_default_serial_passing
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File "os_testr/tests/test_return_codes.py", line 84, in 
test_default_serial_passing
    self.assertRunExit('ostestr --serial --regex passing', 0)
  File "os_testr/tests/test_return_codes.py", line 65, in assertRunExit
    "Stdout: %s; Stderr: %s" % (out, err))
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 411, in 
assertEqual
    self.assertThat(observed, matcher, message)
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 498, in 
assertThat
    raise mismatch_error
testtools.matchers._impl.MismatchError: 1 != 0: Stdout: ; Stderr: Traceback 
(most recent call last):
  File "/build/1st/python-os-testr-1.0.0/debian/bin/ostestr", line 5, in 
<module>
    from os_testr.os_testr import main
ImportError: No module named os_testr


======================================================================
FAIL: 
os_testr.tests.test_return_codes.TestReturnCodes.test_testr_no_pretty_passing
os_testr.tests.test_return_codes.TestReturnCodes.test_testr_no_pretty_passing
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File "os_testr/tests/test_return_codes.py", line 98, in 
test_testr_no_pretty_passing
    self.assertRunExit('ostestr --no-pretty --regex passing', 0)
  File "os_testr/tests/test_return_codes.py", line 65, in assertRunExit
    "Stdout: %s; Stderr: %s" % (out, err))
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 411, in 
assertEqual
    self.assertThat(observed, matcher, message)
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 498, in 
assertThat
    raise mismatch_error
testtools.matchers._impl.MismatchError: 1 != 0: Stdout: ; Stderr: Traceback 
(most recent call last):
  File "/build/1st/python-os-testr-1.0.0/debian/bin/ostestr", line 5, in 
<module>
    from os_testr.os_testr import main
ImportError: No module named os_testr


======================================================================
FAIL: 
os_testr.tests.test_return_codes.TestReturnCodes.test_default_passing_no_slowest
os_testr.tests.test_return_codes.TestReturnCodes.test_default_passing_no_slowest
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File "os_testr/tests/test_return_codes.py", line 78, in 
test_default_passing_no_slowest
    self.assertRunExit('ostestr --no-slowest --regex passing', 0)
  File "os_testr/tests/test_return_codes.py", line 65, in assertRunExit
    "Stdout: %s; Stderr: %s" % (out, err))
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 411, in 
assertEqual
    self.assertThat(observed, matcher, message)
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 498, in 
assertThat
    raise mismatch_error
testtools.matchers._impl.MismatchError: 1 != 0: Stdout: ; Stderr: Traceback 
(most recent call last):
  File "/build/1st/python-os-testr-1.0.0/debian/bin/ostestr", line 5, in 
<module>
    from os_testr.os_testr import main
ImportError: No module named os_testr


======================================================================
FAIL: os_testr.tests.test_subunit_trace.TestSubunitTrace.test_trace
os_testr.tests.test_subunit_trace.TestSubunitTrace.test_trace
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File "os_testr/tests/test_subunit_trace.py", line 95, in test_trace
    returncode = subunit_trace.trace(stdin, sys.stdout)
  File "os_testr/subunit_trace.py", line 368, in trace
    cat = subunit.test_results.CatFiles(stdout)
  File "/usr/lib/python2.7/dist-packages/subunit/test_results.py", line 721, in 
__init__
    self.stream = subunit.make_stream_binary(byte_stream)
  File "/usr/lib/python2.7/dist-packages/subunit/__init__.py", line 1278, in 
make_stream_binary
    return _unwrap_text(stream)
  File "/usr/lib/python2.7/dist-packages/subunit/__init__.py", line 1296, in 
_unwrap_text
    if type(stream.read(0)) is unicode_type:
ValueError: File not open for reading


======================================================================
FAIL: 
os_testr.tests.test_return_codes.TestReturnCodes.test_testr_subunit_passing
os_testr.tests.test_return_codes.TestReturnCodes.test_testr_subunit_passing
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File "os_testr/tests/test_return_codes.py", line 91, in 
test_testr_subunit_passing
    subunit=True)
  File "os_testr/tests/test_return_codes.py", line 69, in assertRunExit
    "return code of: %s" % (expected, p.returncode))
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 411, in 
assertEqual
    self.assertThat(observed, matcher, message)
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 498, in 
assertThat
    raise mismatch_error
testtools.matchers._impl.MismatchError: 1 != 0: Expected return code: 0 doesn't 
match actual return code of: 1


----------------------------------------------------------------------
Ran 70 tests in 4.270s

FAILED (failures=7, skipped=1)
make[1]: *** [debian/rules:18: override_dh_auto_test] Error 1

--- End Message ---
--- Begin Message ---
Source: python-os-testr
Source-Version: 1.0.0-4

We believe that the bug you reported is fixed in the latest version of
python-os-testr, 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 892...@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-os-testr 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: SHA512

Format: 1.8
Date: Sat, 21 Apr 2018 19:49:35 +0000
Source: python-os-testr
Binary: python-os-testr python-os-testr-doc python3-os-testr
Architecture: source all
Version: 1.0.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <openstack-de...@lists.alioth.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Description:
 python-os-testr - Utility wrappers for testrepository for OpenStack projects - 
Pyth
 python-os-testr-doc - Utility wrappers for testrepository for OpenStack 
projects - doc
 python3-os-testr - Utility wrappers for testrepository for OpenStack projects 
- Pyth
Closes: 892745
Changes:
 python-os-testr (1.0.0-4) unstable; urgency=medium
 .
   * Remove test_trace() broken test (Closes: #892745).
Checksums-Sha1:
 24bef5df92d4705301839a0bf5c9c9265a00358d 2712 python-os-testr_1.0.0-4.dsc
 ab3587efeb2aad6464f882018aeac6419ec4ead3 5116 
python-os-testr_1.0.0-4.debian.tar.xz
 a44c35f9f5a3a84b6c4db2516f3099045af01875 922560 
python-os-testr-doc_1.0.0-4_all.deb
 05aa4897c4d7f5a62340349865d715d2930621d6 25352 python-os-testr_1.0.0-4_all.deb
 349dc757ab859fbac44b28a886868db8426244de 12078 
python-os-testr_1.0.0-4_amd64.buildinfo
 a20e80976471d590c2eb8b5348ee31942c647390 25412 python3-os-testr_1.0.0-4_all.deb
Checksums-Sha256:
 8f27303fd4b803bd4129c89adf2aabf13201ed9be327094fd4abb3bccc99760c 2712 
python-os-testr_1.0.0-4.dsc
 306f48cc7275ef1eab39ac38f583a1903257d16705517ac59319a7799a56ca9e 5116 
python-os-testr_1.0.0-4.debian.tar.xz
 f1cb23ac9f5bb141d2a5f14f46dfdb87017c63394a1fb8908afc4dc07470e90e 922560 
python-os-testr-doc_1.0.0-4_all.deb
 67181ffe5963434e254e410e0d36c6e187f8674d978e2fb3146fac0c8441d179 25352 
python-os-testr_1.0.0-4_all.deb
 a456a4758f9798e6e9f24631a9e36c79dccdb2d7da746116563d7c7f5c958695 12078 
python-os-testr_1.0.0-4_amd64.buildinfo
 8053a5880fe5a482aba78046bed06112c1727bb9346990978f93feb69b72121b 25412 
python3-os-testr_1.0.0-4_all.deb
Files:
 493cd87fcb8f26a7133c051d04080a76 2712 python optional 
python-os-testr_1.0.0-4.dsc
 bac66e9d9b9a7c517fcc33376098d425 5116 python optional 
python-os-testr_1.0.0-4.debian.tar.xz
 ea6d0172ba46ddec16fc1d2b64a7f3fc 922560 doc optional 
python-os-testr-doc_1.0.0-4_all.deb
 a03996771905f7687160f2decce042af 25352 python optional 
python-os-testr_1.0.0-4_all.deb
 6788e5dbf860bbaf24649ca07ba4df35 12078 python optional 
python-os-testr_1.0.0-4_amd64.buildinfo
 f98f3e1f335ac014fb8f361398a4db2e 25412 python optional 
python3-os-testr_1.0.0-4_all.deb

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

iQIzBAEBCgAdFiEEtKCq/KhshgVdBnYUq1PlA1hod6YFAlrbmFgACgkQq1PlA1ho
d6b0ORAAv3RxPnwevPOEmWO7SrlBguJCmdNRdRkEHwyyOTZtookUuhj0vi3jKFt+
5q2y2+Lnn+JvIIWNWK/y8crQvltHKm3v3/dKH9G1ImEATyoVqFMjwV/UFjTKj8ES
f+pmQzqH4ZdQ77tdWgYsIPzh5B/wcgtnjxkxdyfzfcDLr/lIJRhYPWaGAtiuE6o9
PwCgjK1KONA9tMbLlyYVT+9zCKhaeVBWl96DXinKVPRh1/ZeTgVufc4KKz79UNiw
Tnks3SavLC5IBvj3YE6bz6EXNc0zYrSCmGClQllbMDNctL0bqHJr+WfeO2AdN1Hr
yF7r3Wrj6f70XE/1GAw/FW9JL0S0UCB28lJagzLne1YjmwAn59NjE17XkT6WrF4b
gvREFkQChIdqwDpFtrj4Nk2Wo8zR4Kp6oAqiUJnHkJzob/i0oG/nMaiVhmcZxwjU
FqemHOmIb2lCkO2rhAVAV0nnre5r+05G5toukUX/vTSkT8syX9qnk+Sv8MUhLCMY
x1Z2G3OArcvtJVipLtAvLPeAbA7ws7oRFC9qWkeIaDGRsi06VI2qvywiSgTYeoVW
dmql+6hkDnPHSe2dwVAKGqNLT0n7hFJD58Mq3tcfrErOIx1W7e7w2vPjR91aZkiq
LYh3Ar0sOQhsYRJyRLN6AfgEoAhpGiWx47kVVVdFwfTBWwIWg48=
=/050
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to