PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2014-12-24T14:09:11 ActivePerl-1402 CPAN-2.00 Reading '/export/home/fly1464/var/cpan/Metadata' Database was generated on Wed, 24 Dec 2014 21:17:02 GMT Running make for P/PE/PERLANCAR/Complete-Getopt-Long-0.20.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/P/PE/PERLANCAR/Complete-Getopt-Long-0.20.tar.gz Checksum for /export/home/fly1464/var/cpan/sources/authors/id/P/PE/PERLANCAR/Complete-Getopt-Long-0.20.tar.gz ok Complete-Getopt-Long-0.20/ Complete-Getopt-Long-0.20/README Complete-Getopt-Long-0.20/lib/ Complete-Getopt-Long-0.20/lib/Complete/ Complete-Getopt-Long-0.20/lib/Complete/Getopt/ Complete-Getopt-Long-0.20/lib/Complete/Getopt/Long.pm Complete-Getopt-Long-0.20/Makefile.PL Complete-Getopt-Long-0.20/Changes Complete-Getopt-Long-0.20/dist.ini Complete-Getopt-Long-0.20/LICENSE Complete-Getopt-Long-0.20/t/ Complete-Getopt-Long-0.20/t/00-compile.t Complete-Getopt-Long-0.20/t/complete_cli_arg.t Complete-Getopt-Long-0.20/t/release-pod-coverage.t Complete-Getopt-Long-0.20/t/release-pod-syntax.t Complete-Getopt-Long-0.20/t/release-rinci.t Complete-Getopt-Long-0.20/weaver.ini Complete-Getopt-Long-0.20/MANIFEST Complete-Getopt-Long-0.20/META.json Complete-Getopt-Long-0.20/META.yml CPAN.pm: Building P/PE/PERLANCAR/Complete-Getopt-Long-0.20.tar.gz >>> /export/home/fly1464/bin/perl Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Complete::Getopt::Long Writing MYMETA.yml and MYMETA.json >>> make cp lib/Complete/Getopt/Long.pm blib/lib/Complete/Getopt/Long.pm Manifying 1 pod document PERLANCAR/Complete-Getopt-Long-0.20.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/export/home/fly1464/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00-compile.t ............ 1..1 ok 1 - Complete/Getopt/Long.pm loaded ok ok # Failed test 'result' # at t/complete_cli_arg.t line 237. # Structures begin differing at: # $got->{words}[8] = '-f' # $expected->{words}[8] = '-S' # { # 'escmode' => 'option', # 'words' => [ # '--bool', # '--flag2', # '--float', # '--int', # '--no-bool', # '--nobool', # '--str', # '-F', # '-f', # '-S' # ] # } # Looks like you failed 1 test of 1. # Failed test 'option name with mentioned non-repeatable option (alias)' # at t/complete_cli_arg.t line 240. # Failed test 'result' # at t/complete_cli_arg.t line 237. # Structures begin differing at: # $got->{words}[8] = '-f' # $expected->{words}[8] = '-S' # { # 'escmode' => 'option', # 'words' => [ # '--bool', # '--flag2', # '--float', # '--int', # '--no-bool', # '--nobool', # '--str', # '-F', # '-f', # '-S' # ] # } # Looks like you failed 1 test of 1. # Failed test 'option name with mentioned non-repeatable option (alias 2)' # at t/complete_cli_arg.t line 240. # Failed test 'result' # at t/complete_cli_arg.t line 237. # Structures begin differing at: # $got->{words}[10] = '-f' # $expected->{words}[10] = '-S' # { # 'escmode' => 'option', # 'words' => [ # '--bool', # '--flag1', # '--flag2', # '--float', # '--int', # '--no-bool', # '--nobool', # '--str', # '-1', # '-F', # '-f', # '-S' # ] # } # Looks like you failed 1 test of 1. # Failed test 'option name' # at t/complete_cli_arg.t line 240. # Looks like you failed 3 tests of 22. # Failed test 'basics' # at t/complete_cli_arg.t line 201. # Looks like you failed 1 test of 1. t/complete_cli_arg.t ...... # Subtest: basics # Subtest: option name ok 1 - result 1..1 ok 1 - option name # Subtest: option name (2) ok 1 - result 1..1 ok 2 - option name (2) # Subtest: option name (3) ok 1 - result 1..1 ok 3 - option name (3) # Subtest: option name (single letter n! does not get --nox and --no-x) ok 1 - result 1..1 ok 4 - option name (single letter n! does not get --nox and --no-x) # Subtest: option name (bundling) ok 1 - result 1..1 ok 5 - option name (bundling) # Subtest: option name (bundling, stops after value expected) ok 1 - result 1..1 ok 6 - option name (bundling, stops after value expected) # Subtest: option name (bundling 2) ok 1 - result 1..1 ok 7 - option name (bundling 2) # Subtest: option name with mentioned non-repeatable option (alias) not ok 1 - result 1..1 not ok 8 - option name with mentioned non-repeatable option (alias) # Subtest: option name with mentioned non-repeatable option (alias 2) not ok 1 - result 1..1 not ok 9 - option name with mentioned non-repeatable option (alias 2) # Subtest: option name with mentioned non-repeatable option (bundling) ok 1 - result 1..1 ok 10 - option name with mentioned non-repeatable option (bundling) # Subtest: repeatable option name 1 (assigned to arrayref) ok 1 - result 1..1 ok 11 - repeatable option name 1 (assigned to arrayref) # Subtest: repeatable option name 2 (desttype @) ok 1 - result 1..1 ok 12 - repeatable option name 2 (desttype @) # Subtest: repeatable option name 3 (desttype %) ok 1 - result 1..1 ok 13 - repeatable option name 3 (desttype %) # Subtest: repeatable option name 4 (incremental) ok 1 - result 1..1 ok 14 - repeatable option name 4 (incremental) # Subtest: option name + arg completion ok 1 - result 1..1 ok 15 - option name + arg completion # Subtest: option name not ok 1 - result 1..1 not ok 16 - option name # Subtest: option value without completion routine ok 1 - result 1..1 ok 17 - option value without completion routine # Subtest: option value without completion routine (2) ok 1 - result 1..1 ok 18 - option value without completion routine (2) # Subtest: option value for unknown option ok 1 - result 1..1 ok 19 - option value for unknown option # Subtest: option value for option that does not expect value ok 1 - result 1..1 ok 20 - option value for option that does not expect value # Subtest: option value with completion routine returning array ok 1 - result 1..1 ok 21 - option value with completion routine returning array # Subtest: extras argument ok 1 - result 1..1 ok 22 - extras argument 1..22 not ok 1 - basics 1..1 Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests t/release-pod-coverage.t .. skipped: these tests are for release candidate testing t/release-pod-syntax.t .... skipped: these tests are for release candidate testing t/release-rinci.t ......... skipped: these tests are for release candidate testing Test Summary Report ------------------- t/complete_cli_arg.t (Wstat: 256 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 Files=5, Tests=2, 1 wallclock secs ( 0.11 usr 0.07 sys + 0.85 cusr 0.17 csys = 1.20 CPU) Result: FAIL Failed 1/5 test programs. 1/2 subtests failed. make: *** [test_dynamic] Error 255 PERLANCAR/Complete-Getopt-Long-0.20.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports PERLANCAR/Complete-Getopt-Long-0.20.tar.gz Finished 2014-12-24T14:09:27