PATH=C:\Program Files\Microsoft Platform SDK\Bin;C:\Program Files\Microsoft Platform SDK\Bin\WinNT;C:\Program Files\Microsoft Visual Studio\VC98\Bin;C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C:\Perl-5.16\site\bin;C:\Perl-5.16\bin;C:\cygwin\bin;C:\Program Files\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\instantclient_11_2;C:\cygwin\bin;C:\Program Files\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\mysql\bin Start 2013-02-06T03:32:28 ActivePerl-1600 CPAN-1.9402 LIB=C:\PROGRA~1\MICROS~3\VC98\Lib\PSDK;C:\PROGRA~1\MICROS~2\Lib;C:\PROGRA~1\MICROS~3\VC98\Lib;C:\PROGRA~1\MICROS~3\VC98\MFC\Lib INCLUDE=C:\PROGRA~1\MICROS~2\Include;C:\PROGRA~1\MICROS~3\VC98\ATL\Include;C:\PROGRA~1\MICROS~3\VC98\Include;C:\PROGRA~1\MICROS~3\VC98\MFC\Include PATH=C:/CPANFL~1.16/var/libs/bin;C:\PROGRA~1\MICROS~2\Bin;C:\PROGRA~1\MICROS~2\Bin\WinNT;C:\PROGRA~1\MICROS~3\VC98\Bin;C:\PROGRA~1\MICROS~3\Common\MSDev98\Bin;C:\Perl-5.16\site\bin;C:\Perl-5.16\bin;C:\cygwin\bin;C:\PROGRA~1\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\INSTAN~1;C:\cygwin\bin;C:\PROGRA~1\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\mysql\bin Going to read 'C:\cpanfly-5.16\var\cpan\Metadata' Database was generated on Wed, 06 Feb 2013 09:53:02 GMT Running make for D/DA/DAMS/Action-Retry-0.18.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/D/DA/DAMS/Action-Retry-0.18.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/D/DA/DAMS/CHECKSUMS Checksum for C:\cpanfly-5.16\var\cpan\sources\authors\id\D\DA\DAMS\Action-Retry-0.18.tar.gz ok Action-Retry-0.18/ Action-Retry-0.18/LICENSE Action-Retry-0.18/Makefile.PL Action-Retry-0.18/dist.ini Action-Retry-0.18/Changes Action-Retry-0.18/Build.PL Action-Retry-0.18/README Action-Retry-0.18/lib/ Action-Retry-0.18/lib/Action/ Action-Retry-0.18/lib/Action/Retry/ Action-Retry-0.18/lib/Action/Retry/Strategy/ Action-Retry-0.18/lib/Action/Retry/Strategy/Constant.pm Action-Retry-0.18/lib/Action/Retry/Strategy/HelperRole/ Action-Retry-0.18/lib/Action/Retry/Strategy/HelperRole/RetriesLimit.pm Action-Retry-0.18/lib/Action/Retry/Strategy/HelperRole/SleepCapping.pm Action-Retry-0.18/lib/Action/Retry/Strategy/HelperRole/SleepTimeout.pm Action-Retry-0.18/lib/Action/Retry/Strategy/Linear.pm Action-Retry-0.18/lib/Action/Retry/Strategy/Fibonacci.pm Action-Retry-0.18/lib/Action/Retry/Strategy.pm Action-Retry-0.18/lib/Action/Retry.pm Action-Retry-0.18/META.yml Action-Retry-0.18/t/ Action-Retry-0.18/t/release-pod-coverage.t Action-Retry-0.18/t/fibonacci.t Action-Retry-0.18/t/nonblocking.t Action-Retry-0.18/t/release-distmeta.t Action-Retry-0.18/t/00-compile.t Action-Retry-0.18/t/constant.t Action-Retry-0.18/t/linear.t Action-Retry-0.18/MANIFEST CPAN.pm: Going to build D/DA/DAMS/Action-Retry-0.18.tar.gz >>> C:\Perl-5.16\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Action::Retry Writing MYMETA.yml and MYMETA.json >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/Action/Retry/Strategy/Constant.pm blib\lib\Action\Retry\Strategy\Constant.pm cp lib/Action/Retry.pm blib\lib\Action\Retry.pm cp lib/Action/Retry/Strategy/HelperRole/RetriesLimit.pm blib\lib\Action\Retry\Strategy\HelperRole\RetriesLimit.pm cp lib/Action/Retry/Strategy/Fibonacci.pm blib\lib\Action\Retry\Strategy\Fibonacci.pm cp lib/Action/Retry/Strategy.pm blib\lib\Action\Retry\Strategy.pm cp lib/Action/Retry/Strategy/HelperRole/SleepCapping.pm blib\lib\Action\Retry\Strategy\HelperRole\SleepCapping.pm cp lib/Action/Retry/Strategy/HelperRole/SleepTimeout.pm blib\lib\Action\Retry\Strategy\HelperRole\SleepTimeout.pm cp lib/Action/Retry/Strategy/Linear.pm blib\lib\Action\Retry\Strategy\Linear.pm DAMS/Action-Retry-0.18.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:\Perl-5.16\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/00-compile.t ............ 1..8 ok 1 - Action::Retry loaded ok ok 2 - Action::Retry::Strategy loaded ok ok 3 - Action::Retry::Strategy::Constant loaded ok ok 4 - Action::Retry::Strategy::Fibonacci loaded ok ok 5 - Action::Retry::Strategy::HelperRole::RetriesLimit loaded ok ok 6 - Action::Retry::Strategy::HelperRole::SleepCapping loaded ok ok 7 - Action::Retry::Strategy::HelperRole::SleepTimeout loaded ok ok 8 - Action::Retry::Strategy::Linear loaded ok ok t/constant.t .............. ok 1 - L 16: is($var, 11); ok 2 - L 22: is($var, 11); 1..2 ok t/fibonacci.t ............. ok 1 - L 17: is($var, 11); ok 2 - L 18: is($acc, 22); ok 3 - L 25: is($var, 11); ok 4 - L 38: is($var, 9); ok 5 - L 48: is($var, 9); 1..5 ok t/linear.t ................ ok 1 - L 16: is($var, 11); ok 2 - L 22: is($var, 11); 1..2 ok t/nonblocking.t ........... ok 1 - L 29: is($var, 1); ok 2 - L 32: is($var, 2); 1..2 ok t/release-distmeta.t ...... skipped: these tests are for release candidate testing t/release-pod-coverage.t .. skipped: these tests are for release candidate testing All tests successful. Files=7, Tests=19, 11 wallclock secs ( 0.02 usr + 0.03 sys = 0.05 CPU) Result: PASS DAMS/Action-Retry-0.18.tar.gz nmake test TEST_VERBOSE=1 -- OK Damien Krotkine <dams@cpan.org> Module to try to perform an action, with various ways of retrying and sleeping between retries. >>> (cd C:\cpanfly-5.16\var\cpan\build\Action-Retry-0.18-BtU5MJ && tar cvf - Action-Retry-0.18.ppd blib) | gzip -c >C:/cpanfly-5.16/var/REPO/D/DA/DAMS/Action-Retry-0.18.tar.gz Action-Retry-0.18.ppd blib/ blib/lib/ blib/lib/Action/ blib/lib/Action/Retry/ blib/lib/Action/Retry/Strategy/ blib/lib/Action/Retry/Strategy/Constant.pm blib/lib/Action/Retry/Strategy/Fibonacci.pm blib/lib/Action/Retry/Strategy/HelperRole/ blib/lib/Action/Retry/Strategy/HelperRole/RetriesLimit.pm blib/lib/Action/Retry/Strategy/HelperRole/SleepCapping.pm blib/lib/Action/Retry/Strategy/HelperRole/SleepTimeout.pm blib/lib/Action/Retry/Strategy/Linear.pm blib/lib/Action/Retry/Strategy.pm blib/lib/Action/Retry.pm >>> mv C:\cpanfly-5.16\var\cpan\build\Action-Retry-0.18-BtU5MJ/Action-Retry-0.18.ppd C:/cpanfly-5.16/var/REPO/D/DA/DAMS Megalib: DBI object version 1.622 does not match $DBI::VERSION 1.623 at C:/Perl-5.16/lib/DynaLoader.pm line 214. BEGIN failed--compilation aborted at C:/cpanfly-5.16/var/megalib/DBI.pm line 266. Compilation failed in require at C:\cpanfly-5.16\lib/ActivePerl/PPM/InstallArea.pm line 699. ...propagated at C:\cpanfly-5.16\lib/ActivePerl/PPM/DBH.pm line 11. Compilation failed in require at C:\cpanfly-5.16\lib/Fly/MakePPD.pm line 285. Finished 2013-02-06T03:32:46