PATH=/usr/bin:/bin:/data/fly2400/cpanfly-5.24/var/megalib/bin Start 2016-06-12T19:24:50 ActivePerl-2400 CPAN-2.10 Reading '/data/fly2400/cpanfly-5.24/var/cpan/Metadata' Database was generated on Sun, 12 Jun 2016 05:53:44 GMT Checksum for /data/fly2400/cpanfly-5.24/var/cpan/sources/authors/id/D/DO/DOLMEN/cpan-outdated-0.31.tar.gz ok cpan-outdated-0.31/Build.PL cpan-outdated-0.31/Changes cpan-outdated-0.31/LICENSE cpan-outdated-0.31/META.json cpan-outdated-0.31/README.md cpan-outdated-0.31/cpanfile cpan-outdated-0.31/lib/App/cpanoutdated.pm cpan-outdated-0.31/minil.toml cpan-outdated-0.31/script/cpan-outdated cpan-outdated-0.31/t/00_compile.t cpan-outdated-0.31/t/01_compare_version.t cpan-outdated-0.31/t/02_permissive_filter.t cpan-outdated-0.31/xt/02_perlcritic.t cpan-outdated-0.31/xt/06_version.t cpan-outdated-0.31/META.yml cpan-outdated-0.31/MANIFEST Configuring D/DO/DOLMEN/cpan-outdated-0.31.tar.gz with Build.PL >>> /data/fly2400/ap2400-300558/bin/perl-static Build.PL Creating new 'Build' script for 'cpan-outdated' version '0.31' DOLMEN/cpan-outdated-0.31.tar.gz /data/fly2400/ap2400-300558/bin/perl-static Build.PL -- OK Running Build for D/DO/DOLMEN/cpan-outdated-0.31.tar.gz ---- Unsatisfied dependencies detected during ---- ---- DOLMEN/cpan-outdated-0.31.tar.gz ---- local::lib [requires] Running test for module 'local::lib' Checksum for /data/fly2400/cpanfly-5.24/var/cpan/sources/authors/id/H/HA/HAARG/local-lib-2.000019.tar.gz ok local-lib-2.000019/ local-lib-2.000019/Changes local-lib-2.000019/eg/ local-lib-2.000019/inc/ local-lib-2.000019/lib/ local-lib-2.000019/LICENSE local-lib-2.000019/maint/ local-lib-2.000019/Makefile.PL local-lib-2.000019/MANIFEST local-lib-2.000019/META.json local-lib-2.000019/META.yml local-lib-2.000019/README local-lib-2.000019/t/ local-lib-2.000019/xt/ local-lib-2.000019/xt/author/ local-lib-2.000019/xt/bootstrap.t local-lib-2.000019/xt/cpan-bootstrap.pl local-lib-2.000019/xt/cpan-bootstrap.t local-lib-2.000019/xt/install.t local-lib-2.000019/xt/lib/ local-lib-2.000019/xt/lib/dist_util.pm local-lib-2.000019/xt/author/cpan-changes.t local-lib-2.000019/xt/author/eol.t local-lib-2.000019/xt/author/no-tabs.t local-lib-2.000019/xt/author/pod-syntax.t local-lib-2.000019/t/bad_variables.t local-lib-2.000019/t/carp-mismatch.t local-lib-2.000019/t/classmethod.t local-lib-2.000019/t/coderefs_in_inc.t local-lib-2.000019/t/de-dup.t local-lib-2.000019/t/lib/ local-lib-2.000019/t/lib-core-only.t local-lib-2.000019/t/pipeline.t local-lib-2.000019/t/shell.t local-lib-2.000019/t/stackable.t local-lib-2.000019/t/subroutine-in-inc.t local-lib-2.000019/t/taint-mode.t local-lib-2.000019/t/lib/ENVDumper.pm local-lib-2.000019/t/lib/TempDir.pm local-lib-2.000019/maint/Makefile.PL.include local-lib-2.000019/lib/lib/ local-lib-2.000019/lib/local/ local-lib-2.000019/lib/POD2/ local-lib-2.000019/lib/POD2/DE/ local-lib-2.000019/lib/POD2/PT_BR/ local-lib-2.000019/lib/POD2/PT_BR/local/ local-lib-2.000019/lib/POD2/PT_BR/local/lib.pod local-lib-2.000019/lib/POD2/DE/local/ local-lib-2.000019/lib/POD2/DE/local/lib.pod local-lib-2.000019/lib/local/lib.pm local-lib-2.000019/lib/lib/core/ local-lib-2.000019/lib/lib/core/only.pm local-lib-2.000019/inc/CheckVersion.pm local-lib-2.000019/inc/CPANBootstrapper.pm local-lib-2.000019/eg/scripted_install.pl Configuring H/HA/HAARG/local-lib-2.000019.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 local::lib Writing MYMETA.yml and MYMETA.json HAARG/local-lib-2.000019.tar.gz /data/fly2400/ap2400-300558/bin/perl-static Makefile.PL -- OK Running make for H/HA/HAARG/local-lib-2.000019.tar.gz >>> make cp lib/POD2/DE/local/lib.pod blib/lib/POD2/DE/local/lib.pod cp lib/lib/core/only.pm blib/lib/lib/core/only.pm cp lib/local/lib.pm blib/lib/local/lib.pm cp lib/POD2/PT_BR/local/lib.pod blib/lib/POD2/PT_BR/local/lib.pod Manifying 4 pod documents HAARG/local-lib-2.000019.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, 'blib/lib', 'blib/arch')" t/*.t t/bad_variables.t ...... 1..6 ok 1 - new dir is not already in @INC ok 2 - new dir is not already in PERL5LIB ok 3 - dir1 should have been removed and added back in at the top ok 4 - junk dir added not included in active_paths ok 5 - new dir has been added to @INC ok 6 - new dir has been added to PERL5LIB ok t/carp-mismatch.t ...... 1..5 ok 1 - Carp::Heavy is not yet loaded ok 2 - some other module was loaded from our local::lib ok 3 - Carp::Heavy has now been loaded ok 4 - Carp::Heavy matching Carp was loaded ok 5 - Carp::Heavy was not loaded from our local::lib ok t/classmethod.t ........ 1..7 ok 1 - empty path resolves to ~/perl5 ok 2 - defined path resolves to same path ok 3 - base dir created ok 4 - bin dir created ok 5 - lib dir created ok 6 - arch dir created ok 7 - warning about creation ok t/coderefs_in_inc.t .... 1..2 ok 1 - Can find code ref in @INC ok 2 - It really is a ref, not stringified ok t/de-dup.t ............. 1..2 ok 1 - @INC entries not duplicated ok 2 - ENV{PERL5LIB} entries not duplicated ok t/lib-core-only.t ...... 1..1 ok 1 - lib::core::only mangles @INC correctly ok t/pipeline.t ........... 1..1 ok 1 ok t/shell.t .............. 1..120 ok 1 - sh: activate PATH ok 2 - sh: activate PERL5LIB ok 3 - sh: activate PERL_LOCAL_LIB_ROOT ok 4 - sh: activate PERL_MM_OPT ok 5 - sh: activate PERL_MB_OPT ok 6 - sh: deactivate PATH ok 7 - sh: deactivate PERL5LIB ok 8 - sh: deactivate PERL_LOCAL_LIB_ROOT ok 9 - sh: deactivate PERL_MM_OPT ok 10 - sh: deactivate PERL_MB_OPT ok 11 - sh: can quote [string] ok 12 - sh: can append [string] ok 13 - sh: can quote [with space] ok 14 - sh: can append [with space] ok 15 - sh: can quote [with"quote] ok 16 - sh: can append [with"quote] ok 17 - sh: can quote [with'squote] ok 18 - sh: can append [with'squote] ok 19 - sh: can quote [with\bslash] ok 20 - sh: can append [with\bslash] ok 21 - sh: can quote [with%per%cent] ok 22 - sh: can append [with%per%cent] ok 23 - sh: can quote [with$dollar] ok 24 - sh: can append [with$dollar] ok 25 - sh -u: activate PATH ok 26 - sh -u: activate PERL5LIB ok 27 - sh -u: activate PERL_LOCAL_LIB_ROOT ok 28 - sh -u: activate PERL_MM_OPT ok 29 - sh -u: activate PERL_MB_OPT ok 30 - sh -u: deactivate PATH ok 31 - sh -u: deactivate PERL5LIB ok 32 - sh -u: deactivate PERL_LOCAL_LIB_ROOT ok 33 - sh -u: deactivate PERL_MM_OPT ok 34 - sh -u: deactivate PERL_MB_OPT ok 35 - sh -u: can quote [string] ok 36 - sh -u: can append [string] ok 37 - sh -u: can quote [with space] ok 38 - sh -u: can append [with space] ok 39 - sh -u: can quote [with"quote] ok 40 - sh -u: can append [with"quote] ok 41 - sh -u: can quote [with'squote] ok 42 - sh -u: can append [with'squote] ok 43 - sh -u: can quote [with\bslash] ok 44 - sh -u: can append [with\bslash] ok 45 - sh -u: can quote [with%per%cent] ok 46 - sh -u: can append [with%per%cent] ok 47 - sh -u: can quote [with$dollar] ok 48 - sh -u: can append [with$dollar] ok 49 - dash: activate PATH ok 50 - dash: activate PERL5LIB ok 51 - dash: activate PERL_LOCAL_LIB_ROOT ok 52 - dash: activate PERL_MM_OPT ok 53 - dash: activate PERL_MB_OPT ok 54 - dash: deactivate PATH ok 55 - dash: deactivate PERL5LIB ok 56 - dash: deactivate PERL_LOCAL_LIB_ROOT ok 57 - dash: deactivate PERL_MM_OPT ok 58 - dash: deactivate PERL_MB_OPT ok 59 - dash: can quote [string] ok 60 - dash: can append [string] ok 61 - dash: can quote [with space] ok 62 - dash: can append [with space] ok 63 - dash: can quote [with"quote] ok 64 - dash: can append [with"quote] ok 65 - dash: can quote [with'squote] ok 66 - dash: can append [with'squote] ok 67 - dash: can quote [with\bslash] ok 68 - dash: can append [with\bslash] ok 69 - dash: can quote [with%per%cent] ok 70 - dash: can append [with%per%cent] ok 71 - dash: can quote [with$dollar] ok 72 - dash: can append [with$dollar] ok 73 - bash: activate PATH ok 74 - bash: activate PERL5LIB ok 75 - bash: activate PERL_LOCAL_LIB_ROOT ok 76 - bash: activate PERL_MM_OPT ok 77 - bash: activate PERL_MB_OPT ok 78 - bash: deactivate PATH ok 79 - bash: deactivate PERL5LIB ok 80 - bash: deactivate PERL_LOCAL_LIB_ROOT ok 81 - bash: deactivate PERL_MM_OPT ok 82 - bash: deactivate PERL_MB_OPT ok 83 - bash: can quote [string] ok 84 - bash: can append [string] ok 85 - bash: can quote [with space] ok 86 - bash: can append [with space] ok 87 - bash: can quote [with"quote] ok 88 - bash: can append [with"quote] ok 89 - bash: can quote [with'squote] ok 90 - bash: can append [with'squote] ok 91 - bash: can quote [with\bslash] ok 92 - bash: can append [with\bslash] ok 93 - bash: can quote [with%per%cent] ok 94 - bash: can append [with%per%cent] ok 95 - bash: can quote [with$dollar] ok 96 - bash: can append [with$dollar] ok 97 - csh: activate PATH ok 98 - csh: activate PERL5LIB ok 99 - csh: activate PERL_LOCAL_LIB_ROOT ok 100 - csh: activate PERL_MM_OPT ok 101 - csh: activate PERL_MB_OPT ok 102 - csh: deactivate PATH ok 103 - csh: deactivate PERL5LIB ok 104 - csh: deactivate PERL_LOCAL_LIB_ROOT ok 105 - csh: deactivate PERL_MM_OPT ok 106 - csh: deactivate PERL_MB_OPT ok 107 - csh: can quote [string] ok 108 - csh: can append [string] ok 109 - csh: can quote [with space] ok 110 - csh: can append [with space] ok 111 - csh: can quote [with"quote] ok 112 - csh: can append [with"quote] ok 113 - csh: can quote [with'squote] ok 114 - csh: can append [with'squote] ok 115 - csh: can quote [with\bslash] ok 116 - csh: can append [with\bslash] ok 117 - csh: can quote [with%per%cent] ok 118 - csh: can append [with%per%cent] ok 119 - csh: can quote [with$dollar] ok 120 - csh: can append [with$dollar] ok t/stackable.t .......... 1..24 ok 1 - one active path ok 2 - added one dir in root ok 3 - added one dir in lib ok 4 - no arch in PERL5LIB ok 5 - first path is installation target ok 6 - still one active path after adding it twice ok 7 - two active paths ok 8 - added another dir in root ok 9 - added another dir in lib ok 10 - no arch in PERL5LIB ok 11 - first dir is still in root ok 12 - first dir is still in lib ok 13 - no arch in PERL5LIB ok 14 - second path is installation target ok 15 - still two active dirs after re-adding first ok 16 - first dir was re-added on top ok 17 - first path is installation target again ok 18 - second dir was removed from root ok 19 - second dir was removed from lib ok 20 - no arch in PERL5LIB ok 21 - first dir didn't go away from root ok 22 - first dir didn't go away from lib ok 23 - no arch in PERL5LIB ok 24 - first dir stays installation target ok t/subroutine-in-inc.t .. 1..1 ok 1 ok t/taint-mode.t ......... 1..4 ok 1 - test script ran without error ok 2 - local::lib used in taint script added to @INC ok 3 - local::lib not used used in taint script not added to @INC ok 4 - reimplemented cwd matches standard cwd ok All tests successful. Files=11, Tests=173, 4 wallclock secs ( 0.09 usr 0.03 sys + 3.27 cusr 0.62 csys = 4.01 CPU) Result: PASS HAARG/local-lib-2.000019.tar.gz make test TEST_VERBOSE=1 -- OK Graham Knop <haarg@cpan.org> create and use a local lib/ for perl modules with PERL5LIB >>> (cd /data/fly2400/cpanfly-5.24/var/tmp/cpan_build/local-lib-2.000019-x4ywtk && tar cvf - local-lib-2.000019.ppd blib) | gzip -c >/data/fly2400/cpanfly-5.24/var/REPO/H/HA/HAARG/local-lib-2.000019.tar.gz local-lib-2.000019.ppd blib/ blib/man3/ blib/man3/lib::core::only.3 blib/man3/local::lib.3 blib/man3/POD2::DE::local::lib.3 blib/man3/POD2::PT_BR::local::lib.3 blib/lib/ blib/lib/local/ blib/lib/local/lib.pm blib/lib/POD2/ blib/lib/POD2/DE/ blib/lib/POD2/DE/local/ blib/lib/POD2/DE/local/lib.pod blib/lib/POD2/PT_BR/ blib/lib/POD2/PT_BR/local/ blib/lib/POD2/PT_BR/local/lib.pod blib/lib/lib/ blib/lib/lib/core/ blib/lib/lib/core/only.pm DOLMEN/cpan-outdated-0.31.tar.gz Has already been unwrapped into directory /data/fly2400/cpanfly-5.24/var/tmp/cpan_build/cpan-outdated-0.31-18LSO6 DOLMEN/cpan-outdated-0.31.tar.gz Has already been prepared Running Build for D/DO/DOLMEN/cpan-outdated-0.31.tar.gz Prepending /data/fly2400/cpanfly-5.24/var/tmp/cpan_build/local-lib-2.000019-x4ywtk/blib/arch /data/fly2400/cpanfly-5.24/var/tmp/cpan_build/local-lib-2.000019-x4ywtk/blib/lib to PERL5LIB for 'make' >>> ./Build cp lib/App/cpanoutdated.pm blib/lib/App/cpanoutdated.pm cp script/cpan-outdated blib/script/cpan-outdated DOLMEN/cpan-outdated-0.31.tar.gz ./Build -- OK Prepending /data/fly2400/cpanfly-5.24/var/tmp/cpan_build/local-lib-2.000019-x4ywtk/blib/arch /data/fly2400/cpanfly-5.24/var/tmp/cpan_build/local-lib-2.000019-x4ywtk/blib/lib to PERL5LIB for 'test' Running Build test >>> ./Build test verbose=1 t/00_compile.t ............ ok t/01_compare_version.t .... ok t/02_permissive_filter.t .. ok All tests successful. Files=3, Tests=14, 2 wallclock secs ( 0.05 usr 0.01 sys + 0.76 cusr 0.08 csys = 0.90 CPU) Result: PASS DOLMEN/cpan-outdated-0.31.tar.gz ./Build test verbose=1 -- OK Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/D/DO/DOLMEN/CHECKSUMS Olivier Mengue <dolmen@cpan.org> detect outdated CPAN modules in your environment. >>> (cd /data/fly2400/cpanfly-5.24/var/tmp/cpan_build/cpan-outdated-0.31-18LSO6 && tar cvf - cpan-outdated-0.31.ppd blib) | gzip -c >/data/fly2400/cpanfly-5.24/var/REPO/D/DO/DOLMEN/cpan-outdated-0.31.tar.gz cpan-outdated-0.31.ppd blib/ blib/script/ blib/script/cpan-outdated blib/lib/ blib/lib/App/ blib/lib/App/cpanoutdated.pm VmSize: 343940 kB Finished 2016-06-12T19:25:03