PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2013-03-16T18:35:03 ActivePerl-1205 CPAN-1.9800 Reading '/export/home/fly1232/var/cpan/Metadata' Database was generated on Sun, 17 Mar 2013 00:06:51 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: Building T/TJ/TJENNESS/File-Temp-0.23.tar.gz >>> /export/home/fly1232/bin/perl Build.PL Version::Requirements is deprecated; replace with CPAN::Meta::Requirements at /export/home/fly1232/var/megalib/Version/Requirements.pm line 17. require Version/Requirements.pm called at /export/home/fly1232/var/megalib/CPAN/Meta/Prereqs.pm line 10 CPAN::Meta::Prereqs::BEGIN() called at /export/home/fly1232/var/megalib/Version/Requirements.pm line 0 eval {...} called at /export/home/fly1232/var/megalib/Version/Requirements.pm line 0 require CPAN/Meta/Prereqs.pm called at /export/home/fly1232/var/megalib/CPAN/Meta/Feature.pm line 7 CPAN::Meta::Feature::BEGIN() called at /export/home/fly1232/var/megalib/Version/Requirements.pm line 0 eval {...} called at /export/home/fly1232/var/megalib/Version/Requirements.pm line 0 require CPAN/Meta/Feature.pm called at /export/home/fly1232/var/megalib/CPAN/Meta.pm line 9 CPAN::Meta::BEGIN() called at /export/home/fly1232/var/megalib/Version/Requirements.pm line 0 eval {...} called at /export/home/fly1232/var/megalib/Version/Requirements.pm line 0 require CPAN/Meta.pm called at (eval 30) line 2 eval 'require CPAN::Meta ;' called at /export/home/fly1232/var/megalib/Module/Build/Base.pm line 1664 Module::Build::Base::try_require('Module::Build=HASH(0x7234e0)', 'CPAN::Meta', 2.110420) called at /export/home/fly1232/var/megalib/Module/Build/Base.pm line 1897 Module::Build::Base::create_mymeta('Module::Build=HASH(0x7234e0)') called at /export/home/fly1232/var/megalib/Module/Build/Base.pm line 1957 Module::Build::Base::create_build_script('Module::Build=HASH(0x7234e0)') called at Build.PL line 38 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 2 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 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 ...... skipped: Do not seem to have O_EXLOCK t/mktemp.t .... 1..9 ok 1 # MKSTEMP: FH is GLOB(0x3f57e0) File is /tmp/wowser_ItA fileno=3 ok 2 ok 3 ok 4 - woohoo # ok 5 # MKSTEMPS: File is suffixXXXXXX -> suffixR_pZZt.dat fileno=4 ok 6 ok 7 # MKDTEMP: Name is /tmp/tmpdir96p0aq from template /tmp/tmpdirXXXXXX ok 8 # MKTEMP: Tempfile is /tmp/mytestXXXXXX -> /tmp/mytestAWwZ9o 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/_XcjUOrv44.txt exists ok 5 - Close file /tmp/_XcjUOrv44.txt ok 6 - File /tmp/_XcjUOrv44.txt still exists after close ok 7 - Directory /tmp/MqbO1XC2tG 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: tmpdirdUV2xl ok 13 - Does tmpdirdUV2xl directory exist ok 14 - should unlink # TEMPFILE: Created tmpdirdUV2xl/FFLSTdGiMi.dat ok 15 - File tmpdirdUV2xl/FFLSTdGiMi.dat exists in tempdir? # TEMPFILE: Created tmpdirdUV2xl/TdWVxbsLGL ok 16 - Second file tmpdirdUV2xl/TdWVxbsLGL exists in tempdir [nounlink]? # TEMPFILE: Created tmpdirdUV2xl/helloomWshxC.dat # TEMPFILE: Created tmpdirdUV2xl/hellodSwCHNd.dat ok 17 - File tmpdirdUV2xl/hellodSwCHNd.dat exists? [from leading template] ok 18 - saw template # TEMPFILE: Created permHh6OEFA ok 19 - File permHh6OEFA exists? ok 20 - Close file permHh6OEFA ok 21 - should not unlink # TEMPFILE: Created permyr5szRa ok 22 - File permyr5szRa exists? ok 23 - Close file permyr5szRa ok 24 - should unlink (in principal) # End of tests. Execute END blocks ok 25 - Directory tmpdirdUV2xl should not be there ok 26 - File /tmp/_XcjUOrv44.txt should not be there ok 27 - File tmpdirdUV2xl/FFLSTdGiMi.dat should not be there ok 28 - File tmpdirdUV2xl/TdWVxbsLGL should not be there ok 29 - File tmpdirdUV2xl/hellodSwCHNd.dat should not be there ok 30 - Check permHh6OEFA exists ok 31 - Unlinked permHh6OEFA ok 32 - permHh6OEFA no longer there ok 33 - Check permyr5szRa exists ok 34 - Unlinked permyr5szRa ok 35 - permyr5szRa no longer there ok t/posix.t ..... 1..7 ok 1 # TMPNAM: in a scalar context: ok 2 # TMPNAM file name: /tmp/GNW9agEsIa # TMPNAM: in list context: GLOB(0x3f5dd0) /tmp/6zxaGaGrjy ok 3 ok 4 ok 5 # TMPFILE: tmpfile got FH GLOB(0x39b3e0) # 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/tmppvWUg ok 1 # fname2 = tmpRAuif ok 2 # Testing with MEDIUM security... # fname1 = /tmp/tmp83Cym ok 3 # fname2 = tmpC6nN7 ok 4 # Testing with HIGH security... # fname1 = /tmp/tmpF01nU ok 5 # fname2 = tmpACWok 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: tmpdirnSruEe ok 5 - Local tempdir exists # TEMPDIR2: customXgFGl ok 6 - tempdir with TEMPLATE # TEMPFILE: Created tmpdirnSruEe/LytApuCwgI.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 tmpdirnSruEe/JC0VzT7b4G # TEMPFILE: Created tmpdirnSruEe/helloEWBJajz.dat ok 10 - Local tempfile in tempdir with .dat extension exists # TEMPFILE: Created tmpdirnSruEe/goodbye4Ksi_Il.dat ok 11 - Local tempfile in tempdir with TEMPLATE # TEMPFILE: Created perm3PIVJFS 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/caxgM0K1kB ok 16 - Temp directory in temp dir # End of tests. Execute END blocks in directory /tmp/caxgM0K1kB ok 17 - Dir /export/home/fly1232/var/cpan/build/File-Temp-0.23-Sv3hxh/tmpdirnSruEe should not be present ok 18 - Dir /export/home/fly1232/var/cpan/build/File-Temp-0.23-Sv3hxh/tmpdirnSruEe should not be present ok 19 - Dir /tmp/caxgM0K1kB should not be present ok 20 - File /tmp/u5WbNAh0eB.txt should not be present ok 21 - File /export/home/fly1232/var/cpan/build/File-Temp-0.23-Sv3hxh/tmpdirnSruEe/LytApuCwgI.dat should not be present ok 22 - File /export/home/fly1232/var/cpan/build/File-Temp-0.23-Sv3hxh/tmpdirnSruEe/jTtk9JxX02 should not be present ok 23 - File /export/home/fly1232/var/cpan/build/File-Temp-0.23-Sv3hxh/tmpdirnSruEe/JC0VzT7b4G should not be present ok 24 - File /export/home/fly1232/var/cpan/build/File-Temp-0.23-Sv3hxh/tmpdirnSruEe/helloEWBJajz.dat should not be present ok 25 - File /export/home/fly1232/var/cpan/build/File-Temp-0.23-Sv3hxh/tmpdirnSruEe/goodbye4Ksi_Il.dat should not be present ok 26 - File /export/home/fly1232/var/cpan/build/File-Temp-0.23-Sv3hxh/perm3PIVJFS is still present ok 27 - Unlink file ok 28 - File is no longer present ok All tests successful. Files=10, Tests=129, 15 wallclock secs ( 0.27 usr 0.02 sys + 2.45 cusr 0.38 csys = 3.12 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 /export/home/fly1232/var/cpan/build/File-Temp-0.23-Sv3hxh && tar cvf - File-Temp-0.23.ppd blib) | gzip -c >/export/home/fly1232/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 /export/home/fly1232/var/cpan/build/File-Temp-0.23-Sv3hxh/File-Temp-0.23.ppd /export/home/fly1232/var/REPO/T/TJ/TJENNESS Finished 2013-03-16T18:35:36