PATH=C:\mingw\bin;C:\cygwin\bin;C:\cpanfly-5.18\var\megalib\bin;C:\Perl64-5.18\site\bin;C:\Perl64-5.18\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\PROGRA~2\Perforce;C:\instantclient_11_2;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\PROGRA~2\Perforce;C:\mysql\bin Start 2014-03-21T03:49:13 ActivePerl-1800 CPAN-2.00 PATH=C:\mingw\bin;C:\cygwin\bin;C:\CPANFL~1.18\var\megalib\bin;C:\Perl64-5.18\site\bin;C:\Perl64-5.18\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~1\v1.0;C:\PROGRA~2\Perforce;C:\INSTAN~1;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~1\v1.0;C:\PROGRA~2\Perforce;C:\mysql\bin Reading 'C:\cpanfly-5.18\var\cpan\Metadata' Database was generated on Fri, 21 Mar 2014 09:53:02 GMT Running make for D/DR/DROLSKY/Stepford-0.001000.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/D/DR/DROLSKY/Stepford-0.001000.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/D/DR/DROLSKY/CHECKSUMS Checksum for C:\cpanfly-5.18\var\cpan\sources\authors\id\D\DR\DROLSKY\Stepford-0.001000.tar.gz ok Stepford-0.001000/ Stepford-0.001000/dist.ini Stepford-0.001000/README Stepford-0.001000/t/ Stepford-0.001000/t/Step.t Stepford-0.001000/t/release-pod-syntax.t Stepford-0.001000/t/release-pod-coverage.t Stepford-0.001000/t/release-no-tabs.t Stepford-0.001000/t/release-cpan-changes.t Stepford-0.001000/t/Planner.t Stepford-0.001000/t/release-eol.t Stepford-0.001000/t/author-pod-spell.t Stepford-0.001000/Makefile.PL Stepford-0.001000/META.yml Stepford-0.001000/lib/ Stepford-0.001000/lib/Stepford.pm Stepford-0.001000/lib/Stepford/ Stepford-0.001000/lib/Stepford/Types/ Stepford-0.001000/lib/Stepford/Types/Internal.pm Stepford-0.001000/lib/Stepford/Planner.pm Stepford-0.001000/lib/Stepford/Types.pm Stepford-0.001000/lib/Stepford/Trait/ Stepford-0.001000/lib/Stepford/Trait/StepProduction.pm Stepford-0.001000/lib/Stepford/Trait/StepDependency.pm Stepford-0.001000/lib/Stepford/Error.pm Stepford-0.001000/lib/Stepford/Role/ Stepford-0.001000/lib/Stepford/Role/Step.pm Stepford-0.001000/lib/Stepford/Role/Step/ Stepford-0.001000/lib/Stepford/Role/Step/FileGenerator.pm Stepford-0.001000/META.json Stepford-0.001000/Changes Stepford-0.001000/MANIFEST Stepford-0.001000/INSTALL CPAN.pm: Building D/DR/DROLSKY/Stepford-0.001000.tar.gz >>> C:\Perl64-5.18\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Generating a dmake-style Makefile Writing Makefile for Stepford Writing MYMETA.yml and MYMETA.json >>> dmake cp lib/Stepford/Trait/StepProduction.pm blib\lib\Stepford\Trait\StepProduction.pm cp lib/Stepford/Role/Step/FileGenerator.pm blib\lib\Stepford\Role\Step\FileGenerator.pm cp lib/Stepford/Types/Internal.pm blib\lib\Stepford\Types\Internal.pm cp lib/Stepford/Types.pm blib\lib\Stepford\Types.pm cp lib/Stepford/Role/Step.pm blib\lib\Stepford\Role\Step.pm cp lib/Stepford/Trait/StepDependency.pm blib\lib\Stepford\Trait\StepDependency.pm cp lib/Stepford/Error.pm blib\lib\Stepford\Error.pm cp lib/Stepford/Planner.pm blib\lib\Stepford\Planner.pm cp lib/Stepford.pm blib\lib\Stepford.pm DROLSKY/Stepford-0.001000.tar.gz dmake -- OK Running make test >>> dmake test TEST_VERBOSE=1 C:\Perl64-5.18\bin\perl.exe "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/author-pod-spell.t ...... skipped: these tests are for testing by the author # Failed test 'planner comes up with the right plan for simple steps' # at t/Planner.t line 610. # Structures begin differing at: # $got->[0][0] = 'Test1::Step::CreateA2' # $expected->[0][0] = 'Test1::Step::CreateA1' # Failed test 'logged a readable description of the plan' # at t/Planner.t line 215. # 'Plan for Test1::Step::CombineFiles: [ Test1::Step::CreateA2, Test1::Step::CreateA1 ] => [ Test1::Step::UpdateFiles ] => [ Test1::Step::CombineFiles ]' # doesn't match '(?^x: # \[\ Test1\:\:Step\:\:CreateA1\,\ Test1\:\:Step\:\:CreateA2\ \]\ \=\>\ # \[\ Test1\:\:Step\:\:UpdateFiles\ \]\ \=\>\ \[\ Test1\:\:Step\:\:CombineFiles\ \] # )' # Failed test 'logged a message indicating that a step was being created' # at t/Planner.t line 230. # got: 'Test1::Step::CreateA2->new()' # expected: 'Test1::Step::CreateA1->new()' # Looks like you failed 3 tests of 21. t/Planner.t ............... not ok 1 - planner comes up with the right plan for simple steps ok 2 - logged plan when ->run() was called not ok 3 - logged a readable description of the plan ok 4 - log level for plan description is info not ok 5 - logged a message indicating that a step was being created ok 6 - log level for object creation is debug ok 7 - a1 file exists ok 8 - a2 file exists ok 9 - combined file exists ok 10 - logged a message when skipping a step ok 11 - log level for skipping a step is info ok 12 - Test1::Step::CombineFiles->run() was called the expected number of times - skipped when up to date ok 13 - Test1::Step::CreateA1->run() was called the expected number of times - skipped when up to date ok 14 - Test1::Step::CreateA2->run() was called the expected number of times - skipped when up to date ok 15 - Test1::Step::UpdateFiles->run() was called the expected number of times - skipped when up to date ok 16 - planner does not include a given step more than once in a plan ok 17 - cyclical dependencies cause the Planner constructor to die ok 18 - unresolved dependencies cause the planner constructor to die ok 19 - cannot have an attribute that is both a dependency and production ok 20 - when two steps have the same production, choose the one that sorts first ok 21 - values passed to $planner->run() are passed to step constructor 1..21 Dubious, test returned 3 (wstat 768, 0x300) Failed 3/21 subtests t/release-cpan-changes.t .. skipped: these tests are for release candidate testing t/release-eol.t ........... skipped: these tests are for release candidate testing t/release-no-tabs.t ....... skipped: these tests are for release candidate testing t/release-pod-coverage.t .. skipped: these tests are for release candidate testing t/release-pod-syntax.t .... skipped: these tests are for release candidate testing t/Step.t .................. ok 1 - Step1->dependencies returns the expected attributes ok 2 - Step1->productions returns the expected attributes ok 3 - no last run time when output files don't exist ok 4 - last_run_time matches mtime of $step->output_file2 ok 5 - FileStep::Bad->new() dies because it has productions which are not files 1..5 ok Test Summary Report ------------------- t/Planner.t (Wstat: 768 Tests: 21 Failed: 3) Failed tests: 1, 3, 5 Non-zero exit status: 3 Files=8, Tests=26, 6 wallclock secs ( 0.03 usr + 0.00 sys = 0.03 CPU) Result: FAIL Failed 1/8 test programs. 3/26 subtests failed. dmake: Error code 255, while making 'test_dynamic' DROLSKY/Stepford-0.001000.tar.gz dmake test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports DROLSKY/Stepford-0.001000.tar.gz Finished 2014-03-21T03:49:27