PATH=/usr/bin:/bin:/home/fly1400/var/megalib/bin Start 2014-06-20T17:03:04 ActivePerl-1400 CPAN-2.00 Reading '/home/fly1400/var/cpan/Metadata' Database was generated on Fri, 20 Jun 2014 20:53:02 GMT Running make for D/DR/DROLSKY/Stepford-0.002003.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/D/DR/DROLSKY/Stepford-0.002003.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/D/DR/DROLSKY/CHECKSUMS Checksum for /home/fly1400/var/cpan/sources/authors/id/D/DR/DROLSKY/Stepford-0.002003.tar.gz ok Stepford-0.002003/ Stepford-0.002003/dist.ini Stepford-0.002003/README Stepford-0.002003/t/ Stepford-0.002003/t/Planner-parallel.t Stepford-0.002003/t/Step.t Stepford-0.002003/t/release-pod-syntax.t Stepford-0.002003/t/release-pod-coverage.t Stepford-0.002003/t/release-no-tabs.t Stepford-0.002003/t/release-cpan-changes.t Stepford-0.002003/t/lib/ Stepford-0.002003/t/lib/Test1/ Stepford-0.002003/t/lib/Test1/Step/ Stepford-0.002003/t/lib/Test1/Step/UpdateFiles.pm Stepford-0.002003/t/lib/Test1/Step/CreateA2.pm Stepford-0.002003/t/lib/Test1/Step/CombineFiles.pm Stepford-0.002003/t/lib/Test1/Step/CreateA1.pm Stepford-0.002003/t/Planner.t Stepford-0.002003/t/release-eol.t Stepford-0.002003/t/author-pod-spell.t Stepford-0.002003/Makefile.PL Stepford-0.002003/META.yml Stepford-0.002003/lib/ Stepford-0.002003/lib/Stepford.pm Stepford-0.002003/lib/Stepford/ Stepford-0.002003/lib/Stepford/Types/ Stepford-0.002003/lib/Stepford/Types/Internal.pm Stepford-0.002003/lib/Stepford/Planner.pm Stepford-0.002003/lib/Stepford/Types.pm Stepford-0.002003/lib/Stepford/Plan.pm Stepford-0.002003/lib/Stepford/FinalStep.pm Stepford-0.002003/lib/Stepford/Trait/ Stepford-0.002003/lib/Stepford/Trait/StepProduction.pm Stepford-0.002003/lib/Stepford/Trait/StepDependency.pm Stepford-0.002003/lib/Stepford/Error.pm Stepford-0.002003/lib/Stepford/Role/ Stepford-0.002003/lib/Stepford/Role/Step.pm Stepford-0.002003/lib/Stepford/Role/Step/ Stepford-0.002003/lib/Stepford/Role/Step/FileGenerator.pm Stepford-0.002003/META.json Stepford-0.002003/Changes Stepford-0.002003/MANIFEST Stepford-0.002003/INSTALL CPAN.pm: Building D/DR/DROLSKY/Stepford-0.002003.tar.gz >>> /home/fly1400/ap1400/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Stepford Writing MYMETA.yml and MYMETA.json >>> make cp lib/Stepford/Trait/StepDependency.pm blib/lib/Stepford/Trait/StepDependency.pm cp lib/Stepford/Trait/StepProduction.pm blib/lib/Stepford/Trait/StepProduction.pm cp lib/Stepford/Planner.pm blib/lib/Stepford/Planner.pm cp lib/Stepford/Error.pm blib/lib/Stepford/Error.pm cp lib/Stepford/FinalStep.pm blib/lib/Stepford/FinalStep.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/Plan.pm blib/lib/Stepford/Plan.pm cp lib/Stepford/Role/Step/FileGenerator.pm blib/lib/Stepford/Role/Step/FileGenerator.pm cp lib/Stepford.pm blib/lib/Stepford.pm Manifying blib/man3/Stepford.3 Manifying blib/man3/Stepford::Error.3 Manifying blib/man3/Stepford::FinalStep.3 Manifying blib/man3/Stepford::Plan.3 Manifying blib/man3/Stepford::Planner.3 Manifying blib/man3/Stepford::Role::Step.3 Manifying blib/man3/Stepford::Role::Step::FileGenerator.3 Manifying blib/man3/Stepford::Trait::StepDependency.3 Manifying blib/man3/Stepford::Trait::StepProduction.3 Manifying blib/man3/Stepford::Types.3 Manifying blib/man3/Stepford::Types::Internal.3 DROLSKY/Stepford-0.002003.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly1400/ap1400/bin/perl-static "-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 t/Planner-parallel.t ...... ok 1 - a1 file exists ok 2 - a2 file exists ok 3 - combined file exists 1..3 ok t/Planner.t ............... ok 1 - planner comes up with the right plan for simple steps ok 2 - logged four dependency resolution messages ok 3 - logged plan when ->run() was called ok 4 - logged a readable description of the plan ok 5 - log level for plan description is info ok 6 - logged five object construction messages ok 7 - logged a message indicating that a step was being created ok 8 - log level for object creation is debug ok 9 - a1 file exists ok 10 - a2 file exists ok 11 - combined file exists ok 12 - logged a message when skipping a step ok 13 - log level for skipping a step is info ok 14 - Test1::Step::CombineFiles->run() was called the expected number of times - skipped when up to date ok 15 - Test1::Step::CreateA1->run() was called the expected number of times - skipped when up to date ok 16 - Test1::Step::CreateA2->run() was called the expected number of times - skipped when up to date ok 17 - Test1::Step::UpdateFiles->run() was called the expected number of times - skipped when up to date ok 18 - planner does not include a given step more than once in a plan ok 19 - cyclical dependencies cause the Planner constructor to die ok 20 - unresolved dependencies cause the planner constructor to die ok 21 - cannot have an attribute that is both a dependency and production ok 22 - when two steps have the same production, choose the one that sorts first ok 23 - values passed to $planner->run() are passed to step constructor ok 24 - planner comes up with an optimized plan for multiple final steps ok 25 - cannot have an attribute that is both a dependency and production 1..25 ok 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 All tests successful. Files=9, Tests=33, 22 wallclock secs ( 0.07 usr 0.01 sys + 3.12 cusr 0.13 csys = 3.33 CPU) Result: PASS DROLSKY/Stepford-0.002003.tar.gz make test TEST_VERBOSE=1 -- OK Dave Rolsky <autarch@urth.org> A vaguely Rake/Make/Cake-like thing for Perl - create steps and let a planner run them >>> (cd /home/fly1400/var/cpan/build/Stepford-0.002003-tH5vIT && tar cvf - Stepford-0.002003.ppd blib) | gzip -c >/home/fly1400/var/REPO/D/DR/DROLSKY/Stepford-0.002003.tar.gz Stepford-0.002003.ppd blib/ blib/lib/ blib/lib/Stepford/ blib/lib/Stepford/Trait/ blib/lib/Stepford/Trait/StepDependency.pm blib/lib/Stepford/Trait/StepProduction.pm blib/lib/Stepford/Planner.pm blib/lib/Stepford/Error.pm blib/lib/Stepford/FinalStep.pm blib/lib/Stepford/Types/ blib/lib/Stepford/Types/Internal.pm blib/lib/Stepford/Types.pm blib/lib/Stepford/Role/ blib/lib/Stepford/Role/Step.pm blib/lib/Stepford/Role/Step/ blib/lib/Stepford/Role/Step/FileGenerator.pm blib/lib/Stepford/Plan.pm blib/lib/Stepford.pm blib/man3/ blib/man3/Stepford.3 blib/man3/Stepford::Error.3 blib/man3/Stepford::FinalStep.3 blib/man3/Stepford::Plan.3 blib/man3/Stepford::Planner.3 blib/man3/Stepford::Role::Step.3 blib/man3/Stepford::Role::Step::FileGenerator.3 blib/man3/Stepford::Trait::StepDependency.3 blib/man3/Stepford::Trait::StepProduction.3 blib/man3/Stepford::Types.3 blib/man3/Stepford::Types::Internal.3 >>> mv /home/fly1400/var/cpan/build/Stepford-0.002003-tH5vIT/Stepford-0.002003.ppd /home/fly1400/var/REPO/D/DR/DROLSKY VmSize: 126836 kB Finished 2014-06-20T17:03:46