PATH=/usr/bin:/bin Start 2013-03-13T08:18:08 ActivePerl-1200 CPAN-1.9402 Going to read '/home/fly1200/var/cpan/Metadata' Database was generated on Wed, 13 Mar 2013 14:29:03 GMT Running make for B/BK/BKB/JSON-Parse-0.18.tar.gz Checksum for /net/nas/data/cpan/authors/id/B/BK/BKB/JSON-Parse-0.18.tar.gz ok JSON-Parse-0.18/ JSON-Parse-0.18/t/ JSON-Parse-0.18/lexer.c JSON-Parse-0.18/json_argo.h JSON-Parse-0.18/src/ JSON-Parse-0.18/json_parse_grammar.tab.h JSON-Parse-0.18/Changes JSON-Parse-0.18/json_parse.h JSON-Parse-0.18/MANIFEST JSON-Parse-0.18/json_argo.c JSON-Parse-0.18/unicode.c JSON-Parse-0.18/Parse.xs JSON-Parse-0.18/MANIFEST.SKIP JSON-Parse-0.18/lib/ JSON-Parse-0.18/unicode.h JSON-Parse-0.18/ppport.h JSON-Parse-0.18/json_parse.c JSON-Parse-0.18/json_parse_grammar.tab.c JSON-Parse-0.18/lexer.h JSON-Parse-0.18/Makefile.PL JSON-Parse-0.18/META.yml JSON-Parse-0.18/META.json JSON-Parse-0.18/lib/JSON/ JSON-Parse-0.18/lib/JSON/Parse.pm JSON-Parse-0.18/lib/JSON/Parse.pod JSON-Parse-0.18/src/json_parse_grammar.y JSON-Parse-0.18/t/read-file.t JSON-Parse-0.18/t/test.json JSON-Parse-0.18/t/numbers.t JSON-Parse-0.18/t/syntax.t JSON-Parse-0.18/t/whitespace.t JSON-Parse-0.18/t/syntax-error-1.json JSON-Parse-0.18/t/JSON-Parse.t JSON-Parse-0.18/t/test-errors.t CPAN.pm: Going to build B/BK/BKB/JSON-Parse-0.18.tar.gz >>> /home/fly1200/ap1200/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for JSON::Parse Writing MYMETA.yml and MYMETA.json >>> make cp lib/JSON/Parse.pod blib/lib/JSON/Parse.pod cp lib/JSON/Parse.pm blib/lib/JSON/Parse.pm /home/fly1200/ap1200/bin/perl-static /home/fly1200/var/megalib/ExtUtils/xsubpp -typemap /home/fly1200/ap1200/lib/ExtUtils/typemap Parse.xs > Parse.xsc && mv Parse.xsc Parse.c gcc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DUSE_SITECUSTOMIZE -fno-merge-constants -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.18\" -DXS_VERSION=\"0.18\" -fPIC "-I/home/fly1200/ap1200/lib/CORE" Parse.c In file included from Parse.xs:10: json_argo.c: In function `json_argo_file_to_perl': json_argo.c:355: warning: assignment makes pointer from integer without a cast gcc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DUSE_SITECUSTOMIZE -fno-merge-constants -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.18\" -DXS_VERSION=\"0.18\" -fPIC "-I/home/fly1200/ap1200/lib/CORE" json_parse.c gcc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DUSE_SITECUSTOMIZE -fno-merge-constants -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.18\" -DXS_VERSION=\"0.18\" -fPIC "-I/home/fly1200/ap1200/lib/CORE" lexer.c gcc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DUSE_SITECUSTOMIZE -fno-merge-constants -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.18\" -DXS_VERSION=\"0.18\" -fPIC "-I/home/fly1200/ap1200/lib/CORE" json_parse_grammar.tab.c gcc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DUSE_SITECUSTOMIZE -fno-merge-constants -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.18\" -DXS_VERSION=\"0.18\" -fPIC "-I/home/fly1200/ap1200/lib/CORE" unicode.c Running Mkbootstrap for JSON::Parse () chmod 644 Parse.bs rm -f blib/arch/auto/JSON/Parse/Parse.so gcc -shared -O2 Parse.o json_parse.o lexer.o json_parse_grammar.tab.o unicode.o -o blib/arch/auto/JSON/Parse/Parse.so \ \ chmod 755 blib/arch/auto/JSON/Parse/Parse.so cp Parse.bs blib/arch/auto/JSON/Parse/Parse.bs chmod 644 blib/arch/auto/JSON/Parse/Parse.bs Manifying blib/man3/JSON::Parse.3 BKB/JSON-Parse-0.18.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly1200/ap1200/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Failed test 'use JSON::Parse;' # at t/JSON-Parse.t line 4. # Tried to use 'JSON::Parse'. # Error: Can't load '/home/fly1200/var/cpan/build/JSON-Parse-0.18-64_IsL/blib/arch/auto/JSON/Parse/Parse.so' for module JSON::Parse: /home/fly1200/var/cpan/build/JSON-Parse-0.18-64_IsL/blib/arch/auto/JSON/Parse/Parse.so: undefined symbol: json_argo_parse_file at /home/fly1200/ap1200/lib/DynaLoader.pm line 201. # at (eval 4) line 2. # Compilation failed in require at (eval 4) line 2. # BEGIN failed--compilation aborted at (eval 4) line 2. Attempt to reload JSON/Parse.pm aborted. Compilation failed in require at t/JSON-Parse.t line 5. BEGIN failed--compilation aborted at t/JSON-Parse.t line 5. # Looks like you planned 28 tests but ran 1. # Looks like you failed 1 test of 1 run. # Looks like your test exited with 255 just after 1. t/JSON-Parse.t ... 1..28 not ok 1 - use JSON::Parse; Dubious, test returned 255 (wstat 65280, 0xff00) Failed 28/28 subtests Can't load '/home/fly1200/var/cpan/build/JSON-Parse-0.18-64_IsL/blib/arch/auto/JSON/Parse/Parse.so' for module JSON::Parse: /home/fly1200/var/cpan/build/JSON-Parse-0.18-64_IsL/blib/arch/auto/JSON/Parse/Parse.so: undefined symbol: json_argo_parse_file at /home/fly1200/ap1200/lib/DynaLoader.pm line 201. at t/numbers.t line 3. Compilation failed in require at t/numbers.t line 3. BEGIN failed--compilation aborted at t/numbers.t line 3. t/numbers.t ...... Dubious, test returned 2 (wstat 512, 0x200) No subtests run Can't load '/home/fly1200/var/cpan/build/JSON-Parse-0.18-64_IsL/blib/arch/auto/JSON/Parse/Parse.so' for module JSON::Parse: /home/fly1200/var/cpan/build/JSON-Parse-0.18-64_IsL/blib/arch/auto/JSON/Parse/Parse.so: undefined symbol: json_argo_parse_file at /home/fly1200/ap1200/lib/DynaLoader.pm line 201. at t/read-file.t line 6. Compilation failed in require at t/read-file.t line 6. BEGIN failed--compilation aborted at t/read-file.t line 6. t/read-file.t .... Dubious, test returned 2 (wstat 512, 0x200) No subtests run Can't load '/home/fly1200/var/cpan/build/JSON-Parse-0.18-64_IsL/blib/arch/auto/JSON/Parse/Parse.so' for module JSON::Parse: /home/fly1200/var/cpan/build/JSON-Parse-0.18-64_IsL/blib/arch/auto/JSON/Parse/Parse.so: undefined symbol: json_argo_parse_file at /home/fly1200/ap1200/lib/DynaLoader.pm line 201. at t/syntax.t line 8. Compilation failed in require at t/syntax.t line 8. BEGIN failed--compilation aborted at t/syntax.t line 8. t/syntax.t ....... Dubious, test returned 2 (wstat 512, 0x200) No subtests run Can't load '/home/fly1200/var/cpan/build/JSON-Parse-0.18-64_IsL/blib/arch/auto/JSON/Parse/Parse.so' for module JSON::Parse: /home/fly1200/var/cpan/build/JSON-Parse-0.18-64_IsL/blib/arch/auto/JSON/Parse/Parse.so: undefined symbol: json_argo_parse_file at /home/fly1200/ap1200/lib/DynaLoader.pm line 201. at t/test-errors.t line 4. Compilation failed in require at t/test-errors.t line 4. BEGIN failed--compilation aborted at t/test-errors.t line 4. t/test-errors.t .. Dubious, test returned 2 (wstat 512, 0x200) No subtests run Can't load '/home/fly1200/var/cpan/build/JSON-Parse-0.18-64_IsL/blib/arch/auto/JSON/Parse/Parse.so' for module JSON::Parse: /home/fly1200/var/cpan/build/JSON-Parse-0.18-64_IsL/blib/arch/auto/JSON/Parse/Parse.so: undefined symbol: json_argo_parse_file at /home/fly1200/ap1200/lib/DynaLoader.pm line 201. at t/whitespace.t line 4. Compilation failed in require at t/whitespace.t line 4. BEGIN failed--compilation aborted at t/whitespace.t line 4. # Looks like your test exited with 2 before it could output anything. t/whitespace.t ... 1..2 Dubious, test returned 2 (wstat 512, 0x200) Failed 2/2 subtests Test Summary Report ------------------- t/JSON-Parse.t (Wstat: 65280 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 255 Parse errors: Bad plan. You planned 28 tests but ran 1. t/numbers.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/read-file.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/syntax.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/test-errors.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/whitespace.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: Bad plan. You planned 2 tests but ran 0. Files=6, Tests=1, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.19 cusr 0.02 csys = 0.24 CPU) Result: FAIL Failed 6/6 test programs. 1/1 subtests failed. make: *** [test_dynamic] Error 2 BKB/JSON-Parse-0.18.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports BKB/JSON-Parse-0.18.tar.gz VmSize: 111464 kB Finished 2013-03-13T08:18:14