PATH=/usr/bin:/bin:/Users/fly1600/var/megalib/bin Start 2013-10-11T03:26:38 ActivePerl-1600 CPAN-2.00 Reading '/Users/fly1600/var/cpan/Metadata' Database was generated on Fri, 11 Oct 2013 06:41:02 GMT Running make for D/DA/DAGOLDEN/File-Temp-0.2304.tar.gz Checksum for /net/nas/data/cpan/authors/id/D/DA/DAGOLDEN/File-Temp-0.2304.tar.gz ok File-Temp-0.2304/ File-Temp-0.2304/Changes File-Temp-0.2304/CONTRIBUTING File-Temp-0.2304/cpanfile File-Temp-0.2304/dist.ini File-Temp-0.2304/lib/ File-Temp-0.2304/LICENSE File-Temp-0.2304/Makefile.PL File-Temp-0.2304/MANIFEST File-Temp-0.2304/META.json File-Temp-0.2304/META.yml File-Temp-0.2304/misc/ File-Temp-0.2304/README File-Temp-0.2304/t/ File-Temp-0.2304/xt/ File-Temp-0.2304/xt/author/ File-Temp-0.2304/xt/release/ File-Temp-0.2304/xt/release/distmeta.t File-Temp-0.2304/xt/release/minimum-version.t File-Temp-0.2304/xt/release/pod-coverage.t File-Temp-0.2304/xt/release/pod-syntax.t File-Temp-0.2304/xt/release/portability.t File-Temp-0.2304/xt/release/test-version.t File-Temp-0.2304/xt/author/pod-spell.t File-Temp-0.2304/t/00-report-prereqs.t File-Temp-0.2304/t/cmp.t File-Temp-0.2304/t/fork.t File-Temp-0.2304/t/lock.t File-Temp-0.2304/t/mktemp.t File-Temp-0.2304/t/object.t File-Temp-0.2304/t/posix.t File-Temp-0.2304/t/rmtree.t File-Temp-0.2304/t/security.t File-Temp-0.2304/t/seekable.t File-Temp-0.2304/t/tempfile.t File-Temp-0.2304/misc/benchmark.pl File-Temp-0.2304/misc/results.txt File-Temp-0.2304/lib/File/ File-Temp-0.2304/lib/File/Temp.pm CPAN.pm: Building D/DA/DAGOLDEN/File-Temp-0.2304.tar.gz >>> /Users/fly1600/ap1600/bin/perl-dynamic Makefile.PL Checking if your kit is complete... Looks good Generating a GNU-style Makefile 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.2304.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" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Prerequisite Report: # Version Module # ------- --------------------- # 1.32 Carp # 1.32 Carp::Heavy # 3.40 Cwd # 5.68 Exporter # 6.78 ExtUtils::MakeMaker # 1.11 Fcntl # 2.09 File::Path # 3.40 File::Spec # 3.40 File::Spec::Functions # 2.02 FileHandle # 1.28 IO::Handle # 1.10 IO::Seekable # 1.32 List::Util # 1.30 POSIX # 1.32 Scalar::Util # 1.07 Symbol # 0.98 Test::More # 1.27 constant # 1.18 overload # 0.228 parent # 1.07 strict # 1.02 vars # 1.13 warnings 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 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 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/ED4URDq0pP is locked ok 4 - File /tmp/XkBIlwLsUw is not locked ok t/mktemp.t ............. 1..9 ok 1 # MKSTEMP: FH is GLOB(0x100873068) File is /tmp/wowserr73X fileno=3 ok 2 ok 3 ok 4 - woohoo # ok 5 # MKSTEMPS: File is suffixXXXXXX -> suffixL0vbrC.dat fileno=4 ok 6 ok 7 # MKDTEMP: Name is /tmp/tmpdirXSigN0 from template /tmp/tmpdirXXXXXX ok 8 # MKTEMP: Tempfile is /tmp/mytestXXXXXX -> /tmp/mytestn8_pVm 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/u5AMAJkya0.txt exists ok 5 - Close file /tmp/u5AMAJkya0.txt ok 6 - File /tmp/u5AMAJkya0.txt still exists after close ok 7 - Directory /tmp/In7OCpg5FB 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: tmpdir510lcr ok 13 - Does tmpdir510lcr directory exist ok 14 - should unlink # TEMPFILE: Created tmpdir510lcr/5A9qAICr4d.dat ok 15 - File tmpdir510lcr/5A9qAICr4d.dat exists in tempdir? # TEMPFILE: Created tmpdir510lcr/1QfYB56_iP ok 16 - Second file tmpdir510lcr/1QfYB56_iP exists in tempdir [nounlink]? # TEMPFILE: Created tmpdir510lcr/helloM_cZvQE.dat # TEMPFILE: Created tmpdir510lcr/helloCdXX9gP.dat ok 17 - File tmpdir510lcr/helloCdXX9gP.dat exists? [from leading template] ok 18 - saw template # TEMPFILE: Created permRsPVihf ok 19 - File permRsPVihf exists? ok 20 - Close file permRsPVihf ok 21 - should not unlink # TEMPFILE: Created perml4sndMm ok 22 - File perml4sndMm exists? ok 23 - Close file perml4sndMm ok 24 - should unlink (in principal) # End of tests. Execute END blocks ok 25 - Directory tmpdir510lcr should not be there ok 26 - File /tmp/u5AMAJkya0.txt should not be there ok 27 - File tmpdir510lcr/5A9qAICr4d.dat should not be there ok 28 - File tmpdir510lcr/1QfYB56_iP should not be there ok 29 - File tmpdir510lcr/helloCdXX9gP.dat should not be there ok 30 - Check permRsPVihf exists ok 31 - Unlinked permRsPVihf ok 32 - permRsPVihf no longer there ok 33 - Check perml4sndMm exists ok 34 - Unlinked perml4sndMm ok 35 - perml4sndMm no longer there ok t/posix.t .............. 1..7 ok 1 # TMPNAM: in a scalar context: ok 2 # TMPNAM file name: /tmp/da1pEHoA7e # TMPNAM: in list context: GLOB(0x100813700) /tmp/__JzfD9DrC ok 3 ok 4 ok 5 # TMPFILE: tmpfile got FH GLOB(0x1008dd468) # 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/tmpJ0Exb ok 1 # fname2 = tmppYtMH ok 2 # Testing with MEDIUM security... # fname1 = /tmp/tmpoxafJ ok 3 # fname2 = tmp_hDFq ok 4 # Testing with HIGH security... # fname1 = /tmp/tmptEuPT ok 5 # fname2 = tmpZOLDy 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: tmpdirK_FiiP ok 5 - Local tempdir exists # TEMPDIR2: customtGtrY ok 6 - tempdir with TEMPLATE # TEMPFILE: Created tmpdirK_FiiP/u0GkP63vHO.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 tmpdirK_FiiP/oEn17WVkMS # TEMPFILE: Created tmpdirK_FiiP/helloq3MMMZc.dat ok 10 - Local tempfile in tempdir with .dat extension exists # TEMPFILE: Created tmpdirK_FiiP/goodbyeM6OknZ_.dat ok 11 - Local tempfile in tempdir with TEMPLATE # TEMPFILE: Created perm9AyvvWi 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/vkBO1EK9Hi ok 16 - Temp directory in temp dir # End of tests. Execute END blocks in directory /private/tmp/vkBO1EK9Hi ok 17 - Dir /Users/fly1600/var/cpan/build/File-Temp-0.2304-8J2UVl/tmpdirK_FiiP should not be present ok 18 - Dir /Users/fly1600/var/cpan/build/File-Temp-0.2304-8J2UVl/tmpdirK_FiiP should not be present ok 19 - Dir /tmp/vkBO1EK9Hi should not be present ok 20 - File /tmp/IOsAu7cf7S.txt should not be present ok 21 - File /Users/fly1600/var/cpan/build/File-Temp-0.2304-8J2UVl/tmpdirK_FiiP/u0GkP63vHO.dat should not be present ok 22 - File /Users/fly1600/var/cpan/build/File-Temp-0.2304-8J2UVl/tmpdirK_FiiP/KOMd153Ikt should not be present ok 23 - File /Users/fly1600/var/cpan/build/File-Temp-0.2304-8J2UVl/tmpdirK_FiiP/oEn17WVkMS should not be present ok 24 - File /Users/fly1600/var/cpan/build/File-Temp-0.2304-8J2UVl/tmpdirK_FiiP/helloq3MMMZc.dat should not be present ok 25 - File /Users/fly1600/var/cpan/build/File-Temp-0.2304-8J2UVl/tmpdirK_FiiP/goodbyeM6OknZ_.dat should not be present ok 26 - File /Users/fly1600/var/cpan/build/File-Temp-0.2304-8J2UVl/perm9AyvvWi is still present ok 27 - Unlink file ok 28 - File is no longer present ok All tests successful. Files=11, Tests=134, 17 wallclock secs ( 0.08 usr 0.03 sys + 0.80 cusr 0.14 csys = 1.05 CPU) Result: PASS DAGOLDEN/File-Temp-0.2304.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.2304-8J2UVl && tar cvf - File-Temp-0.2304.ppd blib) | gzip -c >/Users/fly1600/var/REPO/D/DA/DAGOLDEN/File-Temp-0.2304.tar.gz File-Temp-0.2304.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.2304-8J2UVl/File-Temp-0.2304.ppd /Users/fly1600/var/REPO/D/DA/DAGOLDEN Finished 2013-10-11T03:27:04