Your message dated Sun, 13 Jul 2025 16:05:45 +0000
with message-id <e1uazcz-004brl...@fasolo.debian.org>
and subject line Bug#1108799: fixed in py3dns 4.0.2-4
has caused the Debian Bug report #1108799,
regarding py3dns: autopkgtest regression: '96.7.128.186' != '93.184.215.14'
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.)


-- 
1108799: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1108799
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: py3dns
Version: 4.0.2-3
Severity: serious
User: debian...@lists.debian.org
Usertags: regression
Tags: trixie-ignore

Dear maintainer(s),

Your package has an autopkgtest, great. However, it fails since January 2025. Can you please investigate the situation and fix it? I copied some of the output at the bottom of this report.

The release team has announced [1] that failing autopkgtest on amd64 and arm64 are considered RC in testing.

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

With my Release Team member hat on I have tagged this as trixie-ignore as it's so late in the freeze and it's not worth removing the package from trixie because of this at this moment. Having said that, if a fix is possible without fully removing the autopkgtest and without making the test superficial, it's still welcome, but it would need to happen soon.

Paul

[1] https://lists.debian.org/debian-devel-announce/2019/07/msg00002.html

https://ci.debian.net/data/autopkgtest/testing/amd64/p/py3dns/61933850/log.gz

 28s autopkgtest [03:14:17]: test py3: [-----------------------
 28s Testing with python3.13
 29s .....................................................FFFF..FF.......
 29s ======================================================================
 29s FAIL: testDnsRequestA (DNS.tests.test_base.TestBase.testDnsRequestA)
 29s ----------------------------------------------------------------------
 29s Traceback (most recent call last):
29s File "/tmp/autopkgtest-lxc.7kainu2m/downtmp/build.FD1/src/DNS/tests/test_base.py", line 39, in testDnsRequestA
 29s     self.assertEqual(a_response.answers[0]['data'],'93.184.215.14')
 29s     ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 29s AssertionError: '96.7.128.186' != '93.184.215.14'
 29s - 96.7.128.186
 29s + 93.184.215.14
 29s
 29s
 29s ======================================================================
29s FAIL: testDnsRequestAAAA (DNS.tests.test_base.TestBase.testDnsRequestAAAA)
 29s ----------------------------------------------------------------------
 29s Traceback (most recent call last):
29s File "/tmp/autopkgtest-lxc.7kainu2m/downtmp/build.FD1/src/DNS/tests/test_base.py", line 66, in testDnsRequestAAAA 29s self.assertEqual(aaaa_response.answers[0]['data'],'2606:2800:21f:cb07:6820:80da:af6b:8b2c') 29s ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 29s AssertionError: '2600:1406:bc00:17::6007:810d' != '2606:2800:21f:cb07:6820:80da:af6b:8b2c'
 29s - 2600:1406:bc00:17::6007:810d
 29s + 2606:2800:21f:cb07:6820:80da:af6b:8b2c
 29s
 29s
 29s ======================================================================
29s FAIL: testDnsRequestAAAAD (DNS.tests.test_base.TestBase.testDnsRequestAAAAD)
 29s ----------------------------------------------------------------------
 29s Traceback (most recent call last):
29s File "/tmp/autopkgtest-lxc.7kainu2m/downtmp/build.FD1/src/DNS/tests/test_base.py", line 185, in testDnsRequestAAAAD 29s self.assertEqual(aaaad_response.answers[0]['data'],b'&\x06(\x00\x02\x1f\xcb\x07h \x80\xda\xafk\x8b,') 29s ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 29s AssertionError: b'&\x00\x14\x06\xbc\x00\x00\x17\x00\x00\x00\x00`\x07\x81\r' != b'&\x06(\x00\x02\x1f\xcb\x07h \x80\xda\xafk\x8b,'
 29s
 29s ======================================================================
 29s FAIL: testDnsRequestAD (DNS.tests.test_base.TestBase.testDnsRequestAD)
 29s ----------------------------------------------------------------------
 29s Traceback (most recent call last):
29s File "/tmp/autopkgtest-lxc.7kainu2m/downtmp/build.FD1/src/DNS/tests/test_base.py", line 173, in testDnsRequestAD
 29s     self.assertEqual(ad_response.answers[0]['data'],'93.184.215.14')
 29s     ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 29s AssertionError: '96.7.128.186' != '93.184.215.14'
 29s - 96.7.128.186
 29s + 93.184.215.14
 29s
 29s
 29s ======================================================================
 29s FAIL: testDnsRequestMX (DNS.tests.test_base.TestBase.testDnsRequestMX)
 29s ----------------------------------------------------------------------
 29s Traceback (most recent call last):
29s File "/tmp/autopkgtest-lxc.7kainu2m/downtmp/build.FD1/src/DNS/tests/test_base.py", line 97, in testDnsRequestMX 29s self.assertEqual(mx_response.answers[0]['data'], (0, 'mail.ietf.org')) 29s ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 29s AssertionError: Tuples differ: (0, 'mail2.ietf.org') != (0, 'mail.ietf.org')
 29s
 29s First differing element 1:
 29s 'mail2.ietf.org'
 29s 'mail.ietf.org'
 29s
 29s - (0, 'mail2.ietf.org')
 29s ?          -
 29s
 29s + (0, 'mail.ietf.org')
 29s
 29s ======================================================================
29s FAIL: testDnsRequestMXD (DNS.tests.test_base.TestBase.testDnsRequestMXD)
 29s ----------------------------------------------------------------------
 29s Traceback (most recent call last):
29s File "/tmp/autopkgtest-lxc.7kainu2m/downtmp/build.FD1/src/DNS/tests/test_base.py", line 199, in testDnsRequestMXD 29s self.assertEqual(mx_response.answers[0]['data'], (0, 'mail.ietf.org')) 29s ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 29s AssertionError: Tuples differ: (0, 'mail2.ietf.org') != (0, 'mail.ietf.org')
 29s
 29s First differing element 1:
 29s 'mail2.ietf.org'
 29s 'mail.ietf.org'
 29s
 29s - (0, 'mail2.ietf.org')
 29s ?          -
 29s
 29s + (0, 'mail.ietf.org')
 29s
 29s ----------------------------------------------------------------------
 29s Ran 68 tests in 0.974s
 29s
 29s FAILED (failures=6)
 29s Test run failed.
 30s autopkgtest [03:14:19]: test py3: -----------------------]

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: py3dns
Source-Version: 4.0.2-4
Done: Colin Watson <cjwat...@debian.org>

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

Debian distribution maintenance software
pp.
Colin Watson <cjwat...@debian.org> (supplier of updated py3dns 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, 13 Jul 2025 17:35:22 +0200
Source: py3dns
Architecture: source
Version: 4.0.2-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Colin Watson <cjwat...@debian.org>
Closes: 1108799
Changes:
 py3dns (4.0.2-4) unstable; urgency=medium
 .
   * Team upload.
   * Fix autopkgtests for example.org and ietf.org DNS changes (closes:
     #1108799).
Checksums-Sha1:
 54e458f110b6304b4e84265dd17ba55fa8dedbe9 2400 py3dns_4.0.2-4.dsc
 598b2c18f1e006fda1bbc73b4551bff29d40e004 30624 py3dns_4.0.2-4.debian.tar.xz
Checksums-Sha256:
 a6920172e017fd0ac5fc757fd93dca64525e9856f109f954a825f1e7032c4066 2400 
py3dns_4.0.2-4.dsc
 fd4792d25073eedddfbe5e39e43959f264f5f3df90c4daaffb01ce5902e05f71 30624 
py3dns_4.0.2-4.debian.tar.xz
Files:
 d8a4e9896fbca0197dc2115b4ee9beab 2400 python optional py3dns_4.0.2-4.dsc
 50c1af8910661f30cdcb533d4fd87202 30624 python optional 
py3dns_4.0.2-4.debian.tar.xz

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

iQIzBAEBCgAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAmhz0roACgkQOTWH2X2G
UAtMGw//bSLRQdQbRZfrC0nC0TKwR7ieQbqM29A11XB8e0Qplfs8FROqunata+la
474t7RqAMqJgycaJ7KN3ajq7JuorojEVQkwBrnZl79N9+FTmAaPUnksSGtBfgID1
yJAYWXkYuBlOeD+C/2agl/0Mdmv/CeZWPFqJQzXvAC7C/QNjsyGsenul3gGWPZOq
98HLQBdnw6J8X559DcH3qRkVCT4lbuKutG2OBrDtAmsS2Hj04Zhp0AzjeTrbYwC4
sJ7qwiPz1rpdCpxony3Q329zrxuSU5M7qJ/TLYqsCLZX938xPibPYrfPLJUI+yL8
AZC9kJuz91gBcMlkf4TrfC7cCHx+cb+2DiIIV3naWPiSDklchACidJ0YQHc/N/kZ
h3V6UBYVghZbqv8nBmZZIyAOnKaSugNjtMsBF6glIoQGpA5mMvotanaEjXveL7Yg
/V6g5hCTfbFHcvhMrVpqTR6xzIXCBnt07PLzYKl1hhWFByoJd77os5AoB/MaNSZf
lxNmuorkPGOtJgAapxISSv2AIESpeIHtFN/ny4xdmaaA9Q81gmDE8tjF7lErObpu
H+5a/SwQnZh9Xc8ZD/2GO/3LVQzvdZYAK/GnooitOn8WnyzYnYD+xipRI45xzbM7
AVycmFvmSpnlQhfrKHf+2Tc6pvxqAeoB7fIzmFL9OVYYdPcVqtQ=
=KOSN
-----END PGP SIGNATURE-----

Attachment: pgpBCONAgPXgA.pgp
Description: PGP signature


--- End Message ---

Reply via email to