PATH=/usr/bin:/bin Start 2013-03-11T12:03:26 ActivePerl-1400 CPAN-1.9402 Going to read '/home/fly1400/var/cpan/Metadata' Database was generated on Mon, 11 Mar 2013 17:53:03 GMT Running make for B/BK/BKB/JSON-Parse-0.17.tar.gz Checksum for /net/nas/data/cpan/authors/id/B/BK/BKB/JSON-Parse-0.17.tar.gz ok JSON-Parse-0.17/ JSON-Parse-0.17/t/ JSON-Parse-0.17/lexer.c JSON-Parse-0.17/json_argo.h JSON-Parse-0.17/src/ JSON-Parse-0.17/json_parse_grammar.tab.h JSON-Parse-0.17/Changes JSON-Parse-0.17/json_parse.h JSON-Parse-0.17/MANIFEST JSON-Parse-0.17/json_argo.c JSON-Parse-0.17/unicode.c JSON-Parse-0.17/Parse.xs JSON-Parse-0.17/MANIFEST.SKIP JSON-Parse-0.17/lib/ JSON-Parse-0.17/unicode.h JSON-Parse-0.17/ppport.h JSON-Parse-0.17/json_parse.c JSON-Parse-0.17/json_parse_grammar.tab.c JSON-Parse-0.17/lexer.h JSON-Parse-0.17/Makefile.PL JSON-Parse-0.17/META.yml JSON-Parse-0.17/META.json JSON-Parse-0.17/lib/JSON/ JSON-Parse-0.17/lib/JSON/Parse.pm JSON-Parse-0.17/lib/JSON/Parse.pod JSON-Parse-0.17/src/json_parse_grammar.y JSON-Parse-0.17/t/read-file.t JSON-Parse-0.17/t/test.json JSON-Parse-0.17/t/numbers.t JSON-Parse-0.17/t/syntax.t JSON-Parse-0.17/t/whitespace.t JSON-Parse-0.17/t/syntax-error-1.json JSON-Parse-0.17/t/JSON-Parse.t JSON-Parse-0.17/t/test-errors.t CPAN.pm: Going to build B/BK/BKB/JSON-Parse-0.17.tar.gz >>> /home/fly1400/ap1400/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/fly1400/ap1400/bin/perl-static /home/fly1400/var/megalib/ExtUtils/xsubpp -typemap /home/fly1400/ap1400/lib/ExtUtils/typemap Parse.xs > Parse.xsc && mv Parse.xsc Parse.c gcc -c -D_REENTRANT -D_GNU_SOURCE -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -fno-merge-constants -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.17\" -DXS_VERSION=\"0.17\" -fPIC "-I/home/fly1400/ap1400/lib/CORE" Parse.c In file included from Parse.xs:10: json_argo.c: In function 'json_argo_parse': json_argo.c:264: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type json_argo.c: In function 'json_argo_valid_parse': json_argo.c:357: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type gcc -c -D_REENTRANT -D_GNU_SOURCE -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -fno-merge-constants -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.17\" -DXS_VERSION=\"0.17\" -fPIC "-I/home/fly1400/ap1400/lib/CORE" json_parse.c gcc -c -D_REENTRANT -D_GNU_SOURCE -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -fno-merge-constants -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.17\" -DXS_VERSION=\"0.17\" -fPIC "-I/home/fly1400/ap1400/lib/CORE" lexer.c gcc -c -D_REENTRANT -D_GNU_SOURCE -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -fno-merge-constants -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.17\" -DXS_VERSION=\"0.17\" -fPIC "-I/home/fly1400/ap1400/lib/CORE" json_parse_grammar.tab.c gcc -c -D_REENTRANT -D_GNU_SOURCE -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -fno-merge-constants -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.17\" -DXS_VERSION=\"0.17\" -fPIC "-I/home/fly1400/ap1400/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.17.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly1400/ap1400/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t Use of uninitialized value in subroutine entry at t/JSON-Parse.t line 32. t/JSON-Parse.t ... 1..28 ok 1 - use JSON::Parse; # 2.3 ok 2 - Two point three ok 3 - Don't tickle baby ok 4 - Valid OK JSON ok 5 - Magic, magic, you can do magic ok 6 - Now that's not very nice. ok 7 - Valid OK JSON ok 8 - Undef returns undef ok 9 - ! Valid undef ok 10 - Empty string returns undef ok 11 - ! Valid empty string ok 12 - found error ok 13 - Error message OK ok 14 - ! Not valid missing end } ok 15 - Unicode \uXXXX parsed ok 16 - Unicode \uXXXX parsed correctly ok 17 - Valid good JSON ok 18 - found error in '"bad":"city"}' ok 19 - Error message Parsing failed: The JSON did not start with '{' or '[' at line 1, byte 6: ':' at t/JSON-Parse.t line 51. # as expected ok 20 - Got error message ok 21 - unlexable message Parsing failed: There are stray characters in the JSON at line 1, byte 1: 't' at t/JSON-Parse.t line 57. # OK ok 22 - Not valid bad json ok 23 - Test a value 10021 ok 24 - Validate ok 25 - json array to perl array ok 26 - json object to perl hash ok 27 - UTF-8 survives ok 28 - Not UTF-8 not marked as UTF-8 ok t/numbers.t ...... 1..12 # ok 1 - Parsed OK # ok 2 - Parsed OK ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 - test documentation claim of stripping plus signs ok t/read-file.t .... ok 1 1..1 ok t/syntax.t ....... # ok 1 1..1 ok t/test-errors.t .. 1..5 ok 1 # Parsing failed: There are stray characters in the JSON at line 1, byte 1: 'n' at t/test-errors.t line 9. ok 2 # Parsing failed: The JSON is not grammatically correct at line 1, byte 12: 'b' at t/test-errors.t line 15. ok 3 # Parsing failed: There is a badly-formed \u Unicode escape in the JSON at line 1, byte 8: 'P' at t/test-errors.t line 21. ok 4 - Test on bad escape sequence # Parsing failed: There is an unknown escape sequence in the JSON at line 1, byte 4: 'M' at t/test-errors.t line 27. ok 5 - Test error message with unprintable character # Parsing failed: There are stray characters in the JSON at line 1, byte 1: '0xFF' at t/test-errors.t line 33. ok t/whitespace.t ... 1..2 ok 1 - valid json with extra whitespace ok 2 - No errors parsing JSON ok All tests successful. Files=6, Tests=49, 0 wallclock secs ( 0.03 usr 0.02 sys + 0.30 cusr 0.03 csys = 0.38 CPU) Result: PASS BKB/JSON-Parse-0.17.tar.gz make test TEST_VERBOSE=1 -- OK Ben Bullock <bkb@cpan.org> Convert JSON into a Perl variable >>> (cd /home/fly1400/var/cpan/build/JSON-Parse-0.17-fKFP7J && tar cvf - JSON-Parse-0.17.ppd blib) | gzip -c >/home/fly1400/var/REPO/B/BK/BKB/JSON-Parse-0.17.tar.gz JSON-Parse-0.17.ppd blib/ blib/lib/ blib/lib/JSON/ blib/lib/JSON/Parse.pod blib/lib/JSON/Parse.pm blib/arch/ blib/arch/auto/ blib/arch/auto/JSON/ blib/arch/auto/JSON/Parse/ blib/arch/auto/JSON/Parse/Parse.so blib/arch/auto/JSON/Parse/Parse.bs blib/man3/ blib/man3/JSON::Parse.3 >>> mv /home/fly1400/var/cpan/build/JSON-Parse-0.17-fKFP7J/JSON-Parse-0.17.ppd /home/fly1400/var/REPO/B/BK/BKB VmSize: 234328 kB Finished 2013-03-11T12:03:31