Created
September 18, 2013 18:41
-
-
Save ddelazerda/6613604 to your computer and use it in GitHub Desktop.
DBICM 0.041 test failure on perl-5.16.3 CentOS 6.4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PERL_DL_NONLAZY=1 /home/daniel/perl5/perlbrew/perls/perl-5.16.3/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t | |
t/00-clean.t .................. ok | |
t/help.t ...................... skipped: DBICM_TEST_HELP not set | |
t/install-version-storage.t ... ok | |
t/migration-mysql.t ........... skipped: DBICM_TEST_MYSQL not set | |
t/migration-postgresql.t ...... skipped: DBICM_TEST_PG not set | |
t/migration-sqlite.t .......... 12/? | |
# Failed test 'found a fixture' | |
# at t/migration-sqlite.t line 75. | |
t/migration-sqlite.t .......... 13/? | |
# Failed test 'found a fixture' | |
# at t/migration-sqlite.t line 82. | |
t/migration-sqlite.t .......... 14/? | |
# Failed test 'got some previously inserted data' | |
# at t/migration-sqlite.t line 88. | |
t/migration-sqlite.t .......... 16/? | |
# Failed test 'got some previously inserted data' | |
# at t/migration-sqlite.t line 106. | |
# Looks like you failed 4 tests of 16. | |
t/migration-sqlite.t .......... Dubious, test returned 4 (wstat 1024, 0x400) | |
Failed 4/16 subtests | |
t/missing-schema-version.t .... ok | |
t/ordering.t .................. skipped: DBICM_TEST_PG not set | |
t/runscript.t ................. ok | |
t/script.t .................... ok | |
t/upgrade-downgrade-sqlite.t .. 9/? | |
# Failed test 'found a fixture' | |
# at t/upgrade-downgrade-sqlite.t line 83. | |
t/upgrade-downgrade-sqlite.t .. 15/? | |
# Failed test 'found a fixture for version 2 of the schema' | |
# at t/upgrade-downgrade-sqlite.t line 209. | |
No to_version is specified, downgrading to version 1 at /home/daniel/.cpanm/work/1379529295.22150/DBIx-Class-Migration-0.041/blib/lib/DBIx/Class/Migration.pm line 195. | |
# Looks like you failed 2 tests of 19. | |
t/upgrade-downgrade-sqlite.t .. Dubious, test returned 2 (wstat 512, 0x200) | |
Failed 2/19 subtests | |
t/use.t ....................... ok | |
Test Summary Report | |
------------------- | |
t/migration-sqlite.t (Wstat: 1024 Tests: 16 Failed: 4) | |
Failed tests: 12-14, 16 | |
Non-zero exit status: 4 | |
t/upgrade-downgrade-sqlite.t (Wstat: 512 Tests: 19 Failed: 2) | |
Failed tests: 9, 15 | |
Non-zero exit status: 2 | |
Files=12, Tests=69, 32 wallclock secs ( 0.11 usr 0.05 sys + 17.43 cusr 2.38 csys = 19.97 CPU) | |
Result: FAIL | |
Failed 2/12 test programs. 6/69 subtests failed. | |
make: *** [test_dynamic] Error 255 | |
FAIL | |
! Installing DBIx::Class::Migration failed. See /home/daniel/.cpanm/work/1379529295.22150/build.log for details. Retry with --force to force install it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment