Skip Menu |

This queue is for tickets about the Crypt-U2F-Server CPAN distribution.

Report information
The Basics
Id: 124973
Status: resolved
Priority: 0/
Queue: Crypt-U2F-Server

People
Owner: x.guimard [...] free.fr
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.42



Subject: Attribute (keypair) is required at constructor Authen::U2F::Tester::new (0.41)
On some of my smoker systems I see the following error: ... Attribute (keypair) is required at constructor Authen::U2F::Tester::new (defined at /opt/perl-5.24.2/lib/site_perl/5.24.2/Authen/U2F/Tester.pm line 167) line 27 Authen::U2F::Tester::new('Authen::U2F::Tester', 'certificate', 'Crypt::OpenSSL::X509=SCALAR(0x55859c2f34e0)', 'key', 'Crypt::PK::ECC=SCALAR(0x55859d322ad0)') called at t/12-full-test.t line 41 # Looks like your test exited with 255 just after 4. t/12-full-test.t ........ Dubious, test returned 255 (wstat 65280, 0xff00) Failed 7/11 subtests ... It is possible that this happens if an older version of Authen::U2F::Tester is installed.
Le Jeu 29 Mar 2018 16:59:16, SREZIC a écrit : Show quoted text
> On some of my smoker systems I see the following error: > > ... > Attribute (keypair) is required at constructor > Authen::U2F::Tester::new (defined at /opt/perl- > 5.24.2/lib/site_perl/5.24.2/Authen/U2F/Tester.pm line 167) line 27 > Authen::U2F::Tester::new('Authen::U2F::Tester', 'certificate', > 'Crypt::OpenSSL::X509=SCALAR(0x55859c2f34e0)', 'key', > 'Crypt::PK::ECC=SCALAR(0x55859d322ad0)') called at t/12-full-test.t > line 41 > # Looks like your test exited with 255 just after 4. > t/12-full-test.t ........ > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 7/11 subtests > ... > > It is possible that this happens if an older version of > Authen::U2F::Tester is installed.
Thanks, could you give me the version you have?
On 2018-03-29 17:02:24, GUIMARD wrote: Show quoted text
> Le Jeu 29 Mar 2018 16:59:16, SREZIC a écrit :
> > On some of my smoker systems I see the following error: > > > > ... > > Attribute (keypair) is required at constructor > > Authen::U2F::Tester::new (defined at /opt/perl- > > 5.24.2/lib/site_perl/5.24.2/Authen/U2F/Tester.pm line 167) line 27 > > Authen::U2F::Tester::new('Authen::U2F::Tester', 'certificate', > > 'Crypt::OpenSSL::X509=SCALAR(0x55859c2f34e0)', 'key', > > 'Crypt::PK::ECC=SCALAR(0x55859d322ad0)') called at t/12-full-test.t > > line 41 > > # Looks like your test exited with 255 just after 4. > > t/12-full-test.t ........ > > Dubious, test returned 255 (wstat 65280, 0xff00) > > Failed 7/11 subtests > > ... > > > > It is possible that this happens if an older version of > > Authen::U2F::Tester is installed.
> > Thanks, could you give me the version you have?
This was with Authen::U2F::Tester 0.01. Increasing the prereq version to 0.02 as you did in 0.42 seems to help. Resolving this issue.
Le Ven 30 Mar 2018 04:43:39, SREZIC a écrit : Show quoted text
> On 2018-03-29 17:02:24, GUIMARD wrote:
> > Le Jeu 29 Mar 2018 16:59:16, SREZIC a écrit :
> > > On some of my smoker systems I see the following error: > > > > > > ... > > > Attribute (keypair) is required at constructor > > > Authen::U2F::Tester::new (defined at /opt/perl- > > > 5.24.2/lib/site_perl/5.24.2/Authen/U2F/Tester.pm line 167) line 27 > > > Authen::U2F::Tester::new('Authen::U2F::Tester', > > > 'certificate', > > > 'Crypt::OpenSSL::X509=SCALAR(0x55859c2f34e0)', 'key', > > > 'Crypt::PK::ECC=SCALAR(0x55859d322ad0)') called at t/12-full-test.t > > > line 41 > > > # Looks like your test exited with 255 just after 4. > > > t/12-full-test.t ........ > > > Dubious, test returned 255 (wstat 65280, 0xff00) > > > Failed 7/11 subtests > > > ... > > > > > > It is possible that this happens if an older version of > > > Authen::U2F::Tester is installed.
> > > > Thanks, could you give me the version you have?
> > This was with Authen::U2F::Tester 0.01. Increasing the prereq version > to 0.02 as you did in 0.42 seems to help. > > Resolving this issue.
Thanks for this report!