Bug#1011820: libpoe-component-sslify-perl: FTBFS: tests fail
Lucas Nussbaum
lucas at debian.org
Thu May 26 20:08:48 BST 2022
Source: libpoe-component-sslify-perl
Version: 1.012-1.1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lucas at 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=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220525&fusertaguser=lucas@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.
More information about the pkg-perl-maintainers
mailing list