PATH=/usr/bin:/bin Start 2011-11-11T21:04:35 ActivePerl-1200 CPAN-1.9402 Going to read '/home/fly1200/var/cpan/Metadata' Database was generated on Sat, 12 Nov 2011 04:29:24 GMT Running make for G/GU/GUGOD/App-perlbrew-0.32.tar.gz Checksum for /net/nas/data/cpan/authors/id/G/GU/GUGOD/App-perlbrew-0.32.tar.gz ok App-perlbrew-0.32/ App-perlbrew-0.32/bin/ App-perlbrew-0.32/Changes App-perlbrew-0.32/doc/ App-perlbrew-0.32/inc/ App-perlbrew-0.32/lib/ App-perlbrew-0.32/LICENSE App-perlbrew-0.32/Makefile.PL App-perlbrew-0.32/MANIFEST App-perlbrew-0.32/META.yml App-perlbrew-0.32/README App-perlbrew-0.32/t/ App-perlbrew-0.32/t/00.load.t App-perlbrew-0.32/t/01.options.t App-perlbrew-0.32/t/02.format_perl_version.t App-perlbrew-0.32/t/03.path_with_tilde.t App-perlbrew-0.32/t/03.test_get_available_versions.t App-perlbrew-0.32/t/04.find_available_perls.t App-perlbrew-0.32/t/04.test_uniq.t App-perlbrew-0.32/t/05.get_current_perl.t App-perlbrew-0.32/t/06.installed_perls.t App-perlbrew-0.32/t/07.argv.t App-perlbrew-0.32/t/08.error_available.t App-perlbrew-0.32/t/08.error_install.t App-perlbrew-0.32/t/08.error_install_blead.t App-perlbrew-0.32/t/08.error_install_cpanm.t App-perlbrew-0.32/t/08.error_mirror.t App-perlbrew-0.32/t/09.exit_status.t App-perlbrew-0.32/t/10.resolve.t App-perlbrew-0.32/t/11.editdist.t App-perlbrew-0.32/t/11.root_from_arg.t App-perlbrew-0.32/t/command-available.t App-perlbrew-0.32/t/command-display-rc.t App-perlbrew-0.32/t/command-env.t App-perlbrew-0.32/t/command-exec.t App-perlbrew-0.32/t/command-help.t App-perlbrew-0.32/t/command-install-cpanm.t App-perlbrew-0.32/t/command-install-patchperl.t App-perlbrew-0.32/t/command-lib.t App-perlbrew-0.32/t/command-list.t App-perlbrew-0.32/t/installation.t App-perlbrew-0.32/t/installation2.t App-perlbrew-0.32/t/test_helpers.pl App-perlbrew-0.32/lib/App/ App-perlbrew-0.32/lib/App/perlbrew.pm App-perlbrew-0.32/inc/Module/ App-perlbrew-0.32/inc/Module/Install/ App-perlbrew-0.32/inc/Module/Install.pm App-perlbrew-0.32/inc/Module/Install/Base.pm App-perlbrew-0.32/inc/Module/Install/Can.pm App-perlbrew-0.32/inc/Module/Install/Fetch.pm App-perlbrew-0.32/inc/Module/Install/Makefile.pm App-perlbrew-0.32/inc/Module/Install/Metadata.pm App-perlbrew-0.32/inc/Module/Install/Scripts.pm App-perlbrew-0.32/inc/Module/Install/Win32.pm App-perlbrew-0.32/inc/Module/Install/WriteAll.pm App-perlbrew-0.32/doc/MIT-LICENSE App-perlbrew-0.32/doc/notes.org App-perlbrew-0.32/doc/PERL-LICENSE App-perlbrew-0.32/bin/perlbrew CPAN.pm: Going to build G/GU/GUGOD/App-perlbrew-0.32.tar.gz >>> /home/fly1200/ap1200-292396/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for App::perlbrew Writing MYMETA.yml and MYMETA.json >>> make cp lib/App/perlbrew.pm blib/lib/App/perlbrew.pm cp bin/perlbrew blib/script/perlbrew /home/fly1200/ap1200-292396/bin/perl-static "-Iinc" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/perlbrew Manifying blib/man1/perlbrew.1 Manifying blib/man3/App::perlbrew.3 GUGOD/App-perlbrew-0.32.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly1200/ap1200-292396/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/00.load.t ......................... 1..1 ok 1 - use App::perlbrew; ok t/01.options.t ...................... 1..12 # bless( { # 'A' => [ # 'ccflags' # ], # 'D' => [ # 'usethreads', # 'DEBUGGING' # ], # 'U' => [ # 'usemymalloc' # ], # 'args' => [ # 'install', # 'perl-5.12.1' # ], # 'force' => 0, # 'notest' => 1, # 'original_argv' => [ # 'install', # '-n', # 'perl-5.12.1', # '-Dusethreads', # '-DDEBUGGING', # '-Uusemymalloc', # '-Accflags' # ], # 'quiet' => 0 # }, 'App::perlbrew' ) ok 1 ok 2 - -D ok 3 - -U ok 4 - -A ok 5 - not quiet ok 6 - notest # bless( { # 'A' => [ # 'ccflags' # ], # 'D' => [ # 'usethreads', # 'DEBUGGING' # ], # 'U' => [ # 'usemymalloc' # ], # 'args' => [ # 'install', # 'perl-5.12.1' # ], # 'force' => 0, # 'original_argv' => [ # 'install', # '--quiet', # 'perl-5.12.1', # '-D', # 'usethreads', # '-D=DEBUGGING', # '-U', # 'usemymalloc', # '-A', # 'ccflags' # ], # 'quiet' => 1 # }, 'App::perlbrew' ) ok 7 ok 8 - -D ok 9 - -U ok 10 - -A ok 11 - quiet ok 12 - notest ok t/02.format_perl_version.t .......... 1..3 ok 1 - 5.008008 -> 5.8.8 ok 2 - 5.010001 -> 5.10.1 ok 3 - 5.012002 -> 5.12.2 ok t/03.path_with_tilde.t .............. 1..2 ok 1 ok 2 ok t/03.test_get_available_versions.t .. 1..9 ok 1 - Correct number of releases found ok 2 - perl-5.13.11 found ok 3 - perl-5.12.3 found ok 4 - perl-5.10.1 found ok 5 - perl-5.8.9 found ok 6 - perl-5.6.2 found ok 7 - perl5.005_04 found ok 8 - perl5.004_05 found ok 9 - perl5.003_07 found ok t/04.find_available_perls.t ......... 1..52 ok 1 - found 11 releases ok 2 - 5.13 branch ok 3 - branch 5.13 found ok 4 - release 5.13.11 found ok 5 - file perl-5.13.11.tar.gz found ok 6 - type devel found ok 7 - age 14 days found ok 8 - branch 5.12 found ok 9 - release 5.12.3 found ok 10 - file perl-5.12.3.tar.gz found ok 11 - type maint found ok 12 - age 2 months, 11 days found ok 13 - branch 5.10 found ok 14 - release 5.10.1 found ok 15 - file perl-5.10.1.tar.gz found ok 16 - type maint found ok 17 - age 1 year, 7 months found ok 18 - branch 5.8 found ok 19 - release 5.8.9 found ok 20 - file perl-5.8.9.tar.gz found ok 21 - type maint found ok 22 - age 2 years, 3 months found ok 23 - branch 5.6 found ok 24 - release 5.6.2 found ok 25 - file perl-5.6.2.tar.gz found ok 26 - type maint found ok 27 - age 7 years, 4 months found ok 28 - branch 5.5 found ok 29 - release 5.5.4 found ok 30 - file perl5.005_04.tar.gz found ok 31 - type maint found ok 32 - age 7 years, 1 month found ok 33 - branch 5.4 found ok 34 - release 5.4.5 found ok 35 - file perl5.004_05.tar.gz found ok 36 - type maint found ok 37 - age 11 years, 11 months found ok 38 - branch 5.3 found ok 39 - release 5.3.7 found ok 40 - file perl5.003_07.tar.gz found ok 41 - type maint found ok 42 - age 14 years, 5 months found ok 43 - branch 5.3 found ok 44 - release 5.3.7 found ok 45 - file perl5.003_07.tar.gz found ok 46 - type maint found ok 47 - age 14 years, 5 months found ok 48 - branch 5.3 found ok 49 - release 5.3.7 found ok 50 - file perl5.003_07.tar.gz found ok 51 - type maint found ok 52 - age 14 years, 5 months found ok t/04.test_uniq.t .................... 1..1 ok 1 - Successfully uniquified an array. ok t/05.get_current_perl.t ............. 1..1 ok 1 - Test version ok t/06.installed_perls.t .............. skipped: No perl installation under PERLBREW_ROOT t/07.argv.t ......................... ok 1 ok 2 ok 3 ok 4 ok 5 1..5 ok t/08.error_available.t .............. ok 1 - threw Regexp ((?-xism:ERROR: Unable to retrieve the list of perls.)) 1..1 ok t/08.error_install.t ................ ok 1 - threw Regexp ((?-xism:ERROR: Failed to download perl-5.12.3 tarball.)) 1..1 ok t/08.error_install_blead.t .......... Fetching blead as t/mock_perlbrew_root/dists/blead.tar.gz ok 1 - threw Regexp ((?-xism:ERROR: Failed to download perl-blead tarball.)) Fetching blead as t/mock_perlbrew_root/dists/blead.tar.gz ok 2 - threw Regexp ((?-xism:ERROR: Failed to download perl-blead tarball.)) 1..2 ok t/08.error_install_cpanm.t .......... ok 1 - threw Regexp ((?-xism:ERROR: Failed to retrieve cpanm executable.)) 1..1 ok t/08.error_mirror.t ................. Fetching mirror list ok 1 - threw Regexp ((?-xism:ERROR: Failed to retrieve the mirror list.)) 1..1 ok t/09.exit_status.t .................. ok 1 - threw Regexp ((?-xism:unknown-command)) Unknown command: `unknown-command`. Typo? ok 2 bin/perlbrew - App::perlbrew/0.32 ok 3 1..3 ok t/10.resolve.t ...................... # (mock) installed perl-5.8.9 to /tmp/XIdibuZX7U/perls/perl-5.8.9 # (mock) installed perl-5.14.0 to /tmp/XIdibuZX7U/perls/perl-5.14.0 # (mock) installed 5.8.9 to /tmp/XIdibuZX7U/perls/5.8.9 # (mock) installed perl-shiny to /tmp/XIdibuZX7U/perls/perl-shiny ok 1 - App::perlbrew->resolve_installation_name takes exactly one argument, which means the `shortname` that needs to be resolved to a `longname` ok 2 - App::perlbrew->resolve_installation_name takes exactly one argument, which means the `shortname` that needs to be resolved to a `longname` ok 3 - App::perlbrew->resolve_installation_name returns the same value as the argument if there is an installation with exactly the same name ok 4 - App::perlbrew->resolve_installation_name returns the same value as the argument if there is an installation with exactly the same name ok 5 - App::perlbrew->resolve_installation_name returns the same value as the argument if there is an installation with exactly the same name ok 6 - App::perlbrew->resolve_installation_name returns `perl-$shortname` if that happens to be a proper installation name. ok 7 - App::perlbrew->resolve_installation_name returns `perl-$shortname` if that happens to be a proper installation name. ok 8 - App::perlbrew->resolve_installation_name returns undef if no proper installation can be found 1..8 ok t/11.editdist.t ..................... ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 1..6 ok t/11.root_from_arg.t ................ ok 1 - App::perlbrew\#root method should returns $App::perlbrew::PERLBREW_ROOT normally ok 2 - App::perlbrew\#root method should returns the instance property of 'root' if set ok 3 - App::perlbrew->new accept --root args and treat it as the value od PERLBREW_ROOT for the instance 1..3 ok t/command-available.t ............... ok 1 - available command output, when nothing installed locally, should display a list of perl versions ok 2 - available command output, when something installed locally, should display a list of perl versions, with markers on installed versions 1..2 ok t/command-display-rc.t .............. ok 1 - App::perlbrew should be able to run 'display-bashrc' command ok 2 - App::perlbrew should be able to run 'display-cshrc' command 1..2 ok t/command-env.t ..................... # (mock) installed perl-5.14.1 to /tmp/f1HPJhxhvC/perls/perl-5.14.1 ok 1 - env command, when invoked with a perl installation name, displays environment variables that should be set to use the given perl. # perlbrew env perl-5.14.1@nobita ok 2 - env command, when invoked with a perl installation name with lib name, displays local::lib-related environment variables that should be set to use the given perl. 1..2 ok t/command-exec.t .................... needs ========== shave ========== yak ========== ok 1 - correct exec output needs ========== shave ========== yak ========== ok 2 - correct exec output needs ========== shave ========== yak ========== ok 3 - correct exec output 1..3 ok Can't load '/home/fly1200/var/megalib/auto/Encode/Encode.so' for module Encode: /home/fly1200/var/megalib/auto/Encode/Encode.so: undefined symbol: Perl_croak_xs_usage at /home/fly1200/var/megalib/XSLoader.pm line 71. at /home/fly1200/var/megalib/Encode.pm line 10 Compilation failed in require at /home/fly1200/var/megalib/Pod/Text.pm line 32. BEGIN failed--compilation aborted at /home/fly1200/var/megalib/Pod/Text.pm line 32. Compilation failed in require at /home/fly1200/var/megalib/Pod/Usage.pm line 452. BEGIN failed--compilation aborted at /home/fly1200/var/megalib/Pod/Usage.pm line 459. Compilation failed in require at lib/App/perlbrew.pm line 448. # Failed test 'help should instruct user to read help for individual commands.' # at t/command-help.t line 19. # '' # doesn't match '(?si-xm:perlbrew help )' # Looks like you failed 1 test of 1. t/command-help.t .................... # (mock) installed perl-5.12.3 to /tmp/gDUsisAE13/perls/perl-5.12.3 not ok 1 - help should instruct user to read help for individual commands. 1..1 Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests t/command-install-cpanm.t ........... ok 1 - GET cpanm url: https://github.com/miyagawa/cpanminus/raw/master/cpanm ok 2 - cpanm is produced. /tmp/0_LTYkta1j/bin/cpanm ok 3 - cpanm should be an executable. 1..3 ok t/command-install-patchperl.t ....... ok 1 - GET patchperl url: https://raw.github.com/gugod/patchperl-packing/master/patchperl ok 2 - patchperl is produced. /tmp/11sZkiHfpf/bin/patchperl ok 3 - patchperl should be an executable. 1..3 ok t/command-lib.t ..................... ok 1 - lib command, shows a page of usage synopsis when no sub-command are given. ok 2 - lib command, `create` sub-command, creates the local::lib folder ok 3 - lib command, `create` sub-command, creates the local::lib folder ok 4 - lib command, `delete` sub-command, deletes the local::lib folder ok 5 - lib command, `delete` sub-command, deletes the local::lib folder ok 6 - lib command, `delete` sub-command, deletes the local::lib folder 1..6 ok t/command-list.t .................... # (mock) installed perl-5.12.3 to /tmp/kOq3iHIp3k/perls/perl-5.12.3 # (mock) installed perl-5.12.4 to /tmp/kOq3iHIp3k/perls/perl-5.12.4 # (mock) installed perl-5.14.1 to /tmp/kOq3iHIp3k/perls/perl-5.14.1 # (mock) installed perl-5.14.2 to /tmp/kOq3iHIp3k/perls/perl-5.14.2 ok 1 - list command, when there no libs under PERLBREW_HOME, displays a list of perl installation names lib 'perl-5.12.3@nobita' is created. lib 'perl-5.12.3@shizuka' is created. ok 2 - list command, when there are lib under PERLBREW_HOME, displays lib names ok 3 - list command, when there are lib under PERLBREW_HOME, marks currently activated lib 1..3 ok t/installation.t .................... # PERLBREW_ROOT set to t/mock_perlbrew_root ok 1 ok 2 ok 3 ok 4 - should die when doing install with existing distribution name. ok 1 ok 2 ok 3 1..3 ok 5 - App::perlbrew\#is_installed method. ok 1 ok 2 ok 3 - should die when doing install with existing user-specified name. 1..3 ok 6 - do not clobber exitsing user-specified name. 1..6 ok t/installation2.t ................... # PERLBREW_ROOT set to t/mock_perlbrew_root Fetching perl-5.14.0 as t/mock_perlbrew_root/dists/perl-5.14.0.tar.gz ok 1 - App::perlbrew ->do_install_url method should accept an URL to perl tarball, and download the tarball. ok 2 - App::perlbrew ->do_install_url method should accept an URL to perl tarball, and download the tarball. ok 3 - App::perlbrew ->do_install_url method should accept an URL to perl tarball, and download the tarball. ok 4 - App::perlbrew ->do_install_url method should accept an URL to perl tarball, and download the tarball. ok 5 - do_extract_tarball is called ok 6 - do_install_this is called ok 7 - App::perlbrew ->do_install_archive method accepts a path to perl tarball and perform installation process. 1..7 ok Test Summary Report ------------------- t/command-help.t (Wstat: 256 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 Files=30, Tests=150, 2 wallclock secs ( 0.03 usr 0.03 sys + 1.44 cusr 0.28 csys = 1.78 CPU) Result: FAIL Failed 1/30 test programs. 1/150 subtests failed. make: *** [test_dynamic] Error 255 GUGOD/App-perlbrew-0.32.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports GUGOD/App-perlbrew-0.32.tar.gz Finished 2011-11-11T21:04:39