Your message dated Sun, 09 Nov 2025 18:49:22 +0000
with message-id <[email protected]>
and subject line Bug#1120242: fixed in mypy 1.18.2-2
has caused the Debian Bug report #1120242,
regarding mypy: FTBFS: FAILED 
mypy/test/testcmdline.py::PythonCmdlineSuite::reports.test::testClassDefIsNotTreatedAsEmpty
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 [email protected]
immediately.)


-- 
1120242: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1120242
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:mypy
Version: 1.18.2-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202511/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:mypy, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean  --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
        pybuild --clean -i python{version} -p 3.13
        rm -rf .pybuild/
        find . -name \*.pyc -exec rm {} \;
   debian/rules execute_after_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
/usr/bin/make -C docs clean
make[2]: Entering directory '/<<PKGBUILDDIR>>/docs'
rm -rf build/*
make[2]: Leaving directory '/<<PKGBUILDDIR>>/docs'
/usr/bin/make -C mypyc/doc clean
make[2]: Entering directory '/<<PKGBUILDDIR>>/mypyc/doc'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/mypyc/doc'

[... snipped ...]

s.........................................s.s.s.......s.sss.s........s.. [ 63%]
..s...............s....s....s.................................sss....ss. [ 64%]
........s.....s....s.ss..........................ssssss.ssssssssss...... [ 65%]
.....ss....................s..s...s.s.s.....ss..s............ssss....... [ 65%]
.....ss......s...ssss.s..sss.....ss.ss.s.s.ss.ss.ss.s...........s.s....s [ 66%]
....s..s.ss............................................s................ [ 66%]
..........................s............................................. [ 67%]
........................................................................ [ 67%]
........................................................................ [ 68%]
........................................................................ [ 68%]
.........sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 69%]
sssssssssss............................................................. [ 69%]
.....................................x.................................. [ 70%]
........................................................................ [ 71%]
........................................................................ [ 71%]
........................................................................ [ 72%]
........................................................................ [ 72%]
........................................................................ [ 73%]
........................................................................ [ 73%]
........................................................................ [ 74%]
........................................................................ [ 74%]
........................................................................ [ 75%]
...............................s......x................................. [ 75%]
........................................................................ [ 76%]
.................................x...................................... [ 77%]
........................................................................ [ 77%]
..............................................................F......... [ 78%]
.................F..F.F................................................. [ 78%]
........................................................................ [ 79%]
........................................................................ [ 79%]
........................................................................ [ 80%]
........................................................................ [ 80%]
........................................................................ [ 81%]
.........................................s................F............. [ 81%]
........................................................................ [ 82%]
.........s.......s...................................................... [ 83%]
...................F.................................................... [ 83%]
.s...................................................................... [ 84%]
........................................................................ [ 84%]
........................................................................ [ 85%]
........................................................................ [ 85%]
........................................................................ [ 86%]
........................................................................ [ 86%]
........................................................................ [ 87%]
........................................................................ [ 87%]
........................................................................ [ 88%]
........................................................................ [ 89%]
........................................................................ [ 89%]
........................................................................ [ 90%]
........................................................................ [ 90%]
........................................................................ [ 91%]
........................................................................ [ 91%]
........................................................................ [ 92%]
.................................................................s...... [ 92%]
............................s.s...........s......s............s........s [ 93%]
......s.sssssssssssssss.ss.ssssssssssssssssssssssssssssssss..s.......... [ 93%]
.........................s...ssss.s.ss.....ss....s......ssss..sss..sssss [ 94%]
ss...s.....................sssss...s.....s........s.s.................s. [ 95%]
.s..ss.s.s...ss...ssssss.sss.sssss..s........................s..sss..s.s [ 95%]
.................................................sss.........sss..ssssss [ 96%]
sss.........s........................................................... [ 96%]
........................................................................ [ 97%]
........................................................................ [ 97%]
................................................x....................... [ 98%]
........................................................................ [ 98%]
....xx.................................................................. [ 99%]
........................................................................ [100%]
=================================== FAILURES ===================================
_______________________ testClassDefIsNotTreatedAsEmpty ________________________
[gw0] linux -- Python 3.13.9 /usr/bin/python3.13
data: /<<PKGBUILDDIR>>/test-data/unit/reports.test:110:
Failed: Output file tmp/report/html/n.py.html did not match its expected output
----------------------------- Captured stderr call -----------------------------
Expected:
  <html>
  <head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 
(diff)
  <link rel="stylesheet" type="text/css" href="../mypy-html.css">
  </head>
  <body>
  ...
  </table>
  </body>
  </html>
Actual:
  <html>
  <head>
  <meta charset="UTF-8"> (diff)
  <link rel="stylesheet" type="text/css" href="../mypy-html.css">
  </head>
  <body>
  ...
  </table>
  </body>
  </html>

Alignment of first line difference:
  E: <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  A: <meta charset="UTF-8">
           ^
Update the test output using --update-data (implies -n0; you can additionally 
use the -k selector to update only specific tests)
________________________ testTypeVarTreatedAsEmptyLine _________________________
[gw0] linux -- Python 3.13.9 /usr/bin/python3.13
data: /<<PKGBUILDDIR>>/test-data/unit/reports.test:162:
Failed: Output file tmp/report/html/n.py.html did not match its expected output
----------------------------- Captured stderr call -----------------------------
Expected:
  <html>
  <head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 
(diff)
  <link rel="stylesheet" type="text/css" href="../mypy-html.css">
  </head>
  <body>
  ...
  </table>
  </body>
  </html>
Actual:
  <html>
  <head>
  <meta charset="UTF-8"> (diff)
  <link rel="stylesheet" type="text/css" href="../mypy-html.css">
  </head>
  <body>
  ...
  </table>
  </body>
  </html>

Alignment of first line difference:
  E: <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  A: <meta charset="UTF-8">
           ^
Update the test output using --update-data (implies -n0; you can additionally 
use the -k selector to update only specific tests)
________________________ testUnreachableCodeMarkedAsAny ________________________
[gw0] linux -- Python 3.13.9 /usr/bin/python3.13
data: /<<PKGBUILDDIR>>/test-data/unit/reports.test:196:
Failed: Output file tmp/report/html/n.py.html did not match its expected output
----------------------------- Captured stderr call -----------------------------
Expected:
  <html>
  <head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 
(diff)
  <link rel="stylesheet" type="text/css" href="../mypy-html.css">
  </head>
  <body>
  ...
  </table>
  </body>
  </html>
Actual:
  <html>
  <head>
  <meta charset="UTF-8"> (diff)
  <link rel="stylesheet" type="text/css" href="../mypy-html.css">
  </head>
  <body>
  ...
  </table>
  </body>
  </html>

Alignment of first line difference:
  E: <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  A: <meta charset="UTF-8">
           ^
Update the test output using --update-data (implies -n0; you can additionally 
use the -k selector to update only specific tests)
_____________________ testHtmlReportMemberExprNoUnanalyzed _____________________
[gw0] linux -- Python 3.13.9 /usr/bin/python3.13
data: /<<PKGBUILDDIR>>/test-data/unit/reports.test:245:
Failed: Output file tmp/report/html/n.py.html did not match its expected output
----------------------------- Captured stderr call -----------------------------
Expected:
  <html>
  <head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 
(diff)
  <link rel="stylesheet" type="text/css" href="../mypy-html.css">
  </head>
  <body>
  ...
  </table>
  </body>
  </html>
Actual:
  <html>
  <head>
  <meta charset="UTF-8"> (diff)
  <link rel="stylesheet" type="text/css" href="../mypy-html.css">
  </head>
  <body>
  ...
  </table>
  </body>
  </html>

Alignment of first line difference:
  E: <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  A: <meta charset="UTF-8">
           ^
Update the test output using --update-data (implies -n0; you can additionally 
use the -k selector to update only specific tests)
___________________________ testSpecialAnyHtmlReport ___________________________
[gw0] linux -- Python 3.13.9 /usr/bin/python3.13
data: /<<PKGBUILDDIR>>/test-data/unit/reports.test:477:
Failed: Output file tmp/report/html/n.py.html did not match its expected output
----------------------------- Captured stderr call -----------------------------
Expected:
  <html>
  <head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 
(diff)
  <link rel="stylesheet" type="text/css" href="../mypy-html.css">
  </head>
  <body>
  ...
  </table>
  </body>
  </html>
Actual:
  <html>
  <head>
  <meta charset="UTF-8"> (diff)
  <link rel="stylesheet" type="text/css" href="../mypy-html.css">
  </head>
  <body>
  ...
  </table>
  </body>
  </html>

Alignment of first line difference:
  E: <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  A: <meta charset="UTF-8">
           ^
Update the test output using --update-data (implies -n0; you can additionally 
use the -k selector to update only specific tests)
______________ testHtmlReportOnNamespacePackagesWithExplicitBases ______________
[gw0] linux -- Python 3.13.9 /usr/bin/python3.13
data: /<<PKGBUILDDIR>>/test-data/unit/reports.test:513:
Failed: Output file tmp/report/html/folder/subfolder/something.py.html did not 
match its expected output
----------------------------- Captured stderr call -----------------------------
Expected:
  <html>
  <head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 
(diff)
  <link rel="stylesheet" type="text/css" href="../../../mypy-html.css">
  </head>
  <body>
  ...
  </table>
  </body>
  </html>
Actual:
  <html>
  <head>
  <meta charset="UTF-8"> (diff)
  <link rel="stylesheet" type="text/css" href="../../../mypy-html.css">
  </head>
  <body>
  ...
  </table>
  </body>
  </html>

Alignment of first line difference:
  E: <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  A: <meta charset="UTF-8">
           ^
Update the test output using --update-data (implies -n0; you can additionally 
use the -k selector to update only specific tests)
=========================== short test summary info ============================
FAILED 
mypy/test/testcmdline.py::PythonCmdlineSuite::reports.test::testClassDefIsNotTreatedAsEmpty
FAILED 
mypy/test/testcmdline.py::PythonCmdlineSuite::reports.test::testTypeVarTreatedAsEmptyLine
FAILED 
mypy/test/testcmdline.py::PythonCmdlineSuite::reports.test::testUnreachableCodeMarkedAsAny
FAILED 
mypy/test/testcmdline.py::PythonCmdlineSuite::reports.test::testHtmlReportMemberExprNoUnanalyzed
FAILED 
mypy/test/testcmdline.py::PythonCmdlineSuite::reports.test::testSpecialAnyHtmlReport
FAILED 
mypy/test/testcmdline.py::PythonCmdlineSuite::reports.test::testHtmlReportOnNamespacePackagesWithExplicitBases
===== 6 failed, 12794 passed, 363 skipped, 13 xfailed in 665.35s (0:11:05) =====
make[1]: *** [debian/rules:86: override_dh_auto_test-arch] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:28: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: mypy
Source-Version: 1.18.2-2
Done: Colin Watson <[email protected]>

We believe that the bug you reported is fixed in the latest version of
mypy, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Colin Watson <[email protected]> (supplier of updated mypy 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 09 Nov 2025 18:32:44 +0000
Source: mypy
Architecture: source
Version: 1.18.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1120242
Changes:
 mypy (1.18.2-2) unstable; urgency=medium
 .
   * Team upload.
   * Normalize HTML content-type meta (closes: #1120242).
Checksums-Sha1:
 9f52dcfe14d20233ceeab2e3708450089f9a4786 3348 mypy_1.18.2-2.dsc
 f8e0b01e2a4fe2a8a0a2b2c44d38d5b62b2756a1 19544 mypy_1.18.2-2.debian.tar.xz
 7d7ca27c787f342cf5e6828b9c66fdc8d002ddfd 4945268 mypy_1.18.2-2.git.tar.xz
 32e5fe71038379ca94524ac72a4c39a5d9bde194 18210 mypy_1.18.2-2_source.buildinfo
Checksums-Sha256:
 1c9b53be2bc8f067fd4eeb54bc26d028e26243cfeaf69ac75e9c144e7ecff2fd 3348 
mypy_1.18.2-2.dsc
 b23e9dd1edd9c73c0b73d3cc178388f7035cc49af15cefedcfedb922215071f9 19544 
mypy_1.18.2-2.debian.tar.xz
 ad0e84553933774cf69260b303b17409b6373edd0690402da289b3b50da53b69 4945268 
mypy_1.18.2-2.git.tar.xz
 515c7ade4d6341036b839557e6c69f0973fa6ec931e680037da5707e48636060 18210 
mypy_1.18.2-2_source.buildinfo
Files:
 f00141f559a74fc409aa6a07b86077e3 3348 utils optional mypy_1.18.2-2.dsc
 81ab82c73928166dffbd75490dfa6b16 19544 utils optional 
mypy_1.18.2-2.debian.tar.xz
 3f58938b53334a7ba74a2825d784287e 4945268 utils optional 
mypy_1.18.2-2.git.tar.xz
 8b7042a87af9fb3bf0879bdf7b152943 18210 utils optional 
mypy_1.18.2-2_source.buildinfo
Git-Tag-Info: tag=f80023d7b8f6a6a21aaec27ee0c0032503f1ed7a 
fp=ac0a4ff12611b6fccf01c111393587d97d86500b
Git-Tag-Tagger: Colin Watson <[email protected]>

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

iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmkQ3rMACgkQYG0ITkaD
wHl7Og/8DEjxHPYYUwU02KP2t1Qj9rg0fy1PoBMpBjfYv6AfB5+CvfnFPxE8qHDU
0dLkXnf5hngo8UM7MRPoJt5H/DTBLek93fkdDmmqd6AxE12NqpB5aRCwqV/J6+kM
AElf2DdM25CTDLffVjBcs4cwC5arNHjyw2XMIIXNfz/3wyocYxE+QtyZWdw5C43u
V52/2o0Bv091++e0Rijzhf6js0tNEMd+IyvuIVFYbTn65DJpD3uw9K0uUdG6TBuM
V44SSdJceTT23yo8R370rVtRRNxUzU0VDUi0Go+ntVqLGqt+2EkvwEF85IMYC3U+
ZuS9K8aoct6rY+eu5/IaienXXtsVZIhfo+mZbzIqDmtp3Nj1Ihred6O4xo1lJAHR
qWh9xRoz/jDABf/VH7kwYhOJOJ39KE/rgT4zGsd5k9jNohhxP4VCp3lyGVS4zrOj
nA0cpjiIZRxraE6e9CLnd6CF4WFi0Me/5z4lUWwa27y565mILD/GSVeVqiv2E0uY
GAeDcclX3gen78yjkUnI9vG3MMSl6cvcHn7FSBOAHt0CudEY/NfX7FQjlCiAevrp
K5R5DyRKHDLUhAtxlMIe7TCtGDJJcjNqFaiNkjaKCTgdTTiM1BggmP4JEh3K236B
6vJ0f/VWRPEiFpj1pyCO19bWNoTjK9IdVp0woHKwuOsblrYzzUA=
=vwQW
-----END PGP SIGNATURE-----

Attachment: pgpgrzuCk4p4u.pgp
Description: PGP signature


--- End Message ---

Reply via email to