Start 2010-11-17T06:20:09 ActivePerl-1003 CPAN-1.9402 Going to read '/home/cpanfly/var/cpan/Metadata' Database was generated on Tue, 16 Nov 2010 22:33:29 GMT Running make for M/MS/MSTROUT/Moo-0.009001.tar.gz Checksum for /net/nas/data/cpan/authors/id/M/MS/MSTROUT/Moo-0.009001.tar.gz ok Will not use Archive::Tar, need 1.00 Moo-0.009001/ Moo-0.009001/t/ Moo-0.009001/t/accessor-weaken.t Moo-0.009001/t/accessor-mixed.t Moo-0.009001/t/method-generate-accessor.t Moo-0.009001/t/sub-quote.t Moo-0.009001/t/role-tiny.t Moo-0.009001/t/accessor-reader-writer.t Moo-0.009001/t/accessor-pred-clear.t Moo-0.009001/t/accessor-default.t Moo-0.009001/t/moo-accessors.t Moo-0.009001/t/accessor-handles.t Moo-0.009001/t/accessor-isa.t Moo-0.009001/t/compose-roles.t Moo-0.009001/t/sub-defer.t Moo-0.009001/t/method-generate-constructor.t Moo-0.009001/t/buildall.t Moo-0.009001/t/accessor-trigger.t Moo-0.009001/t/moo.t Moo-0.009001/MANIFEST Moo-0.009001/Makefile.PL Moo-0.009001/META.yml Moo-0.009001/lib/ Moo-0.009001/lib/Moo/ Moo-0.009001/lib/Moo/_mro.pm Moo-0.009001/lib/Moo/_Utils.pm Moo-0.009001/lib/Moo/Object.pm Moo-0.009001/lib/Moo/Role.pm Moo-0.009001/lib/Role/ Moo-0.009001/lib/Role/Tiny.pm Moo-0.009001/lib/Moo.pm Moo-0.009001/lib/oo.pm Moo-0.009001/lib/Sub/ Moo-0.009001/lib/Sub/Defer.pm Moo-0.009001/lib/Sub/Quote.pm Moo-0.009001/lib/Method/ Moo-0.009001/lib/Method/Generate/ Moo-0.009001/lib/Method/Generate/Accessor.pm Moo-0.009001/lib/Method/Generate/BuildAll.pm Moo-0.009001/lib/Method/Generate/Constructor.pm Moo-0.009001/lib/Method/Inliner.pm Moo-0.009001/maint/ Moo-0.009001/maint/Makefile.PL.include Moo-0.009001/maint/bump-version Moo-0.009001/maint/Makefile.include Moo-0.009001/Changes Moo-0.009001/README CPAN.pm: Going to build M/MS/MSTROUT/Moo-0.009001.tar.gz >>> /home/cpanfly/ap1003/bin/perl-static Makefile.PL Warning: prerequisite Test::Fatal 0.003 not found. Checking if your kit is complete... Looks good Writing Makefile for Moo ---- Unsatisfied dependencies detected during ---- ---- MSTROUT/Moo-0.009001.tar.gz ---- Test::Fatal [requires] Running make test Delayed until after prerequisites Running test for module 'Test::Fatal' Running make for R/RJ/RJBS/Test-Fatal-0.003.tar.gz Checksum for /net/nas/data/cpan/authors/id/R/RJ/RJBS/Test-Fatal-0.003.tar.gz ok Will not use Archive::Tar, need 1.00 Test-Fatal-0.003 Test-Fatal-0.003/README Test-Fatal-0.003/Changes Test-Fatal-0.003/LICENSE Test-Fatal-0.003/dist.ini Test-Fatal-0.003/META.yml Test-Fatal-0.003/MANIFEST Test-Fatal-0.003/t Test-Fatal-0.003/t/basic.t Test-Fatal-0.003/META.json Test-Fatal-0.003/Makefile.PL Test-Fatal-0.003/lib/Test Test-Fatal-0.003/lib/Test/Fatal.pm Test-Fatal-0.003/t/release-pod-syntax.t CPAN.pm: Going to build R/RJ/RJBS/Test-Fatal-0.003.tar.gz >>> /home/cpanfly/ap1003/bin/perl-static Makefile.PL Warning: prerequisite Try::Tiny 0.07 not found. We have 0.06. Checking if your kit is complete... Looks good Writing Makefile for Test::Fatal ---- Unsatisfied dependencies detected during ---- ---- RJBS/Test-Fatal-0.003.tar.gz ---- Try::Tiny [requires] Running make test Delayed until after prerequisites Running test for module 'Try::Tiny' Running make for R/RJ/RJBS/Try-Tiny-0.07.tar.gz Checksum for /net/nas/data/cpan/authors/id/R/RJ/RJBS/Try-Tiny-0.07.tar.gz ok Will not use Archive::Tar, need 1.00 Try-Tiny-0.07/ Try-Tiny-0.07/Changes Try-Tiny-0.07/MANIFEST Try-Tiny-0.07/MANIFEST.SKIP Try-Tiny-0.07/META.yml Try-Tiny-0.07/Makefile.PL Try-Tiny-0.07/lib/ Try-Tiny-0.07/t/ Try-Tiny-0.07/t/basic.t Try-Tiny-0.07/t/finally.t Try-Tiny-0.07/t/given_when.t Try-Tiny-0.07/t/when.t Try-Tiny-0.07/lib/Try/ Try-Tiny-0.07/lib/Try/Tiny.pm CPAN.pm: Going to build R/RJ/RJBS/Try-Tiny-0.07.tar.gz >>> /home/cpanfly/ap1003/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Try::Tiny >>> make cp lib/Try/Tiny.pm blib/lib/Try/Tiny.pm Manifying blib/man3/Try::Tiny.3 RJBS/Try-Tiny-0.07.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/cpanfly/ap1003/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/basic.t ....... 1..26 ok 1 - use Try::Tiny; ok 2 - basic try ok 3 - rethrow ok 4 - try block evaluated ok 5 - $@ untouched ok 6 - try block died ok 7 - $@ untouched ok 8 - catch block evaluated ok 9 - $@ untouched ok 10 - scalar context try ok 11 - list context try ok 12 - scalar context catch ok 13 - list context catch ok 14 - Checking catch subroutine scalar reference is correctly blessed ok 15 - Checking finally subroutine scalar reference is correctly blessed ok 16 ok 17 - got here ok 18 - try in try catch block ok 19 - rethrow with try in catch block ok 20 - catch invoked not ok 21 # TODO i don't think we can ever make this work sanely, maybe with SIG{__DIE__} # Failed (TODO) test at t/basic.t line 137. # '' # doesn't match '(?-xism:foo)' ok 22 - $@ untouched ok 23 - $_ untouched ok 24 - previous value of $@ ok 25 - previous value of $@ available for capture ok 26 - previous value of $@ also available in catch block ok t/finally.t ..... 1..12 ok 1 - use Try::Tiny; ok 2 - Moved into finally from try ok 3 - Error text as expected ok 4 - Into catch block as we died in try ok 5 - Moved into finally from catch ok 6 - Error text as expected ok 7 - Moved into finally from catch ok 8 - Moved into finally block when try throws an exception and we have no catch block ok 9 - Second finally clause run ok 10 - First finally clause run ok 11 - no error reported ok 12 - finally got passed the exception ok t/given_when.t .. 1..3 ok 1 - use Try::Tiny; ok 2 - error caught not ok 3 - error is also in $_ # TODO perhaps a workaround can be found # Failed (TODO) test 'error is also in $_' # at t/given_when.t line 31. # got: 'foo' # expected: 'blah # ' ok t/when.t ........ 1..6 ok 1 - use Try::Tiny; ok 2 ok 3 - $_ not clobbered ok 4 - bar didn't match ok 5 - foo matched ok 6 - fallback didn't match ok All tests successful. Files=4, Tests=47, 0 wallclock secs ( 0.01 usr 0.03 sys + 0.07 cusr 0.01 csys = 0.12 CPU) Result: PASS RJBS/Try-Tiny-0.07.tar.gz make test TEST_VERBOSE=1 -- OK PPD for Try-Tiny-0.07 already made Running make for R/RJ/RJBS/Test-Fatal-0.003.tar.gz Prepending /home/cpanfly/var/cpan/build/Try-Tiny-0.07-g9UjpJ/blib/arch /home/cpanfly/var/cpan/build/Try-Tiny-0.07-g9UjpJ/blib/lib to PERL5LIB for 'get' Has already been unwrapped into directory /home/cpanfly/var/cpan/build/Test-Fatal-0.003-7nDFYN Prepending /home/cpanfly/var/cpan/build/Try-Tiny-0.07-g9UjpJ/blib/arch /home/cpanfly/var/cpan/build/Try-Tiny-0.07-g9UjpJ/blib/lib to PERL5LIB for 'make' CPAN.pm: Going to build R/RJ/RJBS/Test-Fatal-0.003.tar.gz >>> make cp lib/Test/Fatal.pm blib/lib/Test/Fatal.pm Manifying blib/man3/Test::Fatal.3 RJBS/Test-Fatal-0.003.tar.gz make -- OK Prepending /home/cpanfly/var/cpan/build/Try-Tiny-0.07-g9UjpJ/blib/arch /home/cpanfly/var/cpan/build/Try-Tiny-0.07-g9UjpJ/blib/lib to PERL5LIB for 'test' Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/cpanfly/ap1003/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/basic.t ............... 1..6 ok 1 - foo bar is like foo bar ok 2 - no fatality means no exception ok 3 - we die on demand ok 4 - a success block runs, passing ok 5 - we throw a new exception if the exception is false ok 6 - we throw a new exception if the exception is false ok t/release-pod-syntax.t .. skipped: these tests are for release candidate testing All tests successful. Files=2, Tests=6, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.03 cusr 0.00 csys = 0.06 CPU) Result: PASS RJBS/Test-Fatal-0.003.tar.gz make test TEST_VERBOSE=1 -- OK PPD for Test-Fatal-0.003 already made Running make for M/MS/MSTROUT/Moo-0.009001.tar.gz Prepending /home/cpanfly/var/cpan/build/Try-Tiny-0.07-g9UjpJ/blib/arch /home/cpanfly/var/cpan/build/Try-Tiny-0.07-g9UjpJ/blib/lib /home/cpanfly/var/cpan/build/Test-Fatal-0.003-7nDFYN/blib/arch /home/cpanfly/var/cpan/build/Test-Fatal-0.003-7nDFYN/blib/lib to PERL5LIB for 'get' Has already been unwrapped into directory /home/cpanfly/var/cpan/build/Moo-0.009001-yFMJ1d Prepending /home/cpanfly/var/cpan/build/Try-Tiny-0.07-g9UjpJ/blib/arch /home/cpanfly/var/cpan/build/Try-Tiny-0.07-g9UjpJ/blib/lib /home/cpanfly/var/cpan/build/Test-Fatal-0.003-7nDFYN/blib/arch /home/cpanfly/var/cpan/build/Test-Fatal-0.003-7nDFYN/blib/lib to PERL5LIB for 'make' CPAN.pm: Going to build M/MS/MSTROUT/Moo-0.009001.tar.gz >>> make cp lib/oo.pm blib/lib/oo.pm cp lib/Method/Generate/Accessor.pm blib/lib/Method/Generate/Accessor.pm cp lib/Moo/_Utils.pm blib/lib/Moo/_Utils.pm cp lib/Sub/Defer.pm blib/lib/Sub/Defer.pm cp lib/Moo/Role.pm blib/lib/Moo/Role.pm cp lib/Moo.pm blib/lib/Moo.pm cp lib/Moo/_mro.pm blib/lib/Moo/_mro.pm cp lib/Role/Tiny.pm blib/lib/Role/Tiny.pm cp lib/Method/Generate/Constructor.pm blib/lib/Method/Generate/Constructor.pm cp lib/Moo/Object.pm blib/lib/Moo/Object.pm cp lib/Sub/Quote.pm blib/lib/Sub/Quote.pm cp lib/Method/Inliner.pm blib/lib/Method/Inliner.pm cp lib/Method/Generate/BuildAll.pm blib/lib/Method/Generate/BuildAll.pm Manifying blib/man3/Role::Tiny.3 Manifying blib/man3/Sub::Defer.3 Manifying blib/man3/Moo::Role.3 Manifying blib/man3/Sub::Quote.3 Manifying blib/man3/Moo.3 MSTROUT/Moo-0.009001.tar.gz make -- OK Prepending /home/cpanfly/var/cpan/build/Try-Tiny-0.07-g9UjpJ/blib/arch /home/cpanfly/var/cpan/build/Try-Tiny-0.07-g9UjpJ/blib/lib /home/cpanfly/var/cpan/build/Test-Fatal-0.003-7nDFYN/blib/arch /home/cpanfly/var/cpan/build/Test-Fatal-0.003-7nDFYN/blib/lib to PERL5LIB for 'test' Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/cpanfly/ap1003/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/accessor-default.t ............. ok 1 - one: empty hashref $h[0] ok 2 - one: empty hashref $h[1] ok 3 - one: not the same hashref ok 4 - two: empty hashref $h[0] ok 5 - two: empty hashref $h[1] ok 6 - two: not the same hashref ok 7 - three: empty hashref $h[0] ok 8 - three: empty hashref $h[1] ok 9 - three: not the same hashref ok 10 - four: empty hashref $h[0] ok 11 - four: empty hashref $h[1] ok 12 - four: not the same hashref 1..12 ok t/accessor-handles.t ............. ok 1 - handles works ok 2 - handles works for more than one method ok 3 - handles works for aliasing a method ok 4 - handles works for a role ok 5 - handles works for currying 1..5 ok t/accessor-isa.t ................. ok 1 - initial value set (Foo) ok 2 - exception thrown on bad set (Foo) ok 3 - initial value remains after bad set (Foo) ok 4 - no exception on correct set (Foo) ok 5 - correct setter return (Foo) ok 6 - correct getter return (Foo) ok 7 - no exception with no value (Foo) ok 8 - exception thrown on bad constructor arg (Foo) ok 9 - initial value set (Bar) ok 10 - exception thrown on bad set (Bar) ok 11 - initial value remains after bad set (Bar) ok 12 - no exception on correct set (Bar) ok 13 - correct setter return (Bar) ok 14 - correct getter return (Bar) ok 15 - no exception with no value (Bar) ok 16 - exception thrown on bad constructor arg (Bar) ok 17 - initial value set (Baz) ok 18 - exception thrown on bad set (Baz) ok 19 - initial value remains after bad set (Baz) ok 20 - no exception on correct set (Baz) ok 21 - correct setter return (Baz) ok 22 - correct getter return (Baz) ok 23 - no exception with no value (Baz) ok 24 - exception thrown on bad constructor arg (Baz) 1..24 ok t/accessor-mixed.t ............... ok 1 - Stuff fired in expected order 1..1 ok t/accessor-pred-clear.t .......... ok 1 - empty ok 2 - lazy default ok 3 - not empty now ok 4 - clearer returns value ok 5 - clearer empties ok 6 - default re-fired ok 7 - not empty again 1..7 ok t/accessor-reader-writer.t ....... ok 1 - reader works ok 2 - writer works ok 3 - accessor works for reading ok 4 - accessor works for writing 1..4 ok t/accessor-trigger.t ............. ok 1 - Foo: trigger not fired with no value ok 2 - Foo: trigger fired on new ok 3 - Foo: trigger fired on set ok 4 - Foo: return from set ok ok 5 - Foo: return from accessor ok ok 6 - Foo: trigger not fired for accessor as get ok 7 - Bar: trigger not fired with no value ok 8 - Bar: trigger fired on new ok 9 - Bar: trigger fired on set ok 10 - Bar: return from set ok ok 11 - Bar: return from accessor ok ok 12 - Bar: trigger not fired for accessor as get ok 13 - Baz: trigger not fired with no value ok 14 - Baz: trigger fired on new ok 15 - Baz: trigger fired on set ok 16 - Baz: return from set ok ok 17 - Baz: return from accessor ok ok 18 - Baz: trigger not fired for accessor as get 1..18 ok t/accessor-weaken.t .............. ok 1 - value present ok 2 - value weakened 1..2 ok # Failed test 'BUILDs ran in order' # at t/buildall.t line 24. # Structures begin differing at: # $got->[0] = 'Quux' # $expected->[0] = 'Foo' # Failed test 'BUILDs ran in order' # at t/buildall.t line 31. # Structures begin differing at: # $got->[0] = 'Fleem1' # $expected->[0] = 'Foo' # Looks like you failed 2 tests of 4. t/buildall.t ..................... ok 1 - object returned not ok 2 - BUILDs ran in order ok 3 - object with inline constructor returned not ok 4 - BUILDs ran in order 1..4 Dubious, test returned 2 (wstat 512, 0x200) Failed 2/4 subtests t/compose-roles.t ................ ok 1 - Base+One+Two+Three+Four ok ok 2 - Object reblessed into correct class ok 3 - Base+Two+Four+Three ok ok 4 - Object reblessed into correct class ok 5 - Base+One+Two ok ok 6 - Object reblessed into correct class 1..6 ok t/method-generate-accessor.t ..... ok 1 - No is rejected ok 2 - is purple rejected ok 3 - ro reads ok 4 - ro does not write ok 5 - rw reads ok 6 - rw writes 1..6 ok t/method-generate-constructor.t .. ok 1 - init_arg handling ok ok 2 - two missing args reported correctly ok 3 - one missing arg reported correctly ok 4 - pass with both required args ok 5 - hashrefs also supported 1..5 ok t/moo-accessors.t ................ ok 1 - simple class ok ok 2 - subclass with role ok 1..2 ok t/moo.t .......................... ok 1 - Object.pm not loaded if not required ok 2 - superclass defaulted ok 3 - prior superclass left alone ok 4 - extends sets superclass ok 5 - extends overwrites ok 6 - method modifier 1..6 ok t/role-tiny.t .................... ok 1 - role applies cleanly ok 2 - method modifier ok 3 - method from role ok 4 - method from class ok 5 - class does role ok 6 - class does not do non-role ok 7 - error for both methods ok 8 - error for one method ok 9 - No errors applying roles ok 10 - ExtraClass does MyRole ok 11 - ExtraClass does IntermediaryRole ok 12 - method from role ok 13 - method from class 1..13 ok t/sub-defer.t .................... ok 1 - one defer installed ok 2 - two defer installed ok 3 - one defer runs ok 4 - one made ok 5 - two not made ok 6 - one (deferred) still runs ok 7 - one (undeferred) runs ok 8 - make two ok 9 - two installed ok 10 - two (deferred) still runs ok 11 - two (undeferred) runs ok 12 - undefer non-deferred is a no-op 1..12 ok t/sub-quote.t .................... ok 1 - Nothing evaled yet ok 2 - Both subs evaled ok 3 - One (quoted version) ok 4 - One (unquoted version) ok 5 - Two (quoted version) ok 6 - Two (unquoted version) ok 7 - Two (quoted version again) ok 8 - get ok (named method) ok 9 - set ok (named method) ok 10 - re-get ok (named method) ok 11 - exception contains correct name 1..11 ok Test Summary Report ------------------- t/buildall.t (Wstat: 512 Tests: 4 Failed: 2) Failed tests: 2, 4 Non-zero exit status: 2 Files=17, Tests=138, 1 wallclock secs ( 0.04 usr 0.00 sys + 0.57 cusr 0.05 csys = 0.66 CPU) Result: FAIL Failed 1/17 test programs. 2/138 subtests failed. make: *** [test_dynamic] Error 255 MSTROUT/Moo-0.009001.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports MSTROUT/Moo-0.009001.tar.gz Finished 2010-11-17T06:20:14