Your message dated Thu, 09 Nov 2017 01:04:24 +0000
with message-id <e1ecbga-000466...@fasolo.debian.org>
and subject line Bug#881194: fixed in bzr 2.7.0+bzr6622-9
has caused the Debian Bug report #881194,
regarding bzr: FTBFS and Debci failure with python-testtools 2.3.0-2
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.)


-- 
881194: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881194
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: bzr
Version: 2.7.0+bzr6622-8
Severity: serious

https://ci.debian.net/packages/b/bzr/unstable/amd64/
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/bzr.html

...
======================================================================
FAIL: bzrlib.tests.test_matchers.TestHasLayout.test_mismatch
----------------------------------------------------------------------
Traceback (most recent call last):
testtools.testresult.real._StringException: log: {{{
233.726  creating repository in 
file:///tmp/testbzr-UESWUL.tmp/bzrlib.tests.test_matchers.TestHasLayout.test_mismatch/work/.bzr/.
233.729  creating branch <bzrlib.branch.BzrBranchFormat7 object at 
0x7f3fc3952950> in 
file:///tmp/testbzr-UESWUL.tmp/bzrlib.tests.test_matchers.TestHasLayout.test_mismatch/work/
233.740  trying to create missing lock 
'/tmp/testbzr-UESWUL.tmp/bzrlib.tests.test_matchers.TestHasLayout.test_mismatch/work/.bzr/checkout/dirstate'
233.741  opening working tree 
'/tmp/testbzr-UESWUL.tmp/bzrlib.tests.test_matchers.TestHasLayout.test_mismatch/work'
}}}

Traceback (most recent call last):
  File 
"/build/1st/bzr-2.7.0+bzr6622/build/lib.linux-x86_64-2.7/bzrlib/tests/test_matchers.py",
 line 137, in test_mismatch
    mismatch.describe())
  File 
"/build/1st/bzr-2.7.0+bzr6622/build/lib.linux-x86_64-2.7/bzrlib/tests/__init__.py",
 line 1370, in assertEqual
    pprint.pformat(a), pprint.pformat(b)))
AssertionError: not equal:
a = "['a'] != [u'', u'a', u'b/', u'b/c']"
b = "[u'', u'a', u'b/', u'b/c'] != ['a']"

======================================================================
FAIL: bzrlib.tests.test_matchers.TestRevisionHistoryMatches.test_mismatch
----------------------------------------------------------------------
Traceback (most recent call last):
testtools.testresult.real._StringException: log: {{{
236.264  creating repository in 
file:///tmp/testbzr-vg3j8A.tmp/bzrlib.tests.test_matchers.TestRevisionHistoryMatches.test_mismatch/work/.bzr/.
236.267  creating branch <bzrlib.branch.BzrBranchFormat7 object at 
0x7f3fc9c04c10> in 
file:///tmp/testbzr-vg3j8A.tmp/bzrlib.tests.test_matchers.TestRevisionHistoryMatches.test_mismatch/work/
236.278  trying to create missing lock 
'/tmp/testbzr-vg3j8A.tmp/bzrlib.tests.test_matchers.TestRevisionHistoryMatches.test_mismatch/work/.bzr/checkout/dirstate'
236.279  opening working tree 
'/tmp/testbzr-vg3j8A.tmp/bzrlib.tests.test_matchers.TestRevisionHistoryMatches.test_mismatch/work'
236.291  preparing to commit
    INFO  Committing to: 
/tmp/testbzr-vg3j8A.tmp/bzrlib.tests.test_matchers.TestRevisionHistoryMatches.test_mismatch/work/
236.294  Selecting files for commit with filter None
    INFO  Committed revision 1.
236.307  Committed revid a as revno 1.
236.314  preparing to commit
    INFO  Committing to: 
/tmp/testbzr-vg3j8A.tmp/bzrlib.tests.test_matchers.TestRevisionHistoryMatches.test_mismatch/work/
236.317  Selecting files for commit with filter None
    INFO  Committed revision 2.
236.330  Committed revid b as revno 2.
}}}

Traceback (most recent call last):
  File 
"/build/1st/bzr-2.7.0+bzr6622/build/lib.linux-x86_64-2.7/bzrlib/tests/test_matchers.py",
 line 204, in test_mismatch
    matcher.match(tree.branch).describe())
  File 
"/build/1st/bzr-2.7.0+bzr6622/build/lib.linux-x86_64-2.7/bzrlib/tests/__init__.py",
 line 1370, in assertEqual
    pprint.pformat(a), pprint.pformat(b)))
AssertionError: not equal:
a = "['a', 'b', 'c'] != ['a', 'b']"
b = "['a', 'b'] != ['a', 'b', 'c']"

======================================================================
FAIL: bzrlib.tests.test_matchers.TestHasLayout.test_no_dirs
----------------------------------------------------------------------
Traceback (most recent call last):
testtools.testresult.real._StringException: log: {{{
361.761  creating repository in 
file:///tmp/testbzr-YcBWta.tmp/bzrlib.tests.test_matchers.TestHasLayout.test_no_dirs/work/.bzr/.
361.764  creating branch <bzrlib.branch.BzrBranchFormat7 object at 
0x7f3fc4e36210> in 
file:///tmp/testbzr-YcBWta.tmp/bzrlib.tests.test_matchers.TestHasLayout.test_no_dirs/work/
361.773  trying to create missing lock 
'/tmp/testbzr-YcBWta.tmp/bzrlib.tests.test_matchers.TestHasLayout.test_no_dirs/work/.bzr/checkout/dirstate'
361.773  opening working tree 
'/tmp/testbzr-YcBWta.tmp/bzrlib.tests.test_matchers.TestHasLayout.test_no_dirs/work'
}}}

Traceback (most recent call last):
  File 
"/build/1st/bzr-2.7.0+bzr6622/build/lib.linux-x86_64-2.7/bzrlib/tests/test_matchers.py",
 line 151, in test_no_dirs
    mismatch.describe())
  File 
"/build/1st/bzr-2.7.0+bzr6622/build/lib.linux-x86_64-2.7/bzrlib/tests/__init__.py",
 line 1370, in assertEqual
    pprint.pformat(a), pprint.pformat(b)))
AssertionError: not equal:
a = "[u'', u'a'] != [u'', u'a', u'b/', u'b/c']"
b = "[u'', u'a', u'b/', u'b/c'] != [u'', u'a']"

----------------------------------------------------------------------
Ran 28552 tests in 380.480s

FAILED (failures=3, known_failure_count=79)
2810 tests skipped
debian/rules:21: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1

--- End Message ---
--- Begin Message ---
Source: bzr
Source-Version: 2.7.0+bzr6622-9

We believe that the bug you reported is fixed in the latest version of
bzr, 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 881...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jelmer Vernooij <jel...@debian.org> (supplier of updated bzr 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: Thu, 09 Nov 2017 00:23:05 +0000
Source: bzr
Binary: bzr python-bzrlib python-bzrlib-dbg python-bzrlib.tests bzr-doc
Architecture: source all amd64
Version: 2.7.0+bzr6622-9
Distribution: unstable
Urgency: medium
Maintainer: Debian Bazaar Maintainers <pkg-bazaar-ma...@lists.alioth.debian.org>
Changed-By: Jelmer Vernooij <jel...@debian.org>
Description:
 bzr        - easy to use distributed version control system
 bzr-doc    - easy to use distributed version control system (documentation)
 python-bzrlib - distributed version control system - python library
 python-bzrlib-dbg - distributed version control system - debug extension
 python-bzrlib.tests - distributed version control system - testsuite
Closes: 881194
Changes:
 bzr (2.7.0+bzr6622-9) unstable; urgency=medium
 .
   * Add patch 28_fix_matchers: fix order of got/expected for matchers to
     cope with new testtools. Closes: #881194
Checksums-Sha1:
 6e007717197029c9ff429724660ca2d56aa5286b 2517 bzr_2.7.0+bzr6622-9.dsc
 5cae2d5e8d2a194205017345153e1e80c2bf45ee 91976 
bzr_2.7.0+bzr6622-9.debian.tar.xz
 5c7b35ef73c5ae20f97839764adbf7159cbfa4e5 3821792 
bzr-doc_2.7.0+bzr6622-9_all.deb
 dac328633a8129c7152c5f1e75a1b5b4a7c9198c 56400 bzr_2.7.0+bzr6622-9_all.deb
 e618d88aa556e5a27281a18921391004371ebad8 9360 
bzr_2.7.0+bzr6622-9_amd64.buildinfo
 414d90ab1ebecc33e5daa4dd85d98e24c2451510 2619892 
python-bzrlib-dbg_2.7.0+bzr6622-9_amd64.deb
 89b06eb3b095c8daf31b32e2fc2a07c020cd5538 1024136 
python-bzrlib.tests_2.7.0+bzr6622-9_all.deb
 83fa136790eaf6362f852c1ba4d8087c22332866 1698904 
python-bzrlib_2.7.0+bzr6622-9_amd64.deb
Checksums-Sha256:
 dae5e807f871303e79f94921cb34f80ff2b2d61f8e5414282666dea3b8d35687 2517 
bzr_2.7.0+bzr6622-9.dsc
 fef6f9a8c3e2f227bf42d0f2f93ea60251a60cb420f7b561d97f0eb685f6ecb6 91976 
bzr_2.7.0+bzr6622-9.debian.tar.xz
 001f3722bf8a147e539b30371583d5900794c4ed40cbd7bf504a1bcc4ab0c5e3 3821792 
bzr-doc_2.7.0+bzr6622-9_all.deb
 bd36f1841f3d2daff633b11a9ea5013b5db76709c3e5e9ee0c22ac1a6febd560 56400 
bzr_2.7.0+bzr6622-9_all.deb
 b5977619de41efa4dfbc58620c5fe8202d4f7250fe7c7c54b2ac48d82c0bce07 9360 
bzr_2.7.0+bzr6622-9_amd64.buildinfo
 e9ad4f1e595446925a2641497a91934e3ce87ad3a921bb7ef2aa96af7b3e3620 2619892 
python-bzrlib-dbg_2.7.0+bzr6622-9_amd64.deb
 df1a343a07a2ff74d217d660753e1a0374a27e224e5d0f39051d317b7121f069 1024136 
python-bzrlib.tests_2.7.0+bzr6622-9_all.deb
 29edb12da77f7a1c3488f01e0009ec1d4f1d0a7b3e3672f47b422a34f345f320 1698904 
python-bzrlib_2.7.0+bzr6622-9_amd64.deb
Files:
 4c3979a8634d085692dfea036fe612fc 2517 vcs optional bzr_2.7.0+bzr6622-9.dsc
 80dd52ce202e1d957301d04d31af9056 91976 vcs optional 
bzr_2.7.0+bzr6622-9.debian.tar.xz
 4d44b086b5b5ff024f9111be02619cba 3821792 doc optional 
bzr-doc_2.7.0+bzr6622-9_all.deb
 97bad1b2a8e3aa617a4290dd0792adf8 56400 vcs optional bzr_2.7.0+bzr6622-9_all.deb
 b5fef1bdf481e42f9386db11d1a1196e 9360 vcs optional 
bzr_2.7.0+bzr6622-9_amd64.buildinfo
 2a449e5b795f3235c9f1c3d037922b5d 2619892 debug extra 
python-bzrlib-dbg_2.7.0+bzr6622-9_amd64.deb
 b25413b872fba7b01a70cffdf9a7d56f 1024136 python optional 
python-bzrlib.tests_2.7.0+bzr6622-9_all.deb
 dc50af47188d37a4a42ca20cf472f7c4 1698904 python optional 
python-bzrlib_2.7.0+bzr6622-9_amd64.deb

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

iQEzBAEBCgAdFiEEoX1YPWJ8eQgrAMsfmi0kpQTR6fgFAloDpOgACgkQmi0kpQTR
6fjZGQf/QMk9qWli2EUe0nSEdwHJh2hqyMxLhlVvhAUYdTbAcM3OP8Nkmu0zNs8r
soj6EhaWzO3W1QrGGLS40lS7eGq4SUNLEKpoPJuMFR8FuPa2tryxWjGEMFRLzl0m
9wbMKAsDlagMcW/Qz5inQK3zkT6MFp/Dhhr/h2VMrmfnHB3tWS6jAOX+ZfrUkNBk
lxnKdXMXqUtlUFguGiKP8pFeoZvXdTYrv+qCujI0wbL+b9s02rGhQNQJ2NxA5K7S
sHTT35ZOdQlkKcHMv7b2Pp9Vpp0Vqw1ESHvLkKwUVPQikYE5hLeTpD9hs/C63wIg
EcaB+XSYtUuYOdHVwS/HC78tQ9HJYA==
=Y3J6
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to