Your message dated Sun, 01 Nov 2020 15:03:37 +0000
with message-id <e1kzetn-0002ra...@fasolo.debian.org>
and subject line Bug#972793: fixed in hg-git 0.9.0-2
has caused the Debian Bug report #972793,
regarding hg-git: autopkgtest needs update for new version of dulwich: lots of 
deprecation *warnings*
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.)


-- 
972793: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=972793
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: hg-git
Version: 0.9.0-1
Severity: serious
X-Debbugs-CC: debian...@lists.debian.org, dulw...@packages.debian.org
Tags: sid bullseye
User: debian...@lists.debian.org
Usertags: needs-update
Control: affects -1 src:dulwich

Dear maintainer(s),

With a recent upload of dulwich the autopkgtest of hg-git fails in
testing when that autopkgtest is run with the binary packages of dulwich
from unstable. It passes when run with only packages from testing. In
tabular form:

                       pass            fail
dulwich                from testing    0.20.6-1.1
hg-git                 from testing    0.9.0-1
all others             from testing    from testing

I copied some of the output at the bottom of this report.

Currently this regression is blocking the migration of dulwich to
testing [1]. Of course, dulwich shouldn't just break your autopkgtest
(or even worse, your package), but it seems to me that the change in
dulwich was intended and your package needs to update to the new
situation. Also, failing on deprecation warnings should really be
avoided in autopkgtesting (that's more something for upstreams test
framework), please disable deprecation warnings if possible.

More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

[1] https://qa.debian.org/excuses.php?package=dulwich

https://ci.debian.net/data/autopkgtest/testing/amd64/h/hg-git/7682446/log.gz

--- /tmp/autopkgtest-lxc.1m_ql5en/downtmp/build.IYS/src/tests/test-renames.t
+++
/tmp/autopkgtest-lxc.1m_ql5en/downtmp/build.IYS/src/tests/test-renames.t.err
@@ -371,6 +371,16 @@
   adding objects
   added 2 commits with 2 trees and 3 blobs
   updating reference refs/heads/master
+
/tmp/autopkgtest-lxc.1m_ql5en/downtmp/build.IYS/src/hggit/git_handler.py:411:
DeprecationWarning: Use SendPackResult.refs instead.
+    if remote_name and new_refs:
+  /usr/lib/python3/dist-packages/mercurial/pycompat.py:362:
DeprecationWarning: Use SendPackResult.refs instead.
+    iteritems = lambda x: x.items()
+
/tmp/autopkgtest-lxc.1m_ql5en/downtmp/build.IYS/src/hggit/git_handler.py:431:
DeprecationWarning: Use SendPackResult.refs instead.
+    if old_refs == new_refs:
+
/tmp/autopkgtest-lxc.1m_ql5en/downtmp/build.IYS/src/hggit/git_handler.py:434:
DeprecationWarning: Use SendPackResult.refs instead.
+    elif len(new_refs) > len(old_refs):
+
/tmp/autopkgtest-lxc.1m_ql5en/downtmp/build.IYS/src/hggit/git_handler.py:436:
DeprecationWarning: Use SendPackResult.refs instead.
+    elif len(old_refs) > len(new_refs):

   $ cd ../gitrepo
   $ git log master --pretty=oneline

ERROR: test-renames.t output changed
!.
---
/tmp/autopkgtest-lxc.1m_ql5en/downtmp/build.IYS/src/tests/test-file-removal.t
+++
/tmp/autopkgtest-lxc.1m_ql5en/downtmp/build.IYS/src/tests/test-file-removal.t.err
@@ -168,6 +168,12 @@
   searching for changes
   adding objects
   added 9 commits with 8 trees and 5 blobs
+
/tmp/autopkgtest-lxc.1m_ql5en/downtmp/build.IYS/src/hggit/git_handler.py:431:
DeprecationWarning: Use SendPackResult.refs instead.
+    if old_refs == new_refs:
+
/tmp/autopkgtest-lxc.1m_ql5en/downtmp/build.IYS/src/hggit/git_handler.py:434:
DeprecationWarning: Use SendPackResult.refs instead.
+    elif len(new_refs) > len(old_refs):
+
/tmp/autopkgtest-lxc.1m_ql5en/downtmp/build.IYS/src/hggit/git_handler.py:435:
DeprecationWarning: Use SendPackResult.refs instead.
+    ret = 1 + (len(new_refs) - len(old_refs))

   $ cd ..
   $ git --git-dir=gitrepo2 log --pretty=medium

ERROR: test-file-removal.t output changed
!.

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: hg-git
Source-Version: 0.9.0-2
Done: =?utf-8?q?Jelmer_Vernoo=C4=B3?= <jel...@debian.org>

We believe that the bug you reported is fixed in the latest version of
hg-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 972...@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 hg-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: Sun, 01 Nov 2020 13:40:15 +0000
Source: hg-git
Architecture: source
Version: 0.9.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Jelmer Vernooij <jel...@debian.org>
Closes: 972793
Changes:
 hg-git (0.9.0-2) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Ondřej Nový ]
   * d/control: Update Maintainer field with new Debian Python Team
     contact address.
   * d/control: Update Vcs-* fields with new Debian Python Team Salsa
     layout.
 .
   [ Jelmer Vernooij ]
   * Add patch 0003-dulwich-compat.patch: avoid deprecation warning with newer
     versions of Dulwich. Closes: #972793
Checksums-Sha1:
 98aff0f543dc7e48b4d6855ee86440ee1599945f 2090 hg-git_0.9.0-2.dsc
 0b4e90693ed9038c15867ab1433bdaf57d74c05a 6996 hg-git_0.9.0-2.debian.tar.xz
 447f011da22fe893c8c4d847e93c48e02289fa9f 7445 hg-git_0.9.0-2_amd64.buildinfo
Checksums-Sha256:
 a40beaef731c00a820d89918afedc1f01580d87f6e8c29e74903b1e108e38b27 2090 
hg-git_0.9.0-2.dsc
 ded524f1688a248a0eefbd0cf9843daedf60001cc39bfbb9e89734742fa4a4d2 6996 
hg-git_0.9.0-2.debian.tar.xz
 83211c7a7ae4f037b330bca12a6dbf8360737140ff8858c6263700584af210bc 7445 
hg-git_0.9.0-2_amd64.buildinfo
Files:
 7dee1b877cf129c1f6ee618ebf690179 2090 vcs optional hg-git_0.9.0-2.dsc
 5674d6e2e8271150adf68b08833e4806 6996 vcs optional hg-git_0.9.0-2.debian.tar.xz
 3f45c7aaa685fff590aa11483b4801af 7445 vcs optional 
hg-git_0.9.0-2_amd64.buildinfo

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

iQIzBAEBCgAdFiEEsjhixBXWVlpOhsvXV5wWDUyeI+gFAl+ey+MACgkQV5wWDUye
I+gJGBAAv6ZaIEfyXTQ3IvWBFNET/MIgTP1AROBsdeen4v0LJ2xaojAi+gBU1KHF
gnMBwtgOY+Cv34ilRJcbXe0MAIfvUKXr10lUmRjkpwBAkq7T1dyc9kB3Jgl35NJJ
IyhmR262kZJ+Ya+Wz6R/mTGJmFFnfXtgeh2m0WjbzjRxL7TmmjpjzeIZphc4C7UX
dLUM0YJZosm28rVeDIyxkf3g1uJXorW430Y+6LdvGWSDLIcxV4VeOvlxTsOpyY3r
XZpdF/DltUUe3Sc4MqpOKubvnWbSDFIiwTqJa/ffrK6wr1XT078q97Gn3Mmb4CUk
L8JUz45Nlk9lV16YZN3IR4xcbXjvOGaQyt6yLU9fuTBm/omJLMakkVyiWp18utB2
atiKJx8H+UN+dgqK+zTJMMIuwSolOqIwEgvwYUIA0GWd13YU7O37lkKyOLOWfiRo
v0CJ9u1EEvhhFUswMo1EJZY/CsW3yWJ0R4wZXtXmk96LbdB+CMLRk9y7zr4vyzwr
l/ZSjJB+Rh9Fa9lqdYJjGj5gJO6I/0od5PHFYTB/JywPIempDpdfu5S5Rqe55xxm
Ag+9gkI2JRIJjcRoVsmSUdrgr1G+JSmbRxGxpEOIwTJvz+5Z0dmZC774myUMB2ON
GayLurx7hMgPrbbbeFYTL+07Q62ZowBiwl+kamJOBesCJ9OPj5E=
=TQwF
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to