PATH=/usr/bin:/bin:/Users/fly2400/cpanfly-5.24/var/megalib/bin Start 2018-04-23T02:05:32 ActivePerl-2400 CPAN-2.10 Reading '/Users/fly2400/cpanfly-5.24/var/cpan/Metadata' Database was generated on Sun, 22 Apr 2018 05:54:28 GMT Checksum for /Users/fly2400/cpanfly-5.24/var/cpan/sources/authors/id/D/DM/DMUEY/File-Copy-Recursive-0.43.tar.gz ok File-Copy-Recursive-0.43/ File-Copy-Recursive-0.43/Changes File-Copy-Recursive-0.43/lib/ File-Copy-Recursive-0.43/Makefile.PL File-Copy-Recursive-0.43/MANIFEST File-Copy-Recursive-0.43/META.json File-Copy-Recursive-0.43/META.yml File-Copy-Recursive-0.43/README File-Copy-Recursive-0.43/README.md File-Copy-Recursive-0.43/t/ File-Copy-Recursive-0.43/t/00.load.t File-Copy-Recursive-0.43/t/01.legacy.t File-Copy-Recursive-0.43/t/02.legacy-symtogsafe.t File-Copy-Recursive-0.43/t/03.github-issue-5.t File-Copy-Recursive-0.43/t/04.readonly-dir.t File-Copy-Recursive-0.43/t/05.legacy-pathmk_unc.t File-Copy-Recursive-0.43/lib/File/ File-Copy-Recursive-0.43/lib/File/Copy/ File-Copy-Recursive-0.43/lib/File/Copy/Recursive.pm Configuring D/DM/DMUEY/File-Copy-Recursive-0.43.tar.gz with Makefile.PL >>> /Users/fly2400/ap2400-300558/bin/perl-dynamic Makefile.PL Checking if your kit is complete... Looks good Have /Users/fly2400/cpanfly-5.24/var/megalib Want /Users/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: [darwin-thread-multi-2level] 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::Copy::Recursive Writing MYMETA.yml and MYMETA.json DMUEY/File-Copy-Recursive-0.43.tar.gz /Users/fly2400/ap2400-300558/bin/perl-dynamic Makefile.PL -- OK Running make for D/DM/DMUEY/File-Copy-Recursive-0.43.tar.gz >>> make cp lib/File/Copy/Recursive.pm blib/lib/File/Copy/Recursive.pm Manifying 1 pod document DMUEY/File-Copy-Recursive-0.43.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/Users/fly2400/ap2400-300558/bin/perl-dynamic" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00.load.t ............... 1..1 ok 1 - use File::Copy::Recursive; ok t/01.legacy.t ............. # functionality w/ default globals ok 1 - DirPerms default is 0777 ok 2 - CPRFComp default is false ok 3 - RMTrgFil default is false ok 4 - dircopy() defaults as expected when target does not exist ok 5 - - file contents preserved (…/data) ok 6 - - file contents preserved (…/data_tnl) ok 7 - - file contents preserved (…/empty) ok 8 - - symlink target preserved (…/symlink) ok 9 - - symlink target preserved (…/symlink-broken) ok 10 - - symlink target preserved (…/symlink-loopy) ok 11 - dircopy() defaults as expected when target does exist ok 12 - - file contents preserved (…/data) ok 13 - - file contents preserved (…/data_tnl) ok 14 - - file contents preserved (…/empty) ok 15 - - symlink target preserved (…/symlink) ok 16 - - symlink target preserved (…/symlink-broken) ok 17 - - symlink target preserved (…/symlink-loopy) ok 18 - dircopy() returns false if source is not a directory ok 19 - dircopy() returns false if target is not a directory ok 20 - dirmove() defaults as expected when target does not exist ok 21 - - file contents preserved (…/data) ok 22 - - file contents preserved (…/data_tnl) ok 23 - - file contents preserved (…/empty) ok 24 - - symlink target preserved (…/symlink) ok 25 - - symlink target preserved (…/symlink-broken) ok 26 - - symlink target preserved (…/symlink-loopy) ok 27 - dirmove() removes source (when target does not exist) ok 28 - dirmove() defaults as expected when target does exist ok 29 - - file contents preserved (…/data) ok 30 - - file contents preserved (…/data_tnl) ok 31 - - file contents preserved (…/empty) ok 32 - - symlink target preserved (…/symlink) ok 33 - - symlink target preserved (…/symlink-broken) ok 34 - - symlink target preserved (…/symlink-loopy) ok 35 - dirmove() removes source (when target does exist) ok 36 - dirmove() returns false if source is not a directory ok 37 - dirmove() does not delete source if source is not a directory ok 38 - dirmove() returns false if target is not a directory ok 39 - dirmove() does not delete source if target is not a directory ok 40 - fcopy() defaults as expected when target does not exist ok 41 - fcopy() defaults as expected when target does exist ok 42 - fcopy() returns false if source is a directory ok 43 - fmove() removes source file (target does not exist) ok 44 - fmove() removes source file (target does exist) ok 45 - fmove() returns false if source is a directory ok 46 - rcopy() returns false on non existant path ok 47 - rcopy() dispatches directory to dircopy() ok 48 - rcopy() dispatches directory glob to dircopy() ok 49 - rcopy() dispatches empty file to fcopy() ok 50 - rcopy() dispatches file (w/ trailing new line)to fcopy() ok 51 - rcopy() dispatches file (w/ no trailing new line) to fcopy() ok 52 - rcopy() dispatches symlink to fcopy() ok 53 - rcopy() dispatches broken symlink to fcopy() ok 54 - rcopy() dispatches loopish symlink to fcopy() ok 55 - rmove() returns false on non existant path ok 56 - rmove() dispatches directory to dirmove() ok 57 - rmove() dispatches directory glob to dirmove() ok 58 - rmove() dispatches empty file to fcopy() ok 59 - rmove() dispatches file (w/ trailing new line)to fcopy() ok 60 - rmove() dispatches file (w/ no trailing new line) to fcopy() ok 61 - rmove() dispatches symlink to fcopy() ok 62 - rmove() dispatches broken symlink to fcopy() ok 63 - rmove() dispatches loopish symlink to fcopy() ok 64 - rcopy_glob() calls rcopy for each file in the glob ok 65 - rmove_glob() calls rmove for each file in the glob ok 66 - file exists ok 67 - correct return value for pathempty ok 68 - file was removed ok 69 - directory still exists ok 70 - correct return value for pathrmdir ok 71 - directory was removed # functionality w/ 'value' globals ok 72 - DirPerms in pathmk() does not effect existing dir ok 73 - DirPerms in pathmk() effects initial new dir ok 74 - DirPerms in pathmk() effects subsequent new dir ok 75 - DirPerms in dircopy() effects dir (new) ok 76 - DirPerms in dircopy() effects dir (new/foo) ok 77 - DirPerms in dircopy() effects dir (new/foo/bar) ok 78 - DirPerms in dircopy() effects dir (new/foo/baz) ok 79 - DirPerms in dircopy() effects dir (new/foo/bar/wop) # functionality w/ 'behavior' globals ok 80 - CPRFComp being true effects dircopy() as expected when target does not exist ok 81 - - file contents preserved (…/data) ok 82 - - file contents preserved (…/data_tnl) ok 83 - - file contents preserved (…/empty) ok 84 - - symlink target preserved (…/symlink) ok 85 - - symlink target preserved (…/symlink-broken) ok 86 - - symlink target preserved (…/symlink-loopy) ok 87 - CPRFComp being true effects dircopy() as expected when target exists ok 88 - - file contents preserved (…/data) ok 89 - - file contents preserved (…/data_tnl) ok 90 - - file contents preserved (…/empty) ok 91 - - symlink target preserved (…/symlink) ok 92 - - symlink target preserved (…/symlink-broken) ok 93 - - symlink target preserved (…/symlink-loopy) ok 94 - CPRFComp being true w/ glob path effects dircopy() as expected when target does not exist ok 95 - - file contents preserved (…/data) ok 96 - - file contents preserved (…/data_tnl) ok 97 - - file contents preserved (…/empty) ok 98 - - symlink target preserved (…/symlink) ok 99 - - symlink target preserved (…/symlink-broken) ok 100 - - symlink target preserved (…/symlink-loopy) ok 101 - CPRFComp being true w/ glob path effects dircopy() as expected when target exists ok 102 - - file contents preserved (…/data) ok 103 - - file contents preserved (…/data_tnl) ok 104 - - file contents preserved (…/empty) ok 105 - - symlink target preserved (…/symlink) ok 106 - - symlink target preserved (…/symlink-broken) ok 107 - - symlink target preserved (…/symlink-loopy) ok 108 - fcopy() w/ $RMTrgFil = 1 to file-returned true ok 109 - fcopy() w/ $RMTrgFil = 1 to file-warned ok 110 - fcopy() w/ $RMTrgFil = 1 to dir-returned true ok 111 - fcopy() w/ $RMTrgFil = 1 to dir-warned ok 112 - fcopy() w/ $RMTrgFil = 2 to file-returned false ok 113 - fcopy() w/ $RMTrgFil = 2 to file-no warning ok 114 - fcopy() w/ $RMTrgFil = 2 to dir-returned false ok 115 - fcopy() w/ $RMTrgFil = 2 to dir-no warning ok 116 - no (unexpected) warnings (via done_testing) 1..116 ok t/02.legacy-symtogsafe.t .. 1..33 ok 1 - sanity check: catdir was actually called in the pathempty() loop ok 2 - sanity check: catdir was actually called in the pathrmdir() loop ok 3 - sanity check: catdir was actually called in the pathrm() loop ok 4 - pathrm() detected symlink toggle: bails when high level changes ok 5 - sanity check: catdir was actually called in pathrm() (bails when high level changes) ok 6 - pathrm() detected symlink toggle: bails when mid level changes ok 7 - sanity check: catdir was actually called in pathrm() (bails when mid level changes) ok 8 - pathrm() detected symlink toggle: bails when low level changes ok 9 - sanity check: catdir was actually called in pathrm() (bails when low level changes) ok 10 - pathrm() detected symlink toggle: bails when CWD level changes ok 11 - sanity check: catdir was actually called in pathrm() (bails when CWD level changes) ok 12 - pathrm() detected symlink toggle: bails when below level changes ok 13 - sanity check: catdir was actually called in pathrm() (bails when below level changes) ok 14 - pathempty() detected symlink toggle: bails when high level changes ok 15 - sanity check: catdir was actually called in pathempty() (bails when high level changes) ok 16 - pathempty() detected symlink toggle: bails when mid level changes ok 17 - sanity check: catdir was actually called in pathempty() (bails when mid level changes) ok 18 - pathempty() detected symlink toggle: bails when low level changes ok 19 - sanity check: catdir was actually called in pathempty() (bails when low level changes) ok 20 - pathempty() detected symlink toggle: bails when CWD level changes ok 21 - sanity check: catdir was actually called in pathempty() (bails when CWD level changes) ok 22 - pathempty() detected symlink toggle: bails when below level changes ok 23 - sanity check: catdir was actually called in pathempty() (bails when below level changes) ok 24 - pathrmdir() detected symlink toggle: bails when high level changes ok 25 - sanity check: catdir was actually called in pathrmdir() (bails when high level changes) ok 26 - pathrmdir() detected symlink toggle: bails when mid level changes ok 27 - sanity check: catdir was actually called in pathrmdir() (bails when mid level changes) ok 28 - pathrmdir() detected symlink toggle: bails when low level changes ok 29 - sanity check: catdir was actually called in pathrmdir() (bails when low level changes) ok 30 - pathrmdir() detected symlink toggle: bails when CWD level changes ok 31 - sanity check: catdir was actually called in pathrmdir() (bails when CWD level changes) ok 32 - pathrmdir() detected symlink toggle: bails when below level changes ok 33 - sanity check: catdir was actually called in pathrmdir() (bails when below level changes) ok t/03.github-issue-5.t ..... # Temp Dir: /tmp/8IjD0BNkh2 ok 1 - Directories (1 directory deep) are created ok 2 - Deep directories (2 directories deep) are created ok 3 - Deep directories (3 directories deep) are created ok 4 - Deep directories (4 directories deep) are created 1..4 ok t/04.readonly-dir.t ....... ok 1 - read only dir issues warning ok 2 - readonly direct0ry contents are copied ok 3 - writable directory contents are copied ok 4 - no (unexpected) warnings (via done_testing) 1..4 ok # Testing legacy File::Copy::Recursive::pathmk() 0.43 t/05.legacy-pathmk_unc.t .. ok 1 - created empty temp dir ok 2 - pathmk regular path ok 3 - temp dir empty again 1..3 ok All tests successful. Files=6, Tests=161, 1 wallclock secs ( 0.04 usr 0.01 sys + 0.65 cusr 0.50 csys = 1.20 CPU) Result: PASS DMUEY/File-Copy-Recursive-0.43.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> Perl extension for recursively copying files and directories >>> (cd /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Copy-Recursive-0.43-JHENGw && tar cvf - File-Copy-Recursive-0.43.ppd blib) | gzip -c >/Users/fly2400/cpanfly-5.24/var/REPO/D/DM/DMUEY/File-Copy-Recursive-0.43.tar.gz File-Copy-Recursive-0.43.ppd blib/ blib/lib/ blib/lib/File/ blib/lib/File/Copy/ blib/lib/File/Copy/Recursive.pm blib/man3/ blib/man3/File::Copy::Recursive.3 Finished 2018-04-23T02:05:36