Your message dated Thu, 26 May 2022 08:26:59 +0000
with message-id <e1nu8pf-00098j...@fasolo.debian.org>
and subject line Bug#1011725: fixed in libio-async-ssl-perl 0.23-1
has caused the Debian Bug report #1011725,
regarding libio-async-ssl-perl: FTBFS: # 'Failed to load
certificate from file HASH(0x55dc9a9d9190): [format:PEM] error:80000002:system
library::No such file or directory error:10080002:BIO routines::system lib
error:0A080002:SSL routines::system lib ** [format:DER] error:80000002:system
library::No such file or directory error:10080002:BIO routines::system lib
error:0A080002:SSL routines::system lib ** at
/<<PKGBUILDDIR>>/blib/lib/IO/Async/SSL.pm line 240.'
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.)
--
1011725: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1011725
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libio-async-ssl-perl
Version: 0.22-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220525 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> debian/rules binary
> dh binary
> dh_update_autotools_config
> dh_autoreconf
> dh_auto_configure
> /usr/bin/perl Build.PL --installdirs vendor --config "optimize=-g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2" --config
> "ld=x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro"
> Created MYMETA.yml and MYMETA.json
> Creating new 'Build' script for 'IO-Async-SSL' version '0.22'
> dh_auto_build
> /usr/bin/perl Build
> Building IO-Async-SSL
> dh_auto_test
> /usr/bin/perl Build test --verbose 1
> t/00use.t ...............
> ok 1 - use IO::Async::SSL;
> ok 2 - use IO::Async::SSLStream;
> 1..2
> ok
>
> # Failed test 'SSL_upgrade yields correct error on failure'
> # at t/01upgrade.t line 168.
> # 'Failed to load certificate from file
> HASH(0x55dc9a9d9190): [format:PEM] error:80000002:system library::No such
> file or directory error:10080002:BIO routines::system lib error:0A080002:SSL
> routines::system lib ** [format:DER] error:80000002:system library::No such
> file or directory error:10080002:BIO routines::system lib error:0A080002:SSL
> routines::system lib ** at /<<PKGBUILDDIR>>/blib/lib/IO/Async/SSL.pm line
> 240.'
> # doesn't match '(?^::SSL routines:SSL_CTX_use_certificate_file:)'
> # Looks like you failed 1 test of 17.
> t/01upgrade.t ...........
> ok 1 - server SSL_upgrade yields $server_stream
> ok 2 - client SSL_upgrade yields $client_stream
> ok 3 - $server_stream has SSL reader
> ok 4 - $server_stream has SSL writer
> ok 5 - $client_stream has SSL reader
> ok 6 - $client_stream has SSL writer
> ok 7 - Line received by client
> ok 8 - Line received by server
> ok 9 - defined ->SSL_upgrade Future for server
> ok 10 - defined ->SSL_upgrade Future for client
> ok 11 - server SSL_upgrade yields $server_sock
> ok 12 - client SSL_upgrade yields $client_sock
> ok 13 - $f indicates client upgrade failure
> ok 14 - on_error invoked for client upgrade failure
> not ok 15 - SSL_upgrade yields correct error on failure
> ok 16 - $f indicates server upgrade failure
> ok 17 - on_error invoked for server upgrade failure
> 1..17
> Dubious, test returned 1 (wstat 256, 0x100)
> Failed 1/17 subtests
> t/02protocol-upgrade.t ..
> ok 1 - Sockets upgraded
> ok 2 - $server_proto->transport has SSL reader
> ok 3 - $server_proto->transport has SSL writer
> ok 4 - $client_proto->transport has SSL reader
> ok 5 - $client_proto->transport has SSL writer
> ok 6 - Line received by client
> ok 7 - Line received by server
> 1..7
> ok
> t/03cross.t .............
> ok 1 - $a_stream has SSL reader
> ok 2 - $a_stream has SSL writer
> ok 3 - $c_stream has SSL reader
> ok 4 - $c_stream has SSL writer
> ok 5 - Sockets crossconnected
> ok 6 - Line received by openssl
> ok 7 - Line received by local socket
> ok 8 - Bulk data received by openssl
> ok 9 - Bulk data received by local socket
> ok 10 - Data received by openssl without stall
> ok 11 - Data received by local socket without stall
> ok 12 - Sockets crossconnected using ->connect extensions
> ok 13 - Client socket indicates error
> ok 14 - Server socket indicates error
> 1..14
> ok
> Unable to set SSL_VERIFY_PEER because IO::Socket::SSL::default_ca() gives
> nothing at /usr/share/perl5/Future.pm line 451.
> t/04readwrite.t .........
> ok 1 - Got sysread
> ok 2 - read-wants-read reads data
> ok 3 - Got sysread
> ok 4 - $stream->want_writeready
> ok 5 - Got sysread
> ok 6 - read-wants-write reads data after writeready
> ok 7 - Got syswrite
> ok 8 - Data for syswrite
> ok 9 - write-wants-write flushes data
> ok 10 - Got syswrite
> ok 11 - Data for syswrite
> ok 12 - $stream->want_readready
> ok 13 - Got sysread
> ok 14 - Got syswrite
> ok 15 - Data for syswrite
> ok 16 - write-wants-read flushes data after readready
> 1..16
> ok
> t/05utf8.t ..............
> ok 1 - UTF-8 string unmolested
> ok 2 - UTF-8 string unmolested even with SvUTF8
> 1..2
> ok
> t/10connect-openssl.t ... skipped: no openssl
> t/10connect-socat.t ..... skipped: no socat
> t/11listen-openssl.t .... skipped: no openssl
> t/11listen-socat.t ...... skipped: no socat
> t/20stream.t ............
> ok 1 - Line received by openssl
> ok 2 - Line received by local socket
> 1..2
> ok
> t/99pod.t ...............
> 1..2
> ok 1 - POD test for blib/lib/IO/Async/SSLStream.pm
> ok 2 - POD test for blib/lib/IO/Async/SSL.pm
> ok
>
> Test Summary Report
> -------------------
> t/01upgrade.t (Wstat: 256 Tests: 17 Failed: 1)
> Failed test: 15
> Non-zero exit status: 1
> Files=12, Tests=62, 1 wallclock secs ( 0.03 usr 0.02 sys + 1.31 cusr 0.21
> csys = 1.57 CPU)
> Result: FAIL
> Failed 1/12 test programs. 1/62 subtests failed.
> dh_auto_test: error: /usr/bin/perl Build test --verbose 1 returned exit code
> 255
The full build log is available from:
http://qa-logs.debian.net/2022/05/25/libio-async-ssl-perl_0.22-3_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220525;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220525&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 marking 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: libio-async-ssl-perl
Source-Version: 0.23-1
Done: Damyan Ivanov <d...@debian.org>
We believe that the bug you reported is fixed in the latest version of
libio-async-ssl-perl, 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 1011...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Damyan Ivanov <d...@debian.org> (supplier of updated libio-async-ssl-perl
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: SHA256
Format: 1.8
Date: Thu, 26 May 2022 08:06:52 +0000
Source: libio-async-ssl-perl
Architecture: source
Version: 0.23-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
Changed-By: Damyan Ivanov <d...@debian.org>
Closes: 1011725
Changes:
libio-async-ssl-perl (0.23-1) unstable; urgency=medium
.
* Team upload
.
[ Debian Janitor ]
* Remove constraints unnecessary since stretch:
+ Build-Depends-Indep: Drop versioned constraint on libfuture-perl,
libio-async-perl, libio-socket-ssl-perl.
+ libio-async-ssl-perl: Drop versioned constraint on libfuture-perl,
libio-async-perl, libio-socket-ssl-perl in Depends.
* Bump debhelper from old 12 to 13.
* Update standards version to 4.5.1, no changes needed.
.
[ Damyan Ivanov ]
* add a patch to adapt error message matching to openssl 3
(Closes: #1011725)
* change Standards-Version from 4.5.1 to 4.6.1 (no changes needed)
* New upstream version 0.23
* update years of upstream copyright
* update copyright of debian/*
* patch a spelling mistake in documentation
Checksums-Sha1:
8fd7aadc9d67047b191abb8e0724962836a089c1 2302 libio-async-ssl-perl_0.23-1.dsc
1daa03cd9bf48f2053e63324299d87314207ae34 29698
libio-async-ssl-perl_0.23.orig.tar.gz
91b431d1e5a0fee63806146d4386a79674445453 3168
libio-async-ssl-perl_0.23-1.debian.tar.xz
Checksums-Sha256:
107e41c6d14558257cc0714fdccaea1df13fd8491d757dc029631cca5e284467 2302
libio-async-ssl-perl_0.23-1.dsc
d2fcae16e27e17aca3903a4ad5a2bf2fbc268d0651ce7f0045a6d0546f584f2e 29698
libio-async-ssl-perl_0.23.orig.tar.gz
9ce7dcf3c53b88198bee9589e97bde6039e18359dfa5f956990b647d089e72ef 3168
libio-async-ssl-perl_0.23-1.debian.tar.xz
Files:
11a80da4ee4289617d32e7f192b9b5cb 2302 perl optional
libio-async-ssl-perl_0.23-1.dsc
6b3fd4f20a606c48c2e0b69ac71a4e14 29698 perl optional
libio-async-ssl-perl_0.23.orig.tar.gz
1972aef14a9502e26bdc26eb195bfe13 3168 perl optional
libio-async-ssl-perl_0.23-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEErqDETssFbpNjDZ0z276dTZnSoAQFAmKPNtEACgkQ276dTZnS
oAS2Mg//d/U+dEPklskrp5yZr3THVAjEFSutNfvsgDBgHag3DLGabQMlz7jIm2u8
iEjuMpMOukL5uU1VK0p9u+8bsBpuHUORpQp3ElNvkTw+oESbh/gR62dNsXE7+U3J
NdUDMefUGSIlA3cfjBWKy6pmrKsfm5msrYyLoN6VHapzi/VUETudCK6P/FkXCWfO
LvgXJ1tiFn3HS1t57TuE5fQbnsF6M2lrDLGmO2YOm2iiJDd6Bm2FDdLoVwilfv72
KWskAkaT+X7s05Xef2b8j24fpjCvgAL0LhjohfcLu5yKvFs9GneXD5XjlJjikyxx
0rKXd5VBFZbeb96ce8YvkU21Ai1uO3bsHX/wD1tWFuaEwvitXHdGkyZEuQOdToUe
P7EWkwnTgTdyAPVLozxNjSvD1m4O70ajw8sl/APfA0hCj6YkbLqgCPg2LUs/6SA0
bdBhEEMd/3j/cw+hv4UpPq1YWkHKPPpOazaIqXjUPlSR1epFSAo/HD1UwM9b54nL
kclOBnwdutuHA4pARzfNTB+/OI/if9aOelSfKzZvnLLtQhjJpUqQfm2Lyn+eiNx2
NoKiYENxP/cA2tOBtXqWzGk++ueVDVgOX880zGDT9sGyF8qIFiH7gwTraVpw8DTW
Y35rlmm3qSCc1d+22QsJWYeBOFW//QyfigjLl7E2Fm3rqN2T6I4=
=XNnU
-----END PGP SIGNATURE-----
--- End Message ---