PATH=/usr/bin:/bin:/Users/fly2000/cpanfly-5.20/var/megalib/bin Start 2017-06-19T10:19:57 ActivePerl-2000 CPAN-2.10 Reading '/Users/fly2000/cpanfly-5.20/var/cpan/Metadata' Database was generated on Mon, 19 Jun 2017 05:53:40 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/B/BD/BDFOY/Dumbbench-0.111.tar.gz Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/B/BD/BDFOY/CHECKSUMS Checksum for /Users/fly2000/cpanfly-5.20/var/cpan/sources/authors/id/B/BD/BDFOY/Dumbbench-0.111.tar.gz ok Dumbbench-0.111/ Dumbbench-0.111/.appveyor.yml Dumbbench-0.111/bin/ Dumbbench-0.111/Changes Dumbbench-0.111/examples/ Dumbbench-0.111/INSTALL.SKIP Dumbbench-0.111/lib/ Dumbbench-0.111/LICENSE Dumbbench-0.111/Makefile.PL Dumbbench-0.111/MANIFEST Dumbbench-0.111/MANIFEST.SKIP Dumbbench-0.111/META.json Dumbbench-0.111/META.yml Dumbbench-0.111/r/ Dumbbench-0.111/README.pod Dumbbench-0.111/simulator/ Dumbbench-0.111/t/ Dumbbench-0.111/xt/ Dumbbench-0.111/xt/at_000_eval_vs_sub.t Dumbbench-0.111/xt/at_000_external_vs_eval.t Dumbbench-0.111/xt/changes.t Dumbbench-0.111/t/000_load.t Dumbbench-0.111/t/010_stats.t Dumbbench-0.111/t/100_bdumb.t Dumbbench-0.111/simulator/cfg/ Dumbbench-0.111/simulator/gauss_cdf_test.pl Dumbbench-0.111/simulator/lib/ Dumbbench-0.111/simulator/simulate_benchmark.pl Dumbbench-0.111/simulator/lib/Dumbbench/ Dumbbench-0.111/simulator/lib/Dumbbench/Sim/ Dumbbench-0.111/simulator/lib/Dumbbench/Sim.pm Dumbbench-0.111/simulator/lib/Dumbbench/Sim/Config.pm Dumbbench-0.111/simulator/cfg/fast.yml Dumbbench-0.111/simulator/cfg/simple.yml Dumbbench-0.111/simulator/cfg/slow.yml Dumbbench-0.111/r/boxplot.r Dumbbench-0.111/lib/Benchmark/ Dumbbench-0.111/lib/Dumbbench/ Dumbbench-0.111/lib/Dumbbench.pm Dumbbench-0.111/lib/Dumbbench/BoxPlot.pm Dumbbench-0.111/lib/Dumbbench/CPUFrequencyPinner.pm Dumbbench-0.111/lib/Dumbbench/Instance/ Dumbbench-0.111/lib/Dumbbench/Instance.pm Dumbbench-0.111/lib/Dumbbench/Result.pm Dumbbench-0.111/lib/Dumbbench/Stats.pm Dumbbench-0.111/lib/Dumbbench/Instance/Cmd.pm Dumbbench-0.111/lib/Dumbbench/Instance/PerlEval.pm Dumbbench-0.111/lib/Dumbbench/Instance/PerlSub.pm Dumbbench-0.111/lib/Benchmark/Dumb.pm Dumbbench-0.111/examples/TryPackage.pm Dumbbench-0.111/bin/dumbbench Configuring B/BD/BDFOY/Dumbbench-0.111.tar.gz with Makefile.PL >>> /Users/fly2000/ap2000-298465/bin/perl-dynamic Makefile.PL Checking if your kit is complete... Looks good Have /Users/fly2000/cpanfly-5.20/var/megalib Want /Users/fly2000/ap2000-298465/lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [darwin-thread-multi-2level] This may or may not cause problems. Please check your installation of perl if you have problems building this extension. Generating a Unix-style Makefile Writing Makefile for Dumbbench Writing MYMETA.yml and MYMETA.json BDFOY/Dumbbench-0.111.tar.gz /Users/fly2000/ap2000-298465/bin/perl-dynamic Makefile.PL -- OK Running make for B/BD/BDFOY/Dumbbench-0.111.tar.gz >>> make cp lib/Dumbbench/BoxPlot.pm blib/lib/Dumbbench/BoxPlot.pm cp lib/Dumbbench/Result.pm blib/lib/Dumbbench/Result.pm cp README.pod blib/lib/README.pod cp lib/Dumbbench/Instance.pm blib/lib/Dumbbench/Instance.pm cp lib/Dumbbench/Instance/Cmd.pm blib/lib/Dumbbench/Instance/Cmd.pm cp lib/Dumbbench/CPUFrequencyPinner.pm blib/lib/Dumbbench/CPUFrequencyPinner.pm cp lib/Dumbbench/Instance/PerlEval.pm blib/lib/Dumbbench/Instance/PerlEval.pm cp lib/Dumbbench/Instance/PerlSub.pm blib/lib/Dumbbench/Instance/PerlSub.pm cp lib/Dumbbench/Stats.pm blib/lib/Dumbbench/Stats.pm cp lib/Benchmark/Dumb.pm blib/lib/Benchmark/Dumb.pm cp lib/Dumbbench.pm blib/lib/Dumbbench.pm cp bin/dumbbench blib/script/dumbbench "/Users/fly2000/ap2000-298465/bin/perl-dynamic" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/dumbbench Manifying 7 pod documents BDFOY/Dumbbench-0.111.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/Users/fly2000/ap2000-298465/bin/perl-dynamic" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/000_load.t ... 1..2 ok 1 - use Dumbbench; ok 2 - use Benchmark::Dumb; ok t/010_stats.t .. 1..26 ok 1 - An object of class 'Dumbbench::Stats' isa 'Dumbbench::Stats' ok 2 ok 3 - Test from main:t/010_stats.t:13 ok 4 - Test from main:t/010_stats.t:14 ok 5 - Test from main:t/010_stats.t:17 ok 6 - Test from main:t/010_stats.t:18 ok 7 - Test from main:t/010_stats.t:22 not ok 8 - Test from main:t/010_stats.t:25 # TODO OBIWAN: likely just a matter of choosing rounding up or down? # Failed (TODO) test 'Test from main:t/010_stats.t:25' # at t/010_stats.t line 100. not ok 9 - Test from main:t/010_stats.t:26 # TODO OBIWAN: likely just a matter of choosing rounding up or down? # Failed (TODO) test 'Test from main:t/010_stats.t:26' # at t/010_stats.t line 100. ok 10 - Test from main:t/010_stats.t:31 not ok 11 - Test from main:t/010_stats.t:34 # TODO OBIWAN: likely just a matter of choosing rounding up or down? # Failed (TODO) test 'Test from main:t/010_stats.t:34' # at t/010_stats.t line 100. not ok 12 - Test from main:t/010_stats.t:35 # TODO OBIWAN: likely just a matter of choosing rounding up or down? # Failed (TODO) test 'Test from main:t/010_stats.t:35' # at t/010_stats.t line 100. ok 13 - Test from main:t/010_stats.t:43 ok 14 - Test from main:t/010_stats.t:48 ok 15 - Test from main:t/010_stats.t:49 ok 16 - nsigma_outliers==0 => no rejection I ok 17 - nsigma_outliers==0 => no rejection II ok 18 - nsigma_outliers=1 I ok 19 - nsigma_outliers=1 II ok 20 - nsigma_outliers=1 III ok 21 # skip Skipping extra tests since SOOT is not available ok 22 # skip Skipping extra tests since SOOT is not available ok 23 # skip Skipping extra tests since SOOT is not available ok 24 # skip Skipping extra tests since SOOT is not available ok 25 # skip Skipping extra tests since SOOT is not available ok 26 # skip Skipping extra tests since SOOT is not available ok t/100_bdumb.t .. 1..27 ok 1 - timeit has no output ok 2 - low count warns about precision ok 3 - An object of class 'Benchmark::Dumb' isa 'Benchmark::Dumb' ok 4 - Benchmark::Dumb->can('timesum') ok 5 - Benchmark::Dumb->can('timediff') ok 6 - Benchmark::Dumb->can('timestr') ok 7 - Benchmark::Dumb->can('name') ok 8 ok 9 - An object of class 'Benchmark::Dumb' isa 'Benchmark::Dumb' ok 10 ok 11 ok 12 ok 13 ok 14 - An object of class 'Benchmark::Dumb' isa 'Benchmark::Dumb' ok 15 ok 16 ok 17 ok 18 ok 19 - timethis prints a timestr ok 20 - low count warns about precision ok 21 - two benchmarks run ok 22 ok 23 ok 24 - returns hashref ok 25 - two results ok 26 - An object of class 'Benchmark::Dumb' isa 'Benchmark::Dumb' ok 27 - An object of class 'Benchmark::Dumb' isa 'Benchmark::Dumb' ok All tests successful. Files=3, Tests=55, 0 wallclock secs ( 0.04 usr 0.01 sys + 0.24 cusr 0.04 csys = 0.33 CPU) Result: PASS BDFOY/Dumbbench-0.111.tar.gz make test TEST_VERBOSE=1 -- OK brian d foy <bdfoy@cpan.org> More reliable benchmarking with the least amount of thinking >>> (cd /Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/Dumbbench-0.111-1vFbY3 && tar cvf - Dumbbench-0.111.ppd blib) | gzip -c >/Users/fly2000/cpanfly-5.20/var/REPO/B/BD/BDFOY/Dumbbench-0.111.tar.gz Dumbbench-0.111.ppd blib/ blib/lib/ blib/lib/Benchmark/ blib/lib/Benchmark/Dumb.pm blib/lib/Dumbbench/ blib/lib/Dumbbench/BoxPlot.pm blib/lib/Dumbbench/CPUFrequencyPinner.pm blib/lib/Dumbbench/Instance/ blib/lib/Dumbbench/Instance/Cmd.pm blib/lib/Dumbbench/Instance/PerlEval.pm blib/lib/Dumbbench/Instance/PerlSub.pm blib/lib/Dumbbench/Instance.pm blib/lib/Dumbbench/Result.pm blib/lib/Dumbbench/Stats.pm blib/lib/Dumbbench.pm blib/lib/README.pod blib/man3/ blib/man3/Benchmark::Dumb.3 blib/man3/Dumbbench.3 blib/man3/Dumbbench::Instance.3 blib/man3/Dumbbench::Instance::Cmd.3 blib/man3/Dumbbench::Instance::PerlEval.3 blib/man3/Dumbbench::Instance::PerlSub.3 blib/man3/README.3 blib/script/ blib/script/dumbbench Finished 2017-06-19T10:20:02