Subject: | make test fails (full log attached) |
These errors occured on Perl v5.8.7, FreeBSD5.4-RELEASE.
moondance# make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl5.8.7 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-errorhandler....ok
t/01-i2osp...........ok
t/02-os2ip...........ok
t/03-random_octet....ok
t/04-octet_xor.......ok
t/05-primitives......ok
t/06-oaep............dubious
Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-2
Failed 2/2 tests, 0.00% okay
t/07-pss.............ok
t/08-secretkey.......ok
t/09-publickey.......ok
t/10-keygen..........dubious
Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-15
Failed 15/15 tests, 0.00% okay
t/11-wrapper.........dubious
Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-12
Failed 12/12 tests, 0.00% okay
t/12-versioning......ok
t/13-es-pkcs1v15.....ok
t/14-ss-pkcs1v15.....dubious
Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-6
Failed 6/6 tests, 0.00% okay
t/15-benchmark.......Name "main::sigcrt" used only once: possible typo at t/15-benchmark.t line 46.
Name "main::pub" used only once: possible typo at t/15-benchmark.t line 36.
Name "main::pub2" used only once: possible typo at t/15-benchmark.t line 40.
Name "main::priv2" used only once: possible typo at t/15-benchmark.t line 40.
Name "main::keychain" used only once: possible typo at t/15-benchmark.t line 34.
Name "main::sig" used only once: possible typo at t/15-benchmark.t line 43.
Name "main::sigcrtpkcs" used only once: possible typo at t/15-benchmark.t line 51.
Name "main::sigpkcs" used only once: possible typo at t/15-benchmark.t line 43.
t/15-benchmark.......dubious
Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED test 1
Failed 1/1 tests, 0.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/06-oaep.t 0 139 2 4 200.00% 1-2
t/10-keygen.t 0 139 15 30 200.00% 1-15
t/11-wrapper.t 0 139 12 24 200.00% 1-12
t/14-ss-pkcs1v15.t 0 139 6 12 200.00% 1-6
t/15-benchmark.t 0 139 1 2 200.00% 1
Failed 5/16 test scripts, 68.75% okay. 36/94 subtests failed, 61.70% okay.
*** Error code 255
Stop in /home/aaron/BSD/p5-Crypt-RSA/work/Crypt-RSA-1.57.