PATH=/usr/bin:/bin Start 2013-02-21T14:07:42 ActivePerl-1600 CPAN-1.9402 Going to read '/home/fly1600/var/cpan/Metadata' Database was generated on Thu, 21 Feb 2013 20:53:02 GMT Running make for A/AB/ABALAMA/CTKlib-1.1.tar.gz Checksum for /net/nas/data/cpan/authors/id/A/AB/ABALAMA/CTKlib-1.1.tar.gz ok ./ ./CTKlib-1.1/ ./CTKlib-1.1/LICENSE ./CTKlib-1.1/MANIFEST ./CTKlib-1.1/xs/ ./CTKlib-1.1/xs/MANIFEST ./CTKlib-1.1/xs/Makefile.PL ./CTKlib-1.1/xs/Util.xs ./CTKlib-1.1/xs/README ./CTKlib-1.1/TODO ./CTKlib-1.1/lib/ ./CTKlib-1.1/lib/CTK.pm ./CTKlib-1.1/lib/CTK/ ./CTKlib-1.1/lib/CTK/Arc.pm ./CTKlib-1.1/lib/CTK/FilePid.pm ./CTKlib-1.1/lib/CTK/CLI.pm ./CTKlib-1.1/lib/CTK/DBI.pm ./CTKlib-1.1/lib/CTK/XS/ ./CTKlib-1.1/lib/CTK/XS/Util.pm ./CTKlib-1.1/lib/CTK/Net.pm ./CTKlib-1.1/lib/CTK/File.pm ./CTKlib-1.1/lib/CTK/Helper.pm ./CTKlib-1.1/lib/CTK/CPX.pm ./CTKlib-1.1/lib/CTK/Log.pm ./CTKlib-1.1/lib/CTK/Crypt.pm ./CTKlib-1.1/lib/CTK/Util.pm ./CTKlib-1.1/lib/CTK/Status.pm ./CTKlib-1.1/Makefile.PL ./CTKlib-1.1/t/ ./CTKlib-1.1/t/02-version.t ./CTKlib-1.1/t/03-xsutil.t ./CTKlib-1.1/t/01-use.t ./CTKlib-1.1/META.yml ./CTKlib-1.1/bin/ ./CTKlib-1.1/bin/pv.exe ./CTKlib-1.1/bin/ctklib-tiny ./CTKlib-1.1/bin/ctklib ./CTKlib-1.1/README ./CTKlib-1.1/CHANGES CPAN.pm: Going to build A/AB/ABALAMA/CTKlib-1.1.tar.gz >>> /home/fly1600/ap1600/bin/perl-static Makefile.PL Warning: prerequisite Sys::SigAction 0.15 not found. Checking if your kit is complete... Looks good Checking if your kit is complete... Looks good Writing Makefile for CTK::XS::Util Writing MYMETA.yml and MYMETA.json Writing Makefile for CTK Writing MYMETA.yml and MYMETA.json ---- Unsatisfied dependencies detected during ---- ---- ABALAMA/CTKlib-1.1.tar.gz ---- Sys::SigAction [requires] Running make test Delayed until after prerequisites Running test for module 'Sys::SigAction' Running make for L/LB/LBAXTER/Sys-SigAction-0.15.tar.gz Checksum for /net/nas/data/cpan/authors/id/L/LB/LBAXTER/Sys-SigAction-0.15.tar.gz ok Sys-SigAction-0.15/ Sys-SigAction-0.15/lib/ Sys-SigAction-0.15/lib/Sys/ Sys-SigAction-0.15/lib/Sys/SigAction.pm Sys-SigAction-0.15/META.yml Sys-SigAction-0.15/Makefile.PL Sys-SigAction-0.15/MANIFEST Sys-SigAction-0.15/dbd-oracle-timeout.POD Sys-SigAction-0.15/README Sys-SigAction-0.15/t/ Sys-SigAction-0.15/t/safe.t Sys-SigAction-0.15/t/nested.t Sys-SigAction-0.15/t/number.t Sys-SigAction-0.15/t/name.t Sys-SigAction-0.15/t/mask.t Sys-SigAction-0.15/t/timeout.t Sys-SigAction-0.15/Changes CPAN.pm: Going to build L/LB/LBAXTER/Sys-SigAction-0.15.tar.gz >>> /home/fly1600/ap1600/bin/perl-static Makefile.PL Using Signals in a multi-thread perl application is unsupported by Sys::SigAction. Read the following from perldoc perlthrtut: ...mixing signals and threads may be problematic. Implementations are platform-dependent, and even the POSIX semantics may not be what you expect (and Perl doesn't even give you the full POSIX API). For example, there is no way to guarantee that a signal sent to a multi-threaded Perl application will get intercepted by any particular thread. You are on your own if we use this module in a multi threaded application Lincoln at Makefile.PL line 32. Checking for Microsoft Windows... (not supported) Checking for multi-threaded Perl... (warning) Checking support for signals... (required) Checking support for POSIX::sigaction... (required) Checking for armv5tejl... (not supported) Checking for Time::HiRes (support for fractional seconds in timeouts) MakeMaker version = 6.64 Checking if your kit is complete... Looks good Writing Makefile for Sys::SigAction Writing MYMETA.yml and MYMETA.json >>> make cp lib/Sys/SigAction.pm blib/lib/Sys/SigAction.pm Manifying blib/man3/Sys::SigAction.3 LBAXTER/Sys-SigAction-0.15.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly1600/ap1600/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/mask.t ..... 1..14 ok 1 - sigHUP called (1) ok 2 - sig mask delayed INT and USR1(2) ok 3 - sigINT_1 called(3) failure: (3!=3) this should have been delayed by mask until sigHUP finished ok 4 - sig mask delayed USR1 (signaled from sigHUP)(4) ok 5 - sigUSR called (5) failure: (5!=5) it should have been delayed by mask until sigHUP finished) ok 6 - reach 6th test after first kill ok 7 - sigHUP_2 called ok 8 - sigINT_2 called (8) ok 9 - sigINT_2 exiting (9) ok 10 - sigUSR2 called (10) ok 11 - sigHUP_2 ending ok 12 - hup=1 (1) ok 13 - int=1 (1) ok 14 - usr=2 (2) ok t/name.t ..... 1..3 ok 1 - use Sys::SigAction; ok 2 - SIGINT => INT ok 3 - 9 => KILL ok t/nested.t ... 1..4 level 3 level 2 level 1 level 0 ok 1 - level 0 is not 0 level 0 = 1 ok 2 - level 1 is not 0 level 1 = 2 ok 3 - level 2 is not 0 level 2 = 3 ok 4 - level 3 is not 0 level 3 = 4 ok t/number.t ... 1..3 ok 1 - use Sys::SigAction; ok 2 - INT => SIGINT ok 3 - KILL => SIGKILL ok NOTE: Setting safe=>1... with masked signals does not seem to work. The problem is that the masked signals are not masked, but when safe=>0 they are. If you have an application for safe=>1 and can come up with a test that works in the context of this module's installation please send me a patch to safe.t that tests it. See the block below this one... which if executed would test safe mode with masked signals... it is a clone of part of mask.t that proves this is broken. Lincoln t/safe.t ..... 1..1 ok 1 - skipping test of safe flag for now ok # testing fractional second timeout make: *** [test_dynamic] Terminated Timeout (max run time is 300s) /home/fly1600/ap1600/bin/perl-static killed by signal 15.