PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2014-05-25T20:13:44 ActivePerl-818 CPAN-2.00 Reading '/export/home/fly818/var/cpan/Metadata' Database was generated on Mon, 26 May 2014 02:06:08 GMT Running make for E/ET/ETHER/signatures-0.09.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/E/ET/ETHER/signatures-0.09.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/E/ET/ETHER/CHECKSUMS Checksum for /export/home/fly818/var/cpan/sources/authors/id/E/ET/ETHER/signatures-0.09.tar.gz ok You have Archive::Tar 1.40, but 1.50 or later is recommended. Please upgrade. signatures-0.09/ signatures-0.09/Changes signatures-0.09/CONTRIBUTING signatures-0.09/dist.ini signatures-0.09/inc/ signatures-0.09/INSTALL signatures-0.09/lib/ signatures-0.09/LICENSE signatures-0.09/Makefile.PL signatures-0.09/MANIFEST signatures-0.09/META.json signatures-0.09/META.yml signatures-0.09/ppport.h signatures-0.09/README signatures-0.09/README.md signatures-0.09/signatures.xs signatures-0.09/t/ signatures-0.09/weaver.ini signatures-0.09/xt/ signatures-0.09/xt/author/ signatures-0.09/xt/release/ signatures-0.09/xt/release/changes_has_content.t signatures-0.09/xt/release/cpan-changes.t signatures-0.09/xt/release/distmeta.t signatures-0.09/xt/release/eol.t signatures-0.09/xt/release/kwalitee.t signatures-0.09/xt/release/minimum-version.t signatures-0.09/xt/release/mojibake.t signatures-0.09/xt/release/no-tabs.t signatures-0.09/xt/release/pod-coverage.t signatures-0.09/xt/release/pod-no404s.t signatures-0.09/xt/release/pod-syntax.t signatures-0.09/xt/release/portability.t signatures-0.09/xt/author/00-compile.t signatures-0.09/xt/author/pod-spell.t signatures-0.09/t/00-report-prereqs.t signatures-0.09/t/anon.t signatures-0.09/t/basic.t signatures-0.09/t/bug_junctions.t signatures-0.09/t/eval.t signatures-0.09/t/proto.t signatures-0.09/t/subclass.t signatures-0.09/t/warnings.t signatures-0.09/t/weird.t signatures-0.09/lib/signatures.pm signatures-0.09/inc/ExtUtilsDepends.pm CPAN.pm: Building E/ET/ETHER/signatures-0.09.tar.gz >>> /export/home/fly818/bin/perl Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for signatures Writing MYMETA.yml and MYMETA.json >>> make cp lib/signatures.pm blib/lib/signatures.pm Running Mkbootstrap for signatures () chmod 644 signatures.bs /export/home/fly818/bin/perl /export/home/fly818/var/megalib/ExtUtils/xsubpp -typemap /export/home/fly818/ap818/lib/ExtUtils/typemap signatures.xs > signatures.xsc && mv signatures.xsc signatures.c cc -c -I/export/home/fly818/var/megalib/B/Hooks/OP/Check/Install -I/export/home/fly818/var/megalib/B/Hooks/Parser/Install -I/export/home/fly818/var/megalib/B/Hooks/OP/PPAddr/Install -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"0.09\" -DXS_VERSION=\"0.09\" -KPIC "-I/export/home/fly818/ap818/lib/CORE" signatures.c rm -f blib/arch/auto/signatures/signatures.so cc -G -L/usr/lib -L/usr/ccs/lib -L/opt/SUNWspro/WS6U2/lib signatures.o -o blib/arch/auto/signatures/signatures.so \ \ chmod 755 blib/arch/auto/signatures/signatures.so /export/home/fly818/bin/perl -MExtUtils::Command::MM -e 'cp_nonempty' -- signatures.bs blib/arch/auto/signatures/signatures.bs 644 Manifying blib/man3/signatures.3 ETHER/signatures-0.09.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 Running Mkbootstrap for signatures () chmod 644 signatures.bs PERL_DL_NONLAZY=1 /export/home/fly818/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # Version Module # -------- ------------------------ # 0.13 B::Hooks::EndOfScope # 0.19 B::Hooks::OP::Check # 0.03 B::Hooks::OP::PPAddr # 0.12 B::Hooks::Parser # 2.141170 CPAN::Meta # 2.125 CPAN::Meta::Requirements # 0.308 ExtUtils::Depends # 6.98 ExtUtils::MakeMaker # 3.47 File::Spec::Functions # 1.25 List::Util # 1.001003 Test::More # 0.16 XSLoader # 2.18 base # 1.03 strict # 1.01 vars # 0.9908 version # 1.05 warnings t/00-report-prereqs.t .. 1..1 ok 1 ok t/anon.t ............... 1..1 ok 1 ok t/basic.t .............. 1..5 ok 1 ok 2 ok 3 ok 4 ok 5 ok t/bug_junctions.t ...... 1..1 ok 1 ok t/eval.t ............... 1..8 ok 1 - signatures parse in eval ok 2 - sub declared in eval ok 3 - eval signature works ok 4 - string eval disabled ok 5 - signatures parse in eval ok 6 - sub declared in eval ok 7 - eval signature works ok 8 - string eval disabled ok t/proto.t .............. 1..8 ok 1 - no warnings yet ok 2 - no warnings with correct :proto declarations not ok 3 - warning with illegal :proto # TODO :proto checks not yet implemented # Failed (TODO) test 'warning with illegal :proto' # at t/proto.t line 34. # got: '0' # expected: '1' not ok 4 - warning looks sane # TODO :proto checks not yet implemented # Failed (TODO) test 'warning looks sane' # at t/proto.t line 35. # undef # doesn't match '(?-xism:Illegal character in prototype for main::invalid_proto : invalid at )' ok 5 - :proto attribute ok 6 - :proto with other attributes ok 7 - other attributes still there ok 8 ok t/subclass.t ........... 1..1 ok 1 - overriding proto_unwrap ok t/warnings.t ........... 1..4 ok 1 - no prototype warnings with signatures in scope ok 2 - warning without signatures in scope ok 3 - no more warnings ok 4 - disabling magic with unimport ok t/weird.t .............. 1..2 ok 1 ok 2 ok All tests successful. Files=9, Tests=31, 4 wallclock secs ( 0.21 usr 0.08 sys + 2.44 cusr 0.24 csys = 2.97 CPU) Result: PASS ETHER/signatures-0.09.tar.gz make test TEST_VERBOSE=1 -- OK Karen Etheridge <ether@cpan.org> Subroutine signatures with no source filter >>> (cd /export/home/fly818/var/cpan/build/signatures-0.09-WXpV36 && tar cvf - signatures-0.09.ppd blib) | gzip -c >/export/home/fly818/var/REPO/E/ET/ETHER/signatures-0.09.tar.gz signatures-0.09.ppd blib/ blib/lib/ blib/lib/signatures.pm blib/arch/ blib/arch/auto/ blib/arch/auto/signatures/ blib/arch/auto/signatures/signatures.so blib/man3/ blib/man3/signatures.3 >>> mv /export/home/fly818/var/cpan/build/signatures-0.09-WXpV36/signatures-0.09.ppd /export/home/fly818/var/REPO/E/ET/ETHER Finished 2014-05-25T20:14:06