PATH=/home/fly1600/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome2/bin:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/java/jre/bin:/opt/gnome/bin Start 2012-06-01T15:40:12 ActivePerl-1600 CPAN-1.9402 Going to read '/home/fly1600/var/cpan/Metadata' Database was generated on Fri, 01 Jun 2012 21:58:03 GMT Running make for T/TJ/TJENNESS/File-Temp-0.22.tar.gz Checksum for /net/nas/data/cpan/authors/id/T/TJ/TJENNESS/File-Temp-0.22.tar.gz ok File-Temp-0.22/ File-Temp-0.22/Temp.pm File-Temp-0.22/README File-Temp-0.22/Makefile.PL File-Temp-0.22/ChangeLog File-Temp-0.22/misc/ File-Temp-0.22/misc/benchmark.pl File-Temp-0.22/misc/results.txt File-Temp-0.22/t/ File-Temp-0.22/t/fork.t File-Temp-0.22/t/lock.t File-Temp-0.22/t/security.t File-Temp-0.22/t/mktemp.t File-Temp-0.22/t/posix.t File-Temp-0.22/t/cmp.t File-Temp-0.22/t/object.t File-Temp-0.22/t/seekable.t File-Temp-0.22/t/tempfile.t File-Temp-0.22/META.yml File-Temp-0.22/MANIFEST CPAN.pm: Going to build T/TJ/TJENNESS/File-Temp-0.22.tar.gz >>> /home/fly1600/ap1600/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for File::Temp Writing MYMETA.yml and MYMETA.json >>> make cp Temp.pm blib/lib/File/Temp.pm Manifying blib/man3/File::Temp.3 TJENNESS/File-Temp-0.22.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly1600/ap1600/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/cmp.t ....... 1..3 ok 1 - use File::Temp; ok 2 - compare stringified object with string ok 3 - compare object with string ok t/fork.t ...... 1..8 ok 1 - OO File exists # child 1 sleeping for 3 seconds # child 2 sleeping for 6 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 0 seconds ok 6 - non-OO File present in child 1 # child 1 exiting # child 2 sleeping for 7 seconds ok 7 - non-OO File present in child 2 # child 2 exiting ok 8 - non-OO File exists in parent ok t/lock.t ...... skipped: Do not seem to have O_EXLOCK t/mktemp.t .... 1..9 # Running under perl version 5.016000 for linux # Current time local: Fri Jun 1 15:40:29 2012 # Current time GMT: Fri Jun 1 22:40:29 2012 # Using Test.pm version 1.25 ok 1 # MKSTEMP: FH is GLOB(0x8196fd8) File is /tmp/wowserl7L_ fileno=3 ok 2 ok 3 ok 4 ok 5 # MKSTEMPS: File is suffixXXXXXX -> suffixa507eD.dat fileno=4 ok 6 ok 7 # MKDTEMP: Name is /tmp/tmpdireTxZlu from template /tmp/tmpdirXXXXXX ok 8 # MKTEMP: Tempfile is /tmp/mytestXXXXXX -> /tmp/mytestquHaOP ok 9 ok t/object.t .... 1..30 ok 1 - use File::Temp; ok 2 - File /tmp/sy5souOLMp.txt exists ok 3 - Close file /tmp/sy5souOLMp.txt ok 4 - File /tmp/sy5souOLMp.txt still exists after close ok 5 - Directory /tmp/xx5PiTRdtm exists ok 6 - Directory should now be gone ok 7 - temp file exists ok 8 - temp file now gone # Template: tmpdirXXXXXX # TEMPDIR: tmpdir2OFov6 ok 9 - Does tmpdir2OFov6 directory exist ok 10 - should unlink # TEMPFILE: Created tmpdir2OFov6/nrfxhgGIZT.dat ok 11 - File tmpdir2OFov6/nrfxhgGIZT.dat exists in tempdir? # TEMPFILE: Created tmpdir2OFov6/2yuSfshe9o ok 12 - Second file tmpdir2OFov6/2yuSfshe9o exists in tempdir [nounlink]? # TEMPFILE: Created tmpdir2OFov6/helloeUk2kSp.dat ok 13 - File tmpdir2OFov6/helloeUk2kSp.dat exists? [from template] # TEMPFILE: Created permgxidGY7 ok 14 - File permgxidGY7 exists? ok 15 - Close file permgxidGY7 ok 16 - should not unlink # TEMPFILE: Created perm6pE0wab ok 17 - File perm6pE0wab exists? ok 18 - Close file perm6pE0wab ok 19 - should unlink (in principal) # End of tests. Execute END blocks ok 20 - Directory tmpdir2OFov6 should not be there ok 21 - File /tmp/sy5souOLMp.txt should not be there ok 22 - File tmpdir2OFov6/nrfxhgGIZT.dat should not be there ok 23 - File tmpdir2OFov6/2yuSfshe9o should not be there ok 24 - File tmpdir2OFov6/helloeUk2kSp.dat should not be there ok 25 - Check permgxidGY7 exists ok 26 - Unlinked permgxidGY7 ok 27 - permgxidGY7 no longer there ok 28 - Check perm6pE0wab exists ok 29 - Unlinked perm6pE0wab ok 30 - perm6pE0wab no longer there ok t/posix.t ..... 1..7 # Running under perl version 5.016000 for linux # Current time local: Fri Jun 1 15:40:29 2012 # Current time GMT: Fri Jun 1 22:40:29 2012 # Using Test.pm version 1.25 ok 1 # TMPNAM: in a scalar context: ok 2 # TMPNAM file name: /tmp/nEjlMaYsiP # TMPNAM: in list context: GLOB(0x81977b8) /tmp/YtSGu1VXDn ok 3 ok 4 ok 5 # TMPFILE: tmpfile got FH GLOB(0x8384760) # TMPFILE: Wrote line: Hello a test ok 6 # TMPFILE: Read line: Hello a test ok 7 ok t/security.t .. 1..13 # Running under perl version 5.016000 for linux # Current time local: Fri Jun 1 15:40:29 2012 # Current time GMT: Fri Jun 1 22:40:29 2012 # Using Test.pm version 1.25 ok 1 # Testing with STANDARD security... # fname1 = /tmp/tmp5gGzb ok 2 # fname2 = tmpGYP_x ok 3 # Testing with MEDIUM security... # fname1 = /tmp/tmpXnvuY ok 4 # fname2 = tmphuJBU ok 5 # Testing with HIGH security... # fname1 = /tmp/tmpiVFJ6 ok 6 # fname2 = tmp6pVsa ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 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..22 # Running under perl version 5.016000 for linux # Current time local: Fri Jun 1 15:40:30 2012 # Current time GMT: Fri Jun 1 22:40:30 2012 # Using Test.pm version 1.25 ok 1 ok 2 ok 3 ok 4 # Template: tmpdirXXXXXX # TEMPDIR: tmpdirauiMIc ok 5 # TEMPFILE: Created tmpdirauiMIc/GhkV4gD6yz.dat ok 6 ok 7 ok 8 # TEMPFILE: Created tmpdirauiMIc/P_WiPA1gw6 # TEMPFILE: Created tmpdirauiMIc/hellowV0ubU_.dat ok 9 # TEMPFILE: Created permc0W1ngU ok 10 ok 11 ok 12 ok 13 # End of tests. Execute END blocks ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok All tests successful. Files=9, Tests=102, 14 wallclock secs ( 0.04 usr 0.02 sys + 0.63 cusr 0.07 csys = 0.76 CPU) Result: PASS TJENNESS/File-Temp-0.22.tar.gz make test TEST_VERBOSE=1 -- OK Picked up abstract from Makefile Tim Jenness <t.jenness@jach.hawaii.edu> return name and handle of a temporary file safely >>> (cd /home/fly1600/var/cpan/build/File-Temp-0.22-CPMl3V && tar cvf - File-Temp-0.22.ppd blib) | gzip -c >/home/fly1600/var/REPO/T/TJ/TJENNESS/File-Temp-0.22.tar.gz File-Temp-0.22.ppd blib/ blib/lib/ blib/lib/File/ blib/lib/File/Temp.pm blib/man3/ blib/man3/File::Temp.3 >>> mv /home/fly1600/var/cpan/build/File-Temp-0.22-CPMl3V/File-Temp-0.22.ppd /home/fly1600/var/REPO/T/TJ/TJENNESS Finished 2012-06-01T15:40:32