PATH=/usr/bin:/bin:/data/fly2200/cpanfly-5.22/var/megalib/bin Start 2016-11-26T02:30:38 ActivePerl-2200 CPAN-2.10 Reading '/data/fly2200/cpanfly-5.22/var/cpan/Metadata' Database was generated on Fri, 25 Nov 2016 00:17:02 GMT Checksum for /data/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/P/PR/PREACTION/Beam-Emitter-1.006.tar.gz ok Beam-Emitter-1.006 Beam-Emitter-1.006/README Beam-Emitter-1.006/LICENSE Beam-Emitter-1.006/CHANGES Beam-Emitter-1.006/META.yml Beam-Emitter-1.006/MANIFEST Beam-Emitter-1.006/cpanfile Beam-Emitter-1.006/dist.ini Beam-Emitter-1.006/t Beam-Emitter-1.006/t/leak.t Beam-Emitter-1.006/META.json Beam-Emitter-1.006/weaver.ini Beam-Emitter-1.006/Makefile.PL Beam-Emitter-1.006/t/emitter.t Beam-Emitter-1.006/t/cookbook.t Beam-Emitter-1.006/t/one-shot.t Beam-Emitter-1.006/t/listeners.t Beam-Emitter-1.006/t/00-compile.t Beam-Emitter-1.006/CONTRIBUTING.md Beam-Emitter-1.006/t/unsubscribe.t Beam-Emitter-1.006/t/custom_event.t Beam-Emitter-1.006/lib/Beam Beam-Emitter-1.006/lib/Beam/Event.pm Beam-Emitter-1.006/lib/Beam/Emitter.pm Beam-Emitter-1.006/t/namespace-clean.t Beam-Emitter-1.006/lib/Beam/Listener.pm Beam-Emitter-1.006/t/method-modifiers.t Beam-Emitter-1.006/t/00-report-prereqs.t Beam-Emitter-1.006/t/00-report-prereqs.dd Beam-Emitter-1.006/t/lib Beam-Emitter-1.006/t/lib/CustomListener.pm Beam-Emitter-1.006/lib/Beam/Emitter Beam-Emitter-1.006/lib/Beam/Emitter/Cookbook.pod Beam-Emitter-1.006/t/unsubscribe_global_destruction.t Configuring P/PR/PREACTION/Beam-Emitter-1.006.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.006.tar.gz /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL -- OK Running make for P/PR/PREACTION/Beam-Emitter-1.006.tar.gz >>> make cp lib/Beam/Emitter/Cookbook.pod blib/lib/Beam/Emitter/Cookbook.pod cp lib/Beam/Listener.pm blib/lib/Beam/Listener.pm cp lib/Beam/Event.pm blib/lib/Beam/Event.pm cp lib/Beam/Emitter.pm blib/lib/Beam/Emitter.pm Manifying 4 pod documents PREACTION/Beam-Emitter-1.006.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..3 ok 1 - Beam/Emitter.pm loaded ok ok 2 - Beam/Event.pm loaded ok ok 3 - Beam/Listener.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::API any 0.005 # Test::Fatal any 0.014 # Test::Lib any 0.002 # Test::More any 1.001014 # # === Test Recommends === # # Module Want Have # --------------- -------- -------- # CPAN::Meta 2.120900 2.150005 # Test::LeakTrace any 0.15 # curry any 1.000000 # # === Runtime Requires === # # Module Want Have # --------------- ----- -------- # Carp any 1.38 # Module::Runtime any 0.014 # 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/cookbook.t ........................ # Subtest: Beam::Emitter SYNOPSIS # Subtest: positive data is processed and written correctly ok 1 - data is written ok 2 - data is logged 1..2 ok 1 - positive data is processed and written correctly # Subtest: prevent_negative stops writing of negative data ok 1 - data is not written ok 2 - data is not logged 1..2 ok 2 - prevent_negative stops writing of negative data 1..2 ok 1 - Beam::Emitter SYNOPSIS # Subtest: Allow a single listener to catch all events ok 1 - foo event caught by foo listener ok 2 - foo event not caught by bar listener ok 3 - foo event caught by catch-all ok 4 - catch-all listener event has same name as original listener event ok 5 - bar event not caught by foo listener ok 6 - bar event caught by bar listener ok 7 - bar event caught by catch-all ok 8 - catch-all listener event has same name as original listener event 1..8 ok 2 - Allow a single listener to catch all events # Subtest: Use an object method as an event handler ok 1 - handler method with curry::weak gets correct arguments 1..1 ok 3 - Use an object method as an event handler # Subtest: Add custom data to an event handler ok 1 1..1 ok 4 - Add custom data to an event handler 1..4 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 lives with no listeners ok 2 - 'event is still returned' isa 'Beam::Event' ok 3 - event name is correct ok 4 - emit_args lives with no listeners 1..4 ok 6 - no listeners # Subtest: custom name ok 1 - foo event caught ok 2 - foo event correctly renamed bar 1..2 ok 7 - custom name # Subtest: alternate emitter ok 1 - foo event caught ok 2 - alternate emitter correctly specified 1..2 ok 8 - alternate emitter 1..8 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/listeners.t ....................... # Subtest: Create initial listeners # Subtest: default listener class ok 1 - construction 1..1 ok 1 - default listener class # Subtest: custom listener class ok 1 - required attribute missing ok 2 - required attribute specified 1..2 ok 2 - custom listener class # Subtest: custom listener class in separate file ok 1 - required attribute missing ok 2 - required attribute specified 1..2 ok 3 - custom listener class in separate file 1..3 ok 1 - Create initial listeners # Subtest: Ensure initial listener lists are complete # Subtest: event1 listeners ok 1 - callbacks are consistent 1..1 ok 1 - event1 listeners # Subtest: event2 listeners ok 1 - callbacks are consistent 1..1 ok 2 - event2 listeners 1..2 ok 2 - Ensure initial listener lists are complete # Subtest: Ensure lists are consistent after unsubscription # Subtest: event1 listeners ok 1 - remaining listeners consistent ok 2 - listener is only in default Listener class 1..2 ok 1 - event1 listeners # Subtest: event2 listeners ok 1 - remaining listeners consistent ok 2 - listener is in custom Listener class 1..2 ok 2 - event2 listeners 1..2 ok 3 - Ensure lists are consistent after unsubscription 1..3 ok t/method-modifiers.t ................ ok 1 - correct, modified subscribe() was called ok 2 - event listener was called ok 3 - correct, modified unsubscribe() was called 1..3 ok t/namespace-clean.t ................. ok 1 - public API for class My::Emitter 1..1 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 .. ok 1 - unsubscribe survived destroyed emitter 1..1 ok All tests successful. Files=12, Tests=34, 9 wallclock secs ( 0.10 usr 0.02 sys + 3.69 cusr 0.52 csys = 4.33 CPU) Result: PASS PREACTION/Beam-Emitter-1.006.tar.gz make test TEST_VERBOSE=1 -- OK Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/P/PR/PREACTION/CHECKSUMS Doug Bell <preaction@cpan.org> Role for event emitting classes >>> (cd /data/fly2200/cpanfly-5.22/var/tmp/cpan_build/Beam-Emitter-1.006-aNnVdo && tar cvf - Beam-Emitter-1.006.ppd blib) | gzip -c >/data/fly2200/cpanfly-5.22/var/REPO/P/PR/PREACTION/Beam-Emitter-1.006.tar.gz Beam-Emitter-1.006.ppd blib/ blib/man3/ blib/man3/Beam::Event.3 blib/man3/Beam::Listener.3 blib/man3/Beam::Emitter.3 blib/man3/Beam::Emitter::Cookbook.3 blib/lib/ blib/lib/Beam/ blib/lib/Beam/Emitter.pm blib/lib/Beam/Emitter/ blib/lib/Beam/Emitter/Cookbook.pod blib/lib/Beam/Listener.pm blib/lib/Beam/Event.pm VmSize: 344556 kB Finished 2016-11-26T02:30:57