This distribution has been tested as part of the cpan-testers effort to test as many new uploads to CPAN as possible. See http://testers.cpan.org/
Please cc any replies to [email protected] to keep other test volunteers informed and to prevent any duplicate effort. -- Dear Rafael Garcia-Suarez, This is a computer-generated error report created automatically by CPANPLUS, version 0.0562. Testers personal comments may appear at the end of this report. Thank you for uploading your work to CPAN. However, it appears that there were some problems testing your distribution. TEST RESULTS: Below is the error stack from stage 'make test': [CP_MSG] [Tue Feb 28 12:05:30 2006] Checking if source files are up to date [CP_MSG] [Tue Feb 28 12:05:30 2006] Retrieving /root/.cpanplus/sourcefiles.2.15.stored [CP_MSG] [Tue Feb 28 12:05:31 2006] make[1]: Entering directory `/root/.cpanplus/5.8.8/build/Test-Pod-Coverage-1.08' Manifying blib/man3/Test::Pod::Coverage.3pm make[1]: Leaving directory `/root/.cpanplus/5.8.8/build/Test-Pod-Coverage-1.08' [CP_ERROR] [Tue Feb 28 12:05:33 2006] MAKE TEST failed: make[1]: Entering directory `/root/.cpanplus/5.8.8/build/Test-Pod-Coverage-1.08' PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00.load................# Testing Test::Pod::Coverage 1.08 ok t/all_modules............ok t/all_pod_coverage_ok....ok t/alt_class..............ok t/nopod.................. # Failed test 'Handles files with no pod at all' # in t/nopod.t at line 16. # STDERR is: # # Failed test 'Checking Nopod' # # in t/nopod.t at line 15. # # Nopod: couldn't find pod # # not: # # Failed test (t/nopod.t at line 15) # # Nopod: couldn't find pod # # as expected FAILED test 2 Failed 1/2 tests, 50.00% okay t/nosymbols..............ok t/parms..................ok t/pod....................ok t/privates............... # Failed test 'Should fail at 60%' # in t/privates.t at line 19. # STDERR is: # # Failed test 'Privates fails' # # in t/privates.t at line 18. # # Coverage for Privates is 60.0%, with 2 naked subroutines: # # INTERNAL_DOODAD # # INTERNAL_THING # # not: # # Failed test (t/privates.t at line 18) # # Coverage for Privates is 60.0%, with 2 naked subroutines: # # INTERNAL_DOODAD # # INTERNAL_THING # # as expected FAILED test 2 Failed 1/4 tests, 75.00% okay t/self...................ok t/simple.................ok Failed Test Stat Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------- t/nopod.t 2 1 50.00% 2 t/privates.t 4 1 25.00% 2 Failed 2/11 test scripts, 81.82% okay. 2/23 subtests failed, 91.30% okay. make[1]: Leaving directory `/root/.cpanplus/5.8.8/build/Test-Pod-Coverage-1.08' make[1]: *** [test_dynamic] Error 255 [CP_MSG] [Tue Feb 28 12:05:33 2006] Fetching: 'http://testers.cpan.org/show/Test-Pod-Coverage.yaml' [CP_MSG] [Tue Feb 28 12:05:35 2006] 'fail' already reported for 'Test-Pod-Coverage-1.08', not cc-ing the author [CP_MSG] [Tue Feb 28 12:05:35 2006] DEFAULT 'munge_test_report' HANDLER RETURNING 'sub return value' [CP_MSG] [Tue Feb 28 12:05:35 2006] DEFAULT 'send_test_report' HANDLER RETURNING 'true' [CP_MSG] [Tue Feb 28 12:05:35 2006] DEFAULT 'edit_test_report' HANDLER RETURNING 'false' [CP_MSG] [Tue Feb 28 12:05:35 2006] Successfully sent 'fail' report for 'Test-Pod-Coverage-1.08' [CP_ERROR] [Tue Feb 28 12:05:35 2006] Unable to create a new distribution object for 'Test::Pod::Coverage' -- cannot continue [CP_MSG] [Tue Feb 28 12:05:35 2006] Module 'Test::WWW::Mechanize' requires 'Test::LongString' version '0.07' to be installed [CP_MSG] [Tue Feb 28 12:05:35 2006] Module 'Test::WWW::Mechanize' requires 'WWW::Mechanize' version '1.00' to be installed [CP_MSG] [Tue Feb 28 12:05:35 2006] make[1]: Entering directory `/root/.cpanplus/5.8.8/build/Test-LongString-0.09' make[1]: Leaving directory `/root/.cpanplus/5.8.8/build/Test-LongString-0.09' [CP_ERROR] [Tue Feb 28 12:05:36 2006] MAKE TEST failed: Bad file descriptor make[1]: Entering directory `/root/.cpanplus/5.8.8/build/Test-LongString-0.09' PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01teststring.... # Failed test 'two small strings different' # in t/01teststring.t at line 23. # STDERR is: # [30m[42m# [30m[41mFailed test 'foo is foo'[0m # [30m[41m# in t/01teststring.t at line 22.[0m # [30m[41m# got: "bar"[0m # [30m[41m# length: 3[0m # [30m[41m# expected: "foo"[0m # [30m[41m# length: 3[0m # [30m[41m# strings begin to differ at char 1[0m # [30m[41m[0m # not: # [30m[42m# [30m[41m Failed test (t/01teststring.t at line 22)[0m # [30m[41m# got: "bar"[0m # [30m[41m# length: 3[0m # [30m[41m# expected: "foo"[0m # [30m[41m# length: 3[0m # [30m[41m# strings begin to differ at char 1[0m # [30m[41m[0m # as expected # Failed test 'got undef, expected small string' # in t/01teststring.t at line 30. # STDERR is: # [30m[42m# [30m[41mFailed test 'foo is foo'[0m # [30m[41m# in t/01teststring.t at line 29.[0m # [30m[41m# got: undef[0m # [30m[41m# expected: "foo"[0m # [30m[41m[0m # not: # [30m[42m# [30m[41m Failed test (t/01teststring.t at line 29)[0m # [30m[41m# got: undef[0m # [30m[41m# expected: "foo"[0m # [30m[41m[0m # as expected # Failed test 'expected undef, got small string' # in t/01teststring.t at line 37. # STDERR is: # [30m[42m# [30m[41mFailed test 'foo is foo'[0m # [30m[41m# in t/01teststring.t at line 36.[0m # [30m[41m# got: "foo"[0m # [30m[41m# expected: undef[0m # [30m[41m[0m # not: # [30m[42m# [30m[41m Failed test (t/01teststring.t at line 36)[0m # [30m[41m# got: "foo"[0m # [30m[41m# expected: undef[0m # [30m[41m[0m # as expected # Failed test 'display of long strings and of control chars' # in t/01teststring.t at line 51. # STDERR is: # [30m[42m# [30m[41mFailed test 'long binary strings'[0m # [30m[41m# in t/01teststring.t at line 46.[0m # [30m[41m# got: "This is a long string that will be truncated by th"...[0m # [30m[41m# length: 70[0m # [30m[41m# expected: "\x{00}\x{01}foo\x{0a}bar"[0m # [30m[41m# length: 9[0m # [30m[41m# strings begin to differ at char 1[0m # [30m[41m[0m # not: # [30m[42m# [30m[41m Failed test (t/01teststring.t at line 46)[0m # [30m[41m# got: "This is a long string that will be truncated by th"...[0m # [30m[41m# length: 70[0m # [30m[41m# expected: "\x{00}\x{01}foo\x{0a}bar"[0m # [30m[41m# length: 9[0m # [30m[41m# strings begin to differ at char 1[0m # [30m[41m[0m # as expected # Failed test 'Escape high-ascii chars' # in t/01teststring.t at line 65. # STDERR is: # [30m[42m# [30m[41mFailed test 'spelling'[0m # [30m[41m# in t/01teststring.t at line 60.[0m # [30m[41m# got: "Element"[0m # [30m[41m# length: 7[0m # [30m[41m# expected: "El\x{e9}ment"[0m # [30m[41m# length: 7[0m # [30m[41m# strings begin to differ at char 3[0m # [30m[41m[0m # not: # [30m[42m# [30m[41m Failed test (t/01teststring.t at line 60)[0m # [30m[41m# got: "Element"[0m # [30m[41m# length: 7[0m # [30m[41m# expected: "El\x{e9}ment"[0m # [30m[41m# length: 7[0m # [30m[41m# strings begin to differ at char 3[0m # [30m[41m[0m # as expected # Failed test 'Count correctly prefix with multiline strings' # in t/01teststring.t at line 75. # STDERR is: # [30m[42m# [30m[41mFailed test 'foo\nfoo is foo\nfoo'[0m # [30m[41m# in t/01teststring.t at line 74.[0m # [30m[41m# got: "foo\x{0a}foo"[0m # [30m[41m# length: 7[0m # [30m[41m# expected: "foo\x{0a}fpo"[0m # [30m[41m# length: 7[0m # [30m[41m# strings begin to differ at char 6[0m # [30m[41m[0m # not: # [30m[42m# [30m[41m Failed test (t/01teststring.t at line 74)[0m # [30m[41m# got: "foo\x{0a}foo"[0m # [30m[41m# length: 7[0m # [30m[41m# expected: "foo\x{0a}fpo"[0m # [30m[41m# length: 7[0m # [30m[41m# strings begin to differ at char 6[0m # [30m[41m[0m # as expected # Failed test 'Display offset in diagnostics' # in t/01teststring.t at line 101. # STDERR is: # [30m[42m# [30m[41mFailed test 'this isn't Ulysses'[0m # [30m[41m# in t/01teststring.t at line 84.[0m # [30m[41m# got: ..."he bowl aloft and intoned:\x{0a}--Introibo ad altare de"...[0m # [30m[41m# length: 275[0m # [30m[41m# expected: ..."he bowl alift and intoned:\x{0a}--Introibo ad altare de"...[0m # [30m[41m# length: 275[0m # [30m[41m# strings begin to differ at char 233[0m # [30m[41m[0m # not: # [30m[42m# [30m[41m Failed test (t/01teststring.t at line 84)[0m # [30m[41m# got: ..."he bowl aloft and intoned:\x{0a}--Introibo ad altare de"...[0m # [30m[41m# length: 275[0m # [30m[41m# expected: ..."he bowl alift and intoned:\x{0a}--Introibo ad altare de"...[0m # [30m[41m# length: 275[0m # [30m[41m# strings begin to differ at char 233[0m # [30m[41m[0m # as expected # Failed test 'is_string_nows tests correctly' # in t/01teststring.t at line 124. # STDERR is: # [30m[42m# [30m[41mFailed test 'non-ws differs'[0m # [30m[41m# in t/01teststring.t at line 123.[0m # [30m[41m# after whitespace removal:[0m # [30m[41m# got: "abc"[0m # [30m[41m# length: 3[0m # [30m[41m# expected: "abd"[0m # [30m[41m# length: 3[0m # [30m[41m# strings begin to differ at char 3[0m # [30m[41m[0m # not: # [30m[42m# [30m[41m Failed test (t/01teststring.t at line 123)[0m # [30m[41m# after whitespace removal:[0m # [30m[41m# got: "abc"[0m # [30m[41m# length: 3[0m # [30m[41m# expected: "abd"[0m # [30m[41m# length: 3[0m # [30m[41m# strings begin to differ at char 3[0m # [30m[41m[0m # as expected FAILED tests 3-9, 11 Failed 8/11 tests, 27.27% okay t/02import........ # Failed test '5 chars in output' # in t/02import.t at line 18. # STDERR is: # [30m[42m# [30m[41mFailed test 'foobar is foobar'[0m # [30m[41m# in t/02import.t at line 17.[0m # [30m[41m# got: "foobu"...[0m # [30m[41m# length: 6[0m # [30m[41m# expected: "fooba"...[0m # [30m[41m# length: 6[0m # [30m[41m# strings begin to differ at char 5[0m # [30m[41m[0m # not: # [30m[42m# [30m[41m Failed test (t/02import.t at line 17)[0m # [30m[41m# got: "foobu"...[0m # [30m[41m# length: 6[0m # [30m[41m# expected: "fooba"...[0m # [30m[41m# length: 6[0m # [30m[41m# strings begin to differ at char 5[0m # [30m[41m[0m # as expected FAILED test 1 Failed 1/1 tests, 0.00% okay t/03like.......... # Failed test 'a small string doesn't match' # in t/03like.t at line 20. # STDERR is: # [30m[42m# [30m[41mFailed test 'foo matches foo'[0m # [30m[41m# in t/03like.t at line 19.[0m # [30m[41m# got: "bar"[0m # [30m[41m# length: 3[0m # [30m[41m# doesn't match '(?-xism:foo)'[0m # [30m[41m[0m # not: # [30m[42m# [30m[41m Failed test (t/03like.t at line 19)[0m # [30m[41m# got: "bar"[0m # [30m[41m# length: 3[0m # [30m[41m# doesn't match '(?-xism:foo)'[0m # [30m[41m[0m # as expected # Failed test 'got undef' # in t/03like.t at line 28. # STDERR is: # [30m[42m# [30m[41mFailed test 'foo matches foo'[0m # [30m[41m# in t/03like.t at line 27.[0m # [30m[41m# got: undef[0m # [30m[41m# length: -[0m # [30m[41m# doesn't match '(?-xism:foo)'[0m # [30m[41m[0m # not: # [30m[42m# [30m[41m Failed test (t/03like.t at line 27)[0m # [30m[41m# got: undef[0m # [30m[41m# length: -[0m # [30m[41m# doesn't match '(?-xism:foo)'[0m # [30m[41m[0m # as expected # Failed test 'a huge string doesn't match' # in t/03like.t at line 36. # STDERR is: # [30m[42m# [30m[41mFailed test 'long string matches a*'[0m # [30m[41m# in t/03like.t at line 35.[0m # [30m[41m# got: "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"...[0m # [30m[41m# length: 100[0m # [30m[41m# doesn't match '(?-xism:^a*$)'[0m # [30m[41m[0m # not: # [30m[42m# [30m[41m Failed test (t/03like.t at line 35)[0m # [30m[41m# got: "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"...[0m # [30m[41m# length: 100[0m # [30m[41m# doesn't match '(?-xism:^a*$)'[0m # [30m[41m[0m # as expected # Failed test 'a small string matches while it shouldn't' # in t/03like.t at line 44. # STDERR is: # [30m[42m# [30m[41mFailed test 'foo doesn't match bar'[0m # [30m[41m# in t/03like.t at line 43.[0m # [30m[41m# got: "bar"[0m # [30m[41m# length: 3[0m # [30m[41m# matches '(?-xism:bar)'[0m # [30m[41m[0m # not: # [30m[42m# [30m[41m Failed test (t/03like.t at line 43)[0m # [30m[41m# got: "bar"[0m # [30m[41m# length: 3[0m # [30m[41m# matches '(?-xism:bar)'[0m # [30m[41m[0m # as expected FAILED tests 2-5 Failed 4/5 tests, 20.00% okay t/04contains...... # Failed test 'Substring doesn't match' # in t/04contains.t at line 21. # STDERR is: # [30m[42m# [30m[41mFailed test 'Any nachos?'[0m # [30m[41m# in t/04contains.t at line 20.[0m # [30m[41m# searched: "Dog food"[0m # [30m[41m# can't find: "Nachos"[0m # [30m[41m[0m # not: # [30m[42m# [30m[41m Failed test (t/04contains.t at line 20)[0m # [30m[41m# searched: "Dog food"[0m # [30m[41m# can't find: "Nachos"[0m # [30m[41m[0m # as expected # Failed test 'Source string undef fails' # in t/04contains.t at line 28. # STDERR is: # [30m[42m# [30m[41mFailed test 'Look inside undef'[0m # [30m[41m# in t/04contains.t at line 27.[0m # [30m[41m# String to look in is undef[0m # [30m[41m[0m # not: # [30m[42m# [30m[41m Failed test (t/04contains.t at line 27)[0m # [30m[41m# String to look in is undef[0m # [30m[41m[0m # as expected # Failed test 'Substring undef fails' # in t/04contains.t at line 35. # STDERR is: # [30m[42m# [30m[41mFailed test 'Look for undef'[0m # [30m[41m# in t/04contains.t at line 34.[0m # [30m[41m# String to look for is undef[0m # [30m[41m[0m # not: # [30m[42m# [30m[41m Failed test (t/04contains.t at line 34)[0m # [30m[41m# String to look for is undef[0m # [30m[41m[0m # as expected FAILED tests 2-4 Failed 3/4 tests, 25.00% okay t/05lacks......... # Failed test 'Not lacking' # in t/05lacks.t at line 22. # STDERR is: # [30m[42m# [30m[41mFailed test 'Any peanut butter in my chocolate?'[0m # [30m[41m# in t/05lacks.t at line 21.[0m # [30m[41m# searched: "Reese's Peanut Butter Cups"[0m # [30m[41m# and found: "Peanut Butter"[0m # [30m[41m# at position: 8[0m # [30m[41m[0m # not: # [30m[42m# [30m[41m Failed test (t/05lacks.t at line 21)[0m # [30m[41m# searched: "Reese's Peanut Butter Cups"[0m # [30m[41m# and found: "Peanut Butter"[0m # [30m[41m# at position: 8[0m # [30m[41m[0m # as expected # Failed test 'Source string undef fails' # in t/05lacks.t at line 29. # STDERR is: # [30m[42m# [30m[41mFailed test 'Look inside undef'[0m # [30m[41m# in t/05lacks.t at line 28.[0m # [30m[41m# String to look in is undef[0m # [30m[41m[0m # not: # [30m[42m# [30m[41m Failed test (t/05lacks.t at line 28)[0m # [30m[41m# String to look in is undef[0m # [30m[41m[0m # as expected # Failed test 'Substring undef fails' # in t/05lacks.t at line 36. # STDERR is: # [30m[42m# [30m[41mFailed test 'Look for undef'[0m # [30m[41m# in t/05lacks.t at line 35.[0m # [30m[41m# String to look for is undef[0m # [30m[41m[0m # not: # [30m[42m# [30m[41m Failed test (t/05lacks.t at line 35)[0m # [30m[41m# String to look for is undef[0m # [30m[41m[0m # as expected FAILED tests 2-4 Failed 3/4 tests, 25.00% okay t/pod-coverage....ok t/pod.............ok Failed Test Stat Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------- t/01teststring.t 11 8 72.73% 3-9 11 t/02import.t 1 1 100.00% 1 t/03like.t 5 4 80.00% 2-5 t/04contains.t 4 3 75.00% 2-4 t/05lacks.t 4 3 75.00% 2-4 Failed 5/7 test scripts, 28.57% okay. 19/27 subtests failed, 29.63% okay. make[1]: Leaving directory `/root/.cpanplus/5.8.8/build/Test-LongString-0.09' make[1]: *** [test_dynamic] Error 255 [CP_MSG] [Tue Feb 28 12:05:36 2006] Fetching: 'http://testers.cpan.org/show/Test-LongString.yaml' [CP_MSG] [Tue Feb 28 12:05:37 2006] 'fail' already reported for 'Test-LongString-0.09', not cc-ing the author [CP_MSG] [Tue Feb 28 12:05:37 2006] DEFAULT 'munge_test_report' HANDLER RETURNING 'sub return value' [CP_MSG] [Tue Feb 28 12:05:37 2006] DEFAULT 'send_test_report' HANDLER RETURNING 'true' [CP_MSG] [Tue Feb 28 12:05:37 2006] DEFAULT 'edit_test_report' HANDLER RETURNING 'false' [CP_MSG] [Tue Feb 28 12:05:37 2006] Successfully sent 'fail' report for 'Test-LongString-0.09' [CP_ERROR] [Tue Feb 28 12:05:37 2006] Unable to create a new distribution object for 'Test::LongString' -- cannot continue [CP_ERROR] [Tue Feb 28 12:05:37 2006] Failed to install 'Test::LongString' as prerequisite for 'Test::WWW::Mechanize' [CP_ERROR] [Tue Feb 28 12:05:37 2006] Unable to satisfy prerequisites for 'Test::WWW::Mechanize' -- aborting install [CP_ERROR] [Tue Feb 28 12:05:37 2006] Unable to create a new distribution object for 'Test::WWW::Mechanize' -- cannot continue [CP_MSG] [Tue Feb 28 12:05:37 2006] Module 'WWW::Mechanize' requires 'Test::LongString' version '0' to be installed [CP_MSG] [Tue Feb 28 12:05:37 2006] make[1]: Entering directory `/root/.cpanplus/5.8.8/build/Test-LongString-0.09' make[1]: Leaving directory `/root/.cpanplus/5.8.8/build/Test-LongString-0.09' [CP_ERROR] [Tue Feb 28 12:05:38 2006] MAKE TEST failed: Bad file descriptor make[1]: Entering directory `/root/.cpanplus/5.8.8/build/Test-LongString-0.09' PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01teststring.... # Failed test 'two small strings different' # in t/01teststring.t at line 23. # STDERR is: # [30m[42m# [30m[41mFailed test 'foo is foo'[0m # [30m[41m# in t/01teststring.t at line 22.[0m # [30m[41m# got: "bar"[0m # [30m[41m# length: 3[0m # [30m[41m# expected: "foo"[0m # [30m[41m# length: 3[0m # [30m[41m# strings begin to differ at char 1[0m # [30m[41m[0m # not: # [30m[42m# [30m[41m Failed test (t/01teststring.t at line 22)[0m # [30m[41m# got: "bar"[0m # [30m[41m# length: 3[0m # [30m[41m# expected: "foo"[0m # [30m[41m# length: 3[0m # [30m[41m# strings begin to differ at char 1[0m # [30m[41m[0m # as expected # Failed test 'got undef, expected small string' # in t/01teststring.t at line 30. # STDERR is: # [30m[42m# [30m[41mFailed test 'foo is foo'[0m # [30m[41m# in t/01teststring.t at line 29.[0m # [30m[41m# got: undef[0m # [30m[41m# expected: "foo"[0m # [30m[41m[0m # not: # [30m[42m# [30m[41m Failed test (t/01teststring.t at line 29)[0m # [30m[41m# got: undef[0m # [30m[41m# expected: "foo"[0m # [30m[41m[0m # as expected # Failed test 'expected undef, got small string' # in t/01teststring.t at line 37. # STDERR is: # [30m[42m# [30m[41mFailed test 'foo is foo'[0m # [30m[41m# in t/01teststring.t at line 36.[0m # [30m[41m# got: "foo"[0m # [30m[41m# expected: undef[0m # [30m[41m[0m # not: # [30m[42m# [30m[41m Failed test (t/01teststring.t at line 36)[0m # [30m[41m# got: "foo"[0m # [30m[41m# expected: undef[0m # [30m[41m[0m # as expected # Failed test 'display of long strings and of control chars' # in t/01teststring.t at line 51. # STDERR is: # [30m[42m# [30m[41mFailed test 'long binary strings'[0m # [30m[41m# in t/01teststring.t at line 46.[0m # [30m[41m# got: "This is a long string that will be truncated by th"...[0m # [30m[41m# length: 70[0m # [30m[41m# expected: "\x{00}\x{01}foo\x{0a}bar"[0m # [30m[41m# length: 9[0m # [30m[41m# strings begin to differ at char 1[0m # [30m[41m[0m # not: # [30m[42m# [30m[41m Failed test (t/01teststring.t at line 46)[0m # [30m[41m# got: "This is a long string that will be truncated by th"...[0m # [30m[41m# length: 70[0m # [30m[41m# expected: "\x{00}\x{01}foo\x{0a}bar"[0m # [30m[41m# length: 9[0m # [30m[41m# strings begin to differ at char 1[0m # [30m[41m[0m # as expected # Failed test 'Escape high-ascii chars' # in t/01teststring.t at line 65. # STDERR is: # [30m[42m# [30m[41mFailed test 'spelling'[0m # [30m[41m# in t/01teststring.t at line 60.[0m # [30m[41m# got: "Element"[0m # [30m[41m# length: 7[0m # [30m[41m# expected: "El\x{e9}ment"[0m # [30m[41m# length: 7[0m # [30m[41m# strings begin to differ at char 3[0m # [30m[41m[0m # not: # [30m[42m# [30m[41m Failed test (t/01teststring.t at line 60)[0m # [30m[41m# got: "Element"[0m # [30m[41m# length: 7[0m # [30m[41m# expected: "El\x{e9}ment"[0m # [30m[41m# length: 7[0m # [30m[41m# strings begin to differ at char 3[0m # [30m[41m[0m # as expected # Failed test 'Count correctly prefix with multiline strings' # in t/01teststring.t at line 75. # STDERR is: # [30m[42m# [30m[41mFailed test 'foo\nfoo is foo\nfoo'[0m # [30m[41m# in t/01teststring.t at line 74.[0m # [30m[41m# got: "foo\x{0a}foo"[0m # [30m[41m# length: 7[0m # [30m[41m# expected: "foo\x{0a}fpo"[0m # [30m[41m# length: 7[0m # [30m[41m# strings begin to differ at char 6[0m # [30m[41m[0m # not: # [30m[42m# [30m[41m Failed test (t/01teststring.t at line 74)[0m # [30m[41m# got: "foo\x{0a}foo"[0m # [30m[41m# length: 7[0m # [30m[41m# expected: "foo\x{0a}fpo"[0m # [30m[41m# length: 7[0m # [30m[41m# strings begin to differ at char 6[0m # [30m[41m[0m # as expected # Failed test 'Display offset in diagnostics' # in t/01teststring.t at line 101. # STDERR is: # [30m[42m# [30m[41mFailed test 'this isn't Ulysses'[0m # [30m[41m# in t/01teststring.t at line 84.[0m # [30m[41m# got: ..."he bowl aloft and intoned:\x{0a}--Introibo ad altare de"...[0m # [30m[41m# length: 275[0m # [30m[41m# expected: ..."he bowl alift and intoned:\x{0a}--Introibo ad altare de"...[0m # [30m[41m# length: 275[0m # [30m[41m# strings begin to differ at char 233[0m # [30m[41m[0m # not: # [30m[42m# [30m[41m Failed test (t/01teststring.t at line 84)[0m # [30m[41m# got: ..."he bowl aloft and intoned:\x{0a}--Introibo ad altare de"...[0m # [30m[41m# length: 275[0m # [30m[41m# expected: ..."he bowl alift and intoned:\x{0a}--Introibo ad altare de"...[0m # [30m[41m# length: 275[0m # [30m[41m# strings begin to differ at char 233[0m # [30m[41m[0m # as expected # Failed test 'is_string_nows tests correctly' # in t/01teststring.t at line 124. # STDERR is: # [30m[42m# [30m[41mFailed test 'non-ws differs'[0m # [30m[41m# in t/01teststring.t at line 123.[0m # [30m[41m# after whitespace removal:[0m # [30m[41m# got: "abc"[0m # [30m[41m# length: 3[0m # [30m[41m# expected: "abd"[0m # [30m[41m# length: 3[0m # [30m[41m# strings begin to differ at char 3[0m # [30m[41m[0m # not: # [30m[42m# [30m[41m Failed test (t/01teststring.t at line 123)[0m # [30m[41m# after whitespace removal:[0m # [30m[41m# got: "abc"[0m # [30m[41m# length: 3[0m # [30m[41m# expected: "abd"[0m # [30m[41m# length: 3[0m # [30m[41m# strings begin to differ at char 3[0m # [30m[41m[0m # as expected FAILED tests 3-9, 11 Failed 8/11 tests, 27.27% okay t/02import........ # Failed test '5 chars in output' # in t/02import.t at line 18. # STDERR is: # [30m[42m# [30m[41mFailed test 'foobar is foobar'[0m # [30m[41m# in t/02import.t at line 17.[0m # [30m[41m# got: "foobu"...[0m # [30m[41m# length: 6[0m # [30m[41m# expected: "fooba"...[0m # [30m[41m# length: 6[0m # [30m[41m# strings begin to differ at char 5[0m # [30m[41m[0m # not: # [30m[42m# [30m[41m Failed test (t/02import.t at line 17)[0m # [30m[41m# got: "foobu"...[0m # [30m[41m# length: 6[0m # [30m[41m# expected: "fooba"...[0m # [30m[41m# length: 6[0m # [30m[41m# strings begin to differ at char 5[0m # [30m[41m[0m # as expected FAILED test 1 Failed 1/1 tests, 0.00% okay t/03like.......... # Failed test 'a small string doesn't match' # in t/03like.t at line 20. # STDERR is: # [30m[42m# [30m[41mFailed test 'foo matches foo'[0m # [30m[41m# in t/03like.t at line 19.[0m # [30m[41m# got: "bar"[0m # [30m[41m# length: 3[0m # [30m[41m# doesn't match '(?-xism:foo)'[0m # [30m[41m[0m # not: # [30m[42m# [30m[41m Failed test (t/03like.t at line 19)[0m # [30m[41m# got: "bar"[0m # [30m[41m# length: 3[0m # [30m[41m# doesn't match '(?-xism:foo)'[0m # [30m[41m[0m # as expected # Failed test 'got undef' # in t/03like.t at line 28. # STDERR is: # [30m[42m# [30m[41mFailed test 'foo matches foo'[0m # [30m[41m# in t/03like.t at line 27.[0m # [30m[41m# got: undef[0m # [30m[41m# length: -[0m # [30m[41m# doesn't match '(?-xism:foo)'[0m # [30m[41m[0m # not: # [30m[42m# [30m[41m Failed test (t/03like.t at line 27)[0m # [30m[41m# got: undef[0m # [30m[41m# length: -[0m # [30m[41m# doesn't match '(?-xism:foo)'[0m # [30m[41m[0m # as expected # Failed test 'a huge string doesn't match' # in t/03like.t at line 36. # STDERR is: # [30m[42m# [30m[41mFailed test 'long string matches a*'[0m # [30m[41m# in t/03like.t at line 35.[0m # [30m[41m# got: "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"...[0m # [30m[41m# length: 100[0m # [30m[41m# doesn't match '(?-xism:^a*$)'[0m # [30m[41m[0m # not: # [30m[42m# [30m[41m Failed test (t/03like.t at line 35)[0m # [30m[41m# got: "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"...[0m # [30m[41m# length: 100[0m # [30m[41m# doesn't match '(?-xism:^a*$)'[0m # [30m[41m[0m # as expected # Failed test 'a small string matches while it shouldn't' # in t/03like.t at line 44. # STDERR is: # [30m[42m# [30m[41mFailed test 'foo doesn't match bar'[0m # [30m[41m# in t/03like.t at line 43.[0m # [30m[41m# got: "bar"[0m # [30m[41m# length: 3[0m # [30m[41m# matches '(?-xism:bar)'[0m # [30m[41m[0m # not: # [30m[42m# [30m[41m Failed test (t/03like.t at line 43)[0m # [30m[41m# got: "bar"[0m # [30m[41m# length: 3[0m # [30m[41m# matches '(?-xism:bar)'[0m # [30m[41m[0m # as expected FAILED tests 2-5 Failed 4/5 tests, 20.00% okay t/04contains...... # Failed test 'Substring doesn't match' # in t/04contains.t at line 21. # STDERR is: # [30m[42m# [30m[41mFailed test 'Any nachos?'[0m # [30m[41m# in t/04contains.t at line 20.[0m # [30m[41m# searched: "Dog food"[0m # [30m[41m# can't find: "Nachos"[0m # [30m[41m[0m # not: # [30m[42m# [30m[41m Failed test (t/04contains.t at line 20)[0m # [30m[41m# searched: "Dog food"[0m # [30m[41m# can't find: "Nachos"[0m # [30m[41m[0m # as expected # Failed test 'Source string undef fails' # in t/04contains.t at line 28. # STDERR is: # [30m[42m# [30m[41mFailed test 'Look inside undef'[0m # [30m[41m# in t/04contains.t at line 27.[0m # [30m[41m# String to look in is undef[0m # [30m[41m[0m # not: # [30m[42m# [30m[41m Failed test (t/04contains.t at line 27)[0m # [30m[41m# String to look in is undef[0m # [30m[41m[0m # as expected # Failed test 'Substring undef fails' # in t/04contains.t at line 35. # STDERR is: # [30m[42m# [30m[41mFailed test 'Look for undef'[0m # [30m[41m# in t/04contains.t at line 34.[0m # [30m[41m# String to look for is undef[0m # [30m[41m[0m # not: # [30m[42m# [30m[41m Failed test (t/04contains.t at line 34)[0m # [30m[41m# String to look for is undef[0m # [30m[41m[0m # as expected FAILED tests 2-4 Failed 3/4 tests, 25.00% okay t/05lacks......... # Failed test 'Not lacking' # in t/05lacks.t at line 22. # STDERR is: # [30m[42m# [30m[41mFailed test 'Any peanut butter in my chocolate?'[0m # [30m[41m# in t/05lacks.t at line 21.[0m # [30m[41m# searched: "Reese's Peanut Butter Cups"[0m # [30m[41m# and found: "Peanut Butter"[0m # [30m[41m# at position: 8[0m # [30m[41m[0m # not: # [30m[42m# [30m[41m Failed test (t/05lacks.t at line 21)[0m # [30m[41m# searched: "Reese's Peanut Butter Cups"[0m # [30m[41m# and found: "Peanut Butter"[0m # [30m[41m# at position: 8[0m # [30m[41m[0m # as expected # Failed test 'Source string undef fails' # in t/05lacks.t at line 29. # STDERR is: # [30m[42m# [30m[41mFailed test 'Look inside undef'[0m # [30m[41m# in t/05lacks.t at line 28.[0m # [30m[41m# String to look in is undef[0m # [30m[41m[0m # not: # [30m[42m# [30m[41m Failed test (t/05lacks.t at line 28)[0m # [30m[41m# String to look in is undef[0m # [30m[41m[0m # as expected # Failed test 'Substring undef fails' # in t/05lacks.t at line 36. # STDERR is: # [30m[42m# [30m[41mFailed test 'Look for undef'[0m # [30m[41m# in t/05lacks.t at line 35.[0m # [30m[41m# String to look for is undef[0m # [30m[41m[0m # not: # [30m[42m# [30m[41m Failed test (t/05lacks.t at line 35)[0m # [30m[41m# String to look for is undef[0m # [30m[41m[0m # as expected FAILED tests 2-4 Failed 3/4 tests, 25.00% okay t/pod-coverage....ok t/pod.............ok Failed Test Stat Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------- t/01teststring.t 11 8 72.73% 3-9 11 t/02import.t 1 1 100.00% 1 t/03like.t 5 4 80.00% 2-5 t/04contains.t 4 3 75.00% 2-4 t/05lacks.t 4 3 75.00% 2-4 Failed 5/7 test scripts, 28.57% okay. 19/27 subtests failed, 29.63% okay. make[1]: Leaving directory `/root/.cpanplus/5.8.8/build/Test-LongString-0.09' make[1]: *** [test_dynamic] Error 255 PREREQUISITES: Here is a list of prerequisites you specified and versions we managed to load: Test::Builder 0.32 Test::Builder::Tester 1.01 ******************************** NOTE ******************************** The comments above are created mechanically, possibly without manual checking by the sender. As there are many people performing automatic tests on each upload to CPAN, it is likely that you will receive identical messages about the same problem. If you believe that the message is mistaken, please reply to the first one with correction and/or additional informations, and do not take it personally. We appreciate your patience. :) ********************************************************************** Additional comments: -- Summary of my perl5 (revision 5 version 8 subversion 8) configuration: Platform: osname=linux, osvers=2.6.15, archname=i486-linux-gnu-thread-multi uname='linux ninsei 2.6.15 #1 smp preempt sat jan 7 12:47:52 pst 2006 i686 gnulinux ' config_args='-Dusethreads -Duselargefiles -Dccflags=-DDEBIAN -Dcccdlflags=-fPIC -Darchname=i486-linux-gnu -Dprefix=/usr -Dprivlib=/usr/share/perl/5.8 -Darchlib=/usr/lib/perl/5.8 -Dvendorprefix=/usr -Dvendorlib=/usr/share/perl5 -Dvendorarch=/usr/lib/perl5 -Dsiteprefix=/usr/local -Dsitelib=/usr/local/share/perl/5.8.8 -Dsitearch=/usr/local/lib/perl/5.8.8 -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dsiteman1dir=/usr/local/man/man1 -Dsiteman3dir=/usr/local/man/man3 -Dman1ext=1 -Dman3ext=3perl -Dpager=/usr/bin/sensible-pager -Uafs -Ud_csh -Uusesfio -Uusenm -Duseshrplib -Dlibperl=libperl.so.5.8.8 -Dd_dosuid -des' hint=recommended, useposix=true, d_sigaction=define usethreads=define use5005threads=undef useithreads=define usemultiplicity=define useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', optimize='-O2', cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include' ccversion='', gccversion='4.0.3 20060128 (prerelease) (Debian 4.0.2-8)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=4, prototype=define Linker and Libraries: ld='cc', ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /lib /usr/lib libs=-lgdbm -lgdbm_compat -ldb -ldl -lm -lpthread -lc -lcrypt perllibs=-ldl -lm -lpthread -lc -lcrypt libc=/lib/libc-2.3.5.so, so=so, useshrplib=true, libperl=libperl.so.5.8.8 gnulibc_version='2.3.5' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E' cccdlflags='-fPIC', lddlflags='-shared -L/usr/local/lib'
