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: -----------------------]