PATH=/usr/bin:/bin Start 2013-03-15T03:09:33 ActivePerl-1600 CPAN-1.9402 Going to read '/Users/fly1600/var/cpan/Metadata' Database was generated on Fri, 15 Mar 2013 09:07:04 GMT Running make for T/TJ/TJENNESS/File-Temp-0.23.tar.gz Checksum for /net/nas/data/cpan/authors/id/T/TJ/TJENNESS/File-Temp-0.23.tar.gz ok File-Temp-0.23 File-Temp-0.23/Build.PL File-Temp-0.23/ChangeLog File-Temp-0.23/MANIFEST File-Temp-0.23/META.json File-Temp-0.23/META.yml File-Temp-0.23/README File-Temp-0.23/lib File-Temp-0.23/lib/File File-Temp-0.23/lib/File/Temp.pm File-Temp-0.23/misc File-Temp-0.23/misc/benchmark.pl File-Temp-0.23/misc/results.txt File-Temp-0.23/t File-Temp-0.23/t/cmp.t File-Temp-0.23/t/fork.t File-Temp-0.23/t/lock.t File-Temp-0.23/t/mktemp.t File-Temp-0.23/t/object.t File-Temp-0.23/t/posix.t File-Temp-0.23/t/rmtree.t File-Temp-0.23/t/security.t File-Temp-0.23/t/seekable.t File-Temp-0.23/t/tempfile.t CPAN.pm: Going to build T/TJ/TJENNESS/File-Temp-0.23.tar.gz >>> /Users/fly1600/ap1600/bin/perl-dynamic Build.PL Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'File-Temp' version '0.23' >>> ./Build Building File-Temp TJENNESS/File-Temp-0.23.tar.gz ./Build -- OK Running Build test >>> ./Build test verbose=1 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 8 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 4 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/6nK1NCJuhg is locked ok 4 - File /tmp/bzL4q9QP4r is not locked ok t/mktemp.t .... 1..9 ok 1 # MKSTEMP: FH is GLOB(0x100928fb0) File is /tmp/wowserlKsC fileno=3 ok 2 ok 3 ok 4 - woohoo # ok 5 # MKSTEMPS: File is suffixXXXXXX -> suffixomSuC9.dat fileno=4 ok 6 ok 7 # MKDTEMP: Name is /tmp/tmpdirqdM1R1 from template /tmp/tmpdirXXXXXX ok 8 # MKTEMP: Tempfile is /tmp/mytestXXXXXX -> /tmp/mytestaJaVai 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/cSmaDFdUr3.txt exists ok 5 - Close file /tmp/cSmaDFdUr3.txt ok 6 - File /tmp/cSmaDFdUr3.txt still exists after close ok 7 - Directory /tmp/cGFFPCKqaM 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: tmpdiry9mxAP ok 13 - Does tmpdiry9mxAP directory exist ok 14 - should unlink # TEMPFILE: Created tmpdiry9mxAP/fYPClkv3JH.dat ok 15 - File tmpdiry9mxAP/fYPClkv3JH.dat exists in tempdir? # TEMPFILE: Created tmpdiry9mxAP/AvPtZ721a3 ok 16 - Second file tmpdiry9mxAP/AvPtZ721a3 exists in tempdir [nounlink]? # TEMPFILE: Created tmpdiry9mxAP/helloNVpSNoJ.dat # TEMPFILE: Created tmpdiry9mxAP/hello7hnakDg.dat ok 17 - File tmpdiry9mxAP/hello7hnakDg.dat exists? [from leading template] ok 18 - saw template # TEMPFILE: Created permfA3siDv ok 19 - File permfA3siDv exists? ok 20 - Close file permfA3siDv ok 21 - should not unlink # TEMPFILE: Created permLAr8SWb ok 22 - File permLAr8SWb exists? ok 23 - Close file permLAr8SWb ok 24 - should unlink (in principal) # End of tests. Execute END blocks ok 25 - Directory tmpdiry9mxAP should not be there ok 26 - File /tmp/cSmaDFdUr3.txt should not be there ok 27 - File tmpdiry9mxAP/fYPClkv3JH.dat should not be there ok 28 - File tmpdiry9mxAP/AvPtZ721a3 should not be there ok 29 - File tmpdiry9mxAP/hello7hnakDg.dat should not be there ok 30 - Check permfA3siDv exists ok 31 - Unlinked permfA3siDv ok 32 - permfA3siDv no longer there ok 33 - Check permLAr8SWb exists ok 34 - Unlinked permLAr8SWb ok 35 - permLAr8SWb no longer there ok t/posix.t ..... 1..7 ok 1 # TMPNAM: in a scalar context: ok 2 # TMPNAM file name: /tmp/huT1uslNib # TMPNAM: in list context: GLOB(0x100813688) /tmp/q0YCLjHmWg ok 3 ok 4 ok 5 # TMPFILE: tmpfile got FH GLOB(0x1008defc8) # 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/tmpJncJB ok 1 # fname2 = tmpUPQGq ok 2 # Testing with MEDIUM security... # fname1 = /tmp/tmpDiMpy ok 3 # fname2 = tmpEqR6E ok 4 # Testing with HIGH security... # fname1 = /tmp/tmptSKl4 ok 5 # fname2 = tmpXC_Ll 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: tmpdir4oUgy4 ok 5 - Local tempdir exists # TEMPDIR2: customWXvZn ok 6 - tempdir with TEMPLATE # TEMPFILE: Created tmpdir4oUgy4/SmuV9wX1iQ.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 tmpdir4oUgy4/wmcGpqR99S # TEMPFILE: Created tmpdir4oUgy4/helloFsq54iI.dat ok 10 - Local tempfile in tempdir with .dat extension exists # TEMPFILE: Created tmpdir4oUgy4/goodbyeceEW7Pj.dat ok 11 - Local tempfile in tempdir with TEMPLATE # TEMPFILE: Created permGei4uy7 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/_YPsawrziN ok 16 - Temp directory in temp dir # End of tests. Execute END blocks in directory /private/tmp/_YPsawrziN ok 17 - Dir /Users/fly1600/var/cpan/build/File-Temp-0.23-noiLx_/tmpdir4oUgy4 should not be present ok 18 - Dir /Users/fly1600/var/cpan/build/File-Temp-0.23-noiLx_/tmpdir4oUgy4 should not be present ok 19 - Dir /tmp/_YPsawrziN should not be present ok 20 - File /tmp/mCjMg2qez0.txt should not be present ok 21 - File /Users/fly1600/var/cpan/build/File-Temp-0.23-noiLx_/tmpdir4oUgy4/SmuV9wX1iQ.dat should not be present ok 22 - File /Users/fly1600/var/cpan/build/File-Temp-0.23-noiLx_/tmpdir4oUgy4/BmKkCIPzjH should not be present ok 23 - File /Users/fly1600/var/cpan/build/File-Temp-0.23-noiLx_/tmpdir4oUgy4/wmcGpqR99S should not be present ok 24 - File /Users/fly1600/var/cpan/build/File-Temp-0.23-noiLx_/tmpdir4oUgy4/helloFsq54iI.dat should not be present ok 25 - File /Users/fly1600/var/cpan/build/File-Temp-0.23-noiLx_/tmpdir4oUgy4/goodbyeceEW7Pj.dat should not be present ok 26 - File /Users/fly1600/var/cpan/build/File-Temp-0.23-noiLx_/permGei4uy7 is still present ok 27 - Unlink file ok 28 - File is no longer present ok All tests successful. Files=10, Tests=133, 20 wallclock secs ( 0.07 usr 0.04 sys + 0.78 cusr 0.14 csys = 1.03 CPU) Result: PASS TJENNESS/File-Temp-0.23.tar.gz ./Build test verbose=1 -- OK Tim Jenness <t.jenness@jach.hawaii.edu> return name and handle of a temporary file safely >>> (cd /Users/fly1600/var/cpan/build/File-Temp-0.23-noiLx_ && tar cvf - File-Temp-0.23.ppd blib) | gzip -c >/Users/fly1600/var/REPO/T/TJ/TJENNESS/File-Temp-0.23.tar.gz File-Temp-0.23.ppd blib/ blib/lib/ blib/lib/File/ blib/lib/File/Temp.pm >>> mv /Users/fly1600/var/cpan/build/File-Temp-0.23-noiLx_/File-Temp-0.23.ppd /Users/fly1600/var/REPO/T/TJ/TJENNESS 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-0P5EVA/File-Temp-0.23/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-0P5EVA/File-Temp-0.23/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-03-15T03:10:02