PATH=/usr/bin:/bin:/data/fly2400/cpanfly-5.24/var/megalib/bin Start 2017-02-25T08:02:54 ActivePerl-2400 CPAN-2.10 Reading '/data/fly2400/cpanfly-5.24/var/cpan/Metadata' Database was generated on Sat, 25 Feb 2017 05:17:03 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/G/GR/GRYPHON/App-Dest-1.15.tar.gz Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/G/GR/GRYPHON/CHECKSUMS Checksum for /data/fly2400/cpanfly-5.24/var/cpan/sources/authors/id/G/GR/GRYPHON/App-Dest-1.15.tar.gz ok App-Dest-1.15/ App-Dest-1.15/Changes App-Dest-1.15/Makefile.PL App-Dest-1.15/cpanfile App-Dest-1.15/META.json App-Dest-1.15/MANIFEST App-Dest-1.15/lib/ App-Dest-1.15/lib/App/ App-Dest-1.15/lib/App/Dest.pm App-Dest-1.15/META.yml App-Dest-1.15/t/ App-Dest-1.15/t/init.t App-Dest-1.15/t/author-pod-syntax.t App-Dest-1.15/t/00-compile.t App-Dest-1.15/t/author-pod-coverage.t App-Dest-1.15/t/release-kwalitee.t App-Dest-1.15/t/author-eol.t App-Dest-1.15/t/status.t App-Dest-1.15/t/watches.t App-Dest-1.15/t/deploy.t App-Dest-1.15/t/prereqs.t App-Dest-1.15/t/release-portability.t App-Dest-1.15/t/author-no-tabs.t App-Dest-1.15/t/release-synopsis.t App-Dest-1.15/t/TestLib.pm App-Dest-1.15/LICENSE App-Dest-1.15/bin/ App-Dest-1.15/bin/dest App-Dest-1.15/README Configuring G/GR/GRYPHON/App-Dest-1.15.tar.gz with Makefile.PL >>> /data/fly2400/ap2400-300558/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Have /data/fly2400/cpanfly-5.24/var/megalib Want /home/fly2400/ap2400-300558/lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [x86_64-linux-thread-multi] 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 App::Dest Writing MYMETA.yml and MYMETA.json GRYPHON/App-Dest-1.15.tar.gz /data/fly2400/ap2400-300558/bin/perl-static Makefile.PL -- OK Running make for G/GR/GRYPHON/App-Dest-1.15.tar.gz >>> make cp lib/App/Dest.pm blib/lib/App/Dest.pm cp bin/dest blib/script/dest "/data/fly2400/ap2400-300558/bin/perl-static" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/dest Manifying 1 pod document Manifying 1 pod document GRYPHON/App-Dest-1.15.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/00-compile.t ........... 1..2 ok 1 - App/Dest.pm loaded ok ok 2 # skip bin/dest isn't perl ok t/author-eol.t ........... skipped: these tests are for testing by the author t/author-no-tabs.t ....... skipped: these tests are for testing by the author t/author-pod-coverage.t .. skipped: these tests are for testing by the author t/author-pod-syntax.t .... skipped: these tests are for testing by the author t/deploy.t ............... ok 1 - require App::Dest; ok 2 - verify all existing actions returns false ok 3 - verify undeployed action returns false ok 4 - deploy without action fails ok 5 - deploy with action succeeds ok 6 - verify all existing actions returns true ok 7 - verify undeployed action returns true ok 8 - revert without action throws error ok 9 - revert with action succeeds ok 10 - redeploy with action succeeds ok 11 - open state_adt_state.txt file ok 12 - redeploy state check passes ok 13 - revdeploy with action succeeds 1..13 ok t/init.t ................. ok 1 - require App::Dest; ok 2 - init ok 3 - init() += directory ok 4 - init() += watch file ok 5 - project already initialized ok 6 - open dest.watch file for write ok 7 - init with dest.watch ok 8 - init() += watch file with dest.watch ok 9 - init() += directory with dest.watch 1..9 ok t/prereqs.t .............. ok 1 - require App::Dest; ok 2 - status() of adt/* and adt_alt/* actions ok 3 - single deploy with single prereq ok 4 - no warnings in last command ok 5 - no exceptions in last command ok 6 - status() of adt/* and adt_alt/* actions after limited deployment ok 7 - single revert with single prereq ok 8 - no warnings in last command ok 9 - no exceptions in last command ok 10 - status() of adt/* and adt_alt/* actions after revert ok 11 - single deploy with multiple prereqs ok 12 - no warnings in last command ok 13 - no exceptions in last command ok 14 - status() of adt/* and adt_alt/* actions after revert ok 15 - single deploy with multiple prereqs ok 16 - no warnings in last command ok 17 - no exceptions in last command ok 18 - status() of adt/* and adt_alt/* actions after revert ok 19 - single revert with single prereq ok 20 - no warnings in last command ok 21 - no exceptions in last command ok 22 - status() of adt/* and adt_alt/* actions after revert ok 23 - update() of clean state ok 24 - status() of adt/* and adt_alt/* actions after revert ok 25 ok 26 - update() based on changed dest.watch file adds new watch ok 27 - update() based on changed dest.watch file runs OK 1..27 ok t/release-kwalitee.t ..... skipped: these tests are for release candidate testing t/release-portability.t .. skipped: these tests are for release candidate testing t/release-synopsis.t ..... skipped: these tests are for release candidate testing t/status.t ............... ok 1 - require App::Dest; ok 2 - status() reports diff ok 3 - status() reports diff (with watch file) ok 4 - t_module->clean ok 5 - status() reports ok after clean ok 6 - t_module->preinstall ok 7 - status() reports ok after preinstall ok 8 - open deploy file for write ok 9 - status() output correct ok 10 - open dest.watch file for write ok 11 - watch list diff warn ok 12 - messy diff appears correct ok 13 - messy diff appears correct with path ok 14 - clean diff appears correct 1..14 ok t/watches.t .............. ok 1 - require App::Dest; ok 2 - add ok 3 - add() += directory ok 4 - add() -> (watch file)++ ok 5 - no dir specified ok 6 - dir not exists ok 7 - dir already exists ok 8 - rm ok 9 - rm() -= directory ok 10 - rm() -> (watch file)-- ok 11 - no dir specified for rm ok 12 - dir not tracked ok 13 - make ok 14 - make() output correct ok 15 - no name specified for make ok 16 - list (blank) ok 17 - list (action) ok 18 - list (again) ok 19 - watches() ok 20 - open dest_a file for write ok 21 - open dest_b file for write ok 22 - watch_list ok 23 - watch_list ok 24 - watch_list ok 25 - watch_list 1..25 ok All tests successful. Files=13, Tests=90, 2 wallclock secs ( 0.04 usr 0.04 sys + 1.49 cusr 0.48 csys = 2.05 CPU) Result: PASS GRYPHON/App-Dest-1.15.tar.gz make test TEST_VERBOSE=1 -- OK Gryphon Shafer <gryphon@cpan.org> Deployment State Manager >>> (cd /data/fly2400/cpanfly-5.24/var/tmp/cpan_build/App-Dest-1.15-Hay_J1 && tar cvf - App-Dest-1.15.ppd blib) | gzip -c >/data/fly2400/cpanfly-5.24/var/REPO/G/GR/GRYPHON/App-Dest-1.15.tar.gz App-Dest-1.15.ppd blib/ blib/man3/ blib/man3/App::Dest.3 blib/script/ blib/script/dest blib/man1/ blib/man1/dest.1 blib/lib/ blib/lib/App/ blib/lib/App/Dest.pm VmSize: 345232 kB Finished 2017-02-25T08:03:00