Start 2008-08-28T01:08:12 LIB=C:\PlatSDK\Lib\AMD64;C:\PlatSDK\Lib\AMD64\atlmfc INCLUDE=C:\PlatSDK\Include;C:\PlatSDK\Include\crt;C:\PlatSDK\Include\crt\sys;C:\PlatSDK\Include\mfc;C:\PlatSDK\Include\atl PATH=C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\Perl64\site\bin;C:\Perl64\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\PROGRA~2\Perforce\ Going to read C:\cpanfly\var\cpan\Metadata Database was generated on Wed, 27 Aug 2008 10:02:51 GMT Running make for M/MS/MSERGEANT/Time-Piece-1.13.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/M/MS/MSERGEANT/Time-Piece-1.13.tar.gz Checksum for C:\cpanfly\var\cpan\sources\authors\id\M\MS\MSERGEANT\Time-Piece-1.13.tar.gz ok Time-Piece-1.13/ Time-Piece-1.13/Changes Time-Piece-1.13/Makefile.PL Time-Piece-1.13/MANIFEST Time-Piece-1.13/MANIFEST.SKIP Time-Piece-1.13/META.yml Time-Piece-1.13/Piece.pm Time-Piece-1.13/Piece.xs Time-Piece-1.13/README Time-Piece-1.13/Seconds.pm Time-Piece-1.13/t/ Time-Piece-1.13/t/01base.t Time-Piece-1.13/t/02core.t Time-Piece-1.13/t/03compare.t Time-Piece-1.13/t/04mjd.t Time-Piece-1.13/t/05overload.t Time-Piece-1.13/t/06subclass.t Time-Piece-1.13/t/07arith.t CPAN.pm: Going to build M/MS/MSERGEANT/Time-Piece-1.13.tar.gz >>> C:\Perl64\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Time::Piece >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp Seconds.pm blib\lib\Time\Seconds.pm cp Piece.pm blib\lib\Time\Piece.pm C:\Perl64\bin\perl.exe C:\cpanfly\var\megalib\ExtUtils\xsubpp -typemap C:\Perl64\lib\ExtUtils\typemap Piece.xs > Piece.xsc && C:\Perl64\bin\perl.exe -MExtUtils::Command -e mv Piece.xsc Piece.c cl -c -nologo -GF -W3 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DVERSION=\"1.13\" -DXS_VERSION=\"1.13\" "-IC:\Perl64\lib\CORE" Piece.c Piece.c Piece.xs(540) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data Piece.xs(550) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data Piece.xs(566) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data Piece.xs(572) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data Piece.xs(661) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data Piece.xs(669) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data Piece.xs(675) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data Piece.xs(819) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data Piece.xs(838) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data Piece.xs(845) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data Running Mkbootstrap for Time::Piece () C:\Perl64\bin\perl.exe -MExtUtils::Command -e chmod 644 Piece.bs C:\Perl64\bin\perl.exe -MExtUtils::Mksymlists -e "Mksymlists('NAME'=>\"Time::Piece\", 'DLBASE' => 'Piece', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);" link -out:blib\arch\auto\Time\Piece\Piece.dll -dll -nologo -nodefaultlib -debug -opt:ref,icf -ltcg -libpath:"C:\Perl64\lib\CORE" -machine:AMD64 Piece.obj C:\Perl64\lib\CORE\perl510.lib oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib netapi32.lib uuid.lib ws2_32.lib mpr.lib winmm.lib version.lib odbc32.lib odbccp32.lib bufferoverflowU.lib msvcrt.lib -def:Piece.def Creating library blib\arch\auto\Time\Piece\Piece.lib and object blib\arch\auto\Time\Piece\Piece.exp Generating code Finished generating code C:\Perl64\bin\perl.exe -MExtUtils::Command -e chmod 755 blib\arch\auto\Time\Piece\Piece.dll C:\Perl64\bin\perl.exe -MExtUtils::Command -e cp Piece.bs blib\arch\auto\Time\Piece\Piece.bs C:\Perl64\bin\perl.exe -MExtUtils::Command -e chmod 644 blib\arch\auto\Time\Piece\Piece.bs MSERGEANT/Time-Piece-1.13.tar.gz nmake -- OK Running make test >>> nmake test TEST_VERBOSE=1 Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. C:\Perl64\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/01base........ 1..7 ok 1 - use Time::Piece; ok 2 - specific gmtime isa Time::Piece ok 3 - correct year ok 4 - correct hour ok 5 - correct mon ok 6 - current gmtime isa Time::Piece ok 7 - current localtime isa Time::Piece ok t/02core........ 1..93 ok 1 - use Time::Piece; ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 # SKIP can't strftime %D, %R, %T or %e on Win32 ok 43 # SKIP can't strftime %D, %R, %T or %e on Win32 ok 44 ok 45 ok 46 ok 47 ok 48 # SKIP can't strftime %R on Win32 or QNX ok 49 ok 50 # SKIP can't strftime %T on Win32 ok 51 ok 52 # SKIP can't strftime %V on Win32 or QNX ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 ok 73 ok 74 ok 75 ok 76 ok 77 ok 78 ok 79 ok 80 - Year is 1945? ok 81 - Hour is 13? ok 82 ok 83 ok 84 ok 85 ok 86 ok 87 ok 88 ok 89 ok 90 ok 91 ok 92 ok 93 ok t/03compare..... 1..5 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1003 # Current time local: Thu Aug 28 01:08:21 2008 # Current time GMT: Thu Aug 28 08:08:21 2008 # Using Test.pm version 1.25 ok 1 ok 2 ok 3 ok 4 ok 5 ok t/04mjd......... 1..12 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1003 # Current time local: Thu Aug 28 01:08:21 2008 # Current time GMT: Thu Aug 28 08:08:21 2008 # Using Test.pm version 1.25 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok t/05overload.... 1..1 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1003 # Current time local: Thu Aug 28 01:08:21 2008 # Current time GMT: Thu Aug 28 08:08:21 2008 # Using Test.pm version 1.25 ok 1 ok t/06subclass.... ok 1 - use Time::Piece; ok 2 - timepiece made via new isa Time::Piece::Twin ok 3 - timepiece made via localtime isa Time::Piece::Twin ok 4 - timepiece made via gmtime isa Time::Piece::Twin ok 5 - timepiece made via strptime isa Time::Piece::Twin ok 6 - timepiece made via new (again) isa Time::Piece::Twin ok 7 - tomorrow via addition operator isa Time::Piece::Twin ok 8 - yesterday via subtraction operator isa Time::Piece::Twin ok 9 - object created via full-qualified gmtime isa Time::Piece ok 10 - it's not a Twin ok 11 - subtract attempts stringify for unrecognized objects. 1..11 ok t/07arith....... 1..13 ok 1 - use Time::Piece; ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok All tests successful. Files=7, Tests=142, 1 wallclock secs ( 0.03 usr + 0.11 sys = 0.14 CPU) Result: PASS MSERGEANT/Time-Piece-1.13.tar.gz nmake test TEST_VERBOSE=1 -- OK Fetching with LWP: http://cpan.nas.activestate.com/authors/id/M/MS/MSERGEANT/CHECKSUMS Picked up abstract from Makefile MSERGEANT <msergeant@cpan.org> Object Oriented time objects >>> (cd C:\cpanfly\var\cpan\build\Time-Piece-1.13-4zpLXd && tar cvf - Time-Piece-1.13.ppd blib) | gzip -c >C:/cpanfly/var/REPO/M/MS/MSERGEANT/Time-Piece-1.13.tar.gz Time-Piece-1.13.ppd blib/ blib/arch/ blib/arch/auto/ blib/arch/auto/Time/ blib/arch/auto/Time/Piece/ blib/arch/auto/Time/Piece/Piece.bs blib/arch/auto/Time/Piece/Piece.dll blib/arch/auto/Time/Piece/Piece.exp blib/arch/auto/Time/Piece/Piece.lib blib/lib/ blib/lib/Time/ blib/lib/Time/Piece.pm blib/lib/Time/Seconds.pm >>> mv C:\cpanfly\var\cpan\build\Time-Piece-1.13-4zpLXd/Time-Piece-1.13.ppd C:/cpanfly/var/REPO/M/MS/MSERGEANT Finished 2008-08-28T01:08:23