Skip Menu |

This queue is for tickets about the Crypt-OpenSSL-Verify CPAN distribution.

Report information
The Basics
Id: 132541
Status: resolved
Priority: 0/
Queue: Crypt-OpenSSL-Verify

People
Owner: TIMLEGGE [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.10
Fixed in: 0.12-TRIAL



Subject: Tests fail on some systems (CentOS, Fedora, FreeBSD 13)
On some of my smokers the test suite fails. On FreeBSD 13 it looks like this: ... # Failed test at t/03-verify-bad-cert.t line 42. # Failed test at t/03-verify-bad-cert.t line 57. # Looks like you failed 2 tests of 7. t/03-verify-bad-cert.t .... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/7 subtests ... On Fedora 31: ... verify: certificate signature failure at t/02-verify-good-cert.t line 36. # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 255 just after 2. t/02-verify-good-cert.t ... Dubious, test returned 255 (wstat 65280, 0xff00) All 2 subtests passed ... The test suite passes on other of my smoker systems (FreeBSD 12, Debian, Ubuntu).
On Sun May 10 15:18:27 2020, SREZIC wrote: Show quoted text
> On some of my smokers the test suite fails. On FreeBSD 13 it looks > like this: > > ... > # Failed test at t/03-verify-bad-cert.t line 42. > > # Failed test at t/03-verify-bad-cert.t line 57. > # Looks like you failed 2 tests of 7. > t/03-verify-bad-cert.t .... > Dubious, test returned 2 (wstat 512, 0x200) > Failed 2/7 subtests > ... > > On Fedora 31: > > ... > verify: certificate signature failure at t/02-verify-good-cert.t line > 36. > # Tests were run but no plan was declared and done_testing() was not > seen. > # Looks like your test exited with 255 just after 2. > t/02-verify-good-cert.t ... > Dubious, test returned 255 (wstat 65280, 0xff00) > All 2 subtests passed > ... > > The test suite passes on other of my smoker systems (FreeBSD 12, > Debian, Ubuntu).
I have updated the certificate files to ones that should pass on all openssh versions and fixed an issue with the Module::Install. Will issue a trial release soon to see if that resolves the issues
On Sun May 10 15:18:27 2020, SREZIC wrote: Show quoted text
> On some of my smokers the test suite fails. On FreeBSD 13 it looks > like this: > > ... > # Failed test at t/03-verify-bad-cert.t line 42. > > # Failed test at t/03-verify-bad-cert.t line 57. > # Looks like you failed 2 tests of 7. > t/03-verify-bad-cert.t .... > Dubious, test returned 2 (wstat 512, 0x200) > Failed 2/7 subtests
Found and hopefully fixed the 03 test with 0.12-TRIAL