Start 2009-03-07T13:08:59 ActivePerl-1003 CPAN-1.9351 Going to read '/export/home/fly1003/var/cpan/Metadata' Database was generated on Sat, 07 Mar 2009 11:26:55 GMT Running make for R/RJ/RJBS/MooseX-Getopt-0.16.tar.gz Checksum for /net/nas/data/cpan/authors/id/R/RJ/RJBS/MooseX-Getopt-0.16.tar.gz ok MooseX-Getopt-0.16/ MooseX-Getopt-0.16/ChangeLog MooseX-Getopt-0.16/MANIFEST MooseX-Getopt-0.16/META.yml MooseX-Getopt-0.16/Makefile.PL MooseX-Getopt-0.16/README MooseX-Getopt-0.16/inc/ MooseX-Getopt-0.16/inc/Module/ MooseX-Getopt-0.16/inc/Module/AutoInstall.pm MooseX-Getopt-0.16/inc/Module/Install/ MooseX-Getopt-0.16/inc/Module/Install/AutoInstall.pm MooseX-Getopt-0.16/inc/Module/Install/Base.pm MooseX-Getopt-0.16/inc/Module/Install/Can.pm MooseX-Getopt-0.16/inc/Module/Install/Fetch.pm MooseX-Getopt-0.16/inc/Module/Install/Include.pm MooseX-Getopt-0.16/inc/Module/Install/Makefile.pm MooseX-Getopt-0.16/inc/Module/Install/Metadata.pm MooseX-Getopt-0.16/inc/Module/Install/Win32.pm MooseX-Getopt-0.16/inc/Module/Install/WriteAll.pm MooseX-Getopt-0.16/inc/Module/Install.pm MooseX-Getopt-0.16/lib/ MooseX-Getopt-0.16/lib/MooseX/ MooseX-Getopt-0.16/lib/MooseX/Getopt/ MooseX-Getopt-0.16/lib/MooseX/Getopt/Meta/ MooseX-Getopt-0.16/lib/MooseX/Getopt/Meta/Attribute/ MooseX-Getopt-0.16/lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm MooseX-Getopt-0.16/lib/MooseX/Getopt/Meta/Attribute/Trait/ MooseX-Getopt-0.16/lib/MooseX/Getopt/Meta/Attribute/Trait/NoGetopt.pm MooseX-Getopt-0.16/lib/MooseX/Getopt/Meta/Attribute/Trait.pm MooseX-Getopt-0.16/lib/MooseX/Getopt/Meta/Attribute.pm MooseX-Getopt-0.16/lib/MooseX/Getopt/OptionTypeMap.pm MooseX-Getopt-0.16/lib/MooseX/Getopt/Strict.pm MooseX-Getopt-0.16/lib/MooseX/Getopt.pm MooseX-Getopt-0.16/t/ MooseX-Getopt-0.16/t/000_load.t MooseX-Getopt-0.16/t/001_basic.t MooseX-Getopt-0.16/t/002_custom_option_type.t MooseX-Getopt-0.16/t/003_inferred_option_type.t MooseX-Getopt-0.16/t/004_nogetop.t MooseX-Getopt-0.16/t/005_strict.t MooseX-Getopt-0.16/t/006_metaclass_traits.t MooseX-Getopt-0.16/t/007_nogetopt_trait.t MooseX-Getopt-0.16/t/008_configfromfile.t MooseX-Getopt-0.16/t/009_gld_and_explicit_options.t MooseX-Getopt-0.16/t/100_gld_default_bug.t MooseX-Getopt-0.16/t/pod.t MooseX-Getopt-0.16/t/pod_coverage.t CPAN.pm: Going to build R/RJ/RJBS/MooseX-Getopt-0.16.tar.gz >>> /export/home/fly1003/bin/perl Makefile.PL Cannot determine perl version info from lib/MooseX/Getopt.pm *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... [Core Features] - Test::More ...loaded. (0.86 >= 0.62) - Test::Exception ...loaded. (0.27 >= 0.21) - Moose ...loaded. (0.63 >= 0.43) - Getopt::Long ...loaded. (2.37 >= 2.37) - Getopt::Long::Descriptive ...loaded. (0.074) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Writing Makefile for MooseX::Getopt >>> make cp lib/MooseX/Getopt/Meta/Attribute.pm blib/lib/MooseX/Getopt/Meta/Attribute.pm cp lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm blib/lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm cp lib/MooseX/Getopt/Meta/Attribute/Trait/NoGetopt.pm blib/lib/MooseX/Getopt/Meta/Attribute/Trait/NoGetopt.pm cp lib/MooseX/Getopt/Strict.pm blib/lib/MooseX/Getopt/Strict.pm cp lib/MooseX/Getopt/Meta/Attribute/Trait.pm blib/lib/MooseX/Getopt/Meta/Attribute/Trait.pm cp lib/MooseX/Getopt.pm blib/lib/MooseX/Getopt.pm cp lib/MooseX/Getopt/OptionTypeMap.pm blib/lib/MooseX/Getopt/OptionTypeMap.pm Manifying blib/man3/MooseX::Getopt::Meta::Attribute::NoGetopt.3 Manifying blib/man3/MooseX::Getopt::Meta::Attribute.3 Manifying blib/man3/MooseX::Getopt::Meta::Attribute::Trait::NoGetopt.3 Manifying blib/man3/MooseX::Getopt::Meta::Attribute::Trait.3 Manifying blib/man3/MooseX::Getopt::Strict.3 Manifying blib/man3/MooseX::Getopt.3 Manifying blib/man3/MooseX::Getopt::OptionTypeMap.3 RJBS/MooseX-Getopt-0.16.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /export/home/fly1003/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/000_load.t ...................... 1..1 ok 1 - use MooseX::Getopt; ok Use of uninitialized value $flag in join or string at /export/home/fly1003/var/cpan/build/MooseX-Getopt-0.16-3e8xse/blib/lib/MooseX/Getopt.pm line 194. Can't use an undefined value as an ARRAY reference at /export/home/fly1003/var/cpan/build/MooseX-Getopt-0.16-3e8xse/blib/lib/MooseX/Getopt.pm line 179. # Looks like you planned 69 tests but ran 17. # Looks like your test exited with 2 just after 17. t/001_basic.t ..................... 1..69 ok 1 - use MooseX::Getopt; ok 2 - The object isa Moose::Meta::Attribute ok 3 - The object isa MooseX::Getopt::Meta::Attribute ok 4 - MooseX::Getopt::Meta::Attribute->can('cmd_flag') ok 5 - MooseX::Getopt::Meta::Attribute->can('cmd_aliases') ok 6 - The object isa Moose::Meta::Attribute ok 7 - The object isa MooseX::Getopt::Meta::Attribute ok 8 - MooseX::Getopt::Meta::Attribute->can('cmd_flag') ok 9 - MooseX::Getopt::Meta::Attribute->can('cmd_aliases') ok 10 - The object isa Moose::Meta::Attribute ok 11 - The object isa MooseX::Getopt::Meta::Attribute ok 12 - MooseX::Getopt::Meta::Attribute->can('cmd_flag') ok 13 - MooseX::Getopt::Meta::Attribute->can('cmd_aliases') ok 14 - The object isa Moose::Meta::Attribute ok 15 - The object isa MooseX::Getopt::Meta::Attribute ok 16 - MooseX::Getopt::Meta::Attribute->can('cmd_flag') ok 17 - MooseX::Getopt::Meta::Attribute->can('cmd_aliases') Dubious, test returned 2 (wstat 512, 0x200) Failed 52/69 subtests # Failed test '... nums is [0] as expected' # at t/002_custom_option_type.t line 43. # Structures begin differing at: # $got = undef # $expected = ARRAY(0x95f9c8) # Failed test '... nums is [3, 5] as expected' # at t/002_custom_option_type.t line 52. # Structures begin differing at: # $got = undef # $expected = ARRAY(0x95f7f8) # Looks like you failed 2 tests of 6. t/002_custom_option_type.t ........ 1..6 ok 1 - use MooseX::Getopt; ok 2 - The object isa App not ok 3 - ... nums is [0] as expected ok 4 - The object isa App not ok 5 - ... nums is [3, 5] as expected ok 6 - Numeric constraint enforced Dubious, test returned 2 (wstat 512, 0x200) Failed 2/6 subtests # Failed test '... nums is [0] as expected' # at t/003_inferred_option_type.t line 39. # Structures begin differing at: # $got = undef # $expected = ARRAY(0x95efa8) # Failed test '... nums is [3, 5] as expected' # at t/003_inferred_option_type.t line 48. # Structures begin differing at: # $got = undef # $expected = ARRAY(0x95edd8) # Looks like you failed 2 tests of 5. t/003_inferred_option_type.t ...... 1..5 ok 1 - use MooseX::Getopt; ok 2 - The object isa App not ok 3 - ... nums is [0] as expected ok 4 - The object isa App not ok 5 - ... nums is [3, 5] as expected Dubious, test returned 2 (wstat 512, 0x200) Failed 2/5 subtests Use of uninitialized value $flag in join or string at /export/home/fly1003/var/cpan/build/MooseX-Getopt-0.16-3e8xse/blib/lib/MooseX/Getopt.pm line 194. Can't use an undefined value as an ARRAY reference at /export/home/fly1003/var/cpan/build/MooseX-Getopt-0.16-3e8xse/blib/lib/MooseX/Getopt.pm line 179. # Looks like you planned 9 tests but ran 1. # Looks like your test exited with 2 just after 1. t/004_nogetop.t ................... 1..9 ok 1 - use MooseX::Getopt; Dubious, test returned 2 (wstat 512, 0x200) Failed 8/9 subtests Can't use an undefined value as an ARRAY reference at /export/home/fly1003/var/cpan/build/MooseX-Getopt-0.16-3e8xse/blib/lib/MooseX/Getopt.pm line 179. # Looks like you planned 10 tests but ran 1. # Looks like your test exited with 2 just after 1. t/005_strict.t .................... 1..10 ok 1 - use MooseX::Getopt; Dubious, test returned 2 (wstat 512, 0x200) Failed 9/10 subtests Use of uninitialized value $flag in join or string at /export/home/fly1003/var/cpan/build/MooseX-Getopt-0.16-3e8xse/blib/lib/MooseX/Getopt.pm line 194. Can't use an undefined value as an ARRAY reference at /export/home/fly1003/var/cpan/build/MooseX-Getopt-0.16-3e8xse/blib/lib/MooseX/Getopt.pm line 179. # Looks like you planned 69 tests but ran 17. # Looks like your test exited with 2 just after 17. t/006_metaclass_traits.t .......... 1..69 ok 1 - use MooseX::Getopt; ok 2 - The object isa Moose::Meta::Attribute ok 3 - The object does MooseX::Getopt::Meta::Attribute::Trait ok 4 - Class::MOP::Class::__ANON__::SERIAL::40->can('cmd_flag') ok 5 - Class::MOP::Class::__ANON__::SERIAL::40->can('cmd_aliases') ok 6 - The object isa Moose::Meta::Attribute ok 7 - The object does MooseX::Getopt::Meta::Attribute::Trait ok 8 - Class::MOP::Class::__ANON__::SERIAL::40->can('cmd_flag') ok 9 - Class::MOP::Class::__ANON__::SERIAL::40->can('cmd_aliases') ok 10 - The object isa Moose::Meta::Attribute ok 11 - The object does MooseX::Getopt::Meta::Attribute::Trait ok 12 - Class::MOP::Class::__ANON__::SERIAL::40->can('cmd_flag') ok 13 - Class::MOP::Class::__ANON__::SERIAL::40->can('cmd_aliases') ok 14 - The object isa Moose::Meta::Attribute ok 15 - The object does MooseX::Getopt::Meta::Attribute::Trait ok 16 - Class::MOP::Class::__ANON__::SERIAL::40->can('cmd_flag') ok 17 - Class::MOP::Class::__ANON__::SERIAL::40->can('cmd_aliases') Dubious, test returned 2 (wstat 512, 0x200) Failed 52/69 subtests Use of uninitialized value $flag in join or string at /export/home/fly1003/var/cpan/build/MooseX-Getopt-0.16-3e8xse/blib/lib/MooseX/Getopt.pm line 194. Can't use an undefined value as an ARRAY reference at /export/home/fly1003/var/cpan/build/MooseX-Getopt-0.16-3e8xse/blib/lib/MooseX/Getopt.pm line 179. # Looks like you planned 9 tests but ran 1. # Looks like your test exited with 2 just after 1. t/007_nogetopt_trait.t ............ 1..9 ok 1 - use MooseX::Getopt; Dubious, test returned 2 (wstat 512, 0x200) Failed 8/9 subtests # Failed test '... required_from_config is from_config_1 as expected' # at t/008_configfromfile.t line 177. # got: undef # expected: 'from_config_1' # Failed test '... optional_from_config is from_config_2 as expected' # at t/008_configfromfile.t line 180. # got: undef # expected: 'from_config_2' # Failed test '... required_from_argv is 1 as expected' # at t/008_configfromfile.t line 183. # got: undef # expected: '1' # Failed test '... configfile is /notused/default as expected' # at t/008_configfromfile.t line 91. # got: undef # expected: '/notused/default' # Failed test '... required_from_config is from_config_1 as expected' # at t/008_configfromfile.t line 177. # got: undef # expected: 'from_config_1' # Failed test '... optional_from_config is from_config_2 as expected' # at t/008_configfromfile.t line 180. # got: undef # expected: 'from_config_2' # Failed test '... required_from_argv is 1 as expected' # at t/008_configfromfile.t line 183. # got: undef # expected: '1' # Failed test '... required_from_config is from_config_1 as expected' # at t/008_configfromfile.t line 177. # got: undef # expected: 'from_config_1' # Failed test '... optional_from_config is from_config_2 as expected' # at t/008_configfromfile.t line 180. # got: undef # expected: 'from_config_2' # Failed test '... required_from_argv is 1 as expected' # at t/008_configfromfile.t line 183. # got: undef # expected: '1' # Failed test '... config_from_override true as expected' # at t/008_configfromfile.t line 111. # Failed test '... configfile is /notused as expected' # at t/008_configfromfile.t line 114. # got: undef # expected: '/notused' # Failed test '... required_from_config is override as expected' # at t/008_configfromfile.t line 132. # got: undef # expected: 'override' # Failed test '... optional_from_config is from_config_2 as expected' # at t/008_configfromfile.t line 135. # got: undef # expected: 'from_config_2' # Failed test '... required_from_config is noconfig as expected' # at t/008_configfromfile.t line 146. # got: undef # expected: 'noconfig' # Looks like you failed 15 tests of 25. t/008_configfromfile.t ............ 1..25 ok 1 - threw Regexp ((?-xism:Required option missing: required_from_config)) ok 2 - The object isa App::DefaultConfigFile not ok 3 - ... required_from_config is from_config_1 as expected not ok 4 - ... optional_from_config is from_config_2 as expected not ok 5 - ... required_from_argv is 1 as expected ok 6 - ... config_from_override false as expected not ok 7 - ... configfile is /notused/default as expected ok 8 - The object isa App not ok 9 - ... required_from_config is from_config_1 as expected not ok 10 - ... optional_from_config is from_config_2 as expected not ok 11 - ... required_from_argv is 1 as expected ok 12 - The object isa App::DefaultConfigFile not ok 13 - ... required_from_config is from_config_1 as expected not ok 14 - ... optional_from_config is from_config_2 as expected not ok 15 - ... required_from_argv is 1 as expected not ok 16 - ... config_from_override true as expected not ok 17 - ... configfile is /notused as expected ok 18 - threw Regexp ((?-xism:Required option missing: required_from_argv)) ok 19 - The object isa App not ok 20 - ... required_from_config is override as expected not ok 21 - ... optional_from_config is from_config_2 as expected ok 22 - The object isa App not ok 23 - ... required_from_config is noconfig as expected ok 24 - ... optional_from_config is undef as expected ok 25 - Can create DerivedApp Dubious, test returned 15 (wstat 3840, 0xf00) Failed 15/25 subtests # Failed test '... got the right values' # at t/009_gld_and_explicit_options.t line 43. # got: undef # expected: '10' # Failed test '... got the right values' # at t/009_gld_and_explicit_options.t line 44. # got: undef # expected: '100' # Looks like you failed 2 tests of 5. t/009_gld_and_explicit_options.t .. 1..5 ok 1 - use MooseX::Getopt; ok 2 - ... this should work ok 3 - The object isa Testing::Foo not ok 4 - ... got the right values not ok 5 - ... got the right values Dubious, test returned 2 (wstat 512, 0x200) Failed 2/5 subtests Can't use an undefined value as an ARRAY reference at /export/home/fly1003/var/cpan/build/MooseX-Getopt-0.16-3e8xse/blib/lib/MooseX/Getopt.pm line 179. # Looks like you planned 5 tests but ran 1. # Looks like your test exited with 2 just after 1. t/100_gld_default_bug.t ........... 1..5 ok 1 - use MooseX::Getopt; Dubious, test returned 2 (wstat 512, 0x200) Failed 4/5 subtests t/pod.t ........................... skipped: set RELEASE_TESTING to run these tests t/pod_coverage.t .................. skipped: set RELEASE_TESTING to run these tests Test Summary Report ------------------- t/001_basic.t (Wstat: 512 Tests: 17 Failed: 0) Non-zero exit status: 2 Parse errors: Bad plan. You planned 69 tests but ran 17. t/002_custom_option_type.t (Wstat: 512 Tests: 6 Failed: 2) Failed tests: 3, 5 Non-zero exit status: 2 t/003_inferred_option_type.t (Wstat: 512 Tests: 5 Failed: 2) Failed tests: 3, 5 Non-zero exit status: 2 t/004_nogetop.t (Wstat: 512 Tests: 1 Failed: 0) Non-zero exit status: 2 Parse errors: Bad plan. You planned 9 tests but ran 1. t/005_strict.t (Wstat: 512 Tests: 1 Failed: 0) Non-zero exit status: 2 Parse errors: Bad plan. You planned 10 tests but ran 1. t/006_metaclass_traits.t (Wstat: 512 Tests: 17 Failed: 0) Non-zero exit status: 2 Parse errors: Bad plan. You planned 69 tests but ran 17. t/007_nogetopt_trait.t (Wstat: 512 Tests: 1 Failed: 0) Non-zero exit status: 2 Parse errors: Bad plan. You planned 9 tests but ran 1. t/008_configfromfile.t (Wstat: 3840 Tests: 25 Failed: 15) Failed tests: 3-5, 7, 9-11, 13-17, 20-21, 23 Non-zero exit status: 15 t/009_gld_and_explicit_options.t (Wstat: 512 Tests: 5 Failed: 2) Failed tests: 4-5 Non-zero exit status: 2 t/100_gld_default_bug.t (Wstat: 512 Tests: 1 Failed: 0) Non-zero exit status: 2 Parse errors: Bad plan. You planned 5 tests but ran 1. Files=13, Tests=80, 39 wallclock secs ( 0.53 usr 0.08 sys + 35.73 cusr 2.26 csys = 38.60 CPU) Result: FAIL Failed 10/13 test programs. 21/80 subtests failed. make: *** [test_dynamic] Error 255 RJBS/MooseX-Getopt-0.16.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports RJBS/MooseX-Getopt-0.16.tar.gz Finished 2009-03-07T13:10:05