Your message dated Sat, 06 Apr 2024 08:42:52 +0000
with message-id <e1rt1du-001sjh...@fasolo.debian.org>
and subject line Bug#1067796: fixed in mailscripts 29-1
has caused the Debian Bug report #1067796,
regarding mailscripts: FTBFS: email-print-mime-structure:51: error: Unused 
"type: ignore" comment
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.)


-- 
1067796: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1067796
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:mailscripts
Version: 28-1
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules build
dh build --with elpa --with bash-completion
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
   dh_auto_build
        make -j2
make[1]: Entering directory '/<<PKGBUILDDIR>>'
pod2man --section=1 --date="Debian Project" --center="User Commands" \
        --utf8 \
        --name=mdmv \
        mdmv.1.pod mdmv.1
pod2man --section=1 --date="Debian Project" --center="User Commands" \
        --utf8 \
        --name=mbox2maildir \
        mbox2maildir.1.pod mbox2maildir.1
pod2man --section=1 --date="Debian Project" --center="User Commands" \
        --utf8 \
        --name=notmuch-slurp-debbug \
        notmuch-slurp-debbug.1.pod notmuch-slurp-debbug.1
pod2man --section=1 --date="Debian Project" --center="User Commands" \
        --utf8 \
        --name=notmuch-extract-patch \
        notmuch-extract-patch.1.pod notmuch-extract-patch.1
pod2man --section=1 --date="Debian Project" --center="User Commands" \
        --utf8 \
        --name=maildir-import-patch \
        maildir-import-patch.1.pod maildir-import-patch.1
pod2man --section=1 --date="Debian Project" --center="User Commands" \
        --utf8 \
        --name=mbox-extract-patch \
        mbox-extract-patch.1.pod mbox-extract-patch.1
pod2man --section=1 --date="Debian Project" --center="User Commands" \
        --utf8 \
        --name=imap-dl \
        imap-dl.1.pod imap-dl.1
pod2man --section=1 --date="Debian Project" --center="User Commands" \
        --utf8 \
        --name=email-extract-openpgp-certs \
        email-extract-openpgp-certs.1.pod email-extract-openpgp-certs.1
pod2man --section=1 --date="Debian Project" --center="User Commands" \
        --utf8 \
        --name=email-print-mime-structure \
        email-print-mime-structure.1.pod email-print-mime-structure.1
pod2man --section=1 --date="Debian Project" --center="User Commands" \
        --utf8 \
        --name=notmuch-import-patch \
        notmuch-import-patch.1.pod notmuch-import-patch.1
pod2man --section=1 --date="Debian Project" --center="User Commands" \
        --utf8 \
        --name=gmi2email \
        gmi2email.1.pod gmi2email.1
mkdir -p completions/bash
register-python-argcomplete email-print-mime-structure 
>completions/bash/email-print-mime-structure.tmp
mv completions/bash/email-print-mime-structure.tmp 
completions/bash/email-print-mime-structure
mkdir -p completions/bash
register-python-argcomplete imap-dl >completions/bash/imap-dl.tmp
mv completions/bash/imap-dl.tmp completions/bash/imap-dl
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_test
        make -j2 check
make[1]: Entering directory '/<<PKGBUILDDIR>>'
./tests/email-print-mime-structure.sh
Testing alternative.eml
Testing attachment.eml
Testing encrypted.eml (PGPy)
/usr/lib/python3/dist-packages/pgpy/constants.py:192: 
CryptographyDeprecationWarning: IDEA has been deprecated and will be removed in 
a future release
  bs = {SymmetricKeyAlgorithm.IDEA: algorithms.IDEA,
/usr/lib/python3/dist-packages/pgpy/constants.py:194: 
CryptographyDeprecationWarning: CAST5 has been deprecated and will be removed 
in a future release
  SymmetricKeyAlgorithm.CAST5: algorithms.CAST5,
/usr/lib/python3/dist-packages/pgpy/constants.py:195: 
CryptographyDeprecationWarning: Blowfish has been deprecated and will be 
removed in a future release
  SymmetricKeyAlgorithm.Blowfish: algorithms.Blowfish,
Testing encrypted.eml (GnuPG PGP/MIME)
Testing simple.eml
Testing smime-encrypted.eml (OpenSSL)
Testing smime-encrypted.eml (GnuPG S/MIME)
gpgsm: issuer certificate (#/CN=Sample LAMPS Certificate Authority) not found
Testing smime-signed.eml
mypy --strict ./email-print-mime-structure
email-print-mime-structure:51: error: Unused "type: ignore" comment  
[unused-ignore]
email-print-mime-structure:53: error: Incompatible types in assignment (expression has 
type "None", variable has type Module)  [assignment]
email-print-mime-structure:77: error: Incompatible types in assignment (expression has type 
"Message | str | list[Message | str] | Any", variable has type "list[Message] | str 
| bytes | None")  [assignment]
email-print-mime-structure:109: error: Incompatible types in assignment (expression has type 
"Message | bytes | Any", variable has type "list[Message] | str | bytes | 
None")  [assignment]
email-print-mime-structure:121: error: Incompatible types in assignment (expression has type 
"Message | bytes | Any", variable has type "list[Message] | str | bytes | 
None")  [assignment]
email-print-mime-structure:181: error: Incompatible types in assignment (expression has type 
"Message | str | list[Message | str] | Any", variable has type "list[Message] | str 
| bytes | None")  [assignment]
Found 6 errors in 1 file (checked 1 source file)
make[1]: *** [Makefile:15: check] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test: error: make -j2 check returned exit code 2
make: *** [debian/rules:4: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

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

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

If you could not 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 affects, so that this is still visible in the BTS web
page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: mailscripts
Source-Version: 29-1
Done: Sean Whitton <spwhit...@spwhitton.name>

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

Debian distribution maintenance software
pp.
Sean Whitton <spwhit...@spwhitton.name> (supplier of updated mailscripts 
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: Sat, 06 Apr 2024 16:23:46 +0800
Source: mailscripts
Architecture: source
Version: 29-1
Distribution: unstable
Urgency: medium
Maintainer: Sean Whitton <spwhit...@spwhitton.name>
Changed-By: Sean Whitton <spwhit...@spwhitton.name>
Closes: 1067796
Changes:
 mailscripts (29-1) unstable; urgency=medium
 .
   * Clean up types for mypy 1.9.0 (Closes: #1067796).
     Thanks to Daniel Kahn Gillmor for the patch.
     - New build-dep on python3-gssapi.
     - Update copyright years for dkg.
Checksums-Sha1:
 49918fab28753d79910f40c28340603f4f09246d 2253 mailscripts_29-1.dsc
 cfb41152efdaa1b14e2dd1aef0291ce1ddcd6ef5 48136 mailscripts_29.orig.tar.xz
 64b41a188f3be44b27ae8ddbe6a13c5c529f8671 7124 mailscripts_29-1.debian.tar.xz
Checksums-Sha256:
 0f1a64bdb878f5a404ad1e7fdcaafd96aa3e68c84b9e94865f8e0bc25698d82f 2253 
mailscripts_29-1.dsc
 7ba4d98ab4571e0d8207718859c29fdfc0320fdbc560cfffde13a11f95c6ba3a 48136 
mailscripts_29.orig.tar.xz
 e7a367d15d5ddf6fa980b0eb491d67c8b0a129ebaf5853058d1b96492369250a 7124 
mailscripts_29-1.debian.tar.xz
Files:
 a32d5a391d2ac2762c13c7464f2c1b0b 2253 mail optional mailscripts_29-1.dsc
 e81b7312b02a02bd3f36122c5860bbf1 48136 mail optional mailscripts_29.orig.tar.xz
 9daf735f57c9fea38c33c893f20e0182 7124 mail optional 
mailscripts_29-1.debian.tar.xz

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

iQIzBAEBCgAdFiEEm5FwB64DDjbk/CSLaVt65L8GYkAFAmYRB2cACgkQaVt65L8G
YkCKXhAAlVYbdIKLwjyRc5yNMEjNHXHvVLR7iy8tce9PvV1PyZfo2OsTBEjUfJNz
EMolDI4ozQ9V2TdlBWcZ4iDVLJKsFANKyjbNES64CP2I4IlTYAUUtZNXbJPBvG2p
pFd7Q4+bcn6MZd+hKcw6TwOLdPs7mVmUyW3llC/ESYB2aMKo1rmVq0pZtqC80n/J
R1R393w7twnVEvliNod7GIRmO1R1kP6yCqKrwWR9MEIkYSZMi/FsDDlIKqAM4+SZ
BNW8poQoph6nsjBC3zlrTSsSJzvJCGh2nOb7bofKG/AXlaXmqtgEhV4wct7V+56K
7/t5dToJxRlfo5VPNcn/TCvQnvFPSMr3xa9fBnmfha5YcXiDml3/m7sW9EF0xTXf
s7DBQu6eOlsdXDz1BulErar9Jzmh1TpIQ6/BYiybLSWxoi36wu4LDKJRmQFkTekF
sNxWlz+BSG2WRf2oA+E9FTtMxI81dtNik6Qy110kTW/XHWuKRWF3mR9+hhgkm1cz
1qscch2vCZjHV5YHimBDGePaakUgbNKDev83L0ljymp0lA4ZYYk0us2lZEVN0f9P
XqXXFQwl1tSYDawwoH0htprCyucZIG0LRr7/olGXqsqJfCbVctktj4z8WL3iROnE
MRNU8pfDthW7e84s/hNrbGcCfKtRGUvQdroF595Wt7+mr9vXB+Y=
=JCiS
-----END PGP SIGNATURE-----

Attachment: pgp6tXZCBfZK8.pgp
Description: PGP signature


--- End Message ---

Reply via email to