PATH=/usr/bin:/bin:/data/fly2200/cpanfly-5.22/var/megalib/bin Start 2016-11-13T02:00:41 ActivePerl-2200 CPAN-2.10 Reading '/data/fly2200/cpanfly-5.22/var/cpan/Metadata' Database was generated on Sat, 12 Nov 2016 06:53:37 GMT Checksum for /data/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/P/PR/PREACTION/Beam-Emitter-1.003.tar.gz ok Beam-Emitter-1.003 Beam-Emitter-1.003/README Beam-Emitter-1.003/LICENSE Beam-Emitter-1.003/CHANGES Beam-Emitter-1.003/META.yml Beam-Emitter-1.003/MANIFEST Beam-Emitter-1.003/cpanfile Beam-Emitter-1.003/t Beam-Emitter-1.003/t/leak.t Beam-Emitter-1.003/META.json Beam-Emitter-1.003/Makefile.PL Beam-Emitter-1.003/t/emitter.t Beam-Emitter-1.003/t/one-shot.t Beam-Emitter-1.003/t/00-compile.t Beam-Emitter-1.003/t/unsubscribe.t Beam-Emitter-1.003/t/custom_event.t Beam-Emitter-1.003/lib/Beam Beam-Emitter-1.003/lib/Beam/Event.pm Beam-Emitter-1.003/lib/Beam/Emitter.pm Beam-Emitter-1.003/t/00-report-prereqs.t Beam-Emitter-1.003/t/00-report-prereqs.dd Beam-Emitter-1.003/t/unsubscribe_global_destruction.t Configuring P/PR/PREACTION/Beam-Emitter-1.003.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 Beam::Emitter Writing MYMETA.yml and MYMETA.json PREACTION/Beam-Emitter-1.003.tar.gz /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL -- OK Running make for P/PR/PREACTION/Beam-Emitter-1.003.tar.gz >>> make cp lib/Beam/Emitter.pm blib/lib/Beam/Emitter.pm cp lib/Beam/Event.pm blib/lib/Beam/Event.pm Manifying 2 pod documents PREACTION/Beam-Emitter-1.003.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 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 t/00-compile.t ...................... 1..2 ok 1 - Beam/Emitter.pm loaded ok ok 2 - Beam/Event.pm loaded ok ok # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.04 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.04 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.04 # File::Spec any 3.62 # IO::Handle any 1.35 # IPC::Open3 any 1.18 # Test::Exception any 0.43 # Test::More any 1.001014 # # === Test Recommends === # # Module Want Have # --------------- -------- -------- # CPAN::Meta 2.120900 2.150005 # Test::LeakTrace any 0.15 # # === Runtime Requires === # # Module Want Have # --------------- ----- -------- # Carp any 1.38 # Moo any 2.002005 # Scalar::Util any 1.46 # Types::Standard 0.008 1.000005 # strict any 1.09 # warnings any 1.32 # t/00-report-prereqs.t ............... 1..1 ok 1 ok t/custom_event.t .................... # Subtest: custom event ok 1 - foo event has correct name ok 2 - foo event has correct emitter ok 3 - 'event is the correct class' isa 'My::Event' ok 4 - event has the right data ok 5 - after_foo event has correct name ok 6 - after_foo event has correct emitter ok 7 - 'event is the correct class' isa 'Beam::Event' 1..7 ok 1 - custom event 1..1 ok t/emitter.t ......................... # Subtest: event listeners ok 1 - foo event has correct name ok 2 - foo event has correct emitter ok 3 - after_foo event has correct name ok 4 - after_foo event has correct emitter 1..4 ok 1 - event listeners # Subtest: unsubscribe ok 1 - foo event has correct name ok 2 - foo event has correct emitter ok 3 - after_foo event has correct name ok 4 - after_foo event has correct emitter ok 5 - Cannot unsubscribe twice ok 6 - Cannot find sub in listeners 1..6 ok 2 - unsubscribe # Subtest: stop ok 1 - foo event has correct name ok 2 - foo event has correct emitter 1..2 ok 3 - stop # Subtest: stop default ok 1 - foo event has correct name ok 2 - foo event has correct emitter 1..2 ok 4 - stop default # Subtest: emit args ok 1 - emitter passes itself as first argument ok 2 - emitter passes a second argument 1..2 ok 5 - emit args # Subtest: no listeners ok 1 - emit ok 2 - emit_args 1..2 ok 6 - no listeners 1..6 ok t/leak.t ............................ ok 1 - leaks 0 <= 0 ok 2 - leaks 0 <= 0 ok 3 - leaks 0 <= 0 ok 4 - leaks 0 <= 0 1..4 ok t/one-shot.t ........................ # Subtest: emit ok 1 - detached both objects 1..1 ok 1 - emit # Subtest: emit_args ok 1 - detached both objects 1..1 ok 2 - emit_args 1..2 ok t/unsubscribe.t ..................... 1..3 ok 1 - counter at 0 ok 2 - counter hit ok 3 - no hit, unsubscribed ok t/unsubscribe_global_destruction.t .. 1..1 ok 1 - unsubscribe survived destroyed emitter ok All tests successful. Files=8, Tests=20, 2 wallclock secs ( 0.09 usr 0.01 sys + 1.94 cusr 0.22 csys = 2.26 CPU) Result: PASS PREACTION/Beam-Emitter-1.003.tar.gz make test TEST_VERBOSE=1 -- OK Doug Bell <preaction@cpan.org> Role for event emitting classes >>> (cd /data/fly2200/cpanfly-5.22/var/tmp/cpan_build/Beam-Emitter-1.003-YRH9tI && tar cvf - Beam-Emitter-1.003.ppd blib) | gzip -c >/data/fly2200/cpanfly-5.22/var/REPO/P/PR/PREACTION/Beam-Emitter-1.003.tar.gz Beam-Emitter-1.003.ppd blib/ blib/man3/ blib/man3/Beam::Event.3 blib/man3/Beam::Emitter.3 blib/lib/ blib/lib/Beam/ blib/lib/Beam/Emitter.pm blib/lib/Beam/Event.pm VmSize: 336608 kB Finished 2016-11-13T02:00:48