PATH=/usr/bin:/bin:/Users/fly2200/cpanfly-5.22/var/megalib/bin Start 2017-03-14T00:27:46 ActivePerl-2200 CPAN-2.10 Reading '/Users/fly2200/cpanfly-5.22/var/cpan/Metadata' Database was generated on Mon, 13 Mar 2017 04:53:43 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/M/ME/MELO/Bash-Completion-0.008.tar.gz Checksum for /Users/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/M/ME/MELO/Bash-Completion-0.008.tar.gz ok Bash-Completion-0.008/ Bash-Completion-0.008/bin/ Bash-Completion-0.008/Changes Bash-Completion-0.008/dist.ini Bash-Completion-0.008/eg/ Bash-Completion-0.008/INSTALL Bash-Completion-0.008/lib/ Bash-Completion-0.008/LICENSE Bash-Completion-0.008/Makefile.PL Bash-Completion-0.008/MANIFEST Bash-Completion-0.008/META.json Bash-Completion-0.008/META.yml Bash-Completion-0.008/README Bash-Completion-0.008/t/ Bash-Completion-0.008/weaver.ini Bash-Completion-0.008/t/03-request.t Bash-Completion-0.008/t/05-utils.t Bash-Completion-0.008/t/07-plugin.t Bash-Completion-0.008/t/10-bash-completion.t Bash-Completion-0.008/t/50-app-bash-complete.t Bash-Completion-0.008/t/60-plugin-bashcomplete.t Bash-Completion-0.008/t/release-distmeta.t Bash-Completion-0.008/t/release-no-tabs.t Bash-Completion-0.008/t/release-pod-coverage.t Bash-Completion-0.008/t/release-pod-syntax.t Bash-Completion-0.008/t/tlib/ Bash-Completion-0.008/t/tlib/bin/ Bash-Completion-0.008/t/tlib/OhPleaseLetNotBeAModuleWithThisPrefixOnCPAN/ Bash-Completion-0.008/t/tlib/Test/ Bash-Completion-0.008/t/tlib/Test/BashCompletionTestUtils.pm Bash-Completion-0.008/t/tlib/OhPleaseLetNotBeAModuleWithThisPrefixOnCPAN/A.pm Bash-Completion-0.008/t/tlib/OhPleaseLetNotBeAModuleWithThisPrefixOnCPAN/B.pm Bash-Completion-0.008/t/tlib/OhPleaseLetNotBeAModuleWithThisPrefixOnCPAN/c.pm Bash-Completion-0.008/t/tlib/bin/perldoc Bash-Completion-0.008/lib/App/ Bash-Completion-0.008/lib/Bash/ Bash-Completion-0.008/lib/Bash/Completion/ Bash-Completion-0.008/lib/Bash/Completion.pm Bash-Completion-0.008/lib/Bash/Completion/Plugin.pm Bash-Completion-0.008/lib/Bash/Completion/Plugins/ Bash-Completion-0.008/lib/Bash/Completion/Request.pm Bash-Completion-0.008/lib/Bash/Completion/Utils.pm Bash-Completion-0.008/lib/Bash/Completion/Plugins/BashComplete.pm Bash-Completion-0.008/lib/Bash/Completion/Plugins/Perldoc.pm Bash-Completion-0.008/lib/App/BashComplete.pm Bash-Completion-0.008/eg/tester.sh Bash-Completion-0.008/bin/bash-complete Bash-Completion-0.008/bin/setup-bash-complete Configuring M/ME/MELO/Bash-Completion-0.008.tar.gz with Makefile.PL >>> /Users/fly2200/ap2200-299195/bin/perl-dynamic Makefile.PL Checking if your kit is complete... Looks good Have /Users/fly2200/cpanfly-5.22/var/megalib Want /Users/fly2200/ap2200-299195/lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [darwin-thread-multi-2level] This may or may not cause problems. Please check your installation of perl if you have problems building this extension. Generating a Unix-style Makefile Writing Makefile for Bash::Completion Writing MYMETA.yml and MYMETA.json MELO/Bash-Completion-0.008.tar.gz /Users/fly2200/ap2200-299195/bin/perl-dynamic Makefile.PL -- OK Running make for M/ME/MELO/Bash-Completion-0.008.tar.gz >>> make cp lib/Bash/Completion/Plugins/Perldoc.pm blib/lib/Bash/Completion/Plugins/Perldoc.pm cp lib/Bash/Completion/Request.pm blib/lib/Bash/Completion/Request.pm cp lib/Bash/Completion.pm blib/lib/Bash/Completion.pm cp lib/Bash/Completion/Plugin.pm blib/lib/Bash/Completion/Plugin.pm cp lib/Bash/Completion/Utils.pm blib/lib/Bash/Completion/Utils.pm cp lib/App/BashComplete.pm blib/lib/App/BashComplete.pm cp lib/Bash/Completion/Plugins/BashComplete.pm blib/lib/Bash/Completion/Plugins/BashComplete.pm cp bin/bash-complete blib/script/bash-complete "/Users/fly2200/ap2200-299195/bin/perl-dynamic" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/bash-complete cp bin/setup-bash-complete blib/script/setup-bash-complete "/Users/fly2200/ap2200-299195/bin/perl-dynamic" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/setup-bash-complete Manifying 2 pod documents Manifying 7 pod documents MELO/Bash-Completion-0.008.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/Users/fly2200/ap2200-299195/bin/perl-dynamic" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/03-request.t .............. ok 1 - use Bash::Completion::Request; ok 2 - Created Request instance ok ok 3 - ... expected command line ok 4 - ... expected parsed word ok 5 - ... expected point value ok 6 - ... correct number of parsed arguments ok 7 - ... and the expected arguments ok 8 - Request accepts method candidates() ok 9 - candidates() work as expected 1..9 ok # Failed test at t/05-utils.t line 39. # Comparing $data as a Bag # Extra: 'Plugin::' # Looks like you failed 1 test of 10. # Failed test 'match_perl_modules' # at t/05-utils.t line 69. # Looks like you failed 1 test of 4. t/05-utils.t ................ ok 1 - use Bash::Completion::Utils; # Subtest: command_in_path ok 1 - command_in_path(70253-231464429.261869-1489476472) works ok 2 - command_in_path(please-dont-exist-pleeease-70253-231464429.261869-1489476472) also works 1..2 ok 2 - command_in_path # Subtest: match_perl_modules ok 1 ok 2 not ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 - Let ourUniquePrefix expand to ourUniquePrefix:: ok 10 1..10 not ok 3 - match_perl_modules # Subtest: prefix_match ok 1 - Matched correct set of options ok 2 - Matched correct set of words 1..2 ok 4 - prefix_match 1..4 Dubious, test returned 1 (wstat 256, 0x100) Failed 1/4 subtests t/07-plugin.t ............... ok 1 - use Bash::Completion::Plugin; ok 2 - Got a plugin instance ok 3 - ... no args by default ok 4 - Got a plugin instance ok 5 - ... args as expected ok 6 - ... and the expected args ok 7 - Default should_activate() returns [] ok 8 - Default generate_bash_setup() returns [] 1..8 ok t/10-bash-completion.t ...... ok 1 - use Bash::Completion; ok 2 - Bash::Completion object ok ok 3 - ... got some plugins ok 4 - ... plugin Bash::Completion::Plugins::App::Cmd=HASH(0x7ff7140512a8) is ok ok 5 - ... plugin Bash::Completion::Plugins::BashComplete=HASH(0x7ff714044a70) is ok ok 6 - ... plugin Bash::Completion::Plugins::Perldoc=HASH(0x7ff714044b48) is ok ok 7 - ... plugin Bash::Completion::Plugins::VimTag=HASH(0x7ff713cb2bd0) is ok ok 8 - ... plugin Bash::Completion::Plugins::cpanm=HASH(0x7ff71405cdf0) is ok ok 9 - ... plugin Bash::Completion::Plugins::perlbrew=HASH(0x7ff713d08f38) is ok ok 10 - ... plugin Bash::Completion::Plugins::pinto=HASH(0x7ff713d09160) is ok ok 11 - Got us a setup script ok 12 - ... with the expected setup command for bash-complete ok 13 - ... with the expected setup command for perldoc ok 14 - ...... and it even has the correct options 1..14 ok t/50-app-bash-complete.t .... ok 1 - use App::BashComplete; ok 2 - Have a nice app ok 3 - App::BashComplete->can('run') ok 4 - Recognized setup cmd ok 5 - ... help option properly set 1..5 ok t/60-plugin-bashcomplete.t .. ok 1 - use Bash::Completion; ok 2 - Expected for empty args ok 3 - Expected for single "se" ok 4 - Expected for "complete" 1..4 ok t/release-distmeta.t ........ skipped: these tests are for release candidate testing t/release-no-tabs.t ......... skipped: these tests are for release candidate testing 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 Test Summary Report ------------------- t/05-utils.t (Wstat: 256 Tests: 4 Failed: 1) Failed test: 3 Non-zero exit status: 1 Files=10, Tests=44, 2 wallclock secs ( 0.04 usr 0.02 sys + 0.37 cusr 0.17 csys = 0.60 CPU) Result: FAIL Failed 1/10 test programs. 1/44 subtests failed. make: *** [test_dynamic] Error 255 MELO/Bash-Completion-0.008.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports MELO/Bash-Completion-0.008.tar.gz Finished 2017-03-14T00:27:54