Your message dated Fri, 27 May 2022 16:35:59 +0000
with message-id <e1nucwr-0001zi...@fasolo.debian.org>
and subject line Bug#1011820: fixed in libpoe-component-sslify-perl 1.012-2
has caused the Debian Bug report #1011820,
regarding libpoe-component-sslify-perl: FTBFS: tests fail
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.)
--
1011820: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1011820
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libpoe-component-sslify-perl
Version: 1.012-1.1
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 build
> dh build
> dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
> dh_update_autotools_config
> dh_auto_configure
> dh_auto_configure: warning: Compatibility levels before 10 are deprecated
> (level 9 in use)
> /usr/bin/perl -I. 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"
> Creating new 'Build' script for 'POE-Component-SSLify' version '1.012'
> dh_auto_build
> dh_auto_build: warning: Compatibility levels before 10 are deprecated (level
> 9 in use)
> /usr/bin/perl Build
> cp lib/POE/Component/SSLify/ClientHandle.pm
> blib/lib/POE/Component/SSLify/ClientHandle.pm
> cp lib/POE/Component/SSLify/ServerHandle.pm
> blib/lib/POE/Component/SSLify/ServerHandle.pm
> cp lib/POE/Component/SSLify.pm blib/lib/POE/Component/SSLify.pm
> dh_auto_test
> dh_auto_test: warning: Compatibility levels before 10 are deprecated (level 9
> in use)
> /usr/bin/perl Build test --verbose 1
> t/00-compile.t ................
> 1..3
> ok 1 - POE/Component/SSLify.pm loaded ok
> ok 2 - POE/Component/SSLify/ClientHandle.pm loaded ok
> ok 3 - POE/Component/SSLify/ServerHandle.pm loaded ok
> ok
> #
> # Versions for all modules listed in MYMETA.json (including optional ones):
> #
> # === Configure Requires ===
> #
> # Module Want Have
> # ------------------- ----- -----
> # ExtUtils::MakeMaker any 7.62
> # Module::Build::Tiny 0.039 0.039
> #
> # === Test Requires ===
> #
> # Module Want Have
> # --------------------------- -------- --------
> # ExtUtils::MakeMaker any 7.62
> # File::Spec any 3.80
> # File::Temp any 0.2311
> # IO::Handle 1.28 1.46
> # IPC::Open3 any 1.21
> # POE 1.267 1.370
> # POE::Component::Client::TCP any 1.370
> # POE::Component::Server::TCP any 1.370
> # POE::Filter::Stream any 1.370
> # Socket any 2.031
> # Test::FailWarnings any 0.008
> # Test::More 1.001002 1.302183
> #
> # === Test Recommends ===
> #
> # Module Want Have
> # ---------- -------- --------
> # CPAN::Meta 2.120900 2.150010
> #
> # === Runtime Requires ===
> #
> # Module Want Have
> # ------------ ----- -----
> # Exporter any 5.76
> # IO::Handle 1.28 1.46
> # Net::SSLeay 1.36 1.92
> # POE 1.267 1.370
> # Scalar::Util any 1.55
> # Symbol any 1.09
> # Task::Weaken 1.03 1.06
> # parent any 0.238
> # strict any 1.12
> # warnings any 1.51
> #
> t/00-report-prereqs.t .........
> 1..1
> ok 1
> ok
> #
> # Net::SSLeay::ver_number is 0x30000030
> # OpenSSL 3.0.3 3 May 2022
> # built on: Fri May 20 20:01:29 2022 UTC
> # platform: debian-amd64
> # OPENSSLDIR: "/usr/lib/ssl"
> # pogomips: 57029477
> t/00-ssleay-info.t ............
> ok 1 - fake test for info
> 1..1
> ok
> t/99_mire_test.t .............. skipped: AUTHOR TEST
> t/apocalypse.t ................ skipped: Test::Apocalypse required for
> validating the distribution
> t/connect_hook.t ..............
> ok 1 - SERVER: SSLify_Options
> ok 2 - SERVER: Server_SSLify
> ok 3 - SERVER: SSLify_GetStatus is pending
> ok 4 - SERVER: accepted
> ok 5 - CLIENT: Client_SSLify
> ok 6 - CLIENT: SSLify_GetStatus is pending
> ok 7 - CLIENT: connected
> ok 8 - CLIENT: Got callback hook status
> ok 9 - CLIENT: Status received from callback is OK
> ok 10 - CLIENT: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 11 - CLIENT: SSLify_GetStatus is done
> ok 12 - SERVER: Got callback hook
> ok 13 - SERVER: Status received from callback is OK
> ok 14 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 15 - SERVER: SSLify_GetStatus is done
> ok 16 - SERVER: recv: ping
> ok 17 - CLIENT: recv: pong
> ok 18 - SERVER: client disconnected
> 1..18
> ok
>
> # Failed test 'Got SERVER read error 32: Broken pipe'
> # at t/connect_hook_nodata.t line 84.
> # Looks like you failed 1 test of 17.
> t/connect_hook_nodata.t .......
> ok 1 - SERVER: SSLify_Options
> ok 2 - SERVER: Server_SSLify
> ok 3 - SERVER: SSLify_GetStatus is pending
> ok 4 - SERVER: accepted
> ok 5 - CLIENT: Client_SSLify
> ok 6 - CLIENT: SSLify_GetStatus is pending
> ok 7 - CLIENT: connected
> ok 8 - CLIENT: Got callback hook
> ok 9 - CLIENT: Status received from callback is OK
> ok 10 - CLIENT: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 11 - CLIENT: SSLify_GetStatus is done
> ok 12 - SERVER: Got callback hook
> ok 13 - SERVER: Status received from callback is OK
> ok 14 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 15 - SERVER: SSLify_GetStatus is done
> not ok 16 - Got SERVER read error 32: Broken pipe
> ok 17 - SERVER: client disconnected
> 1..17
> Dubious, test returned 1 (wstat 256, 0x100)
> Failed 1/17 subtests
> t/connfail_client.t ...........
> ok 1 - SERVER: accepted
> ok 2 - CLIENT: Client_SSLify
> ok 3 - CLIENT: SSLify_GetStatus is pending
> ok 4 - CLIENT: connected
> ok 5 - CLIENT: Got callback hook
> ok 6 - CLIENT: Status received from callback is ERR - 1
> ok 7 - SERVER: client disconnected
> 1..7
> ok
> t/connfail_server.t ...........
> ok 1 - SERVER: SSLify_Options
> ok 2 - SERVER: Server_SSLify
> ok 3 - SERVER: SSLify_GetStatus is pending
> ok 4 - SERVER: accepted
> ok 5 - CLIENT: connected
> ok 6 - SERVER: Got callback hook
> ok 7 - SERVER: Status received from callback is ERR - 1
> ok 8 - SERVER: client disconnected
> 1..8
> ok
> t/renegotiate_client.t ........
> ok 1 - SERVER: SSLify_Options
> ok 2 - SERVER: Server_SSLify
> ok 3 - SERVER: SSLify_GetCipher: (NONE)
> ok 4 - SERVER: SSLified socket is non-blocking?
> ok 5 - SERVER: accepted
> ok 6 - CLIENT: SSLify_ContextCreate
> ok 7 - CLIENT: Client_SSLify
> ok 8 - CLIENT: SSLify_GetCipher: (NONE)
> ok 9 - CLIENT: SSLified socket is non-blocking?
> ok 10 - CLIENT: connected
> ok 11 - SERVER: recv: ping
> ok 12 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 13 - CLIENT: recv: pong
> ok 14 - CLIENT: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 15 - SERVER: client disconnected
> 1..15
> ok
> t/renegotiate_client_pings.t ..
> ok 1 - SERVER: SSLify_Options
> ok 2 - SERVER: Server_SSLify
> ok 3 - SERVER: SSLify_GetCipher: (NONE)
> ok 4 - SERVER: SSLified socket is non-blocking?
> ok 5 - SERVER: accepted
> ok 6 - CLIENT: SSLify_ContextCreate
> ok 7 - CLIENT: Client_SSLify
> ok 8 - CLIENT: SSLify_GetCipher: (NONE)
> ok 9 - CLIENT: SSLified socket is non-blocking?
> ok 10 - CLIENT: connected
> ok 11 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 12 - SERVER: recv: ping
> ok 13 - CLIENT: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 14 - CLIENT: recv: pong
> not ok 15 - CLIENT: SSL renegotiation # TODO Net::SSLeay::renegotiate() does
> not work on all platforms
> # Failed (TODO) test 'CLIENT: SSL renegotiation'
> # at t/renegotiate_client_pings.t line 151.
> ok 16 - CLIENT: SSL handshake # TODO Net::SSLeay::renegotiate() does not work
> on all platforms
> not ok 17 - CLIENT: Increased number of negotiations # TODO
> Net::SSLeay::renegotiate() does not work on all platforms
> # Failed (TODO) test 'CLIENT: Increased number of negotiations'
> # at t/renegotiate_client_pings.t line 157.
> ok 18 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 19 - SERVER: recv: ping2
> ok 20 - CLIENT: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 21 - CLIENT: recv: pong2
> ok 22 - SERVER: client disconnected
> 1..22
> ok
> t/renegotiate_server.t ........
> ok 1 - SERVER: SSLify_Options
> ok 2 - SERVER: Server_SSLify
> ok 3 - SERVER: SSLify_GetCipher: (NONE)
> ok 4 - SERVER: SSLified socket is non-blocking?
> ok 5 - SERVER: accepted
> ok 6 - CLIENT: SSLify_ContextCreate
> ok 7 - CLIENT: Client_SSLify
> ok 8 - CLIENT: SSLify_GetCipher: (NONE)
> ok 9 - CLIENT: SSLified socket is non-blocking?
> ok 10 - CLIENT: connected
> ok 11 - CLIENT: recv: ping
> ok 12 - CLIENT: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 13 - SERVER: recv: pong
> ok 14 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 15 - SERVER: client disconnected
> 1..15
> ok
> t/simple.t ....................
> ok 1 - SERVER: SSLify_Options
> ok 2 - SERVER: Server_SSLify
> ok 3 - SERVER: SSLify_GetCipher: (NONE)
> ok 4 - SERVER: SSLified socket is non-blocking?
> ok 5 - SERVER: accepted
> ok 6 - CLIENT: SSLify_ContextCreate
> ok 7 - CLIENT: Client_SSLify
> ok 8 - CLIENT: SSLify_GetCipher: (NONE)
> ok 9 - CLIENT: SSLified socket is non-blocking?
> ok 10 - CLIENT: connected
> ok 11 - SERVER: recv: ping
> ok 12 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 13 - CLIENT: recv: pong
> ok 14 - CLIENT: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 15 - SERVER: client disconnected
> 1..15
> ok
> t/simple_large.t ..............
> ok 1 - SERVER: SSLify_Options
> ok 2 - SERVER: Server_SSLify
> ok 3 - SERVER: SSLify_GetCipher: (NONE)
> ok 4 - SERVER: SSLified socket is non-blocking?
> ok 5 - SERVER: accepted
> ok 6 - CLIENT: SSLify_ContextCreate
> ok 7 - CLIENT: Client_SSLify
> ok 8 - CLIENT: SSLify_GetCipher: (NONE)
> ok 9 - CLIENT: SSLified socket is non-blocking?
> ok 10 - CLIENT: connected
> ok 11 - SERVER: recv BIGPACKET
> ok 12 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 13 - CLIENT: recv BIGPACKET
> ok 14 - CLIENT: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 15 - SERVER: client disconnected
> 1..15
> ok
>
> # Failed test 'SERVER: SSLify_Options 862863: private key
> # '
> # at t/simple_parallel.t line 52.
>
> # Failed test 'SERVER: Server_SSLify Please do SSLify_Options() first ( or
> pass in a $ctx object ) at /<<PKGBUILDDIR>>/blib/lib/POE/Component/SSLify.pm
> line 247.
> # '
> # at t/simple_parallel.t line 55.
> Can't use an undefined value as a symbol reference at
> /<<PKGBUILDDIR>>/blib/lib/POE/Component/SSLify.pm line 446.
> # Tests were run but no plan was declared and done_testing() was not seen.
> # Looks like your test exited with 22 just after 105.
> t/simple_parallel.t ...........
> ok 1 - SERVER: SSLify_Options
> ok 2 - SERVER: Server_SSLify
> ok 3 - SERVER: SSLify_GetCipher: (NONE)
> ok 4 - SERVER: SSLified socket is non-blocking?
> ok 5 - SERVER: accepted
> ok 6 - CLIENT: SSLify_ContextCreate
> ok 7 - CLIENT: Client_SSLify
> ok 8 - CLIENT: SSLify_GetCipher: (NONE)
> ok 9 - CLIENT: SSLified socket is non-blocking?
> ok 10 - CLIENT: connected
> ok 11 - CLIENT: SSLify_ContextCreate
> ok 12 - CLIENT: Client_SSLify
> ok 13 - CLIENT: SSLify_GetCipher: (NONE)
> ok 14 - CLIENT: SSLified socket is non-blocking?
> ok 15 - CLIENT: connected
> ok 16 - CLIENT: SSLify_ContextCreate
> ok 17 - CLIENT: Client_SSLify
> ok 18 - CLIENT: SSLify_GetCipher: (NONE)
> ok 19 - CLIENT: SSLified socket is non-blocking?
> ok 20 - CLIENT: connected
> ok 21 - CLIENT: SSLify_ContextCreate
> ok 22 - CLIENT: Client_SSLify
> ok 23 - CLIENT: SSLify_GetCipher: (NONE)
> ok 24 - CLIENT: SSLified socket is non-blocking?
> ok 25 - CLIENT: connected
> ok 26 - CLIENT: SSLify_ContextCreate
> ok 27 - CLIENT: Client_SSLify
> ok 28 - CLIENT: SSLify_GetCipher: (NONE)
> ok 29 - CLIENT: SSLified socket is non-blocking?
> ok 30 - CLIENT: connected
> ok 31 - CLIENT: SSLify_ContextCreate
> ok 32 - CLIENT: Client_SSLify
> ok 33 - CLIENT: SSLify_GetCipher: (NONE)
> ok 34 - CLIENT: SSLified socket is non-blocking?
> ok 35 - CLIENT: connected
> ok 36 - CLIENT: SSLify_ContextCreate
> ok 37 - CLIENT: Client_SSLify
> ok 38 - CLIENT: SSLify_GetCipher: (NONE)
> ok 39 - CLIENT: SSLified socket is non-blocking?
> ok 40 - CLIENT: connected
> ok 41 - CLIENT: SSLify_ContextCreate
> ok 42 - CLIENT: Client_SSLify
> ok 43 - CLIENT: SSLify_GetCipher: (NONE)
> ok 44 - CLIENT: SSLified socket is non-blocking?
> ok 45 - CLIENT: connected
> ok 46 - CLIENT: SSLify_ContextCreate
> ok 47 - CLIENT: Client_SSLify
> ok 48 - CLIENT: SSLify_GetCipher: (NONE)
> ok 49 - CLIENT: SSLified socket is non-blocking?
> ok 50 - CLIENT: connected
> ok 51 - CLIENT: SSLify_ContextCreate
> ok 52 - CLIENT: Client_SSLify
> ok 53 - CLIENT: SSLify_GetCipher: (NONE)
> ok 54 - CLIENT: SSLified socket is non-blocking?
> ok 55 - CLIENT: connected
> ok 56 - SERVER: SSLify_Options
> ok 57 - SERVER: Server_SSLify
> ok 58 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 59 - SERVER: SSLified socket is non-blocking?
> ok 60 - SERVER: accepted
> ok 61 - SERVER: SSLify_Options
> ok 62 - SERVER: Server_SSLify
> ok 63 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 64 - SERVER: SSLified socket is non-blocking?
> ok 65 - SERVER: accepted
> ok 66 - SERVER: recv: ping
> ok 67 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 68 - SERVER: recv: ping
> ok 69 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 70 - SERVER: SSLify_Options
> ok 71 - SERVER: Server_SSLify
> ok 72 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 73 - SERVER: SSLified socket is non-blocking?
> ok 74 - SERVER: accepted
> ok 75 - SERVER: recv: ping
> ok 76 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 77 - SERVER: recv: ping
> ok 78 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 79 - CLIENT: recv: pong
> ok 80 - CLIENT: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 81 - CLIENT: recv: pong
> ok 82 - CLIENT: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 83 - SERVER: SSLify_Options
> ok 84 - SERVER: Server_SSLify
> ok 85 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 86 - SERVER: SSLified socket is non-blocking?
> ok 87 - SERVER: accepted
> ok 88 - CLIENT: recv: pong
> ok 89 - CLIENT: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 90 - SERVER: recv: ping
> ok 91 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 92 - SERVER: SSLify_Options
> ok 93 - SERVER: Server_SSLify
> ok 94 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 95 - SERVER: SSLified socket is non-blocking?
> ok 96 - SERVER: accepted
> ok 97 - SERVER: client disconnected
> ok 98 - SERVER: client disconnected
> ok 99 - CLIENT: recv: pong
> ok 100 - CLIENT: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 101 - SERVER: recv: ping
> ok 102 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> not ok 103 - SERVER: SSLify_Options 862863: private key
> #
> not ok 104 - SERVER: Server_SSLify Please do SSLify_Options() first ( or pass
> in a $ctx object ) at /<<PKGBUILDDIR>>/blib/lib/POE/Component/SSLify.pm line
> 247.
> #
> ok 105 - SERVER: client disconnected
> Dubious, test returned 22 (wstat 5632, 0x1600)
> Failed 2/105 subtests
> t/simple_parallel_large.t .....
> ok 1 - SERVER: SSLify_Options
> ok 2 - SERVER: Server_SSLify
> ok 3 - SERVER: SSLify_GetCipher: (NONE)
> ok 4 - SERVER: SSLified socket is non-blocking?
> ok 5 - SERVER: accepted
> ok 6 - CLIENT: SSLify_ContextCreate
> ok 7 - CLIENT: Client_SSLify
> ok 8 - CLIENT: SSLify_GetCipher: (NONE)
> ok 9 - CLIENT: SSLified socket is non-blocking?
> ok 10 - CLIENT: connected
> ok 11 - CLIENT: SSLify_ContextCreate
> ok 12 - CLIENT: Client_SSLify
> ok 13 - CLIENT: SSLify_GetCipher: (NONE)
> ok 14 - CLIENT: SSLified socket is non-blocking?
> ok 15 - CLIENT: connected
> ok 16 - CLIENT: SSLify_ContextCreate
> ok 17 - CLIENT: Client_SSLify
> ok 18 - CLIENT: SSLify_GetCipher: (NONE)
> ok 19 - CLIENT: SSLified socket is non-blocking?
> ok 20 - CLIENT: connected
> ok 21 - CLIENT: SSLify_ContextCreate
> ok 22 - CLIENT: Client_SSLify
> ok 23 - CLIENT: SSLify_GetCipher: (NONE)
> ok 24 - CLIENT: SSLified socket is non-blocking?
> ok 25 - CLIENT: connected
> ok 26 - CLIENT: SSLify_ContextCreate
> ok 27 - CLIENT: Client_SSLify
> ok 28 - CLIENT: SSLify_GetCipher: (NONE)
> ok 29 - CLIENT: SSLified socket is non-blocking?
> ok 30 - CLIENT: connected
> ok 31 - CLIENT: SSLify_ContextCreate
> ok 32 - CLIENT: Client_SSLify
> ok 33 - CLIENT: SSLify_GetCipher: (NONE)
> ok 34 - CLIENT: SSLified socket is non-blocking?
> ok 35 - CLIENT: connected
> ok 36 - CLIENT: SSLify_ContextCreate
> ok 37 - CLIENT: Client_SSLify
> ok 38 - CLIENT: SSLify_GetCipher: (NONE)
> ok 39 - CLIENT: SSLified socket is non-blocking?
> ok 40 - CLIENT: connected
> ok 41 - CLIENT: SSLify_ContextCreate
> ok 42 - CLIENT: Client_SSLify
> ok 43 - CLIENT: SSLify_GetCipher: (NONE)
> ok 44 - CLIENT: SSLified socket is non-blocking?
> ok 45 - CLIENT: connected
> ok 46 - CLIENT: SSLify_ContextCreate
> ok 47 - CLIENT: Client_SSLify
> ok 48 - CLIENT: SSLify_GetCipher: (NONE)
> ok 49 - CLIENT: SSLified socket is non-blocking?
> ok 50 - CLIENT: connected
> ok 51 - CLIENT: SSLify_ContextCreate
> ok 52 - CLIENT: Client_SSLify
> ok 53 - CLIENT: SSLify_GetCipher: (NONE)
> ok 54 - CLIENT: SSLified socket is non-blocking?
> ok 55 - CLIENT: connected
> ok 56 - SERVER: SSLify_Options
> ok 57 - SERVER: Server_SSLify
> ok 58 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 59 - SERVER: SSLified socket is non-blocking?
> ok 60 - SERVER: accepted
> ok 61 - SERVER: SSLify_Options
> ok 62 - SERVER: Server_SSLify
> ok 63 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 64 - SERVER: SSLified socket is non-blocking?
> ok 65 - SERVER: accepted
> ok 66 - SERVER: SSLify_Options
> ok 67 - SERVER: Server_SSLify
> ok 68 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 69 - SERVER: SSLified socket is non-blocking?
> ok 70 - SERVER: accepted
> ok 71 - SERVER: SSLify_Options
> ok 72 - SERVER: Server_SSLify
> ok 73 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 74 - SERVER: SSLified socket is non-blocking?
> ok 75 - SERVER: accepted
> ok 76 - SERVER: SSLify_Options
> ok 77 - SERVER: Server_SSLify
> ok 78 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 79 - SERVER: SSLified socket is non-blocking?
> ok 80 - SERVER: accepted
> ok 81 - SERVER: SSLify_Options
> ok 82 - SERVER: Server_SSLify
> ok 83 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 84 - SERVER: SSLified socket is non-blocking?
> ok 85 - SERVER: accepted
> ok 86 - SERVER: SSLify_Options
> ok 87 - SERVER: Server_SSLify
> ok 88 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 89 - SERVER: SSLified socket is non-blocking?
> ok 90 - SERVER: accepted
> ok 91 - SERVER: SSLify_Options
> ok 92 - SERVER: Server_SSLify
> ok 93 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 94 - SERVER: SSLified socket is non-blocking?
> ok 95 - SERVER: accepted
> ok 96 - SERVER: SSLify_Options
> ok 97 - SERVER: Server_SSLify
> ok 98 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 99 - SERVER: SSLified socket is non-blocking?
> ok 100 - SERVER: accepted
> ok 101 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 102 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 103 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 104 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 105 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 106 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 107 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 108 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 109 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 110 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 111 - CLIENT: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 112 - CLIENT: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 113 - CLIENT: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 114 - SERVER: client disconnected
> ok 115 - SERVER: client disconnected
> ok 116 - CLIENT: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 117 - SERVER: client disconnected
> ok 118 - CLIENT: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 119 - SERVER: client disconnected
> ok 120 - CLIENT: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 121 - SERVER: client disconnected
> ok 122 - CLIENT: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 123 - SERVER: client disconnected
> ok 124 - CLIENT: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 125 - SERVER: client disconnected
> ok 126 - CLIENT: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 127 - SERVER: client disconnected
> ok 128 - CLIENT: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 129 - SERVER: client disconnected
> ok 130 - SERVER: client disconnected
> ok 131 - Make sure we got 10 replies back!
> 1..131
> ok
> t/simple_parallel_superbig.t .. skipped: AUTHOR TEST: Can't locate
> IO/Prompt/Tiny.pm in @INC (you may need to install the IO::Prompt::Tiny
> module) (@INC contains: /<<PKGBUILDDIR>>/blib/arch /<<PKGBUILDDIR>>/blib/lib
> /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.34.0
> /usr/local/share/perl/5.34.0 /usr/lib/x86_64-linux-gnu/perl5/5.34
> /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base
> /usr/lib/x86_64-linux-gnu/perl/5.34 /usr/share/perl/5.34
> /usr/local/lib/site_perl .) at (eval 7) line 1.
> t/simple_superbig.t ........... skipped: AUTHOR TEST: Can't locate
> IO/Prompt/Tiny.pm in @INC
> t/upgrade.t ...................
> ok 1 - SERVER: accepted
> ok 2 - CLIENT: connected
> ok 3 - SERVER: recv: plaintext_ping
> ok 4 - SERVER: SSLify_Options
> ok 5 - SERVER: Server_SSLify
> ok 6 - SERVER: SSLify_GetCipher: (NONE)
> ok 7 - SERVER: SSLified socket is non-blocking?
> ok 8 - CLIENT: recv: plaintext_pong
> ok 9 - CLIENT: SSLify_ContextCreate
> ok 10 - CLIENT: Client_SSLify
> ok 11 - CLIENT: SSLify_GetCipher: (NONE)
> ok 12 - CLIENT: SSLified socket is non-blocking?
> ok 13 - SERVER: recv: ssl_ping
> ok 14 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 15 - CLIENT: recv: ssl_pong
> ok 16 - CLIENT: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 17 - SERVER: client disconnected
> 1..17
> ok
>
> Test Summary Report
> -------------------
> t/connect_hook_nodata.t (Wstat: 256 Tests: 17 Failed: 1)
> Failed test: 16
> Non-zero exit status: 1
> t/renegotiate_client_pings.t (Wstat: 0 Tests: 22 Failed: 0)
> TODO passed: 16
> t/simple_parallel.t (Wstat: 5632 Tests: 105 Failed: 2)
> Failed tests: 103-104
> Non-zero exit status: 22
> Parse errors: No plan found in TAP output
> Files=19, Tests=390, 3 wallclock secs ( 0.09 usr 0.02 sys + 3.02 cusr
> 0.38 csys = 3.51 CPU)
> Result: FAIL
> dh_auto_test: error: /usr/bin/perl Build test --verbose 1 returned exit code 1
The full build log is available from:
http://qa-logs.debian.net/2022/05/25/libpoe-component-sslify-perl_1.012-1.1_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: libpoe-component-sslify-perl
Source-Version: 1.012-2
Done: Damyan Ivanov <d...@debian.org>
We believe that the bug you reported is fixed in the latest version of
libpoe-component-sslify-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
libpoe-component-sslify-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: Fri, 27 May 2022 16:03:03 +0000
Source: libpoe-component-sslify-perl
Architecture: source
Version: 1.012-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
Changed-By: Damyan Ivanov <d...@debian.org>
Closes: 1011820
Changes:
libpoe-component-sslify-perl (1.012-2) unstable; urgency=medium
.
[ Salvatore Bonaccorso ]
* debian/control: Use HTTPS transport protocol for Vcs-Git URI
.
[ gregor herrmann ]
* debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
* debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.
.
[ Martín Ferrari ]
* Remove myself from Uploaders.
.
[ gregor herrmann ]
* debian/upstream/metadata: use HTTPS for GitHub URLs.
* Remove Jonathan Yu from Uploaders. Thanks for your work!
* Remove Jose Luis Rivas from Uploaders. Thanks for your work!
.
[ Salvatore Bonaccorso ]
* Update Vcs-* headers for switch to salsa.debian.org
.
[ Debian Janitor ]
* Bump debhelper from old 9 to 12.
* Set debhelper-compat version in Build-Depends.
* Remove obsolete fields Contact, Name from debian/upstream/metadata.
.
[ gregor herrmann ]
* debian/watch: use uscan version 4.
.
[ Debian Janitor ]
* Bump debhelper from old 12 to 13.
.
[ Damyan Ivanov ]
* add two patches by Petr Písař <ppi...@redhat.com> fixint tests with
OpenSSL 3 (Closes: #1011820)
* Declare compliance with Debian Policy 4.6.1.
* Set Rules-Requires-Root: no.
* Drop unneeded version constraints from (build) dependencies.
* Annotate test-only build dependencies with <!nocheck>.
* Update years of packaging copyright.
* add Petr Písař to copyright
* add mylib/* (and t/*) to tests/pkg-perl/smoke-files to allow full
autopkgtest coverage
Checksums-Sha1:
9531ffea540ecb5dc06a121725130d61f4bea9cc 2495
libpoe-component-sslify-perl_1.012-2.dsc
22be3579e60cd71bbb5a7a2219d6cb7bdaa0b6c5 7892
libpoe-component-sslify-perl_1.012-2.debian.tar.xz
Checksums-Sha256:
dc2ae03a119a203401fa0843eec5dd9ee722d32d10d176c11a77628332237d8e 2495
libpoe-component-sslify-perl_1.012-2.dsc
1ae01efa91e8ada1380ab598dbd173d5d0d18764ed61c596f8fd03aeef6a8493 7892
libpoe-component-sslify-perl_1.012-2.debian.tar.xz
Files:
400d9738c2a1e5e373c1bb9e867c4a23 2495 perl optional
libpoe-component-sslify-perl_1.012-2.dsc
4e43c43cb539fe3ffccb2cc3c1e6bdae 7892 perl optional
libpoe-component-sslify-perl_1.012-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEErqDETssFbpNjDZ0z276dTZnSoAQFAmKQ+r8ACgkQ276dTZnS
oATEJxAAiWVKtsaGN5fGZXhHLW5hUbKMGKaGy+/5KNjp8eCE5xnBBYkG9wByXE2J
w+dSPptQMw9Egb8tq7MM7wXhYmu88cH4STywZe45q64rtaC+fzKaaxitztIka1ZF
/E6q5zFfQ/gbYaqN+I2DdqOZFTpoqX/4f+mz3KK2Vgm/Ghj5zrGTTTMU5FQXhDRN
451MD8Tn3T7u2GY0PBp6nLJpFtrfeWdhtc4b+Ml0YIJ+WdSm5wgRRhPe6rAmRD0Y
o8sREV5YxcN4kQx0ahG7HeNJ6DOq3Ec+PVx1DIBwuKA1G77bm56YWFEW9Ulm1HW1
iaOZhtgqlkk33UlO5vhEMEHLRnYub5OwkiZ1Nj7mf3wmyi1Su8PK0QahHg1YOQvU
NLiH3IdGqgpUx731DhO98/1wo/IEiHe+B8Y8KnjuM0KggwHYk4uwbQ948m3zxnIZ
vcXAFcUxauQRKsN7WAt6whbuKOHrNd8ZBVmRUFMZYd9smJ3Z/NvY4VXvbjm3NfRV
/e2eWKTt/lwo2+yOeQfE0FER3f8cRXi3eq48kzfymPL8+eAI8TNAuW009GQCUjwm
MoYfC/DwsHMFgNjhTKbocW5/V0GTMpsZ8kS7/7dswH0lTnmoce/GbwrcrZxATcoo
h5NKYnf08YWpr5Xjx9HYhprRSVFX36pS2Q/9jncBXjYO1MUd1xM=
=Oa/i
-----END PGP SIGNATURE-----
--- End Message ---