PATH=/usr/bin:/bin:/Users/fly2400/cpanfly-5.24/var/megalib/bin Start 2016-11-25T15:14:58 ActivePerl-2400 CPAN-2.10 Reading '/Users/fly2400/cpanfly-5.24/var/cpan/Metadata' Database was generated on Fri, 25 Nov 2016 00: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/fly2400/cpanfly-5.24/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/fly2400/ap2400-300558/bin/perl-dynamic Makefile.PL Checking if your kit is complete... Looks good Have /Users/fly2400/cpanfly-5.24/var/megalib Want /Users/fly2400/ap2400-300558/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/fly2400/ap2400-300558/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 Boss () chmod 644 "Boss.bs" "/Users/fly2400/ap2400-300558/bin/perl-dynamic" -MExtUtils::Command::MM -e 'cp_nonempty' -- Boss.bs blib/arch/auto/Parallel/Boss/Boss.bs 644 "/Users/fly2400/ap2400-300558/bin/perl-dynamic" "/Users/fly2400/cpanfly-5.24/var/megalib/ExtUtils/xsubpp" -typemap '/Users/fly2400/ap2400-300558/lib/ExtUtils/typemap' Boss.xs > Boss.xsc mv Boss.xsc Boss.c gcc -c -fno-common -DPERL_DARWIN -no-cpp-precomp -mmacosx-version-min=10.9 -arch x86_64 -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -fno-strict-aliasing -pipe -fstack-protector -DPERL_USE_SAFE_PUTENV -O3 -DVERSION=\"0.03\" -DXS_VERSION=\"0.03\" "-I/Users/fly2400/ap2400-300558/lib/CORE" Boss.c Boss.xs:43:1: warning: control may reach end of non-void function [-Wreturn-type] } ^ 1 warning generated. rm -f blib/arch/auto/Parallel/Boss/Boss.bundle gcc -mmacosx-version-min=10.9 -bundle -undefined dynamic_lookup -Wl,-search_paths_first -arch x86_64 -fstack-protector -o blib/arch/auto/Parallel/Boss/Boss.bundle Boss.o \ -lpthread \ chmod 755 blib/arch/auto/Parallel/Boss/Boss.bundle Manifying 1 pod document ZWON/Parallel-Boss-0.03.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 "/Users/fly2400/ap2400-300558/bin/perl-dynamic" -MExtUtils::Command::MM -e 'cp_nonempty' -- Boss.bs blib/arch/auto/Parallel/Boss/Boss.bs 644 PERL_DL_NONLAZY=1 "/Users/fly2400/ap2400-300558/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.024000, /Users/fly2400/ap2400-300558/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/zxfLcrX9Te/91058 ok 3 - expected content in /tmp/zxfLcrX9Te/91059 ok 4 - expected content in /tmp/zxfLcrX9Te/91060 ok 5 - expected content in /tmp/zxfLcrX9Te/91061 # if worker dies, boss should hire a new one ok 6 - 4 files were created ok 7 - expected content in /tmp/zxfLcrX9Te/91059 ok 8 - expected content in /tmp/zxfLcrX9Te/91060 ok 9 - expected content in /tmp/zxfLcrX9Te/91061 ok 10 - expected content in /tmp/zxfLcrX9Te/91062 # if boss receives SIGHUP it should kill workers and hire new ones ok 11 - 4 files were created ok 12 - expected content in /tmp/zxfLcrX9Te/91063 ok 13 - expected content in /tmp/zxfLcrX9Te/91064 ok 14 - expected content in /tmp/zxfLcrX9Te/91065 ok 15 - expected content in /tmp/zxfLcrX9Te/91066 # 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/zxfLcrX9Te/91068 ok 3 - expected content in /tmp/zxfLcrX9Te/91069 ok 4 - expected content in /tmp/zxfLcrX9Te/91070 ok 5 - expected content in /tmp/zxfLcrX9Te/91071 # if boss is killed, workers should notice and quit ok 6 - 4 files were created ok 7 - expected content in /tmp/zxfLcrX9Te/91068 ok 8 - expected content in /tmp/zxfLcrX9Te/91069 ok 9 - expected content in /tmp/zxfLcrX9Te/91070 ok 10 - expected content in /tmp/zxfLcrX9Te/91071 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.03 usr 0.01 sys + 0.19 cusr 0.07 csys = 0.30 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/fly2400/cpanfly-5.24/var/tmp/cpan_build/Parallel-Boss-0.03-Pc3f1g && tar cvf - Parallel-Boss-0.03.ppd blib) | gzip -c >/Users/fly2400/cpanfly-5.24/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-25T15:15:08