PATH=/usr/bin:/bin:/data/fly2200/cpanfly-5.22/var/megalib/bin Start 2017-12-31T00:00:52 ActivePerl-2200 CPAN-2.10 Reading '/data/fly2200/cpanfly-5.22/var/cpan/Metadata' Database was generated on Sat, 30 Dec 2017 04:54:00 GMT Checksum for /data/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/D/DM/DMUEY/File-Path-Tiny-0.9.tar.gz ok File-Path-Tiny-0.9/ File-Path-Tiny-0.9/Changes File-Path-Tiny-0.9/lib/ File-Path-Tiny-0.9/Makefile.PL File-Path-Tiny-0.9/MANIFEST File-Path-Tiny-0.9/META.json File-Path-Tiny-0.9/META.yml File-Path-Tiny-0.9/README File-Path-Tiny-0.9/t/ File-Path-Tiny-0.9/t/00.load.t File-Path-Tiny-0.9/t/01.symtogsafe.t File-Path-Tiny-0.9/t/perlcritic.t File-Path-Tiny-0.9/t/perltidy.t File-Path-Tiny-0.9/t/pkg-changes.t File-Path-Tiny-0.9/t/pkg-readme.t File-Path-Tiny-0.9/t/pod-coverage.t File-Path-Tiny-0.9/t/pod-spelling.t File-Path-Tiny-0.9/t/pod.t File-Path-Tiny-0.9/lib/File/ File-Path-Tiny-0.9/lib/File/Path/ File-Path-Tiny-0.9/lib/File/Path/Tiny.pm File-Path-Tiny-0.9/lib/File/Path/Tiny.pod Configuring D/DM/DMUEY/File-Path-Tiny-0.9.tar.gz with Makefile.PL >>> /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Have /data/fly2200/cpanfly-5.22/var/megalib Want /home/fly2200/ap2200-299134/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 File::Path::Tiny Writing MYMETA.yml and MYMETA.json DMUEY/File-Path-Tiny-0.9.tar.gz /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL -- OK Running make for D/DM/DMUEY/File-Path-Tiny-0.9.tar.gz >>> make cp lib/File/Path/Tiny.pm blib/lib/File/Path/Tiny.pm cp lib/File/Path/Tiny.pod blib/lib/File/Path/Tiny.pod Manifying 1 pod document DMUEY/File-Path-Tiny-0.9.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/data/fly2200/ap2200-299134/bin/perl-static" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Testing File::Path::Tiny 0.9 t/00.load.t ........ 1..30 ok 1 - use File::Path::Tiny; # Relative paths ok 2 - make simple path - return true ok 3 - make simple path - path recursively created ok 4 - make already existing dir ok 5 - make already existing non dir - return false ok 6 - make already existing file - errno ok 7 - mk_parent() simple path returns true ok 8 - mk_parent() simple path - parent recursively created ok 9 - mk_parent() simple path - file not created ok 10 - mk_parent() already existing simple path dir # Absolute paths ok 11 - make absolute path - return true ok 12 - make absolute path - path recursively created ok 13 - make already existing absolute path dir ok 14 - mk_parent() absolute path returns true ok 15 - mk_parent() absolute path - parent recursively created ok 16 - mk_parent() absolute path - file not created ok 17 - mk_parent() already existing absolute path dir # Modes and misc ok 18 - MASK logic gets same results as mkdir() ok 19 - MASK arg OCT gets same results as mkdir() ok 20 - MASK arg OCT gets same results as mkdir() - mk_parent() ok 21 - MASK arg oct(STR) gets same results as mkdir() ok 22 - MASK arg oct(STR) gets same results as mkdir() - mk_parent() ok 23 - MASK arg STR gets detected and handled - different results as mkdir() ok 24 - MASK arg STR gets detected and handled - different results as mkdir() - mk_parent() ok 25 - remove existing non dir - return false ok 26 - remove existing non dir - errno ok 27 - empty and remove simple path - return true ok 28 - remove simple path - path recursively removed ok 29 - remove already non-existing dir ok 30 - remove empty dir ok t/01.symtogsafe.t .. 1..22 ok 1 - sanity check: catdir was actually called in the empty_dir() loop ok 2 - sanity check: catdir was actually called in the pathrmdir() loop ok 3 - empty_dir() detected symlink toggle: bails when high level changes ok 4 - sanity check: catdir was actually called in empty_dir() (bails when high level changes) ok 5 - empty_dir() detected symlink toggle: bails when mid level changes ok 6 - sanity check: catdir was actually called in empty_dir() (bails when mid level changes) ok 7 - empty_dir() detected symlink toggle: bails when low level changes ok 8 - sanity check: catdir was actually called in empty_dir() (bails when low level changes) ok 9 - empty_dir() detected symlink toggle: bails when CWD level changes ok 10 - sanity check: catdir was actually called in empty_dir() (bails when CWD level changes) ok 11 - empty_dir() detected symlink toggle: bails when below level changes ok 12 - sanity check: catdir was actually called in empty_dir() (bails when below level changes) ok 13 - rm() detected symlink toggle: bails when high level changes ok 14 - sanity check: catdir was actually called in rm() (bails when high level changes) ok 15 - rm() detected symlink toggle: bails when mid level changes ok 16 - sanity check: catdir was actually called in rm() (bails when mid level changes) ok 17 - rm() detected symlink toggle: bails when low level changes ok 18 - sanity check: catdir was actually called in rm() (bails when low level changes) ok 19 - rm() detected symlink toggle: bails when CWD level changes ok 20 - sanity check: catdir was actually called in rm() (bails when CWD level changes) ok 21 - rm() detected symlink toggle: bails when below level changes ok 22 - sanity check: catdir was actually called in rm() (bails when below level changes) ok t/perlcritic.t ..... skipped: Critic tests are only run in RELEASE_TESTING mode. t/perltidy.t ....... skipped: PerlTidy tests are only run in RELEASE_TESTING mode. t/pkg-changes.t .... skipped: pkg/Changes tests are only run in RELEASE_TESTING mode. t/pkg-readme.t ..... skipped: pkg/README tests are only run in RELEASE_TESTING mode. t/pod-coverage.t ... skipped: POD tests are only run in RELEASE_TESTING mode. t/pod-spelling.t ... skipped: POD tests are only run in RELEASE_TESTING mode. t/pod.t ............ skipped: POD tests are only run in RELEASE_TESTING mode. All tests successful. Files=9, Tests=52, 1 wallclock secs ( 0.04 usr 0.02 sys + 0.28 cusr 0.16 csys = 0.50 CPU) Result: PASS DMUEY/File-Path-Tiny-0.9.tar.gz make test TEST_VERBOSE=1 -- OK Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/D/DM/DMUEY/CHECKSUMS Daniel Muey <dmuey@cpan.org> recursive versions of mkdir() and rmdir() without as much overhead as File::Path >>> (cd /data/fly2200/cpanfly-5.22/var/tmp/cpan_build/File-Path-Tiny-0.9-hEpwa5 && tar cvf - File-Path-Tiny-0.9.ppd blib) | gzip -c >/data/fly2200/cpanfly-5.22/var/REPO/D/DM/DMUEY/File-Path-Tiny-0.9.tar.gz File-Path-Tiny-0.9.ppd blib/ blib/man3/ blib/man3/File::Path::Tiny.3 blib/lib/ blib/lib/File/ blib/lib/File/Path/ blib/lib/File/Path/Tiny.pm blib/lib/File/Path/Tiny.pod VmSize: 365028 kB Finished 2017-12-31T00:00:55