PATH=/usr/bin:/bin:/Users/fly2000/cpanfly-5.20/var/megalib/bin Start 2016-11-20T10:09:11 ActivePerl-2000 CPAN-2.10 Reading '/Users/fly2000/cpanfly-5.20/var/cpan/Metadata' Database was generated on Sun, 20 Nov 2016 04:17:02 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/Z/ZW/ZWON/Parallel-Boss-0.03.tar.gz Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/Z/ZW/ZWON/CHECKSUMS Checksum for /Users/fly2000/cpanfly-5.20/var/cpan/sources/authors/id/Z/ZW/ZWON/Parallel-Boss-0.03.tar.gz ok Parallel-Boss-0.03/ Parallel-Boss-0.03/META.yml Parallel-Boss-0.03/lib/ Parallel-Boss-0.03/lib/Parallel/ Parallel-Boss-0.03/lib/Parallel/Boss.pm Parallel-Boss-0.03/Boss.xs Parallel-Boss-0.03/Makefile.PL Parallel-Boss-0.03/Changes Parallel-Boss-0.03/MANIFEST Parallel-Boss-0.03/xt/ Parallel-Boss-0.03/xt/pod.t Parallel-Boss-0.03/xt/pod-spell.t Parallel-Boss-0.03/xt/pod-coverage.t Parallel-Boss-0.03/xt/manifest.t Parallel-Boss-0.03/README Parallel-Boss-0.03/META.json Parallel-Boss-0.03/t/ Parallel-Boss-0.03/t/00-load.t Parallel-Boss-0.03/t/parallel-boss.t Configuring Z/ZW/ZWON/Parallel-Boss-0.03.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 Parallel::Boss Writing MYMETA.yml and MYMETA.json ZWON/Parallel-Boss-0.03.tar.gz /Users/fly2000/ap2000-298465/bin/perl-dynamic Makefile.PL -- OK Running make for Z/ZW/ZWON/Parallel-Boss-0.03.tar.gz >>> make cp lib/Parallel/Boss.pm blib/lib/Parallel/Boss.pm Running Mkbootstrap for Parallel::Boss () chmod 644 "Boss.bs" "/Users/fly2000/ap2000-298465/bin/perl-dynamic" "/Users/fly2000/cpanfly-5.20/var/megalib/ExtUtils/xsubpp" -typemap "/Users/fly2000/ap2000-298465/lib/ExtUtils/typemap" Boss.xs > Boss.xsc && mv Boss.xsc Boss.c gcc -c -fno-common -DPERL_DARWIN -no-cpp-precomp -arch x86_64 -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -fno-merge-constants -fno-strict-aliasing -pipe -fstack-protector -O3 -DVERSION=\"0.03\" -DXS_VERSION=\"0.03\" "-I/Users/fly2000/ap2000-298465/lib/CORE" Boss.c rm -f blib/arch/auto/Parallel/Boss/Boss.bundle LD_RUN_PATH="/usr/lib" cc -mmacosx-version-min=10.5 -bundle -undefined dynamic_lookup -Wl,-search_paths_first -arch x86_64 -fstack-protector Boss.o -o blib/arch/auto/Parallel/Boss/Boss.bundle \ -lpthread \ chmod 755 blib/arch/auto/Parallel/Boss/Boss.bundle "/Users/fly2000/ap2000-298465/bin/perl-dynamic" -MExtUtils::Command::MM -e 'cp_nonempty' -- Boss.bs blib/arch/auto/Parallel/Boss/Boss.bs 644 Manifying 1 pod document ZWON/Parallel-Boss-0.03.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 Running Mkbootstrap for Parallel::Boss () chmod 644 "Boss.bs" 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 # Testing Parallel::Boss 0.03, Perl 5.020001, /Users/fly2000/ap2000-298465/bin/perl-dynamic t/00-load.t ........ 1..1 ok 1 - use Parallel::Boss; ok t/parallel-boss.t .. # boss should start 4 workers ok 1 - 4 files were created ok 2 - expected content in /tmp/PKx7svNhDa/66739 ok 3 - expected content in /tmp/PKx7svNhDa/66740 ok 4 - expected content in /tmp/PKx7svNhDa/66741 ok 5 - expected content in /tmp/PKx7svNhDa/66742 # if worker dies, boss should hire a new one ok 6 - 4 files were created ok 7 - expected content in /tmp/PKx7svNhDa/66740 ok 8 - expected content in /tmp/PKx7svNhDa/66741 ok 9 - expected content in /tmp/PKx7svNhDa/66742 ok 10 - expected content in /tmp/PKx7svNhDa/66743 # if boss receives SIGHUP it should kill workers and hire new ones ok 11 - 4 files were created ok 12 - expected content in /tmp/PKx7svNhDa/66744 ok 13 - expected content in /tmp/PKx7svNhDa/66745 ok 14 - expected content in /tmp/PKx7svNhDa/66746 ok 15 - expected content in /tmp/PKx7svNhDa/66747 # if boss receives SIGTERM it should kill workers and quit ok 16 - boss exited ok 17 - all workers exited # Subtest: Boss killed # boss should start 4 workers ok 1 - 4 files were created ok 2 - expected content in /tmp/PKx7svNhDa/66749 ok 3 - expected content in /tmp/PKx7svNhDa/66750 ok 4 - expected content in /tmp/PKx7svNhDa/66751 ok 5 - expected content in /tmp/PKx7svNhDa/66752 # if boss is killed, workers should notice and quit ok 6 - 4 files were created ok 7 - expected content in /tmp/PKx7svNhDa/66749 ok 8 - expected content in /tmp/PKx7svNhDa/66750 ok 9 - expected content in /tmp/PKx7svNhDa/66751 ok 10 - expected content in /tmp/PKx7svNhDa/66752 ok 11 - workers are still the same, they got SIGTERM ok 12 - all workers have exited 1..12 ok 18 - Boss killed 1..18 ok All tests successful. Files=2, Tests=19, 7 wallclock secs ( 0.04 usr 0.01 sys + 0.19 cusr 0.08 csys = 0.32 CPU) Result: PASS ZWON/Parallel-Boss-0.03.tar.gz make test TEST_VERBOSE=1 -- OK Pavel Shaydo <pshajdo@gmail.com> manage worker processes >>> (cd /Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/Parallel-Boss-0.03-8PUaMr && tar cvf - Parallel-Boss-0.03.ppd blib) | gzip -c >/Users/fly2000/cpanfly-5.20/var/REPO/Z/ZW/ZWON/Parallel-Boss-0.03.tar.gz Parallel-Boss-0.03.ppd blib/ blib/arch/ blib/arch/auto/ blib/arch/auto/Parallel/ blib/arch/auto/Parallel/Boss/ blib/arch/auto/Parallel/Boss/Boss.bundle blib/lib/ blib/lib/Parallel/ blib/lib/Parallel/Boss.pm blib/man3/ blib/man3/Parallel::Boss.3 Finished 2016-11-20T10:09:24