Your message dated Thu, 05 Oct 2017 23:04:26 +0000
with message-id <e1e0fbq-0003wc...@fasolo.debian.org>
and subject line Bug#877413: fixed in bzr-git 0.6.13+bzr1649-1
has caused the Debian Bug report #877413,
regarding bzr-git: FTBFS and Debci failure with python-dulwich >= 0.18.3
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.)
--
877413: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=877413
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: bzr-git
Version: 0.6.13-2
Severity: serious
Tags: buster sid
https://ci.debian.net/packages/b/bzr-git/unstable/amd64/
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/bzr-git.html
...
======================================================================
ERROR:
bzrlib.plugins.git.tests.test_transportgit.TransportObjectStoreTests.test_repack
----------------------------------------------------------------------
Traceback (most recent call last):
testtools.testresult.real._StringException: Empty attachments:
log
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/dulwich/tests/test_object_store.py",
line 298, in test_repack
self.assertEqual(6, self.store.repack())
File "/usr/lib/python2.7/dist-packages/dulwich/object_store.py", line 377, in
repack
self._remove_pack(pack)
File "/usr/lib/python2.7/dist-packages/dulwich/object_store.py", line 337, in
_remove_pack
raise NotImplementedError(self._remove_pack)
NotImplementedError: <bound method TransportObjectStore._remove_pack of
TransportObjectStore(<bzrlib.transport.local.LocalTransport
url=file:///tmp/testbzr-7HZtQG.tmp/bzrlib.plugins.git.tests.test_transportgit.TransportObjectStoreTests.test_repack/work/>)>
======================================================================
ERROR:
bzrlib.plugins.git.tests.test_transportgit.TransportObjectStoreTests.test_repack_existing
----------------------------------------------------------------------
Traceback (most recent call last):
testtools.testresult.real._StringException: Empty attachments:
log
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/dulwich/tests/test_object_store.py",
line 311, in test_repack_existing
self.assertEqual(2, self.store.repack())
File "/usr/lib/python2.7/dist-packages/dulwich/object_store.py", line 377, in
repack
self._remove_pack(pack)
File "/usr/lib/python2.7/dist-packages/dulwich/object_store.py", line 337, in
_remove_pack
raise NotImplementedError(self._remove_pack)
NotImplementedError: <bound method TransportObjectStore._remove_pack of
TransportObjectStore(<bzrlib.transport.local.LocalTransport
url=file:///tmp/testbzr-pZ3d3f.tmp/bzrlib.plugins.git.tests.test_transportgit.TransportObjectStoreTests.test_repack_existing/work/>)>
======================================================================
FAIL: bzrlib.plugins.git.tests.test_blackbox.TestGitBlackBox.test_diff_format
----------------------------------------------------------------------
Traceback (most recent call last):
testtools.testresult.real._StringException: log: {{{
0.684 creating repository in file:///tmp/testbzr-CQDCBu.tmp/.bzr/.
0.689 creating branch <bzrlib.branch.BzrBranchFormat7 object at
0x7ffbb4a22850> in file:///tmp/testbzr-CQDCBu.tmp/
0.705 trying to create missing lock
'/tmp/testbzr-CQDCBu.tmp/.bzr/checkout/dirstate'
0.706 opening working tree '/tmp/testbzr-CQDCBu.tmp'
0.724 creating repository in
file:///tmp/testbzr-CQDCBu.tmp/bzrlib.plugins.git.tests.test_blackbox.TestGitBlackBox.test_diff_format/work/.bzr/.
0.727 creating branch <bzrlib.branch.BzrBranchFormat7 object at
0x7ffbb06b9ad0> in
file:///tmp/testbzr-CQDCBu.tmp/bzrlib.plugins.git.tests.test_blackbox.TestGitBlackBox.test_diff_format/work/
0.741 trying to create missing lock
'/tmp/testbzr-CQDCBu.tmp/bzrlib.plugins.git.tests.test_blackbox.TestGitBlackBox.test_diff_format/work/.bzr/checkout/dirstate'
0.742 opening working tree
'/tmp/testbzr-CQDCBu.tmp/bzrlib.plugins.git.tests.test_blackbox.TestGitBlackBox.test_diff_format/work'
0.755 run bzr: ['diff', '--format=git']
0.756 bazaar version: 2.8.0dev1
0.756 bzr arguments: [u'diff', u'--format=git']
0.764 encoding stdout as sys.stdout encoding 'ascii'
0.768 opening working tree
'/tmp/testbzr-CQDCBu.tmp/bzrlib.plugins.git.tests.test_blackbox.TestGitBlackBox.test_diff_format/work'
0.775 output:
'diff --git /dev/null b/a\nold mode 0\nnew mode 100644\nindex 0000000..c197bd8
100644\n--- /dev/null\n+++ b/a\n@@ -0,0 +1 @@\n+contents of a\n'
}}}
Traceback (most recent call last):
File "/build/1st/bzr-git-0.6.13/tests/test_blackbox.py", line 171, in
test_diff_format
'diff --git /dev/null b/a\n'
File "/usr/lib/python2.7/dist-packages/bzrlib/tests/__init__.py", line 1370,
in assertEqual
pprint.pformat(a), pprint.pformat(b)))
AssertionError: not equal:
a = 'diff --git /dev/null b/a\nold mode 0\nnew mode 100644\nindex
0000000..c197bd8 100644\n--- /dev/null\n+++ b/a\n@@ -0,0 +1 @@\n+contents of
a\n'
b = 'diff --git /dev/null b/a\nold mode 0\nnew mode 100644\nindex
0000000..c197bd8 100644\n--- /dev/null\n+++ b/a\n@@ -1,0 +1,1 @@\n+contents of
a\n'
----------------------------------------------------------------------
Ran 249 tests in 1.472s
FAILED (failures=1, errors=2, known_failure_count=1)
1 test skipped
debian/rules:16: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1
--- End Message ---
--- Begin Message ---
Source: bzr-git
Source-Version: 0.6.13+bzr1649-1
We believe that the bug you reported is fixed in the latest version of
bzr-git, 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 877...@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-git 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, 05 Oct 2017 23:24:51 +0100
Source: bzr-git
Binary: bzr-git
Architecture: source all
Version: 0.6.13+bzr1649-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Bazaar Maintainers <pkg-bazaar-ma...@lists.alioth.debian.org>
Changed-By: Jelmer Vernooij <jel...@debian.org>
Description:
bzr-git - Bazaar plugin providing Git integration
Closes: 877413
Changes:
bzr-git (0.6.13+bzr1649-1) unstable; urgency=medium
.
* New upstream snapshot.
+ Fixes compatibility with newer versions of dulwich. Closes: #877413
* Drop fix_dulwich_compat.diff: applied upstream.
* Bump standards version to 4.1.1 (no changes).
* Bump debhelper version to 9.
Checksums-Sha1:
9d19e68cffb03f1e4c942316650c61c02afdf7e3 2078 bzr-git_0.6.13+bzr1649-1.dsc
d23af20ea1ce65e649550eb94dc4d87642dbc41b 121251
bzr-git_0.6.13+bzr1649.orig.tar.gz
ebc60c9376b68306215cd4ab64401c2caa1974b0 540176
bzr-git_0.6.13+bzr1649-1.debian.tar.xz
17b20059ae13d7292e651a1d7d660241a363eace 96536 bzr-git_0.6.13+bzr1649-1_all.deb
93e735bb85984f4584f491e92713e364d89f12df 5989
bzr-git_0.6.13+bzr1649-1_amd64.buildinfo
Checksums-Sha256:
79c7f992d9e3e89005697d7191dcab8de55cd3ba730d0260f7eef22dbc57c7f3 2078
bzr-git_0.6.13+bzr1649-1.dsc
46f20fd3472de4f1621edad5f9546dd714a8dee39ae10f0c817d1aaec1f3f29f 121251
bzr-git_0.6.13+bzr1649.orig.tar.gz
90fb9fb290b1aa589eb1cdeae631c7a1567e4c97dc6add9813891f5100806af7 540176
bzr-git_0.6.13+bzr1649-1.debian.tar.xz
d57a24ae596e10401c77b2db79d969474336fc2074201210c0196eb36a92d19a 96536
bzr-git_0.6.13+bzr1649-1_all.deb
68bf0fce50bce36af05d0ca4855291d61ed69a029c62f70077d49b611e4738e6 5989
bzr-git_0.6.13+bzr1649-1_amd64.buildinfo
Files:
a2e92150ef921eafb2f930e695da41fb 2078 vcs optional bzr-git_0.6.13+bzr1649-1.dsc
5e169d1d083ba36e22d89c4950dff065 121251 vcs optional
bzr-git_0.6.13+bzr1649.orig.tar.gz
4fdc343a22099d81bbefc834c9f817c4 540176 vcs optional
bzr-git_0.6.13+bzr1649-1.debian.tar.xz
6e1a76d722f9a1130c03417f786d477b 96536 vcs optional
bzr-git_0.6.13+bzr1649-1_all.deb
590fea914bc2fe8bab09c4090583206b 5989 vcs optional
bzr-git_0.6.13+bzr1649-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCgAdFiEEoX1YPWJ8eQgrAMsfmi0kpQTR6fgFAlnWstkACgkQmi0kpQTR
6fiFoQf/dlCKFHb40HT7IPeFcBuVsa9VSn2pIKniSKKtNK+nW6P8Z09QwGQ6gPlV
8OIhWFts2zXREnsx4Sxhq2ftWeTgyJ+pC0EtJ8rgWxM9RhsuW3HFwrU6xvdapj3T
8lHM248nE3O/djgMkW+jBrzWk8a366DBe9XkT8ZT6SQCegS75CBjrA9NAfWsFSpv
w2lpbM/0vAvQgfp07LQRwczWMFhSY6CenUwQiUW5bJ7al5PZ+MTpeHzXppZalQAW
V/nsmUfCtYCwGtf9IpEFpdJ335tQfVGg2GFNsaGi4qO2vCNtUuRQfrc8pZqaFmzV
t0/FXjGDpHvyIxSdXdeWxTgm/Eg4bg==
=0dBl
-----END PGP SIGNATURE-----
--- End Message ---