Checking if your kit is complete... Looks good Writing Makefile for Cache::FastMmap::WithWin32::CImpl Writing Makefile for Cache::FastMmap::WithWin32 Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cp lib/Cache/FastMmap/WithWin32.pm blib\lib\Cache\FastMmap\WithWin32.pm nmake -f Makefile all -nologo cp CImpl.pm ..\blib\lib\Cache\FastMmap\WithWin32\CImpl.pm C:\cpanrun\build\5-10-0\bin\perl.exe C:\cpanrun\build\5-10-0\lib\ExtUtils\xsubpp -typemap C:\cpanrun\build\5-10-0\lib\ExtUtils\typemap CImpl.xs > CImpl.xsc && C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e mv CImpl.xsc CImpl.c Please specify prototyping behavior for CImpl.xs (see perlxs manual) cl -c -I. -nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -O1 -DVERSION=\"1.16.4\" -DXS_VERSION=\"1.16.4\" "-IC:\cpanrun\build\5-10-0\lib\CORE" -g -DDEBUG CImpl.c Command line warning D4002 : ignoring unknown option '-g' CImpl.c CImpl.c(579) : warning C4101: 'RETVAL' : unreferenced local variable CImpl.xs(652) : warning C4101: 'found' : unreferenced local variable cl -c -I. -nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -O1 -DVERSION=\"1.16.4\" -DXS_VERSION=\"1.16.4\" "-IC:\cpanrun\build\5-10-0\lib\CORE" -g -DDEBUG mmap_cache.c Command line warning D4002 : ignoring unknown option '-g' mmap_cache.c mmap_cache.c(139) : warning C4101: 'tmp' : unreferenced local variable mmap_cache.c(138) : warning C4101: 'res' : unreferenced local variable mmap_cache.c(138) : warning C4101: 'i' : unreferenced local variable mmap_cache.c(139) : warning C4101: 'mm_var' : unreferenced local variable mmap_cache.c(1026) : warning C4018: '<' : signed/unsigned mismatch cl -c -I. -nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -O1 -DVERSION=\"1.16.4\" -DXS_VERSION=\"1.16.4\" "-IC:\cpanrun\build\5-10-0\lib\CORE" -g -DDEBUG win32.c Command line warning D4002 : ignoring unknown option '-g' win32.c win32.c(77) : warning C4018: '<' : signed/unsigned mismatch win32.c(52) : warning C4101: 'fileMap' : unreferenced local variable Running Mkbootstrap for Cache::FastMmap::WithWin32::CImpl () C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 644 CImpl.bs C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Mksymlists -e "Mksymlists('NAME'=>\"Cache::FastMmap::WithWin32::CImpl\", 'DLBASE' => 'CImpl', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);" link -out:..\blib\arch\auto\Cache\FastMmap\WithWin32\CImpl\CImpl.dll -dll -nologo -nodefaultlib -debug -opt:ref,icf -libpath:"C:\cpanrun\build\5-10-0\lib\CORE" -machine:x86 CImpl.obj mmap_cache.obj win32.obj C:\cpanrun\build\5-10-0\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 msvcrt.lib -def:CImpl.def Creating library ..\blib\arch\auto\Cache\FastMmap\WithWin32\CImpl\CImpl.lib and object ..\blib\arch\auto\Cache\FastMmap\WithWin32\CImpl\CImpl.exp C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 755 ..\blib\arch\auto\Cache\FastMmap\WithWin32\CImpl\CImpl.dll C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e cp CImpl.bs ..\blib\arch\auto\Cache\FastMmap\WithWin32\CImpl\CImpl.bs C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 644 ..\blib\arch\auto\Cache\FastMmap\WithWin32\CImpl\CImpl.bs cd .. Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. nmake -f Makefile all -nologo cd .. C:\cpanrun\build\5-10-0\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/1.....1..52 ok 1 - use Cache::FastMmap::WithWin32; ok 2 ok 3 - empty get('') ok 4 - empty get(' ') ok 5 - empty get(' ' x 1024) ok 6 - empty get(' ' x 65536) ok 7 - set('', 'abc') ok 8 - get('') eq 'abc' ok 9 - set(' ', 'def') ok 10 - get(' ') eq 'def' ok 11 - set(' ' x 1024, 'ghi') ok 12 - get(' ' x 1024) eq 'ghi' ok 13 - set(' ' x 65536, 'jkl') ok 14 - empty get(' ' x 65536) ok 15 - set('abc', '') ok 16 - get('abc') eq '' ok 17 - set('def', 'x') ok 18 - get('def') eq 'x' ok 19 - set('ghi', ...) ok 20 - get('ghi') eq ... ok 21 - set('jkl', ...) ok 22 - empty get('jkl') ok 23 - set(ARRAY(0x1c0f61c)) ok 24 - get(ARRAY(0x1c0f61c)) ok 25 - get("ARRAY(0x1c0f61c)") ok 26 - set utf8 key ok 27 - get utf8 key ok 28 - set utf8 val ok 29 - get utf8 val ok 30 - set utf8 key/val ok 31 - get utf8 key/val ok 32 - post clear 1 ok 33 - post clear 2 ok 34 - post clear 3 ok 35 - post clear 4 ok 36 - post clear 5 ok 37 - post clear 6 ok 38 - post clear 7 ok 39 - get_keys set 1 ok 40 - get_keys set 2 ok 41 - get_keys set 3 ok 42 - get_keys 1 ok 43 - get_keys 2 ok 44 - get_keys 3 ok 45 - get_keys 4 ok 46 - get_keys 5 ok 47 - get_keys 6 ok 48 - get_keys 7 ok 49 - get_keys 8 ok 50 - get_keys 9 ok 51 - get_keys 10 ok 52 - get_keys 11 ok t/10....1..9 ok 1 - use Cache::FastMmap::WithWin32; ok 2 ok 3 - cb get 1 ok 4 - cb get 2 ok 5 - cb get 2 ok 6 - cb get 3 ok 7 - cb get 4 ok 8 - cb get 2 ok 9 - items match 1$VAR1 = { # 'bar' => undef, # 'foo' => '123abc' # }; # $VAR2 = { # 'bar' => undef, # 'foo' => '123abc' # }; # ok t/11....1..7 ok 1 - use Cache::FastMmap::WithWin32; ok 2 ok 3 - no return ok 4 - recurse fail ok 5 ok 6 - recurse success 1 ok 7 - recurse success 2 ok t/2.....1..11 ok 1 - use Cache::FastMmap::WithWin32; ok 2 ok 3 - expire set 1 ok 4 - expire get 1 ok 5 - expire set 2 ok 6 - expire get 2 ok 7 - expire get 3 ok 8 - expire get 4 ok 9 - expire get 5 ok 10 - expire get 6 ok 11 - expire get 7 ok t/3.....1..8 ok 1 - use Cache::FastMmap::WithWin32; ok 2 ok 3 - hit rate 1 ok 4 - hit rate 2 ok 5 - hit rate 3 ok 6 ok 7 - hit rate 1 ok 8 - hit rate 4 - 0.852520841603811 ok t/4.....1..9 ok 1 - use Cache::FastMmap::WithWin32; ok 2 ok 3 - items match 1 ok 4 - empty cache ok 5 - items match 1 ok 6 - got all written items 1 ok 7 - got all written items 2 ok 8 - empty cache 2 ok 9 - empty backing store 1 ok t/5.....1..9 ok 1 - use Cache::FastMmap::WithWin32; ok 2 ok 3 - backing store size 1 ok 4 - backing store size 2 ok 5 - items match 1 ok 6 - cb get 1 ok 7 - cb get 2 ok 8 - got all written items ok 9 - items match 2 ok t/6.....1..0 # Skip No GTop installed, no memory leak tests skipped all skipped: No GTop installed, no memory leak tests t/7.....1..11 ok 1 - use Cache::FastMmap::WithWin32; ok 2 ok 3 - backing store size 1 ok 4 - backing store size 2 ok 5 - items match 1 ok 6 - cb get 1 ok 7 - cb get 2 ok 8 - got all written items 1 ok 9 - items match 2 ok 10 - got all written items 2 ok 11 - items match 3 ok t/8.....1..17 ok 1 - use Cache::FastMmap::WithWin32; ok 2 ok 3 - empty get('') ok 4 - set('123', 'abc') ok 5 - get('123') eq 'abc' ok 6 - set('123', undef) ok 7 - !defined get('123') ok 8 - set('123', [ 'abc' ]) ok 9 - get('123') eq [ 'abc' ] ok 10 - set utf8 key/val ok 11 - get utf8 key/val ok 12 - get_keys 1 ok 13 - get_keys 2 ok 14 - get_keys 3 ok 15 - get_keys 4 ok 16 - post clear 1 ok 17 - post clear 6 ok t/9.....1..5 ok 1 - use Cache::FastMmap::WithWin32; ok 2 ok 3 ok 4 ok 5 ok All tests successful, 1 test skipped. Files=11, Tests=138, 32 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) nmake test -nologo 'No tests defined for Cache::FastMmap::WithWin32::CImpl extension.' cd .. Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. nmake -f Makefile all -nologo cd .. Files found in blib\arch: installing files in blib\lib into architecture dependent library tree Installing C:\cpanrun\build\5-10-0\site\lib\auto\Cache\FastMmap\WithWin32\CImpl\CImpl.bs Installing C:\cpanrun\build\5-10-0\site\lib\auto\Cache\FastMmap\WithWin32\CImpl\CImpl.dll Installing C:\cpanrun\build\5-10-0\site\lib\auto\Cache\FastMmap\WithWin32\CImpl\CImpl.exp Installing C:\cpanrun\build\5-10-0\site\lib\auto\Cache\FastMmap\WithWin32\CImpl\CImpl.lib Installing C:\cpanrun\build\5-10-0\site\lib\auto\Cache\FastMmap\WithWin32\CImpl\CImpl.pdb Installing C:\cpanrun\build\5-10-0\html\site\lib\Cache\FastMmap\WithWin32.html Installing C:\cpanrun\build\5-10-0\html\site\lib\Cache\FastMmap\WithWin32\CImpl.html Installing C:\cpanrun\build\5-10-0\site\lib\Cache\FastMmap\WithWin32.pm Installing C:\cpanrun\build\5-10-0\site\lib\Cache\FastMmap\WithWin32\CImpl.pm Appending installation info to C:\cpanrun\build\5-10-0\lib/perllocal.pod