PATH=/usr/bin:/bin Start 2013-04-12T03:51:06 ActivePerl-1600 CPAN-1.9800 Reading '/Users/fly1600/var/cpan/Metadata' Database was generated on Fri, 12 Apr 2013 09:07:33 GMT Running make for D/DA/DAGOLDEN/File-Temp-0.2301.tar.gz Checksum for /net/nas/data/cpan/authors/id/D/DA/DAGOLDEN/File-Temp-0.2301.tar.gz ok File-Temp-0.2301/ File-Temp-0.2301/Changes File-Temp-0.2301/CONTRIBUTING File-Temp-0.2301/dist.ini File-Temp-0.2301/lib/ File-Temp-0.2301/LICENSE File-Temp-0.2301/Makefile.PL File-Temp-0.2301/MANIFEST File-Temp-0.2301/META.json File-Temp-0.2301/META.yml File-Temp-0.2301/misc/ File-Temp-0.2301/README File-Temp-0.2301/t/ File-Temp-0.2301/xt/ File-Temp-0.2301/xt/author/ File-Temp-0.2301/xt/release/ File-Temp-0.2301/xt/release/distmeta.t File-Temp-0.2301/xt/release/minimum-version.t File-Temp-0.2301/xt/release/pod-coverage.t File-Temp-0.2301/xt/release/pod-syntax.t File-Temp-0.2301/xt/release/portability.t File-Temp-0.2301/xt/release/test-version.t File-Temp-0.2301/xt/author/pod-spell.t File-Temp-0.2301/t/00-compile.t File-Temp-0.2301/t/00-report-prereqs.t File-Temp-0.2301/t/cmp.t File-Temp-0.2301/t/fork.t File-Temp-0.2301/t/lock.t File-Temp-0.2301/t/mktemp.t File-Temp-0.2301/t/object.t File-Temp-0.2301/t/posix.t File-Temp-0.2301/t/rmtree.t File-Temp-0.2301/t/security.t File-Temp-0.2301/t/seekable.t File-Temp-0.2301/t/tempfile.t File-Temp-0.2301/misc/benchmark.pl File-Temp-0.2301/misc/results.txt File-Temp-0.2301/lib/File/ File-Temp-0.2301/lib/File/Temp.pm CPAN.pm: Building D/DA/DAGOLDEN/File-Temp-0.2301.tar.gz >>> /Users/fly1600/ap1600/bin/perl-dynamic Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for File::Temp Writing MYMETA.yml and MYMETA.json >>> make cp lib/File/Temp.pm blib/lib/File/Temp.pm Manifying blib/man3/File::Temp.3 DAGOLDEN/File-Temp-0.2301.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly1600/ap1600/bin/perl-dynamic "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00-compile.t ......... 1..1 ok 1 - File::Temp loaded ok ok # Prerequisite Report: # Version Module # ------- ------------------- # 6.64 ExtUtils::MakeMaker # 1.11 Fcntl # 2.09 File::Path # 3.40 File::Spec t/00-report-prereqs.t .. 1..1 ok 1 ok t/cmp.t ................ 1..19 ok 1 - use File::Temp; ok 2 - The object isa File::Temp ok 3 - compare stringified object with string ok 4 - compare object with string ok 5 - compare eq with self ok 6 - compare != 0 ok 7 - compare == with self ok 8 - compare != *STDOUT ok 9 - +0 is a number ok 10 - "" is not a number ok 11 - The object isa File::Temp::Dir ok 12 - compare stringified object with string ok 13 - compare object with string ok 14 - compare eq with self ok 15 - compare != 0 ok 16 - compare == with self ok 17 - compare != *STDOUT ok 18 - +0 is a number ok 19 - "" is not a number ok t/fork.t ............... 1..8 ok 1 - OO File exists # child 1 sleeping for 4 seconds # child 2 sleeping for 7 seconds ok 2 - OO file present in child 1 # child 1 exiting ok 3 - OO file present in child 2 # child 2 exiting ok 4 - OO File exists in parent ok 5 - non-OO File exists # child 1 sleeping for 3 seconds # child 2 sleeping for 5 seconds ok 6 - non-OO File present in child 1 # child 1 exiting ok 7 - non-OO File present in child 2 # child 2 exiting ok 8 - non-OO File exists in parent ok t/lock.t ............... 1..4 ok 1 - use File::Temp; ok 2 - temp file is present ok 3 - File /tmp/u1QFXnZZ_f is locked ok 4 - File /tmp/lHTiJunMH7 is not locked ok t/mktemp.t ............. 1..9 ok 1 # MKSTEMP: FH is GLOB(0x100870e10) File is /tmp/wowserk0Xu fileno=3 ok 2 ok 3 ok 4 - woohoo # ok 5 # MKSTEMPS: File is suffixXXXXXX -> suffixHoNusq.dat fileno=4 ok 6 ok 7 # MKDTEMP: Name is /tmp/tmpdir1sEOMy from template /tmp/tmpdirXXXXXX ok 8 # MKTEMP: Tempfile is /tmp/mytestXXXXXX -> /tmp/mytestFwYnHZ ok 9 ok t/object.t ............. 1..35 ok 1 - use File::Temp; ok 2 - File::Temp->tempfile error ok 3 - File::Temp->tempfile error ok 4 - File /tmp/kNv1AzIoWY.txt exists ok 5 - Close file /tmp/kNv1AzIoWY.txt ok 6 - File /tmp/kNv1AzIoWY.txt still exists after close ok 7 - Directory /tmp/Vw6PCusxrW exists ok 8 - Directory should now be gone ok 9 - Directory with TEMPLATE ok 10 - Directory with leading template ok 11 - temp file exists ok 12 - temp file now gone # Template: tmpdirXXXXXX # TEMPDIR: tmpdirTZOhAX ok 13 - Does tmpdirTZOhAX directory exist ok 14 - should unlink # TEMPFILE: Created tmpdirTZOhAX/puYKlgtKpE.dat ok 15 - File tmpdirTZOhAX/puYKlgtKpE.dat exists in tempdir? # TEMPFILE: Created tmpdirTZOhAX/S3k9ycUp3g ok 16 - Second file tmpdirTZOhAX/S3k9ycUp3g exists in tempdir [nounlink]? # TEMPFILE: Created tmpdirTZOhAX/hellotNGPJ_x.dat # TEMPFILE: Created tmpdirTZOhAX/helloV5IvrcG.dat ok 17 - File tmpdirTZOhAX/helloV5IvrcG.dat exists? [from leading template] ok 18 - saw template # TEMPFILE: Created permYOKIPLt ok 19 - File permYOKIPLt exists? ok 20 - Close file permYOKIPLt ok 21 - should not unlink # TEMPFILE: Created permFV2wNrO ok 22 - File permFV2wNrO exists? ok 23 - Close file permFV2wNrO ok 24 - should unlink (in principal) # End of tests. Execute END blocks ok 25 - Directory tmpdirTZOhAX should not be there ok 26 - File /tmp/kNv1AzIoWY.txt should not be there ok 27 - File tmpdirTZOhAX/puYKlgtKpE.dat should not be there ok 28 - File tmpdirTZOhAX/S3k9ycUp3g should not be there ok 29 - File tmpdirTZOhAX/helloV5IvrcG.dat should not be there ok 30 - Check permYOKIPLt exists ok 31 - Unlinked permYOKIPLt ok 32 - permYOKIPLt no longer there ok 33 - Check permFV2wNrO exists ok 34 - Unlinked permFV2wNrO ok 35 - permFV2wNrO no longer there ok t/posix.t .............. 1..7 ok 1 # TMPNAM: in a scalar context: ok 2 # TMPNAM file name: /tmp/fQnkEiUi8J # TMPNAM: in list context: GLOB(0x1008136d0) /tmp/P78D2q_AQH ok 3 ok 4 ok 5 # TMPFILE: tmpfile got FH GLOB(0x1008fab60) # TMPFILE: Wrote line: Hello a test ok 6 # TMPFILE: Read line: Hello a test ok 7 - Hello a test # ok t/rmtree.t ............. 1..1 ok 1 ok t/security.t ........... 1..12 # Testing with STANDARD security... # fname1 = /tmp/tmpG5KpR ok 1 # fname2 = tmprPV5Z ok 2 # Testing with MEDIUM security... # fname1 = /tmp/tmpQhQZX ok 3 # fname2 = tmpCB9ez ok 4 # Testing with HIGH security... # fname1 = /tmp/tmpEJJvQ ok 5 # fname2 = tmpDUg3M ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok t/seekable.t ........... 1..10 ok 1 - use File::Temp; ok 2 - The object isa File::Temp ok 3 - The object isa IO::Handle ok 4 - The object isa IO::Seekable ok 5 - tmp can seek ok 6 - tmp can print ok 7 - really exporting 9: tmpnam tmpfile mktemp mkstemp mkstemps mkdtemp SEEK_SET SEEK_CUR SEEK_END ok 8 - SEEK_SET defined by File::Temp ok 9 - SEEK_END defined by File::Temp ok 10 - SEEK_CUR defined by File::Temp ok t/tempfile.t ........... 1..28 ok 1 - Start test ok 2 - Tempfile exists ok 3 - Tempfile closed ok 4 - Tempfile exists # Template: tmpdirXXXXXX # TEMPDIR: tmpdirYOSsmn ok 5 - Local tempdir exists # TEMPDIR2: custom_qrxM ok 6 - tempdir with TEMPLATE # TEMPFILE: Created tmpdirYOSsmn/I9rfOKRSL_.dat ok 7 - Local temp file exists with .dat extension ok 8 - Local tempfile in tempdir exists ok 9 - Local tempfile in tempdir exists read-only # TEMPFILE: Created tmpdirYOSsmn/4aEHc075p_ # TEMPFILE: Created tmpdirYOSsmn/helloMQUO87a.dat ok 10 - Local tempfile in tempdir with .dat extension exists # TEMPFILE: Created tmpdirYOSsmn/goodbyeVECqGml.dat ok 11 - Local tempfile in tempdir with TEMPLATE # TEMPFILE: Created permvJE0Qql ok 12 - Long-lived temp file ok 13 - Close long-lived temp file ok 14 - Write to temp file ok 15 - Close temp file # TEMPDIR: /tmp/X1YfOtdpYn ok 16 - Temp directory in temp dir # End of tests. Execute END blocks in directory /private/tmp/X1YfOtdpYn ok 17 - Dir /Users/fly1600/var/cpan/build/File-Temp-0.2301-KD5iuk/tmpdirYOSsmn should not be present ok 18 - Dir /Users/fly1600/var/cpan/build/File-Temp-0.2301-KD5iuk/tmpdirYOSsmn should not be present ok 19 - Dir /tmp/X1YfOtdpYn should not be present ok 20 - File /tmp/1VzM5p49zk.txt should not be present ok 21 - File /Users/fly1600/var/cpan/build/File-Temp-0.2301-KD5iuk/tmpdirYOSsmn/I9rfOKRSL_.dat should not be present ok 22 - File /Users/fly1600/var/cpan/build/File-Temp-0.2301-KD5iuk/tmpdirYOSsmn/vkFPnN0pMZ should not be present ok 23 - File /Users/fly1600/var/cpan/build/File-Temp-0.2301-KD5iuk/tmpdirYOSsmn/4aEHc075p_ should not be present ok 24 - File /Users/fly1600/var/cpan/build/File-Temp-0.2301-KD5iuk/tmpdirYOSsmn/helloMQUO87a.dat should not be present ok 25 - File /Users/fly1600/var/cpan/build/File-Temp-0.2301-KD5iuk/tmpdirYOSsmn/goodbyeVECqGml.dat should not be present ok 26 - File /Users/fly1600/var/cpan/build/File-Temp-0.2301-KD5iuk/permvJE0Qql is still present ok 27 - Unlink file ok 28 - File is no longer present ok All tests successful. Files=12, Tests=135, 19 wallclock secs ( 0.08 usr 0.03 sys + 0.91 cusr 0.15 csys = 1.17 CPU) Result: PASS DAGOLDEN/File-Temp-0.2301.tar.gz make test TEST_VERBOSE=1 -- OK David Golden <dagolden@cpan.org> return name and handle of a temporary file safely >>> (cd /Users/fly1600/var/cpan/build/File-Temp-0.2301-KD5iuk && tar cvf - File-Temp-0.2301.ppd blib) | gzip -c >/Users/fly1600/var/REPO/D/DA/DAGOLDEN/File-Temp-0.2301.tar.gz File-Temp-0.2301.ppd blib/ blib/lib/ blib/lib/File/ blib/lib/File/Temp.pm blib/man3/ blib/man3/File::Temp.3 >>> mv /Users/fly1600/var/cpan/build/File-Temp-0.2301-KD5iuk/File-Temp-0.2301.ppd /Users/fly1600/var/REPO/D/DA/DAGOLDEN Can't log to '/Users/fly1600/var/tmp/Library/Logs/ppm4.log': No such file or directory at /Users/fly1600/lib/ActivePerl/PPM/Logger.pm line 95. [InstallArea.pm:339] Created /Users/fly1600/var/megalib/etc/ppm-megalib-dirty [InstallArea.pm:362] Installing File-Temp with id 35 [InstallArea.pm:369] Copy /tmp/ppm-sIyeqP/File-Temp-0.2301/blib/html --> /Users/fly1600/var/megalib/html [InstallArea.pm:548] /Users/fly1600/var/megalib/html/site/lib/File/Temp.html written [InstallArea.pm:369] Copy /tmp/ppm-sIyeqP/File-Temp-0.2301/blib/lib --> /Users/fly1600/var/megalib [InstallArea.pm:548] /Users/fly1600/var/megalib/File/Temp.pm written [InstallArea.pm:418] Commit install [InstallArea.pm:454] unlink /Users/fly1600/var/megalib/html/site/lib/File/Temp.html.ppmbak [InstallArea.pm:454] unlink /Users/fly1600/var/megalib/File/Temp.pm.ppmbak [InstallArea.pm:454] unlink /Users/fly1600/var/megalib/auto/File/Temp/.packlist.ppmbak [InstallArea.pm:454] unlink /Users/fly1600/var/megalib/etc/ppm-megalib-dirty Finished 2013-04-12T03:51:40