PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2012-03-24T06:15:15 ActivePerl-1402 CPAN-1.9402 Going to read '/export/home/fly1432/var/cpan/Metadata' Database was generated on Sat, 24 Mar 2012 11:10:26 GMT Running make for D/DM/DMUEY/Return-DataButBool-0.0.3.tar.gz Checksum for /net/nas/data/cpan/authors/id/D/DM/DMUEY/Return-DataButBool-0.0.3.tar.gz ok Return-DataButBool-0.0.3/ Return-DataButBool-0.0.3/Build.PL Return-DataButBool-0.0.3/Changes Return-DataButBool-0.0.3/lib/ Return-DataButBool-0.0.3/lib/Return/ Return-DataButBool-0.0.3/lib/Return/DataButBool.pm Return-DataButBool-0.0.3/Makefile.PL Return-DataButBool-0.0.3/MANIFEST Return-DataButBool-0.0.3/META.yml Return-DataButBool-0.0.3/README Return-DataButBool-0.0.3/t/ Return-DataButBool-0.0.3/t/00.load.t Return-DataButBool-0.0.3/t/perlcritic.t Return-DataButBool-0.0.3/t/pod-coverage.t Return-DataButBool-0.0.3/t/pod.t CPAN.pm: Going to build D/DM/DMUEY/Return-DataButBool-0.0.3.tar.gz >>> /export/home/fly1432/bin/perl Makefile.PL Warning: prerequisite Contextual::Return 0 not found. Checking if your kit is complete... Looks good Writing Makefile for Return::DataButBool Writing MYMETA.yml and MYMETA.json ---- Unsatisfied dependencies detected during ---- ---- DMUEY/Return-DataButBool-0.0.3.tar.gz ---- Contextual::Return [requires] Running make test Delayed until after prerequisites Running test for module 'Contextual::Return' Running make for D/DC/DCONWAY/Contextual-Return-0.004002.tar.gz Checksum for /net/nas/data/cpan/authors/id/D/DC/DCONWAY/Contextual-Return-0.004002.tar.gz ok Contextual-Return-0.004002/ Contextual-Return-0.004002/Build.PL Contextual-Return-0.004002/Changes Contextual-Return-0.004002/lib/ Contextual-Return-0.004002/Makefile.PL Contextual-Return-0.004002/MANIFEST Contextual-Return-0.004002/META.json Contextual-Return-0.004002/META.yml Contextual-Return-0.004002/README Contextual-Return-0.004002/t/ Contextual-Return-0.004002/t/00.load.t Contextual-Return-0.004002/t/args.t Contextual-Return-0.004002/t/args_RESULT.t Contextual-Return-0.004002/t/caller.t Contextual-Return-0.004002/t/cleanup.t Contextual-Return-0.004002/t/context_tests.t Contextual-Return-0.004002/t/fail.t Contextual-Return-0.004002/t/fail_with.t Contextual-Return-0.004002/t/failures.t Contextual-Return-0.004002/t/fixed.t Contextual-Return-0.004002/t/interp.t Contextual-Return-0.004002/t/lazy.t Contextual-Return-0.004002/t/lvalue.t Contextual-Return-0.004002/t/method.t Contextual-Return-0.004002/t/nonvoid.t Contextual-Return-0.004002/t/object.t Contextual-Return-0.004002/t/pod.t Contextual-Return-0.004002/t/RECOVER.t Contextual-Return-0.004002/t/RECOVER_exception.t Contextual-Return-0.004002/t/RECOVER_exception_RESULT.t Contextual-Return-0.004002/t/RECOVER_RESULT.t Contextual-Return-0.004002/t/retobj.t Contextual-Return-0.004002/t/scalar-to-list.t Contextual-Return-0.004002/t/SCALAR.t Contextual-Return-0.004002/t/simple.t Contextual-Return-0.004002/t/simple_export.t Contextual-Return-0.004002/t/simple_prefix.t Contextual-Return-0.004002/t/simple_rename.t Contextual-Return-0.004002/t/simple_RESULT.t Contextual-Return-0.004002/t/STRICT.t Contextual-Return-0.004002/t/try Contextual-Return-0.004002/lib/Contextual/ Contextual-Return-0.004002/lib/Contextual/Return/ Contextual-Return-0.004002/lib/Contextual/Return.pm Contextual-Return-0.004002/lib/Contextual/Return/Failure.pm CPAN.pm: Going to build D/DC/DCONWAY/Contextual-Return-0.004002.tar.gz >>> /export/home/fly1432/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Contextual::Return Writing MYMETA.yml and MYMETA.json >>> make cp lib/Contextual/Return.pm blib/lib/Contextual/Return.pm cp lib/Contextual/Return/Failure.pm blib/lib/Contextual/Return/Failure.pm Manifying blib/man3/Contextual::Return.3 Manifying blib/man3/Contextual::Return::Failure.3 DCONWAY/Contextual-Return-0.004002.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /export/home/fly1432/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Testing Contextual::Return t/00.load.t ................... 1..1 ok 1 - use Contextual::Return; ok t/args.t ...................... ok 1 - list test on foo(99) ok 2 - boolean test on foo(99) ok 3 - number test on foo(99) ok 4 - string test on foo(99) ok 5 - scalar test on foo(99) ok 6 - hash test on foo(99) ok 7 - array test on foo(99) ok 8 - list test on foo() ok 9 - boolean test on foo() ok 10 - number test on foo() ok 11 - string test on foo() ok 12 - scalar test on foo() ok 13 - hash test on foo() ok 14 - array test on foo() ok 15 - list test on foo(99,100,101) ok 16 - boolean test on foo(99,100,101) ok 17 - number test on foo(99,100,101) ok 18 - string test on foo(99,100,101) ok 19 - scalar test on foo(99,100,101) ok 20 - hash test on foo(99,100,101) ok 21 - array test on foo(99,100,101) ok 22 - arg changes stick 1..22 ok t/args_RESULT.t ............... ok 1 - list test on foo(99) ok 2 - boolean test on foo(99) ok 3 - number test on foo(99) ok 4 - string test on foo(99) ok 5 - scalar test on foo(99) ok 6 - hash test on foo(99) ok 7 - array test on foo(99) ok 8 - list test on foo() ok 9 - boolean test on foo() ok 10 - number test on foo() ok 11 - string test on foo() ok 12 - scalar test on foo() ok 13 - hash test on foo() ok 14 - array test on foo() ok 15 - list test on foo(99,100,101) ok 16 - boolean test on foo(99,100,101) ok 17 - number test on foo(99,100,101) ok 18 - string test on foo(99,100,101) ok 19 - scalar test on foo(99,100,101) ok 20 - hash test on foo(99,100,101) ok 21 - array test on foo(99,100,101) ok 22 - arg changes stick 1..22 ok t/caller.t .................... ok 1 - Caller same both ways ok 2 - Caller 2 same both ways ok 3 - Scalar caller same both ways ok 4 - Scalar caller 2 same both ways 1..4 ok t/cleanup.t ................... 1..27 ok 1 - LIST context ok 2 - CLEANUP ok 3 - BOOLEAN context ok 4 - CLEANUP ok 5 - NUMERIC context ok 6 - CLEANUP ok 7 - STRING context ok 8 - CLEANUP ok 9 - SCALARREF context ok 10 - CLEANUP ok 11 - HASHREF context ok 12 - CLEANUP ok 13 - ARRAYREF context ok 14 - CLEANUP ok 15 - GLOBREF context ok 16 - CLEANUP ok 17 - ARRAYREF context ok 18 - CLEANUP ok 19 - SCALARREF via var ok 20 - CLEANUP ok 21 - SIDE EFFECT VOID ok 22 - NO ASSIGNMENT TO $_ ok 23 - SIDE EFFECT NONVOID ok 24 - NO ASSIGNMENT TO $_ ok 25 - SIDE EFFECT BOOLEAN ok 26 - SIDE EFFECT BOOLEAN NONVOID ok 27 - ASSIGNMENT TO $_ ok t/context_tests.t ............. ok 1 - LIST test ok 2 - SCALAR test ok 3 - VOID test ok 4 - NONVOID(LIST) test ok 5 - NONVOID(SCALAR) test ok 6 - VOID test 1..6 ok t/fail.t ...................... ok 1 - Failed as expected in bool context ok 2 - Failed with expected message ok 3 - Exception thrown in void context ok 4 - Right message ok 5 - Exception thrown in list context ok 6 - Right message ok 7 - Exception thrown in num context ok 8 - Right message ok 9 - Exception thrown in str context ok 10 - Right message ok 11 - Failed as expected in bool context ok 12 - Exception thrown in void context ok 13 - Right message ok 14 - Exception thrown in list context ok 15 - Right message ok 16 - Exception thrown in num context ok 17 - Right message ok 18 - Exception thrown in str context ok 19 - Right message 1..19 ok t/fail_with.t ................. ok 1 - Failed as expected in bool context ok 2 - Exception thrown in void context ok 3 - Right message ok 4 - Exception thrown in list context ok 5 - Right message ok 6 - Exception thrown in num context ok 7 - Right message ok 8 - Exception thrown in str context ok 9 - Right message ok 10 - Redefinition warning as expected ok 11 - Succeeded as expected in bool context ok 12 - Returned empty list in list context ok 13 - Unknown FAIL handler, as expected ok 14 - Correct exception thrown ok 15 - Redefinition warning as expected ok 16 - Failed as expected in bool context ok 17 - Scalar context was undef ok 18 - Returned one-elem list in list context ok 19 - One-elem was undef 1..19 ok # Failed test 'Line number correct at line 1' # at t/failures.t line 20. # Looks like you failed 1 test of 25. t/failures.t .................. ok 1 - Warn msg correct at line 25 ok 2 - Line number correct at line 25 ok 3 - BOOLEAN ok 4 - Warn msg correct at line 30 ok 5 - Line number correct at line 30 ok 6 - STRING ok 7 - Warn msg correct at line 33 ok 8 - Line number correct at line 33 ok 9 - ARRAYREF ok 10 - HASHREF (name) ok 11 - HASHREF (value) ok 12 - Warn msg correct at line 42 ok 13 - Line number correct at line 42 ok 14 - LIST via ARRAYREF ok 15 - VOID is fatal ok 16 - Error message is correct ok 17 - Error line is correct ok 18 - Exception on repetition ok 19 - Correct exception ok 20 - Exception on bad export name ok 21 - Correct exception ok 22 - Exception on bad export type ok 23 - Correct exception ok 24 - Warn msg correct at line 1 not ok 25 - Line number correct at line 1 1..25 Dubious, test returned 1 (wstat 256, 0x100) Failed 1/25 subtests t/fixed.t ..................... ok 1 - Before usage, it is a C::R::V ok 2 - BOOLEAN context ok 3 - After usage, it is not a C::R::V ok 4 - Before usage, it is a C::R::V ok 5 - NUMERIC context ok 6 - After usage, it is not a C::R::V ok 7 - Before usage, it is a C::R::V ok 8 - STRING context ok 9 - After usage, it is not a C::R::V ok 10 - Before usage, it is a C::R::V ok 11 - SCALARREF context ok 12 - After usage, it is not a C::R::V ok 13 - Before usage, it is a C::R::V ok 14 - SCALARREF context (no SCALARREF provided) ok 15 - After usage, it is not a C::R::V ok 16 - Before usage, it is a C::R::V ok 17 - HASHREF context ok 18 - After usage, it is not a C::R::V ok 19 - Before usage, it is a C::R::V ok 20 - ARRAYREF context ok 21 - After usage, it is not a C::R::V ok 22 - Before usage, it is a C::R::V ok 23 - ARRAYREF context (no ARRAYREF provided) ok 24 - After usage, it is not a C::R::V ok 25 - Before usage, it is a C::R::V ok 26 - GLOBREF context ok 27 - After usage, it is not a C::R::V ok 28 - Before usage, it is a C::R::V ok 29 - CODEREF context ok 30 - After usage, it is not a C::R::V ok 31 - Before usage, it is a C::R::V ok 32 - OBJREF context ok 33 - After usage, it is not a C::R::V ok 34 - List context works correctly 1..34 ok t/interp.t .................... ok 1 - Explicit interpolators ok 2 - Implicit interpolators ok 3 - Numeric interpolators ok 4 - String interpolators ok 5 - Smart numbers ok 6 - Smart strings 1..6 ok t/lazy.t ...................... 1..4 ok 1 # Before call to foo() ok 2 # After call to foo() ok 3 # In lazy eval of foo() ok 4 # After lazy eval of foo() ok t/lvalue.t .................... ok 1 - Pre-numerication ok 2 - Pre-stringification ok 3 - Pre-boolification ok 4 - Caller::_ ok 5 - Post-numerication ok 6 - Post-stringification ok 7 - Post-boolification ok 8 - Ex-numerication ok 9 - Ex-stringification ok 10 - Ex-boolification ok 11 - Caller::_ ok 12 - Ex-post-numerication ok 13 - Ex-post-stringification ok 14 - Ex-post-boolification ok 15 - NVALUE context ok 16 1..16 ok t/method.t .................... ok 1 - bar method ok 2 - baz method ok 3 - qux method ok 4 - dux method ok 5 - DEFAULT method ok 6 - DEFAULT ok 7 - bar method called ok 8 - OBJREF method called ok 9 - DEFAULT value 1..9 ok t/nonvoid.t ................... ok 1 - BOOLEAN context ok 2 - NUMERIC context ok 3 - STRING context ok 4 - LIST context ok 5 - VOID context fails ok 6 - Error msg correct 1..6 ok t/object.t .................... ok 1 - Handles class isa ok ok 2 - Handles class can ok ok 3 - VALUE returns object ok 4 - Object has no baz() method ok 5 - Error msg was correct ok 6 - OBJREF returns object ok 7 - Object still has no baz() method ok 8 - Error msg was also correct ok 9 - OBJREF returns bad object ok 10 - Error msg was still correct ok 11 - Other exceptions propagated ok 12 - Exception msg was correct ok 13 - can() is checked against the object, not C::R::V ok 14 - isa() is checked against the object, not C::R::V 1..14 ok t/pod.t ....................... 1..2 ok 1 - POD test for blib/lib/Contextual/Return.pm ok 2 - POD test for blib/lib/Contextual/Return/Failure.pm ok t/RECOVER.t ................... 1..18 ok 1 - Recovered ok 2 - LIST context ok 3 - Recovered ok 4 - BOOLEAN context ok 5 - Recovered ok 6 - NUMERIC context ok 7 - Recovered ok 8 - STRING context ok 9 - Recovered ok 10 - SCALARREF context ok 11 - Recovered ok 12 - HASHREF context ok 13 - Recovered ok 14 - ARRAYREF context ok 15 - Recovered ok 16 - GLOBREF context ok 17 - Recovered ok 18 - ARRAYREF context ok t/RECOVER_exception.t ......... 1..8 ok 1 - Recovered ok 2 - BOOLEAN ok 3 - Recovered ok 4 - STRING ok 5 - Recovered ok 6 - NUM ok 7 - Recovered ok 8 - VOID ok t/RECOVER_exception_RESULT.t .. 1..6 ok 1 - Recovered ok 2 - BOOLEAN ok 3 - Recovered ok 4 - STRING ok 5 - Recovered ok 6 - NUM ok t/RECOVER_RESULT.t ............ ok 1 - LIST context ok 2 - BOOLEAN context ok 3 - NUMERIC context ok 4 - STRING context 1..4 ok t/retobj.t .................... ok 1 - PURE BOOLEAN context ok 2 - Pure boolean assigned ok 3 - RETOBJ is object ok 4 - BOOLEAN context ok 5 - RETOBJ not assigned 1..5 ok t/scalar-to-list.t ............ ok 1 - Fell back to scalar ok 2 - Fell back to str ok 3 - Fell back to num ok 4 - Fell back to num ok 5 - List not preempted 1..5 ok t/SCALAR.t .................... ok 1 - ARRAYREF from NONVOID ok 2 - NUMERIC from SCALAR ok 3 - STRING from SCALAR ok 4 - STRING from NONVOID 1..4 ok t/simple.t .................... ok 1 - LIST context ok 2 - PURE BOOLEAN context ok 3 - BOOLEAN context ok 4 - NUMERIC context ok 5 - STRING context ok 6 - SCALARREF context ok 7 - HASHREF context ok 8 - ARRAYREF context ok 9 - GLOBREF context ok 10 - ARRAYREF context 1..10 ok t/simple_export.t ............. ok 1 - LIST context ok 2 - BOOLEAN context ok 3 - NUMERIC context ok 4 - No STRING context ok 5 - No SCALAR context ok 6 - No SCALARREF context ok 7 - No HASHREF context ok 8 - No ARRAYREF context ok 9 - No GLOBREF context ok 10 - No CODEREF context 1..10 ok t/simple_prefix.t ............. ok 1 - LIST context ok 2 - BOOLEAN context ok 3 - NUMERIC context ok 4 - STRING context ok 5 - SCALARREF context ok 6 - HASHREF context ok 7 - ARRAYREF context ok 8 - GLOBREF context ok 9 - ARRAYREF context 1..9 ok t/simple_rename.t ............. ok 1 - LIST context ok 2 - BOOLEAN context ok 3 - NUMERIC context ok 4 - STRING context ok 5 - SCALARREF context ok 6 - HASHREF context ok 7 - ARRAYREF context ok 8 - GLOBREF context ok 9 - ARRAYREF context 1..9 ok t/simple_RESULT.t ............. ok 1 - LIST context ok 2 - BOOLEAN context ok 3 - NUMERIC context ok 4 - STRING context ok 5 - SCALARREF context ok 6 - HASHREF context ok 7 - ARRAYREF context ok 8 - GLOBREF context ok 9 - ARRAYREF context ok 10 - RESULT() 1..10 ok t/STRICT.t .................... ok 1 - LIST context ok 2 - PURE BOOLEAN context ok 3 - BOOLEAN context ok 4 - NUMERIC context ok 5 - STRING context ok 6 - No VOID context ok 7 - ...with correct error msg ok 8 - No SCALARREF context ok 9 - ...with correct error msg ok 10 - No ARRAYREF context ok 11 - ...with correct error msg ok 12 - No HASHREF context ok 13 - ...with correct error msg 1..13 ok Test Summary Report ------------------- t/failures.t (Wstat: 256 Tests: 25 Failed: 1) Failed test: 25 Non-zero exit status: 1 Files=30, Tests=347, 7 wallclock secs ( 0.43 usr 0.18 sys + 5.21 cusr 0.68 csys = 6.50 CPU) Result: FAIL Failed 1/30 test programs. 1/347 subtests failed. make: *** [test_dynamic] Error 255 DCONWAY/Contextual-Return-0.004002.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports DCONWAY/Contextual-Return-0.004002.tar.gz Running make for D/DM/DMUEY/Return-DataButBool-0.0.3.tar.gz Has already been unwrapped into directory /export/home/fly1432/var/cpan/build/Return-DataButBool-0.0.3-Q5KkbO CPAN.pm: Going to build D/DM/DMUEY/Return-DataButBool-0.0.3.tar.gz Warning: Prerequisite 'Contextual::Return => 0' for 'DMUEY/Return-DataButBool-0.0.3.tar.gz' failed when processing 'DCONWAY/Contextual-Return-0.004002.tar.gz' with 'make_test => NO'. Continuing, but chances to succeed are limited. >>> make cp lib/Return/DataButBool.pm blib/lib/Return/DataButBool.pm Manifying blib/man3/Return::DataButBool.3 DMUEY/Return-DataButBool-0.0.3.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /export/home/fly1432/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Failed test 'use Return::DataButBool;' # at t/00.load.t line 4. # Tried to use 'Return::DataButBool'. # Error: Can't locate Contextual/Return.pm in @INC (@INC contains: /export/home/fly1432/var/cpan/build/Return-DataButBool-0.0.3-Q5KkbO/blib/lib /export/home/fly1432/var/cpan/build/Return-DataButBool-0.0.3-Q5KkbO/blib/arch /export/home/fly1432/var/megalib /export/home/fly1432/var/megalib /export/home/fly1432/ap1402/site/lib /export/home/fly1432/ap1402/lib .) at /export/home/fly1432/var/cpan/build/Return-DataButBool-0.0.3-Q5KkbO/blib/lib/Return/DataButBool.pm line 12. # BEGIN failed--compilation aborted at /export/home/fly1432/var/cpan/build/Return-DataButBool-0.0.3-Q5KkbO/blib/lib/Return/DataButBool.pm line 12. # Compilation failed in require at (eval 4) line 2. # BEGIN failed--compilation aborted at (eval 4) line 2. Use of uninitialized value $Return::DataButBool::VERSION in concatenation (.) or string at t/00.load.t line 7. # Testing Return::DataButBool Undefined subroutine &main::zero_but_true called at t/00.load.t line 9. # Looks like you planned 24 tests but ran 1. # Looks like you failed 1 test of 1 run. # Looks like your test exited with 255 just after 1. t/00.load.t ....... 1..24 not ok 1 - use Return::DataButBool; Dubious, test returned 255 (wstat 65280, 0xff00) Failed 24/24 subtests t/perlcritic.t .... skipped: $ENV{'do_perl_critic_tests'} must be true to run these 'development only' tests t/pod-coverage.t .. 1..1 ok 1 - Pod coverage on Return::DataButBool ok t/pod.t ........... 1..1 ok 1 - POD test for blib/lib/Return/DataButBool.pm ok Test Summary Report ------------------- t/00.load.t (Wstat: 65280 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 255 Parse errors: Bad plan. You planned 24 tests but ran 1. Files=4, Tests=3, 3 wallclock secs ( 0.13 usr 0.02 sys + 3.24 cusr 0.33 csys = 3.72 CPU) Result: FAIL Failed 1/4 test programs. 1/3 subtests failed. make: *** [test_dynamic] Error 255 DMUEY/Return-DataButBool-0.0.3.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports DMUEY/Return-DataButBool-0.0.3.tar.gz Finished 2012-03-24T06:15:37