Start 2010-05-11T12:41:24 ActivePerl-1200 CPAN-1.9402 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:/CPANFL~1.12/var/libs/bin;C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\Perl64-5.12\site\bin;C:\Perl64-5.12\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~1\v1.0;C:\PROGRA~2\Perforce Going to read 'C:\cpanfly-5.12\var\cpan\Metadata' Database was generated on Mon, 10 May 2010 21:27:07 GMT Running make for M/MP/MPECK/Games-Mines-0.02.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/M/MP/MPECK/Games-Mines-0.02.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/M/MP/MPECK/CHECKSUMS Checksum for C:\cpanfly-5.12\var\cpan\sources\authors\id\M\MP\MPECK\Games-Mines-0.02.tar.gz ok Games-Mines-0.02/ Games-Mines-0.02/README Games-Mines-0.02/lib/ Games-Mines-0.02/lib/Games/ Games-Mines-0.02/lib/Games/Mines/ Games-Mines-0.02/lib/Games/Mines/Play.pm Games-Mines-0.02/lib/Games/Mines.pm Games-Mines-0.02/t/ Games-Mines-0.02/t/13ldsav.t Games-Mines-0.02/t/11map.t Games-Mines-0.02/t/12print.t Games-Mines-0.02/t/game.dat Games-Mines-0.02/t/07new.t Games-Mines-0.02/t/14defs.t Games-Mines-0.02/t/08rest.t Games-Mines-0.02/t/02accessors.t Games-Mines-0.02/t/05fill.t Games-Mines-0.02/t/01load.t Games-Mines-0.02/t/03new.t Games-Mines-0.02/t/09auto.t Games-Mines-0.02/t/06load.t Games-Mines-0.02/t/10preprint.t Games-Mines-0.02/t/04int.t Games-Mines-0.02/MANIFEST Games-Mines-0.02/Changes Games-Mines-0.02/bin/ Games-Mines-0.02/bin/pmines Games-Mines-0.02/Makefile.PL CPAN.pm: Going to build M/MP/MPECK/Games-Mines-0.02.tar.gz >>> C:\Perl64-5.12\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Games::Mines >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/Games/Mines/Play.pm blib\lib\Games\Mines\Play.pm cp lib/Games/Mines.pm blib\lib\Games\Mines.pm MPECK/Games-Mines-0.02.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-5.12\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/01load.t ....... 1..1 ok 1 - use Games::Mines; ok t/02accessors.t .. 1..7 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok t/03new.t ........ 1..28 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 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 t/04int.t ........ 1..51 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 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 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok # Failed test at t/05fill.t line 26. # got: '*' # expected: '1' # Failed test at t/05fill.t line 29. # got: '2' # expected: '*' # Failed test at t/05fill.t line 30. # got: '1' # expected: '*' # Failed test at t/05fill.t line 31. # got: '*' # expected: '2' # Failed test at t/05fill.t line 79. # Failed test at t/05fill.t line 81. # got: 'KABOOOOOM!!!' # expected: 'You Win!!!' # Failed test at t/05fill.t line 98. # Failed test at t/05fill.t line 99. # got: 'Running' # expected: 'KABOOOOOM!!!' # Looks like you failed 8 tests of 46. t/05fill.t ....... 1..46 ok 1 ok 2 ok 3 ok 4 not ok 5 ok 6 ok 7 not ok 8 not ok 9 not 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 not ok 37 ok 38 not ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 not ok 45 not ok 46 Dubious, test returned 8 (wstat 2048, 0x800) Failed 8/46 subtests t/06load.t ....... 1..1 ok 1 - use Games::Mines::Play; ok t/07new.t ........ 1..10 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok t/08rest.t ....... 1..30 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 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 # Failed test at t/09auto.t line 49. # got: '*' # expected: '1' # Failed test at t/09auto.t line 52. # got: '2' # expected: '*' # Failed test at t/09auto.t line 53. # got: '1' # expected: '*' # Failed test at t/09auto.t line 54. # got: '*' # expected: '2' # Failed test at t/09auto.t line 106. # Looks like you failed 5 tests of 52. t/09auto.t ....... 1..52 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 13 ok 14 ok 15 not ok 16 ok 17 ok 18 not ok 19 not ok 20 not 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 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 not ok 49 ok 50 ok 51 ok 52 Dubious, test returned 5 (wstat 1280, 0x500) Failed 5/52 subtests '-' is not recognized as an internal or external command, operable program or batch file. can't close child pid 3688 : at t/10preprint.t line 18. # Failed test at t/10preprint.t line 20. # got: '' # expected: ' 012 # +---+ # ' '-' is not recognized as an internal or external command, operable program or batch file. can't close child pid 3652 : at t/10preprint.t line 43. # Failed test at t/10preprint.t line 45. # got: '' # expected: ' +---+ # ' '-' is not recognized as an internal or external command, operable program or batch file. can't close child pid 624 : at t/10preprint.t line 68. # Failed test at t/10preprint.t line 70. # got: '' # expected: '057|' '-' is not recognized as an internal or external command, operable program or batch file. can't close child pid 1280 : at t/10preprint.t line 95. # Failed test at t/10preprint.t line 97. # got: '' # expected: '| # ' # Looks like you failed 4 tests of 4. t/10preprint.t ... 1..4 not ok 1 not ok 2 not ok 3 not ok 4 Dubious, test returned 4 (wstat 1024, 0x400) Failed 4/4 subtests '-' is not recognized as an internal or external command, operable program or batch file. can't close child pid 3904 : at t/11map.t line 26. # Failed test at t/11map.t line 28. # got: '' # expected: '6' '-' is not recognized as an internal or external command, operable program or batch file. can't close child pid 1088 : at t/11map.t line 26. # Failed test at t/11map.t line 28. # got: '' # expected: 'F' '-' is not recognized as an internal or external command, operable program or batch file. can't close child pid 3856 : at t/11map.t line 26. # Failed test at t/11map.t line 28. # got: '' # expected: ' ' '-' is not recognized as an internal or external command, operable program or batch file. can't close child pid 816 : at t/11map.t line 26. # Failed test at t/11map.t line 28. # got: '' # expected: 'X' '-' is not recognized as an internal or external command, operable program or batch file. can't close child pid 936 : at t/11map.t line 26. # Failed test at t/11map.t line 28. # got: '' # expected: '3' '-' is not recognized as an internal or external command, operable program or batch file. can't close child pid 3876 : at t/11map.t line 26. # Failed test at t/11map.t line 28. # got: '' # expected: '7' '-' is not recognized as an internal or external command, operable program or batch file. can't close child pid 4060 : at t/11map.t line 26. # Failed test at t/11map.t line 28. # got: '' # expected: '*' '-' is not recognized as an internal or external command, operable program or batch file. can't close child pid 4084 : at t/11map.t line 26. # Failed test at t/11map.t line 28. # got: '' # expected: '2' '-' is not recognized as an internal or external command, operable program or batch file. can't close child pid 3492 : at t/11map.t line 26. # Failed test at t/11map.t line 28. # got: '' # expected: '8' '-' is not recognized as an internal or external command, operable program or batch file. can't close child pid 3588 : at t/11map.t line 26. # Failed test at t/11map.t line 28. # got: '' # expected: '1' '-' is not recognized as an internal or external command, operable program or batch file. can't close child pid 2884 : at t/11map.t line 26. # Failed test at t/11map.t line 28. # got: '' # expected: '4' '-' is not recognized as an internal or external command, operable program or batch file. can't close child pid 3416 : at t/11map.t line 26. # Failed test at t/11map.t line 28. # got: '' # expected: '.' '-' is not recognized as an internal or external command, operable program or batch file. can't close child pid 3084 : at t/11map.t line 26. # Failed test at t/11map.t line 28. # got: '' # expected: 'f' '-' is not recognized as an internal or external command, operable program or batch file. can't close child pid 3500 : at t/11map.t line 26. # Failed test at t/11map.t line 28. # got: '' # expected: '5' '-' is not recognized as an internal or external command, operable program or batch file. can't close child pid 3920 : at t/11map.t line 59. # Failed test at t/11map.t line 61. # got: '' # expected: '6' '-' is not recognized as an internal or external command, operable program or batch file. can't close child pid 3792 : at t/11map.t line 59. # Failed test at t/11map.t line 61. # got: '' # expected: 'F' '-' is not recognized as an internal or external command, operable program or batch file. can't close child pid 4004 : at t/11map.t line 59. # Failed test at t/11map.t line 61. # got: '' # expected: ' ' '-' is not recognized as an internal or external command, operable program or batch file. can't close child pid 4044 : at t/11map.t line 59. # Failed test at t/11map.t line 61. # got: '' # expected: '*' '-' is not recognized as an internal or external command, operable program or batch file. can't close child pid 3196 : at t/11map.t line 59. # Failed test at t/11map.t line 61. # got: '' # expected: '3' '-' is not recognized as an internal or external command, operable program or batch file. can't close child pid 3892 : at t/11map.t line 59. # Failed test at t/11map.t line 61. # got: '' # expected: '7' '-' is not recognized as an internal or external command, operable program or batch file. can't close child pid 2780 : at t/11map.t line 59. # Failed test at t/11map.t line 61. # got: '' # expected: '*' '-' is not recognized as an internal or external command, operable program or batch file. can't close child pid 2212 : at t/11map.t line 59. # Failed test at t/11map.t line 61. # got: '' # expected: '2' '-' is not recognized as an internal or external command, operable program or batch file. can't close child pid 3624 : at t/11map.t line 59. # Failed test at t/11map.t line 61. # got: '' # expected: '8' '-' is not recognized as an internal or external command, operable program or batch file. can't close child pid 3068 : at t/11map.t line 59. # Failed test at t/11map.t line 61. # got: '' # expected: '1' '-' is not recognized as an internal or external command, operable program or batch file. can't close child pid 1860 : at t/11map.t line 59. # Failed test at t/11map.t line 61. # got: '' # expected: '4' '-' is not recognized as an internal or external command, operable program or batch file. can't close child pid 3592 : at t/11map.t line 59. # Failed test at t/11map.t line 61. # got: '' # expected: 'L' '-' is not recognized as an internal or external command, operable program or batch file. can't close child pid 2268 : at t/11map.t line 59. # Failed test at t/11map.t line 61. # got: '' # expected: 'f' '-' is not recognized as an internal or external command, operable program or batch file. can't close child pid 2108 : at t/11map.t line 59. # Failed test at t/11map.t line 61. # got: '' # expected: '5' # Looks like you failed 28 tests of 28. t/11map.t ........ 1..28 not ok 1 not ok 2 not ok 3 not ok 4 not ok 5 not ok 6 not ok 7 not ok 8 not ok 9 not ok 10 not ok 11 not ok 12 not ok 13 not ok 14 not ok 15 not ok 16 not ok 17 not ok 18 not ok 19 not ok 20 not ok 21 not ok 22 not ok 23 not ok 24 not ok 25 not ok 26 not ok 27 not ok 28 Dubious, test returned 28 (wstat 7168, 0x1c00) Failed 28/28 subtests '-' is not recognized as an internal or external command, operable program or batch file. can't close child pid 2328 : at t/12print.t line 18. # Failed test at t/12print.t line 20. # got: '' # expected: ' 012 # +---+ # 0| 1F| # 1|12.| # 2|...| # +---+ # ' '-' is not recognized as an internal or external command, operable program or batch file. can't close child pid 2232 : at t/12print.t line 46. # Failed test at t/12print.t line 48. # got: '' # expected: ' 012 # +---+ # 0| 1f| # 1|12*| # 2|*21| # +---+ # ' '-' is not recognized as an internal or external command, operable program or batch file. can't close child pid 4088 : at t/12print.t line 74. # Failed test at t/12print.t line 76. # got: '' # expected: ' 012 # +---+ # 0| 11| # 1|12*| # 2|*21| # +---+ # ' '-' is not recognized as an internal or external command, operable program or batch file. can't close child pid 3824 : at t/12print.t line 103. # Failed test at t/12print.t line 105. # got: '' # expected: 'mines: 1 of 2 # ' # Looks like you failed 4 tests of 4. t/12print.t ...... 1..4 not ok 1 not ok 2 not ok 3 not ok 4 Dubious, test returned 4 (wstat 1024, 0x400) Failed 4/4 subtests t/13ldsav.t ...... 1..40 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 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 t/14defs.t ....... 1..18 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 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok Test Summary Report ------------------- t/05fill.t (Wstat: 2048 Tests: 46 Failed: 8) Failed tests: 5, 8-10, 37, 39, 45-46 Non-zero exit status: 8 t/09auto.t (Wstat: 1280 Tests: 52 Failed: 5) Failed tests: 16, 19-21, 49 Non-zero exit status: 5 t/10preprint.t (Wstat: 1024 Tests: 4 Failed: 4) Failed tests: 1-4 Non-zero exit status: 4 t/11map.t (Wstat: 7168 Tests: 28 Failed: 28) Failed tests: 1-28 Non-zero exit status: 28 t/12print.t (Wstat: 1024 Tests: 4 Failed: 4) Failed tests: 1-4 Non-zero exit status: 4 Files=14, Tests=320, 1 wallclock secs ( 0.13 usr + 0.03 sys = 0.16 CPU) Result: FAIL Failed 5/14 test programs. 49/320 subtests failed. NMAKE : fatal error U1077: 'C:\Perl64-5.12\bin\perl.exe' : return code '0xff' Stop. MPECK/Games-Mines-0.02.tar.gz nmake test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports MPECK/Games-Mines-0.02.tar.gz Finished 2010-05-11T12:41:29