Your message dated Wed, 1 Apr 2020 21:59:35 +0200
with message-id <20200401195935.ga32...@jadzia.comodo.priv.at>
and subject line Re: Bug#954495: libpoe-component-sslify-perl: FTBFS: 
dh_auto_test: error: perl Build test --verbose 1 returned exit code 1
has caused the Debian Bug report #954495,
regarding libpoe-component-sslify-perl: FTBFS: dh_auto_test: error: perl Build 
test --verbose 1 returned exit code 1
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.)


-- 
954495: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954495
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libpoe-component-sslify-perl
Version: 1.012-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200321 ftbfs-bullseye

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_update_autotools_config
>    dh_auto_configure
>       perl -I. Build.PL --installdirs vendor --config "optimize=-g -O2 
> -fdebug-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 -fdebug-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
>       perl Build
> cp lib/POE/Component/SSLify.pm blib/lib/POE/Component/SSLify.pm
> cp lib/POE/Component/SSLify/ServerHandle.pm 
> blib/lib/POE/Component/SSLify/ServerHandle.pm
> cp lib/POE/Component/SSLify/ClientHandle.pm 
> blib/lib/POE/Component/SSLify/ClientHandle.pm
>    dh_auto_test
>       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.34
> #     Module::Build::Tiny 0.039 0.039
> # 
> # === Test Requires ===
> # 
> #     Module                          Want     Have
> #     --------------------------- -------- --------
> #     ExtUtils::MakeMaker              any     7.34
> #     File::Spec                       any     3.78
> #     File::Temp                       any   0.2309
> #     IO::Handle                      1.28     1.40
> #     IPC::Open3                       any     1.20
> #     POE                            1.267    1.368
> #     POE::Component::Client::TCP      any    1.368
> #     POE::Component::Server::TCP      any    1.368
> #     POE::Filter::Stream              any    1.368
> #     Socket                           any    2.027
> #     Test::FailWarnings               any    0.008
> #     Test::More                  1.001002 1.302162
> # 
> # === Test Recommends ===
> # 
> #     Module         Want     Have
> #     ---------- -------- --------
> #     CPAN::Meta 2.120900 2.150010
> # 
> # === Runtime Requires ===
> # 
> #     Module        Want  Have
> #     ------------ ----- -----
> #     Exporter       any  5.73
> #     IO::Handle    1.28  1.40
> #     Net::SSLeay   1.36  1.88
> #     POE          1.267 1.368
> #     Scalar::Util   any  1.50
> #     Symbol         any  1.08
> #     Task::Weaken  1.03  1.06
> #     parent         any 0.237
> #     strict         any  1.11
> #     warnings       any  1.44
> # 
> t/00-report-prereqs.t ......... 
> 1..1
> ok 1
> ok
> # 
> # Net::SSLeay::ver_number is 0x1010105f
> #     OpenSSL 1.1.1e  17 Mar 2020
> #     built on: Wed Mar 18 19:59:39 2020 UTC
> #     platform: debian-amd64
> #     OPENSSLDIR: "/usr/lib/ssl"
> #     pogomips: 55573740
> 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
> 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 - SERVER: SSLify_Options 
> ok 80 - SERVER: Server_SSLify 
> ok 81 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 82 - SERVER: SSLified socket is non-blocking?
> ok 83 - SERVER: accepted
> ok 84 - SERVER: recv: ping
> ok 85 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> 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: recv: ping
> ok 97 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 98 - SERVER: recv: ping
> ok 99 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 100 - SERVER: SSLify_Options 
> ok 101 - SERVER: Server_SSLify 
> ok 102 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 103 - SERVER: SSLified socket is non-blocking?
> ok 104 - SERVER: accepted
> ok 105 - SERVER: recv: ping
> ok 106 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 107 - SERVER: SSLify_Options 
> ok 108 - SERVER: Server_SSLify 
> ok 109 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 110 - SERVER: SSLified socket is non-blocking?
> ok 111 - SERVER: accepted
> ok 112 - SERVER: recv: ping
> ok 113 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 114 - SERVER: SSLify_Options 
> ok 115 - SERVER: Server_SSLify 
> ok 116 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 117 - SERVER: SSLified socket is non-blocking?
> ok 118 - SERVER: accepted
> ok 119 - SERVER: recv: ping
> ok 120 - SERVER: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 121 - CLIENT: recv: pong
> ok 122 - CLIENT: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 123 - CLIENT: recv: pong
> ok 124 - CLIENT: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 125 - CLIENT: recv: pong
> ok 126 - CLIENT: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 127 - SERVER: client disconnected
> ok 128 - SERVER: client disconnected
> ok 129 - SERVER: client disconnected
> ok 130 - CLIENT: recv: pong
> ok 131 - CLIENT: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 132 - CLIENT: recv: pong
> ok 133 - CLIENT: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 134 - SERVER: client disconnected
> ok 135 - SERVER: client disconnected
> ok 136 - CLIENT: recv: pong
> ok 137 - CLIENT: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 138 - CLIENT: recv: pong
> ok 139 - CLIENT: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 140 - SERVER: client disconnected
> ok 141 - SERVER: client disconnected
> ok 142 - CLIENT: recv: pong
> ok 143 - CLIENT: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 144 - CLIENT: recv: pong
> ok 145 - CLIENT: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 146 - SERVER: client disconnected
> ok 147 - SERVER: client disconnected
> ok 148 - CLIENT: recv: pong
> ok 149 - CLIENT: SSLify_GetCipher: TLS_AES_256_GCM_SHA384
> ok 150 - SERVER: client disconnected
> ok 151 - Make sure we got 10 replies back!
> 1..151
> ok
> 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.30.0 
> /usr/local/share/perl/5.30.0 /usr/lib/x86_64-linux-gnu/perl5/5.30 
> /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.30 /usr/share/perl/5.30 
> /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base .) at (eval 9) 
> line 1.
> t/simple_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.30.0 
> /usr/local/share/perl/5.30.0 /usr/lib/x86_64-linux-gnu/perl5/5.30 
> /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.30 /usr/share/perl/5.30 
> /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base .) at (eval 9) 
> line 1.
> 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
> Files=19, Tests=436,  4 wallclock secs ( 0.07 usr  0.02 sys +  2.82 cusr  
> 0.33 csys =  3.24 CPU)
> Result: FAIL
> dh_auto_test: error: perl Build test --verbose 1 returned exit code 1

The full build log is available from:
   
http://qa-logs.debian.net/2020/03/21/libpoe-component-sslify-perl_1.012-1_unstable.log

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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
On Sun, 22 Mar 2020 12:26:18 +0100, gregor herrmann wrote:

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

> Probably related to OpenSSL 1.1.1e / #954371 (libio-socket-ssl-perl) /
> #954401 (libnet-ssleay-perl).

Indeed it builds fine again with OpenSSL 1.1.1f, hence closing this
bug.


Cheers,
gregor

-- 
 .''`.  https://info.comodo.priv.at -- Debian Developer https://www.debian.org
 : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D  85FA BB3A 6801 8649 AA06
 `. `'  Member VIBE!AT & SPI Inc. -- Supporter Free Software Foundation Europe
   `-   NP: [DKP]: Wir tragen Italien im Herzen (Italien)

Attachment: signature.asc
Description: Digital Signature


--- End Message ---

Reply via email to