Your message dated Wed, 11 Sep 2024 17:19:11 +0000
with message-id <e1soqzn-007ysu...@fasolo.debian.org>
and subject line Bug#1069390: fixed in guile-gnutls 4.0.0-2
has caused the Debian Bug report #1069390,
regarding guile-gnutls: FTBFS: tests/list-pk-algorithms.scm fails
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.)


-- 
1069390: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1069390
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: guile-gnutls
Version: 4.0.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240420 ftbfs-trixie ftbfs-t64-arm64

Hi,

During a rebuild of all packages in sid, your package failed to build
on arm64.


Relevant part (hopefully):
> make[6]: Entering directory '/<<PKGBUILDDIR>>/b4deb/guile'
> PASS: tests/errors.scm
> PASS: tests/pkcs-import-export.scm
> PASS: tests/anonymous-auth.scm
> PASS: tests/session-record-port.scm
> PASS: tests/x509-certificates.scm
> PASS: tests/x509-auth.scm
> PASS: tests/premature-termination.scm
> PASS: tests/reauth.scm
> PASS: tests/priorities.scm
> PASS: tests/hmac.scm
> PASS: tests/hash.scm
> PASS: tests/aead.scm
> PASS: tests/cipher.scm
> PASS: tests/list-sign-algorithms.scm
> PASS: tests/x509-certificate-generation.scm
> PASS: tests/list-ecc-curves.scm
> PASS: tests/base64.scm
> FAIL: tests/list-pk-algorithms.scm
> PASS: tests/x509-to-abstract.scm
> PASS: tests/random.scm
> PASS: tests/asymmetric-crypto.scm
> ==============================================
>    Guile-GnuTLS 4.0.0: guile/test-suite.log
> ==============================================
> 
> # TOTAL: 22
> # PASS:  21
> # SKIP:  0
> # XFAIL: 0
> # FAIL:  1
> # XPASS: 0
> # ERROR: 0
> 
> .. contents:: :depth: 2
> 
> FAIL: tests/list-pk-algorithms.scm
> ==================================
> 
>           16 (primitive-load "/<<BUILDDIR>>/guile-gnutl…")
> In ice-9/eval.scm:
>     155:9 15 (_ #(#(#<directory (gnutls build tests) ffff94837dc0>) …))
> In ice-9/boot-9.scm:
>   1747:15 14 (with-exception-handler #<procedure ffff949429f0 at ic…> …)
>   1752:10 13 (with-exception-handler _ _ #:unwind? _ # _)
> In ice-9/eval.scm:
>     619:8 12 (_ #(#(#(#<directory (guile-user) ffff94923c80>)) (# …)))
>     259:9 11 (_ #(#(#(#<directory (guile-user) ffff94923c80>)) (# …)))
>     159:9 10 (_ #(#(#(#<directory (guile-user) ffff94923c80>)) (# …)))
> In ice-9/boot-9.scm:
>    222:29  9 (map1 (#<gnutls-pk-algorithm-enum RSA> #<gnutls-pk-a…> …))
>    222:29  8 (map1 (#<gnutls-pk-algorithm-enum RSA-PSS> #f #<gnut…> …))
>    222:17  7 (map1 (#f #<gnutls-pk-algorithm-enum RSA> #<gnutls-p…> …))
> In unknown file:
>            6 (pk-algorithm->string #f)
> In ice-9/boot-9.scm:
>   1685:16  5 (raise-exception _ #:continuable? _)
>   1780:13  4 (_ #<&compound-exception components: (#<&assertion-fail…>)
> In ice-9/eval.scm:
>     619:8  3 (_ #(#(#<directory (gnutls build tests) ffff94837dc0>) …))
> In ice-9/boot-9.scm:
>     142:2  2 (dynamic-wind #<procedure ffff948a31e0 at ice-9/eval.s…> …)
> In ice-9/eval.scm:
>     159:9  1 (_ #(#(#<directory (gnutls build tests) ffff94837dc0> …)))
> In unknown file:
>            0 (make-stack #t)
> 
> throw to `wrong-type-arg' with args ("pk-algorithm->string" "Wrong type 
> argument in position ~A: ~S" (1 #f) (#f)) [PID 2188242]
> FAIL tests/list-pk-algorithms.scm (exit status: 1)
> 
> ============================================================================
> Testsuite summary for Guile-GnuTLS 4.0.0
> ============================================================================
> # TOTAL: 22
> # PASS:  21
> # SKIP:  0
> # XFAIL: 0
> # FAIL:  1
> # XPASS: 0
> # ERROR: 0
> ============================================================================
> See guile/test-suite.log
> Please report to gnutls-h...@lists.gnutls.org
> ============================================================================
> make[6]: *** [Makefile:871: test-suite.log] Error 1
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/b4deb/guile'
> make[5]: *** [Makefile:979: check-TESTS] Error 2
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/b4deb/guile'
> make[4]: *** [Makefile:1223: check-am] Error 2
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/b4deb/guile'
> make[3]: *** [Makefile:763: check-recursive] Error 1
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/b4deb/guile'
> make[2]: *** [Makefile:470: check-recursive] Error 1
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/b4deb'
> make[1]: *** [Makefile:770: check] Error 2
> make[1]: Leaving directory '/<<PKGBUILDDIR>>/b4deb'
> dh_auto_test: error: cd b4deb && make -j4 check "TESTSUITEFLAGS=-j4 
> --verbose" VERBOSE=1 returned exit code 2


The full build log is available from:
http://qa-logs.debian.net/2024/04/20/guile-gnutls_4.0.0-1_unstable-arm64.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240420;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240420&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: guile-gnutls
Source-Version: 4.0.0-2
Done: Andreas Metzler <ametz...@debian.org>

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

Debian distribution maintenance software
pp.
Andreas Metzler <ametz...@debian.org> (supplier of updated guile-gnutls 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: Wed, 11 Sep 2024 18:46:08 +0200
Source: guile-gnutls
Architecture: source
Version: 4.0.0-2
Distribution: experimental
Urgency: low
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-ma...@lists.alioth.debian.org>
Changed-By: Andreas Metzler <ametz...@debian.org>
Closes: 1069390
Changes:
 guile-gnutls (4.0.0-2) experimental; urgency=low
 .
   * Re-run cme update dpkg-copyright, now that #1052168 is fixed.
   * Test suggested fix for FTBFS by Natanael Copa. Closes: #1069390
Checksums-Sha1: 
 6ad14e0ae4b9157f58ca1f6271e0cd9c7d2e2b1d 2289 guile-gnutls_4.0.0-2.dsc
 60fef3f86ef12c12a64100f3d34ef1556e1c78d4 6320 
guile-gnutls_4.0.0-2.debian.tar.xz
Checksums-Sha256: 
 9dbe82cde7975413318d44d4eb433721c8c83c08b7dc0a0c9895da7ff9e070a9 2289 
guile-gnutls_4.0.0-2.dsc
 480f52b5045ec0327d508f8e52d551007369a42a56034d3687decc74c123cdad 6320 
guile-gnutls_4.0.0-2.debian.tar.xz
Files: 
 5f33e4762901ea21bbb97442840d5d1c 2289 libs optional guile-gnutls_4.0.0-2.dsc
 ddcd44cefd1eb4e155c4c1474bc08421 6320 libs optional 
guile-gnutls_4.0.0-2.debian.tar.xz

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

iQIzBAEBCgAdFiEE0uCSA5741Jbt9PpepU8BhUOCFIQFAmbhylwACgkQpU8BhUOC
FIQy7Q/+MDJ2csiU9gW3W4oyCASlu7lwQDYflsoyOtQ456oX3DTuCO7YL2QEH6c8
9SYJ6u9x3I+2E89h58b4AnvVAJbPELCaMAzzuDufoIpMrN37KAqr4JNV03ROd0uu
Hh4Ry7QP2A0/35iJ/JNj0/KcZRSGG1FqlXclHqU16VblOjqEbJABTi8NVFTVuRtI
y9CxA8dx3luS6/1Iu287o9hvUTHvAO/K62RyaZH2yD1Bd9AiTOQAVOQpMrTcPifM
zTYjNpHe7Cm0fzFLYRyXKiLw8ynyoFEIQb1PDMFHPI3xx9U0SRJ1+ZJhhJmTsgY8
djpHp4YtB4OwK2Cwp1i9rKNI64vhzkrt00WNFvXOryQ6HpZUmBfsiBeVJG3/raGO
e+HA749f7aBZsr4FTWmEwgrXQVDV5k/otsE4VG6cBPUnKBnqz9g5+7mbur53f6eU
+99NkgaUJOlQYXB9car/q2YgunkhO2lVF6OGS/W90a/QOEaGlnFWEhtZNKC4AePC
S8pFmJemUiUenMs3oFtMQLBgq6uzKtOlg126XcjbF+vUnihTpnLtTXAxtk/jMuoG
6caGpWCHjXBAJ35cIgq/qswfnDD2yYJvQuFiwmAkpSPTkZmfKo8/CQUs3grLywyV
DuyCFmOEPF55euFCSy5pdhPtKRGBs/5i8YeuCj7lOKNXJjesypw=
=K2iL
-----END PGP SIGNATURE-----

Attachment: pgpYDd2Knmwqb.pgp
Description: PGP signature


--- End Message ---

Reply via email to