PATH=/usr/bin:/bin:/home/fly1800/var/megalib/bin Start 2013-06-23T10:27:40 ActivePerl-1800 CPAN-2.00 Reading '/home/fly1800/var/cpan/Metadata' Database was generated on Sun, 23 Jun 2013 16:53:02 GMT Running make for C/CH/CHROMATIC/P5NCI-0.31.tar.gz Checksum for /net/nas/data/cpan/authors/id/C/CH/CHROMATIC/P5NCI-0.31.tar.gz ok P5NCI-0.31/ P5NCI-0.31/lib/ P5NCI-0.31/lib/P5NCI.pm P5NCI-0.31/lib/P5NCI/ P5NCI-0.31/lib/P5NCI/Library.pm P5NCI-0.31/lib/P5NCI/Declare.pm P5NCI-0.31/lib/ppport.h P5NCI-0.31/t/ P5NCI-0.31/t/declare.t P5NCI-0.31/t/P5NCI_simple.t P5NCI-0.31/t/library.t P5NCI-0.31/t/P5NCI.t P5NCI-0.31/Changes P5NCI-0.31/build_lib/ P5NCI-0.31/build_lib/P5NCI/ P5NCI-0.31/build_lib/P5NCI/GenerateXS.pm P5NCI-0.31/build_lib/P5NCI/Build.pm P5NCI-0.31/MANIFEST P5NCI-0.31/src/ P5NCI-0.31/src/nci_test.c P5NCI-0.31/META.yml P5NCI-0.31/Makefile.PL P5NCI-0.31/Build.PL P5NCI-0.31/README CPAN.pm: Building C/CH/CHROMATIC/P5NCI-0.31.tar.gz >>> /home/fly1800/ap1800-297235/bin/perl-static Makefile.PL # running Build.PL Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'P5NCI' version '0.31' Unknown 'build_class', defaulting to 'Module::Build' >>> make /home/fly1800/ap1800-297235/bin/perl-static Build --makefile_env_macros 1 gcc -I/home/fly1800/ap1800-297235/lib/CORE -fPIC -c -D_REENTRANT -D_GNU_SOURCE -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -fno-merge-constants -fno-strict-aliasing -pipe -fstack-protector -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o src/nci_test.o src/nci_test.c gcc -shared -O2 -fstack-protector -o src/nci_test.so src/nci_test.o Building P5NCI gcc -I/home/fly1800/ap1800-297235/lib/CORE -DXS_VERSION="0.31" -DVERSION="0.31" -fPIC -c -D_REENTRANT -D_GNU_SOURCE -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -fno-merge-constants -fno-strict-aliasing -pipe -fstack-protector -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o lib/P5NCI.o lib/P5NCI.c ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/P5NCI/P5NCI.bs') gcc -shared -O2 -fstack-protector -o blib/arch/auto/P5NCI/P5NCI.so lib/P5NCI.o CHROMATIC/P5NCI-0.31.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 /home/fly1800/ap1800-297235/bin/perl-static Build --makefile_env_macros 1 test Don't understand NCI signature 'dd' at t/P5NCI.t line 16. # Looks like you planned 12 tests but ran 2. # Looks like your test exited with 255 just after 2. t/P5NCI.t ......... 1..12 ok 1 - use P5NCI; ok 2 - test library should be loadable Dubious, test returned 255 (wstat 65280, 0xff00) Failed 10/12 subtests Don't understand NCI signature 'dd' at /home/fly1800/var/cpan/build/P5NCI-0.31-CIYIc5/blib/lib/P5NCI/Library.pm line 41. # Looks like you planned 14 tests but ran 2. # Looks like your test exited with 255 just after 2. t/P5NCI_simple.t .. 1..14 ok 1 - use P5NCI::Library; ok 2 - test library should be loadable Dubious, test returned 255 (wstat 65280, 0xff00) Failed 12/14 subtests Don't understand NCI signature 'ii' at /home/fly1800/var/cpan/build/P5NCI-0.31-CIYIc5/blib/lib/P5NCI/Library.pm line 41. CHECK failed--call queue aborted. # Looks like your test exited with 255 before it could output anything. t/declare.t ....... 1..1 Dubious, test returned 255 (wstat 65280, 0xff00) Failed 1/1 subtests Don't understand NCI signature 'ii' at /home/fly1800/var/cpan/build/P5NCI-0.31-CIYIc5/blib/lib/P5NCI/Library.pm line 41. # Looks like you planned 19 tests but ran 12. # Looks like your test exited with 2 just after 12. t/library.t ....... 1..19 ok 1 - use P5NCI::Library; ok 2 - P5NCI::Library should load P5NCI ok 3 - P5NCI::Library->can('new') ok 4 - new() should throw exception without library file named ok 5 - ... or if it cannot locate the library ok 6 - ... but should load a real library appropriately ok 7 - ... pointing to the real library ok 8 - The object isa P5NCI::Library ok 9 - P5NCI::Library->can('load_function') ok 10 - load_function() should throw an exception without a function name ok 11 - ... or without a signature ok 12 - ... or with an invalid signature Dubious, test returned 2 (wstat 512, 0x200) Failed 7/19 subtests Test Summary Report ------------------- t/P5NCI.t (Wstat: 65280 Tests: 2 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 12 tests but ran 2. t/P5NCI_simple.t (Wstat: 65280 Tests: 2 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 14 tests but ran 2. t/declare.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 1 tests but ran 0. t/library.t (Wstat: 512 Tests: 12 Failed: 0) Non-zero exit status: 2 Parse errors: Bad plan. You planned 19 tests but ran 12. Files=4, Tests=16, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.20 cusr 0.03 csys = 0.27 CPU) Result: FAIL Failed 4/4 test programs. 0/16 subtests failed. make: *** [test] Error 2 CHROMATIC/P5NCI-0.31.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports CHROMATIC/P5NCI-0.31.tar.gz VmSize: 127792 kB Finished 2013-06-23T10:27:51