Subject: | Testsuite failure on Perl-5.10.1 |
Hello,
I saw this error while installing some modules that depended on it.
Please let me know how I can help you fix this, thanks!
--
~Apocalypse
Subject: | test-autoloader.txt |
[MSG] Checksum matches for 'Test-AutoLoader-0.03.tar.gz'
[MSG] Extracted 'Test-AutoLoader-0.03/'
[MSG] Extracted 'Test-AutoLoader-0.03/tlib/'
[MSG] Extracted 'Test-AutoLoader-0.03/tlib/TestBusted1.pm'
[MSG] Extracted 'Test-AutoLoader-0.03/tlib/auto/'
[MSG] Extracted 'Test-AutoLoader-0.03/tlib/auto/TestBusted2/'
[MSG] Extracted 'Test-AutoLoader-0.03/tlib/auto/TestBusted2/no_ready.al'
[MSG] Extracted 'Test-AutoLoader-0.03/tlib/auto/TestBusted2/autosplit.ix'
[MSG] Extracted 'Test-AutoLoader-0.03/tlib/auto/TestBusted2/empty.al'
[MSG] Extracted 'Test-AutoLoader-0.03/tlib/auto/TestBusted2/no_worky.al'
[MSG] Extracted 'Test-AutoLoader-0.03/tlib/auto/EmptyModule/'
[MSG] Extracted 'Test-AutoLoader-0.03/tlib/auto/EmptyModule/autosplit.ix'
[MSG] Extracted 'Test-AutoLoader-0.03/tlib/auto/TestBusted1/'
[MSG] Extracted 'Test-AutoLoader-0.03/tlib/auto/TestBusted1/autosplit.ix'
[MSG] Extracted 'Test-AutoLoader-0.03/tlib/auto/TestBusted1/ostrich.al'
[MSG] Extracted 'Test-AutoLoader-0.03/tlib/TestBusted2.pm'
[MSG] Extracted 'Test-AutoLoader-0.03/tlib/EmptyModule.pm'
[MSG] Extracted 'Test-AutoLoader-0.03/README'
[MSG] Extracted 'Test-AutoLoader-0.03/MANIFEST'
[MSG] Extracted 'Test-AutoLoader-0.03/META.yml'
[MSG] Extracted 'Test-AutoLoader-0.03/Changes'
[MSG] Extracted 'Test-AutoLoader-0.03/Makefile.PL'
[MSG] Extracted 'Test-AutoLoader-0.03/t/'
[MSG] Extracted 'Test-AutoLoader-0.03/t/00basic.t'
[MSG] Extracted 'Test-AutoLoader-0.03/AutoLoader.pm'
[MSG] Extracted 'Test::AutoLoader' to '/root/.cpanplus/5.10.1/build/Test-AutoLoader-0.03'
Running [/usr/bin/perl /usr/local/bin/cpanp-run-perl /root/.cpanplus/5.10.1/build/Test-AutoLoader-0.03/Makefile.PL INSTALLDIRS=site]...
Checking if your kit is complete...
Looks good
Writing Makefile for Test::AutoLoader
Running [/usr/bin/make]...
cp AutoLoader.pm blib/lib/Test/AutoLoader.pm
Manifying blib/man3/Test::AutoLoader.3pm
Running [/usr/bin/make test]...
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Subroutine load_imports redefined at ../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/load_imports.al) line 759.
Subroutine strcpy redefined at ../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/strcpy.al) line 526.
# Failed test 'subtest 'Autoload of TestBusted2 (listed subroutines)' of 'File-reading errors' compare diag'
# at t/00basic.t line 68.
# Got diag (107 bytes):
# ' couldn't load nobody_home.al: No such file or directory'
# ' couldn't load empty.al: false return value'
# Expected diag (156 bytes):
# ' couldn't load no_ready.al: Permission denied'
# ' couldn't load nobody_home.al: No such file or directory'
# ' couldn't load empty.al: false return value'
Useless use of a constant in void context at ./tlib/auto/TestBusted1/ostrich.al line 1.
# Failed test 'subtest 'Autoload of TestBusted1 (all files)' of 'Unreadable auto directory' compare ok'
# at t/00basic.t line 68.
# got: '1'
# expected: '0'
# Failed test 'subtest 'Autoload of TestBusted1 (all files)' of 'Unreadable auto directory' compare diag'
# at t/00basic.t line 68.
# Got diag (0 bytes):
#
# Expected diag (56 bytes):
# 'Unable to find valid autoload directory for TestBusted1'
# Looks like you planned 54 tests but ran 64.
# Looks like you failed 3 tests of 64 run.
t/00basic.t ..
Dubious, test returned 3 (wstat 768, 0x300)
Failed 1/54 subtests
Test Summary Report
-------------------
t/00basic.t (Wstat: 768 Tests: 64 Failed: 11)
Failed tests: 51, 55-64
Non-zero exit status: 3
Parse errors: Bad plan. You planned 54 tests but ran 64.
Files=1, Tests=64, 1 wallclock secs ( 0.04 usr 0.01 sys + 0.13 cusr 0.02 csys = 0.20 CPU)
Result: FAIL
Failed 1/1 test programs. 11/64 subtests failed.
make: *** [test_dynamic] Error 3
The tests for 'Test::AutoLoader' failed. Would you like me to proceed anyway or should we abort?
Proceed anyway? [y/N]: n
[ERROR] Unable to create a new distribution object for 'Test::AutoLoader' -- cannot continue