Subject: | Failed test during CPAN installation |
Hello,
The cpan installation throws up a few test errors in my distro(ubuntu
11.04) with t/05frozen.t and t/06recursive.t
I will try to fix this test if you are not able to find time for it
yourself. So please let me know if you need anything from my end.
here is the output from the install:
CPAN.pm: Going to build S/SY/SYBER/DBIx-Class-FrozenColumns-1.tar.gz
Cannot determine perl version info from lib/DBIx/Class/FrozenColumns.pm
*** Module::AutoInstall version 1.03
*** Checking for Perl dependencies...
*** Since we're running under CPAN, I'll just let it take care
of the dependency's installation later.
[Core Features]
- DBD::SQLite ...loaded. (1.33 >= 1.13)
- DBIx::Class ...loaded. (0.08192 >= 0.07003)
- Storable ...loaded. (2.25 >= 2.15)
- JSON::XS ...loaded. (2.3)
*** Module::AutoInstall configuration finished.
Checking if your kit is complete...
Looks good
Writing Makefile for DBIx::Class::FrozenColumns
Writing MYMETA.yml and MYMETA.json
cp lib/DBIx/Class/FrozenColumns.pm blib/lib/DBIx/Class/FrozenColumns.pm
Manifying blib/man3/DBIx::Class::FrozenColumns.3pm
SYBER/DBIx-Class-FrozenColumns-1.tar.gz
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/02pod.t
t/03podcoverage.t t/04basic.t t/05frozen.t t/06recursive.t
t/02pod.t .......... ok
t/03podcoverage.t .. skipped: set TEST_POD to enable this test
t/04basic.t ........ ok
t/05frozen.t ....... 6/27
# Failed test 'dumped: after fetch'
# at t/05frozen.t line 37.
# got: undef
# expected: 'acc_dumped'
# Failed test 'dumped: on fly'
# at t/05frozen.t line 38.
# got: undef
# expected: 'dumped fly'
# Failed test 'dumped: get_columns'
# at t/05frozen.t line 41.
# got: undef
# expected: 'dumped fly'
# Looks like you failed 3 tests of 27.
t/05frozen.t ....... Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/27 subtests
t/06recursive.t .... 1/13
# Failed test 'dumped: after fetch'
# at t/06recursive.t line 34.
# got: undef
# expected: 'recursive_dumped'
# Failed test 'dumped: on fly'
# at t/06recursive.t line 35.
# got: undef
# expected: 'recursive dumped fly'
# Failed test 'dumped: get_columns'
# at t/06recursive.t line 38.
# got: undef
# expected: 'recursive dumped fly'
# Looks like you failed 3 tests of 13.
t/06recursive.t .... Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/13 subtests
Test Summary Report
-------------------
t/05frozen.t (Wstat: 768 Tests: 27 Failed: 3)
Failed tests: 10-12
Non-zero exit status: 3
t/06recursive.t (Wstat: 768 Tests: 13 Failed: 3)
Failed tests: 8-10
Non-zero exit status: 3
Files=5, Tests=42, 1 wallclock secs ( 0.03 usr 0.02 sys + 0.44 cusr
0.03 csys = 0.52 CPU)
Result: FAIL
Failed 2/5 test programs. 6/42 subtests failed.
make: *** [test_dynamic] Error 3
SYBER/DBIx-Class-FrozenColumns-1.tar.gz
/usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
reports SYBER/DBIx-Class-FrozenColumns-1.tar.gz
Running make install
make test had returned bad status, won't install without force