PATH=/usr/bin:/bin:/data/fly2400/cpanfly-5.24/var/megalib/bin Start 2016-06-13T12:25:33 ActivePerl-2400 CPAN-2.10 Reading '/data/fly2400/cpanfly-5.24/var/cpan/Metadata' Database was generated on Mon, 13 Jun 2016 05:53:50 GMT Checksum for /data/fly2400/cpanfly-5.24/var/cpan/sources/authors/id/G/GU/GUGOD/App-perlbrew-0.75.tar.gz ok App-perlbrew-0.75/ App-perlbrew-0.75/bin/ App-perlbrew-0.75/Changes App-perlbrew-0.75/doc/ App-perlbrew-0.75/inc/ App-perlbrew-0.75/lib/ App-perlbrew-0.75/LICENSE App-perlbrew-0.75/Makefile.PL App-perlbrew-0.75/MANIFEST App-perlbrew-0.75/META.yml App-perlbrew-0.75/README App-perlbrew-0.75/README.md App-perlbrew-0.75/t/ App-perlbrew-0.75/t/00.load.t App-perlbrew-0.75/t/01.options.t App-perlbrew-0.75/t/02.format_perl_version.t App-perlbrew-0.75/t/03.path_with_tilde.t App-perlbrew-0.75/t/03.test_get_available_versions.t App-perlbrew-0.75/t/04.find_available_perls.t App-perlbrew-0.75/t/05.get_current_perl.t App-perlbrew-0.75/t/06.installed_perls.t App-perlbrew-0.75/t/07.argv.t App-perlbrew-0.75/t/08.error_available.t App-perlbrew-0.75/t/08.error_install.t App-perlbrew-0.75/t/08.error_install_blead.t App-perlbrew-0.75/t/08.error_install_cpanm.t App-perlbrew-0.75/t/09.exit_status.t App-perlbrew-0.75/t/10.resolve.t App-perlbrew-0.75/t/11.editdist.t App-perlbrew-0.75/t/11.root_from_arg.t App-perlbrew-0.75/t/12.destdir.t App-perlbrew-0.75/t/12.sitecustomize.t App-perlbrew-0.75/t/13.perl_release.t App-perlbrew-0.75/t/14.perl_version_parsing.t App-perlbrew-0.75/t/15.no-reuse-build-dir.t App-perlbrew-0.75/t/command-alias.t App-perlbrew-0.75/t/command-available.t App-perlbrew-0.75/t/command-compgen.t App-perlbrew-0.75/t/command-display-rc.t App-perlbrew-0.75/t/command-env.t App-perlbrew-0.75/t/command-exec.t App-perlbrew-0.75/t/command-help.t App-perlbrew-0.75/t/command-info.t App-perlbrew-0.75/t/command-install-cpanm.t App-perlbrew-0.75/t/command-install-patchperl.t App-perlbrew-0.75/t/command-lib.t App-perlbrew-0.75/t/command-list.t App-perlbrew-0.75/t/current_perl.t App-perlbrew-0.75/t/do_system.t App-perlbrew-0.75/t/failure-command-install-cpanm.t App-perlbrew-0.75/t/failure-command-install-patchperl.t App-perlbrew-0.75/t/http-program-control.t App-perlbrew-0.75/t/http.t App-perlbrew-0.75/t/installation-perlbrew.t App-perlbrew-0.75/t/installation.t App-perlbrew-0.75/t/installation2.t App-perlbrew-0.75/t/installation3.t App-perlbrew-0.75/t/test.tar.gz App-perlbrew-0.75/t/test_helpers.pl App-perlbrew-0.75/t/unit-files-are-the-same.t App-perlbrew-0.75/lib/App/ App-perlbrew-0.75/lib/App/perlbrew.pm App-perlbrew-0.75/inc/Module/ App-perlbrew-0.75/inc/Module/Install/ App-perlbrew-0.75/inc/Module/Install.pm App-perlbrew-0.75/inc/Module/Install/AuthorRequires.pm App-perlbrew-0.75/inc/Module/Install/Base.pm App-perlbrew-0.75/inc/Module/Install/Can.pm App-perlbrew-0.75/inc/Module/Install/Fetch.pm App-perlbrew-0.75/inc/Module/Install/Makefile.pm App-perlbrew-0.75/inc/Module/Install/Metadata.pm App-perlbrew-0.75/inc/Module/Install/Scripts.pm App-perlbrew-0.75/inc/Module/Install/Win32.pm App-perlbrew-0.75/inc/Module/Install/WriteAll.pm App-perlbrew-0.75/doc/MIT-LICENSE App-perlbrew-0.75/doc/notes.org App-perlbrew-0.75/doc/PERL-LICENSE App-perlbrew-0.75/bin/perlbrew Configuring G/GU/GUGOD/App-perlbrew-0.75.tar.gz with Makefile.PL >>> /data/fly2400/ap2400-300558/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for App::perlbrew Writing MYMETA.yml and MYMETA.json GUGOD/App-perlbrew-0.75.tar.gz /data/fly2400/ap2400-300558/bin/perl-static Makefile.PL -- OK Running make for G/GU/GUGOD/App-perlbrew-0.75.tar.gz >>> make cp lib/App/perlbrew.pm blib/lib/App/perlbrew.pm cp bin/perlbrew blib/script/perlbrew "/data/fly2400/ap2400-300558/bin/perl-static" "-Iinc" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/perlbrew Manifying 1 pod document Manifying 1 pod document GUGOD/App-perlbrew-0.75.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/data/fly2400/ap2400-300558/bin/perl-static" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; 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( { # '64all' => '', # '64int' => '', # 'A' => [ # 'ccflags' # ], # 'D' => [ # 'usethreads', # 'DEBUGGING' # ], # 'U' => [ # 'usemymalloc' # ], # 'append' => '', # 'args' => [ # 'install', # 'perl-5.12.1' # ], # 'both' => [], # 'clang' => '', # 'debug' => '', # 'destdir' => '', # 'force' => 0, # 'ld' => '', # 'multi' => '', # 'noman' => '', # 'notest' => 1, # 'original_argv' => [ # 'install', # '-n', # 'perl-5.12.1', # '-Dusethreads', # '-DDEBUGGING', # '-Uusemymalloc', # '-Accflags' # ], # 'quiet' => 0, # 'sitecustomize' => '', # 'thread' => '', # 'variation' => '' # }, 'App::perlbrew' ) ok 1 ok 2 - -D ok 3 - -U ok 4 - -A ok 5 - not quiet ok 6 - notest # bless( { # '64all' => '', # '64int' => '', # 'A' => [ # 'ccflags' # ], # 'D' => [ # 'usethreads', # 'DEBUGGING' # ], # 'U' => [ # 'usemymalloc' # ], # 'append' => '', # 'args' => [ # 'install', # 'perl-5.12.1' # ], # 'both' => [], # 'clang' => '', # 'debug' => '', # 'destdir' => '', # 'force' => 0, # 'ld' => '', # 'multi' => '', # 'noman' => '', # 'original_argv' => [ # 'install', # '--quiet', # 'perl-5.12.1', # '-D', # 'usethreads', # '-D=DEBUGGING', # '-U', # 'usemymalloc', # '-A', # 'ccflags' # ], # 'quiet' => 1, # 'sitecustomize' => '', # 'thread' => '', # 'variation' => '' # }, '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..5 ok 1 - 5.008008 -> 5.8.8 ok 2 - 5.010001 -> 5.10.1 ok 3 - 5.012002 -> 5.12.2 ok 4 - 5.008 -> 5.8.0 ok 5 - no warnings 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/05.get_current_perl.t ................ # (mock) installed perl-5.12.3 to /tmp/dotSMZmdnt/perls/perl-5.12.3 # (mock) installed perl-5.12.4 to /tmp/dotSMZmdnt/perls/perl-5.12.4 # (mock) installed perl-5.14.1 to /tmp/dotSMZmdnt/perls/perl-5.14.1 # (mock) installed perl-5.14.2 to /tmp/dotSMZmdnt/perls/perl-5.14.2 # Subtest: perlbrew version ok 1 1..1 ok 1 - perlbrew version # Subtest: Current perl is decided from environment variable PERLBREW_PERL ok 1 ok 2 ok 3 ok 4 1..4 ok 2 - Current perl is decided from environment variable PERLBREW_PERL # Subtest: Current perl can be decided from object attribute, which overrides env var. ok 1 ok 2 ok 3 ok 4 1..4 ok 3 - Current perl can be decided from object attribute, which overrides env var. 1..3 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 ((?^:ERROR: Unable to retrieve the list of perls.)) 1..1 ok t/08.error_install.t ................... Fetching perl 5.12.3 as /tmp/Jv0hJP2PZT/dists/perl-5.12.3.tar.bz2 Download http://www.cpan.org/src/5.0/perl-5.12.3.tar.bz2 to /tmp/Jv0hJP2PZT/dists/perl-5.12.3.tar.bz2 ok 1 - threw Regexp ((?^:ERROR: Failed to download .*perl-5.12.3.*)) 1..1 ok t/08.error_install_blead.t ............. Fetching blead as /tmp/eUmHzPdJZf/dists/blead.tar.gz ok 1 - threw Regexp ((?^:ERROR: Failed to download perl-blead tarball.)) Fetching blead as /tmp/eUmHzPdJZf/dists/blead.tar.gz ok 2 - threw Regexp ((?^:ERROR: Failed to download perl-blead tarball.)) 1..2 ok t/08.error_install_cpanm.t ............. ok 1 - threw Regexp ((?^:ERROR: Failed to retrieve cpanm executable.)) 1..1 ok t/09.exit_status.t ..................... ok 1 - threw Regexp ((?^:unknown-command)) Unknown command: `unknown-command`. Typo? ok 2 bin/perlbrew - App::perlbrew/0.75 ok 3 1..3 ok t/10.resolve.t ......................... # (mock) installed perl-5.8.9 to /tmp/euFz4hnMq3/perls/perl-5.8.9 # (mock) installed perl-5.14.0 to /tmp/euFz4hnMq3/perls/perl-5.14.0 # (mock) installed 5.8.9 to /tmp/euFz4hnMq3/perls/5.8.9 # (mock) installed perl-shiny to /tmp/euFz4hnMq3/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 ok 9 - App::perlbrew->resolve_installation_name with lib names returns both perl version and libnames ok 10 - App::perlbrew->resolve_installation_name with lib names returns both perl version and libnames ok 11 - App::perlbrew->resolve_installation_name with lib names returns current perl version when only a libname is given ok 12 - App::perlbrew->resolve_installation_name with lib names returns current perl version when only a libname is given 1..12 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/12.destdir.t ......................... # PERLBREW_ROOT set to /tmp/zjaJ11UZIj # DESTDIR set to /tmp/jnCz2IrQnr # Subtest: No perls yet installed ok 1 - no perls installed 1..1 ok 1 - No perls yet installed # Subtest: --destdir option can be set ok 1 - post-option args correct ok 2 - --destdir set as expected 1..2 ok 2 - --destdir option can be set # Subtest: mock installing $VAR1 = []; ok 1 - found 0 installed perl (as it's installed in DESTDIR) ok 2 - sitecustomize.pl installed in DESTDIR ok 3 - sitecustomize.pl contents correct in DESTDIR 1..3 ok 3 - mock installing 1..3 ok t/12.sitecustomize.t ................... # PERLBREW_ROOT set to /tmp/CFFoqcp2Ms # Subtest: No perls yet installed ok 1 - no perls installed 1..1 ok 1 - No perls yet installed # Subtest: --sitecustomize option can be set ok 1 - post-option args correct ok 2 - --sitecustomize set as expected 1..2 ok 2 - --sitecustomize option can be set # Subtest: mock installing ok 1 - found 1 installed perl ok 2 - found expected perl ok 3 - sitecustomize.pl installed ok 4 - sitecustomize.pl contents correct 1..4 ok 3 - mock installing 1..3 ok t/13.perl_release.t .................... ok 1 - perl-5.14.2.tar.gz ok 2 - http://search.cpan.org/CPAN/authors/id/SOMEONE/perl-5.14.2.tar.gz ok 3 - App::perlbrew\#perl_release method given a valid perl version returns the perl dist tarball file name, and its download url ok 4 - App::perlbrew\#perl_release method given a valid perl version returns the perl dist tarball file name, and its download url ok 5 - App::perlbrew\#perl_release method given a valid perl version returns the perl dist tarball file name, and its download url ok 6 - App::perlbrew\#perl_release method given a valid perl version returns the perl dist tarball file name, and its download url ok 7 - App::perlbrew\#perl_release method given a valid perl version returns the perl dist tarball file name, and its download url ok 8 - App::perlbrew\#perl_release method given a valid perl version returns the perl dist tarball file name, and its download url ok 9 - App::perlbrew\#perl_release method given a valid perl version returns the perl dist tarball file name, and its download url ok 10 - App::perlbrew\#perl_release method given a valid perl version returns the perl dist tarball file name, and its download url ok 11 - App::perlbrew\#perl_release method given a valid perl version returns the perl dist tarball file name, and its download url ok 12 - App::perlbrew\#perl_release method given a valid perl version returns the perl dist tarball file name, and its download url 1..12 ok t/14.perl_version_parsing.t ............ 1..104 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 ok 73 ok 74 ok 75 ok 76 ok 77 ok 78 ok 79 ok 80 ok 81 ok 82 ok 83 ok 84 ok 85 ok 86 ok 87 ok 88 ok 89 ok 90 ok 91 ok 92 ok 93 ok 94 ok 95 ok 96 ok 97 ok 98 ok 99 ok 100 ok 101 ok 102 ok 103 ok 104 ok t/15.no-reuse-build-dir.t .............. 1..6 # PERLBREW_ROOT set to /tmp/DH9EUxHA29 ok 1 - An object of class 'App::perlbrew' isa 'App::perlbrew' ok 2 - Test file 3 created ok 3 - Test tarball extracted as expected ok 4 - Test file 3 was unlinked by tar ok 5 - Test file 1 exists ok 6 - Test file 2 exists ok t/command-alias.t ...................... # (mock) installed perl-5.14.1 to /tmp/dwbKNbPzwq/perls/perl-5.14.1 ok 1 - alias command, when invoked with unknown action name, should display usage message 1..1 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-compgen.t .................... # (mock) installed perl-5.12.3 to /tmp/XjGbIsGEm_/perls/perl-5.12.3 # (mock) installed perl-5.12.4 to /tmp/XjGbIsGEm_/perls/perl-5.12.4 # (mock) installed perl-5.14.1 to /tmp/XjGbIsGEm_/perls/perl-5.14.1 # (mock) installed perl-5.14.2 to /tmp/XjGbIsGEm_/perls/perl-5.14.2 ok 1 - compgen command, when there is no args displays a list of subcommands ok 2 - compgen command, when there is a part of a subcommand displays a list of l* ok 3 - compgen command, when there is a part of a subcommand 'versio[tab]' is completed as 'version' ok 4 - compgen command, given 'use' subcommand 'use [tab]' suggests a list of installed perls ok 5 - compgen command, given 'use' subcommand 'use 5.12 [tab]' suggests perls with /5\.12/ ok 6 - compgen command, given 'switch' subcommand 'use [tab]' suggests a list of installed perls ok 7 - compgen command, given 'switch' subcommand 'use 5.12 [tab]' suggests perls with /5\.12/ 1..7 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 Attempting to create directory /tmp/muexPFI7gj/libs/perl-5.14.1@nobita t/command-env.t ........................ # (mock) installed perl-5.14.1 to /tmp/q5ogGdfdPW/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. # perlbrew env perl-5.14.1@nobita ok 3 - env command, when invoked with a perl installation name with lib name and PERLBREW_LIB_PREFIX set, displays PERL5LIB with PERLBREW_LIB_PREFIX value first. 1..3 ok Command [perl -E 'somesub 42'] terminated with exit code 7 ($? = 1792) under the following perl environment: format_info_output_value Command [perl -E 'say 42'] terminated with exit code 3 ($? = 768) under the following perl environment: Command [perl -E 'say 42'] terminated with exit code 3 ($? = 768) under the following perl environment: Command [perl -E 'say 42'] terminated with exit code 3 ($? = 768) under the following perl environment: Command [perl -E 'say 42'] terminated with exit code 255 ($? = -1) under the following perl environment: Command [perl -E 'say 42'] terminated with exit code 7 ($? = 1792) under the following perl environment: t/command-exec.t ....................... # (mock) installed perl-5.12.3 to /tmp/AWdmSocnOa/perls/perl-5.12.3 # (mock) installed perl-5.12.4 to /tmp/AWdmSocnOa/perls/perl-5.12.4 # (mock) installed perl-5.14.1 to /tmp/AWdmSocnOa/perls/perl-5.14.1 # (mock) installed perl-5.14.2 to /tmp/AWdmSocnOa/perls/perl-5.14.2 perl-5.12.3 ========== ok 1 - perlbrew exec perl -E "say 42" invokes all perls ok 2 - perlbrew exec perl -E "say 42" invokes all perls ok 3 - perls/perl-5.12.3/bin perl-5.12.4 ========== ok 4 - perlbrew exec perl -E "say 42" invokes all perls ok 5 - perlbrew exec perl -E "say 42" invokes all perls ok 6 - perls/perl-5.12.4/bin perl-5.14.1 ========== ok 7 - perlbrew exec perl -E "say 42" invokes all perls ok 8 - perlbrew exec perl -E "say 42" invokes all perls ok 9 - perls/perl-5.14.1/bin perl-5.14.2 ========== ok 10 - perlbrew exec perl -E "say 42" invokes all perls ok 11 - perlbrew exec perl -E "say 42" invokes all perls ok 12 - perls/perl-5.14.2/bin perl-5.12.3 ========== ok 13 - perlbrew exec --with perl-5.12.3 perl -E "say 42" invokes perl-5.12.3/bin/perl ok 14 - perlbrew exec --with perl-5.12.3 perl -E "say 42" invokes perl-5.12.3/bin/perl ok 15 - perlbrew exec --with perl-5.12.3 perl -E "say 42" invokes perl-5.12.3/bin/perl perl-5.14.1 ========== perl-5.12.3 ========== perl-5.14.2 ========== ok 16 - perlbrew exec --with perl-5.14.1,perl-5.12.3,perl-5.14.2 perl -E "say 42" invokes each perl in the specified order perl-5.14.1 ========== ok 17 - perlbrew exec --with perl-5.14.1,perl-foobarbaz, ignore the unrecognized 'perl-foobarbaz' perl-5.14.1 ========== perl-5.14.1 ========== ok 18 - perlbrew exec --with perl-5.14.1,5.14.1 exec 5.14.1 twice, since that is what is specified perl-5.14.1 ========== Command terminated with non-zero status. ok 19 - exec exit code logging should work ok 20 - exec exit code logging should be quiet if asked perl-5.14.1 ========== Command terminated with non-zero status. ok 21 - exec exit code logging should format info output for right perl ok 22 - exec exit code logging should format info output for right perl perl-5.14.1 ========== perl-5.14.1 ========== perl-5.14.1 ========== Command terminated with non-zero status. ok 23 - exec exit code no halt-on-error should exit with error code ok 24 - exec exit code no halt-on-error should exit with error code ok 25 - exec exit code no halt-on-error should exit with error code perl-5.14.1 ========== Command terminated with non-zero status. perl-5.14.1 ========== ok 26 - exec exit code no halt-on-error should exit with error code when several perls ran ok 27 - exec exit code no halt-on-error should exit with error code when several perls ran ok 28 - exec exit code no halt-on-error should exit with error code when several perls ran perl-5.14.1 ========== perl-5.14.1 ========== Command terminated with non-zero status. ok 29 - exec exit code halt-on-error should exit with error code ok 30 - exec exit code halt-on-error should exit with error code ok 31 - exec exit code halt-on-error should exit with error code perl-5.14.1 ========== Command terminated with non-zero status. ok 32 - exec exit code halt-on-error should exit with code 255 if program terminated with signal or something ok 33 - exec exit code halt-on-error should exit with code 255 if program terminated with signal or something ok 34 - exec exit code halt-on-error should exit with code 255 if program terminated with signal or something perl-5.14.1 ========== perl-5.14.1 ========== Command terminated with non-zero status. ok 35 - exec exit code halt-on-error should exit with error code when several perls ran ok 36 - exec exit code halt-on-error should exit with error code when several perls ran ok 37 - exec exit code halt-on-error should exit with error code when several perls ran 1..37 ok t/command-help.t ....................... ok 1 - `perlbrew` should print some nice message and instruct user to read help for individual commands ok 2 - `perlbrew help` should instruct user to read help for individual commands. ok 3 - `perlbrew help` should be the same as doing `perlbrew -h` or `perlbrew --help` ok 4 - `perlbrew help` should be the same as doing `perlbrew -h` or `perlbrew --help` ok 5 - `help install` should show the options for install command ok 6 - `help install` should show the options for install command ok 7 - `help install` should show the options for install command 1..7 ok t/command-info.t ....................... ok 1 - info command should display info if under perlbrew perl ok 2 - info command should display info if under system perl ok 3 - info command should display info for a module if the module is installed ok 4 - info command should display a message that the module can't be found if the module isn't installed 1..4 ok t/command-install-cpanm.t .............. ok 1 - GET cpanm url: https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanm ok 2 - cpanm is produced. /tmp/8Kn7DY_2A6/bin/cpanm ok 3 - cpanm should be an executable. 1..3 ok t/command-install-patchperl.t .......... ok 1 - GET patchperl url: https://raw.githubusercontent.com/gugod/patchperl-packing/master/patchperl ok 2 - patchperl is produced. /tmp/592mEqmSPY/bin/patchperl ok 3 - patchperl should be an executable. 1..3 ok t/command-lib.t ........................ # (mock) installed perl-5.14.1 to /tmp/1BE81vJtiw/perls/perl-5.14.1 # (mock) installed perl-5.14.2 to /tmp/1BE81vJtiw/perls/perl-5.14.2 # (mock) installed perl-5.14.3 to /tmp/1BE81vJtiw/perls/perl-5.14.3 ok 1 - lib command, when invoked with unknown action name, should display error ok 2 - threw Regexp ((?^i:ERROR: )) ok 3 - threw Regexp ((?^i:ERROR: )) ok 4 - lib command, `create` sub-command, with a bare lib name, creates the lib folder for current perl ok 5 - lib command, `create` sub-command, with a bare lib name, creates the lib folder for current perl ok 6 - lib command, `create` sub-command, with @ in the beginning of lib name, creates the lib folder for current perl ok 7 - lib command, `create` sub-command, with @ in the beginning of lib name, creates the lib folder for current perl ok 8 - lib command, `create` sub-command, with perl name and @ as part of lib name, creates the lib folder for the specified perl ok 9 - lib command, `create` sub-command, with perl name and @ as part of lib name, creates the lib folder for the specified perl ok 10 - lib command, `create` sub-command, with perl name and @ as part of lib name, creates the lib folder for the specified perl ok 11 - lib command, `create` sub-command, with perl name and @ as part of lib name, creates the lib folder for the specified perl ok 12 - threw Regexp ((?^:^ERROR: 'perl-5.8.8' is not installed yet, 'perl-5.8.8\@nobita' cannot be created.\n)) ok 13 - lib command, `create` sub-command, with perl name and @ as part of lib name, shows errors if the specified perl does not exist. ok 14 - lib command, `delete` sub-command, deletes the local::lib folder ok 15 - lib command, `delete` sub-command, deletes the local::lib folder ok 16 - lib command, `delete` sub-command, deletes the local::lib folder ok 17 - threw Regexp ((?^:^ERROR: 'perl-5\.14\.2\@yoga' does not exist\.)) 1..17 ok t/command-list.t ....................... # (mock) installed perl-5.12.3 to /tmp/loTgmbGjb9/perls/perl-5.12.3 # (mock) installed perl-5.12.4 to /tmp/loTgmbGjb9/perls/perl-5.12.4 # (mock) installed perl-5.14.1 to /tmp/loTgmbGjb9/perls/perl-5.14.1 # (mock) installed perl-5.14.2 to /tmp/loTgmbGjb9/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/current_perl.t ....................... # (mock) installed perl-5.12.3 to /tmp/YpHpPY48dt/perls/perl-5.12.3 # (mock) installed perl-5.12.4 to /tmp/YpHpPY48dt/perls/perl-5.12.4 # (mock) installed perl-5.14.1 to /tmp/YpHpPY48dt/perls/perl-5.14.1 # (mock) installed perl-5.14.2 to /tmp/YpHpPY48dt/perls/perl-5.14.2 ok 1 - current perl is decided from env var PERLBREW_PERL ok 2 - current perl is decided from env var PERLBREW_PERL ok 3 - current perl is decided from env var PERLBREW_PERL ok 4 - current perl is decided from env var PERLBREW_PERL ok 5 - current perl can be decided from object attribute, which overrides env var. ok 6 - current perl can be decided from object attribute, which overrides env var. ok 7 - current perl can be decided from object attribute, which overrides env var. ok 8 - current perl can be decided from object attribute, which overrides env var. ok 9 - current perl can be set with current_perl method. ok 10 - current perl can be set with current_perl method. ok 11 - current perl can be set with current_perl method. ok 12 - current perl can be set with current_perl method. ok 13 - current perl can be set with current_perl method. ok 14 - current perl can be set with current_perl method. ok 15 - current perl can be set with current_perl method. ok 16 - current perl can be set with current_perl method. 1..16 ok t/do_system.t .......................... 1..2 ok 1 - passed all arguments to system() ok 2 - passed single string to system() ok t/failure-command-install-cpanm.t ...... ok 1 - GET cpanm url: https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanm ok 2 - generated an error: # ERROR: The downloaded cpanm program seem to be invalid. Please check if the following URL can be reached correctly # # https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanm # # ...and try again latter. # # The previously downloaded file is saved at /tmp/cpanm.downloaded.25585 for manual inspection. # # ok 3 - cpanm is not produced. /tmp/5aWT7pdKZX/bin/cpanm 1..3 ok t/failure-command-install-patchperl.t .. ok 1 - GET patchperl url: https://raw.githubusercontent.com/gugod/patchperl-packing/master/patchperl ok 2 - generated an error: # ERROR: The downloaded patchperl program seem to be invalid. Please check if the following URL can be reached correctly # # https://raw.githubusercontent.com/gugod/patchperl-packing/master/patchperl # # ...and try again latter. # # The previously downloaded file is saved at /tmp/patchperl.downloaded.25586 for manual inspection. # # ok 3 - patchperl is *not* installed: /tmp/n4dSqVQEqy/bin/patchperl 1..3 ok t/http-program-control.t ............... ok 1 ok 2 ok 3 ok 4 - should die when asked to use unrecognized http UA program 1..4 ok Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/ \$fatpacked{ <-- HERE "App/perlbrew.pm"} / at t/http.t line 37. t/http.t ............................... skipped: (no reason given) t/installation-perlbrew.t .............. # PERLBREW_ROOT set to /tmp/qgxTWQv3BE # Subtest: `perlbrew self-install` initialize the required dir structure under PERLBREW_ROOT perlbrew root (/tmp/qgxTWQv3BE) is initialized. Append the following piece of code to the end of your ~/.bash_profile and start a new shell, perlbrew should be up and fully functional from there: export PERLBREW_HOME=/tmp/KfDYzERPIK source /tmp/qgxTWQv3BE/etc/bashrc Simply run `perlbrew` for usage details. Happy brewing! ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 1..11 ok 1 - `perlbrew self-install` initialize the required dir structure under PERLBREW_ROOT 1..1 ok t/installation.t ....................... # PERLBREW_ROOT set to /tmp/fxGibYWQZW ok 1 # (mock) installed perl-5.14.0 to /tmp/fxGibYWQZW/perls/perl-5.14.0 ok 2 ok 3 ok 4 - should die when doing install with existing distribution name. # Subtest: App::perlbrew#is_installed method. ok 1 ok 2 ok 3 1..3 ok 5 - App::perlbrew\#is_installed method. # Subtest: do not clobber exitsing user-specified name. # (mock) installed the-dude to /tmp/fxGibYWQZW/perls/the-dude 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 /tmp/CjY9NHX_DO Fetching perl-5.14.0 as /tmp/CjY9NHX_DO/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. Installing into /tmp/CjY9NHX_DO/perls/perl-5.12.3 This could take a while. You can run the following command on another shell to track the status: tail -f /tmp/CjY9NHX_DO/build.perl-5.12.3.log perl-5.12.3 is successfully installed. ok 8 - Success message shows in log ok 9 - do_system is called Installing into /tmp/CjY9NHX_DO/perls/perl-5.12.3 This could take a while. You can run the following command on another shell to track the status: tail -f /tmp/CjY9NHX_DO/build.perl-5.12.3.log ok 10 - threw Regexp ((?^:Installation process failed)) ok 11 - Failure message shows in log ok 12 - do_system is called 1..12 ok t/installation3.t ...................... 1..3 # (mock) installed perl-5.16.2 to /tmp/zwwda8Rlca/perls/perl-5.16.2 ok 1 - install perl-stable installs one perl ok 2 - install perl-stable installs correct perl ok 3 - install --switch automatically switches to the installed perl ok t/unit-files-are-the-same.t ............ ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 1..20 ok All tests successful. Files=45, Tests=405, 27 wallclock secs ( 0.25 usr 0.08 sys + 10.68 cusr 1.58 csys = 12.59 CPU) Result: PASS GUGOD/App-perlbrew-0.75.tar.gz make test TEST_VERBOSE=1 -- OK Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/G/GU/GUGOD/CHECKSUMS Liu Kang Min <gugod@gugod.org> App::perlbrew - Manage perl installations in your $HOME >>> (cd /data/fly2400/cpanfly-5.24/var/tmp/cpan_build/App-perlbrew-0.75-Jd0VGD && tar cvf - App-perlbrew-0.75.ppd blib) | gzip -c >/data/fly2400/cpanfly-5.24/var/REPO/G/GU/GUGOD/App-perlbrew-0.75.tar.gz App-perlbrew-0.75.ppd blib/ blib/man3/ blib/man3/App::perlbrew.3 blib/script/ blib/script/perlbrew blib/man1/ blib/man1/perlbrew.1 blib/lib/ blib/lib/App/ blib/lib/App/perlbrew.pm VmSize: 336600 kB Finished 2016-06-13T12:26:10