PATH=/usr/bin:/bin:/data/fly2200/cpanfly-5.22/var/megalib/bin Start 2016-11-20T02:03:01 ActivePerl-2200 CPAN-2.10 Reading '/data/fly2200/cpanfly-5.22/var/cpan/Metadata' Database was generated on Sat, 19 Nov 2016 04:53:33 GMT Checksum for /data/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/Z/ZW/ZWON/Parallel-Boss-0.02.tar.gz ok Parallel-Boss-0.02/ Parallel-Boss-0.02/META.yml Parallel-Boss-0.02/lib/ Parallel-Boss-0.02/lib/Parallel/ Parallel-Boss-0.02/lib/Parallel/Boss.pm Parallel-Boss-0.02/Boss.xs Parallel-Boss-0.02/Makefile.PL Parallel-Boss-0.02/Changes Parallel-Boss-0.02/MANIFEST Parallel-Boss-0.02/xt/ Parallel-Boss-0.02/xt/pod.t Parallel-Boss-0.02/xt/pod-spell.t Parallel-Boss-0.02/xt/pod-coverage.t Parallel-Boss-0.02/xt/manifest.t Parallel-Boss-0.02/README Parallel-Boss-0.02/META.json Parallel-Boss-0.02/t/ Parallel-Boss-0.02/t/00-load.t Parallel-Boss-0.02/t/parallel-boss.t Configuring Z/ZW/ZWON/Parallel-Boss-0.02.tar.gz with Makefile.PL >>> /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Have /data/fly2200/cpanfly-5.22/var/megalib Want /home/fly2200/ap2200-299134/lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [x86_64-linux-thread-multi] 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.02.tar.gz /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL -- OK Running make for Z/ZW/ZWON/Parallel-Boss-0.02.tar.gz >>> make cp lib/Parallel/Boss.pm blib/lib/Parallel/Boss.pm Running Mkbootstrap for Parallel::Boss () chmod 644 "Boss.bs" "/data/fly2200/ap2200-299134/bin/perl-static" "/data/fly2200/cpanfly-5.22/var/megalib/ExtUtils/xsubpp" -typemap "/home/fly2200/ap2200-299134/lib/ExtUtils/typemap" Boss.xs > Boss.xsc && mv Boss.xsc Boss.c gcc -c -D_REENTRANT -D_GNU_SOURCE -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -fno-merge-constants -fwrapv -fno-strict-aliasing -pipe -fstack-protector -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.02\" -DXS_VERSION=\"0.02\" -fPIC "-I/home/fly2200/ap2200-299134/lib/CORE" Boss.c rm -f blib/arch/auto/Parallel/Boss/Boss.so gcc -shared -O2 -fstack-protector Boss.o -o blib/arch/auto/Parallel/Boss/Boss.so \ -lpthread \ chmod 755 blib/arch/auto/Parallel/Boss/Boss.so "/data/fly2200/ap2200-299134/bin/perl-static" -MExtUtils::Command::MM -e 'cp_nonempty' -- Boss.bs blib/arch/auto/Parallel/Boss/Boss.bs 644 Manifying 1 pod document ZWON/Parallel-Boss-0.02.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 "/data/fly2200/ap2200-299134/bin/perl-static" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Testing Parallel::Boss 0.02, Perl 5.022000, /data/fly2200/ap2200-299134/bin/perl-static 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/6_of6VpUoe/21630 ok 3 - expected content in /tmp/6_of6VpUoe/21627 ok 4 - expected content in /tmp/6_of6VpUoe/21628 ok 5 - expected content in /tmp/6_of6VpUoe/21629 # if worker dies, boss should hire a new one ok 6 - 4 files were created ok 7 - expected content in /tmp/6_of6VpUoe/21635 ok 8 - expected content in /tmp/6_of6VpUoe/21627 ok 9 - expected content in /tmp/6_of6VpUoe/21628 ok 10 - expected content in /tmp/6_of6VpUoe/21629 # if boss receives SIGHUP it should kill workers and hire new ones ok 11 - 4 files were created ok 12 - expected content in /tmp/6_of6VpUoe/21639 ok 13 - expected content in /tmp/6_of6VpUoe/21640 ok 14 - expected content in /tmp/6_of6VpUoe/21637 ok 15 - expected content in /tmp/6_of6VpUoe/21638 # 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/6_of6VpUoe/21646 ok 3 - expected content in /tmp/6_of6VpUoe/21649 ok 4 - expected content in /tmp/6_of6VpUoe/21648 ok 5 - expected content in /tmp/6_of6VpUoe/21647 # if boss is killed, workers should notice and quit ok 6 - 4 files were created ok 7 - expected content in /tmp/6_of6VpUoe/21646 ok 8 - expected content in /tmp/6_of6VpUoe/21649 ok 9 - expected content in /tmp/6_of6VpUoe/21648 ok 10 - expected content in /tmp/6_of6VpUoe/21647 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.00 sys + 0.26 cusr 0.05 csys = 0.35 CPU) Result: PASS ZWON/Parallel-Boss-0.02.tar.gz make test TEST_VERBOSE=1 -- OK Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/Z/ZW/ZWON/CHECKSUMS Pavel Shaydo <pshajdo@gmail.com> manage worker processes >>> (cd /data/fly2200/cpanfly-5.22/var/tmp/cpan_build/Parallel-Boss-0.02-LBbuCH && tar cvf - Parallel-Boss-0.02.ppd blib) | gzip -c >/data/fly2200/cpanfly-5.22/var/REPO/Z/ZW/ZWON/Parallel-Boss-0.02.tar.gz Parallel-Boss-0.02.ppd blib/ blib/man3/ blib/man3/Parallel::Boss.3 blib/arch/ blib/arch/auto/ blib/arch/auto/Parallel/ blib/arch/auto/Parallel/Boss/ blib/arch/auto/Parallel/Boss/Boss.so blib/lib/ blib/lib/Parallel/ blib/lib/Parallel/Boss.pm VmSize: 344288 kB Finished 2016-11-20T02:03:12