Subject: | Tests fail for DBIx-Class-DigestColumns |
Date: | Mon, 11 Sep 2006 03:54:50 +0100 |
To: | bug-DBIx-Class-DigestColumns [...] rt.cpan.org |
From: | "Paul Makepeace" <paulm [...] paulm.com> |
Hi,
Fresh off CPAN I'm getting these errors (Mac OS X 10.4)
Let me know if there's anything more you need to debug this -
Cheers, Paul
Creating new 'Build' script for 'DBIx-Class-DigestColumns' version '0.02000'
CPAN: YAML loaded ok
/usr/bin/perl Build --makefile_env_macros 1
lib/DBIx/Class/DigestColumns.pm -> blib/lib/DBIx/Class/DigestColumns.pm
Manifying blib/lib/DBIx/Class/DigestColumns.pm ->
blib/libdoc/DBIx::Class::DigestColumns.3pm
/usr/bin/make -- OK
Running make test
/usr/bin/perl Build --makefile_env_macros 1 test
t/02pod..........ok
t/04basic........ok
t/05digest.......DBIx::Class::Schema::deploy(): No SQL::Translator,
and no Schema file found, aborting deploy at t/lib/DigestTest.pm line
32
# Looks like your test died before it could output anything.
t/05digest.......dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-5
Failed 5/5 tests, 0.00% okay
t/05md5..........DBIx::Class::Schema::deploy(): No SQL::Translator,
and no Schema file found, aborting deploy at t/lib/DigestTest.pm line
32
# Looks like your test died before it could output anything.
t/05md5..........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-2
Failed 2/2 tests, 0.00% okay
t/06md4..........skipped
all skipped: needs Digest::MD4 for testing
t/07md2..........skipped
all skipped: needs Digest::MD2 for testing
t/08sha..........DBIx::Class::Schema::deploy(): No SQL::Translator,
and no Schema file found, aborting deploy at t/lib/DigestTest.pm line
32
# Looks like your test died before it could output anything.
t/08sha..........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-12
Failed 12/12 tests, 0.00% okay
t/09hmacmd5......DBIx::Class::Schema::deploy(): No SQL::Translator,
and no Schema file found, aborting deploy at t/lib/DigestTest.pm line
32
# Looks like your test died before it could output anything.
t/09hmacmd5......dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-2
Failed 2/2 tests, 0.00% okay
t/10hmacsha1.....DBIx::Class::Schema::deploy(): No SQL::Translator,
and no Schema file found, aborting deploy at t/lib/DigestTest.pm line
32
# Looks like your test died before it could output anything.
t/10hmacsha1.....dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-2
Failed 2/2 tests, 0.00% okay
t/11crc..........skipped
all skipped: needs Digest::CRC for testing
t/12whirlpool....skipped
all skipped: needs Digest::Whirlpool for testing
t/13alder32......skipped
all skipped: needs Digest::Adler32 for testing
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/05digest.t 255 65280 5 10 200.00% 1-5
t/05md5.t 255 65280 2 4 200.00% 1-2
t/08sha.t 255 65280 12 24 200.00% 1-12
t/09hmacmd5.t 255 65280 2 4 200.00% 1-2
t/10hmacsha1.t 255 65280 2 4 200.00% 1-2
5 tests skipped.
Failed 5/12 test scripts, 58.33% okay. 23/25 subtests failed, 8.00% okay.
make: *** [test] Error 2
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force