PATH=/usr/bin:/bin Start 2013-03-15T16:09:40 ActivePerl-818 CPAN-1.9402 Going to read '/home/fly818/var/cpan/Metadata' Database was generated on Fri, 15 Mar 2013 21:53:02 GMT Running make for B/BK/BKB/JSON-Parse-0.19.tar.gz Checksum for /net/nas/data/cpan/authors/id/B/BK/BKB/JSON-Parse-0.19.tar.gz ok Will not use Archive::Tar, need 1.00 JSON-Parse-0.19/ JSON-Parse-0.19/t/ JSON-Parse-0.19/lexer.c JSON-Parse-0.19/json_argo.h JSON-Parse-0.19/src/ JSON-Parse-0.19/json_parse_grammar.tab.h JSON-Parse-0.19/Changes JSON-Parse-0.19/json_parse.h JSON-Parse-0.19/MANIFEST JSON-Parse-0.19/json_argo.c JSON-Parse-0.19/unicode.c JSON-Parse-0.19/Parse.xs JSON-Parse-0.19/MANIFEST.SKIP JSON-Parse-0.19/lib/ JSON-Parse-0.19/unicode.h JSON-Parse-0.19/ppport.h JSON-Parse-0.19/json_parse.c JSON-Parse-0.19/json_parse_grammar.tab.c JSON-Parse-0.19/lexer.h JSON-Parse-0.19/Makefile.PL JSON-Parse-0.19/META.yml JSON-Parse-0.19/META.json JSON-Parse-0.19/lib/JSON/ JSON-Parse-0.19/lib/JSON/Parse.pm JSON-Parse-0.19/lib/JSON/Parse.pod JSON-Parse-0.19/src/json_parse_grammar.y JSON-Parse-0.19/t/read-file.t JSON-Parse-0.19/t/test.json JSON-Parse-0.19/t/numbers.t JSON-Parse-0.19/t/syntax.t JSON-Parse-0.19/t/whitespace.t JSON-Parse-0.19/t/syntax-error-1.json JSON-Parse-0.19/t/JSON-Parse.t JSON-Parse-0.19/t/test-errors.t CPAN.pm: Going to build B/BK/BKB/JSON-Parse-0.19.tar.gz >>> /home/fly818/ap818/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/fly818/ap818/bin/perl-static /home/fly818/var/megalib/ExtUtils/xsubpp -typemap /home/fly818/ap818/lib/ExtUtils/typemap Parse.xs > Parse.xsc && mv Parse.xsc Parse.c gcc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -DVERSION=\"0.19\" -DXS_VERSION=\"0.19\" -fpic "-I/home/fly818/ap818/lib/CORE" Parse.c gcc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -DVERSION=\"0.19\" -DXS_VERSION=\"0.19\" -fpic "-I/home/fly818/ap818/lib/CORE" json_parse.c gcc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -DVERSION=\"0.19\" -DXS_VERSION=\"0.19\" -fpic "-I/home/fly818/ap818/lib/CORE" lexer.c gcc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -DVERSION=\"0.19\" -DXS_VERSION=\"0.19\" -fpic "-I/home/fly818/ap818/lib/CORE" json_parse_grammar.tab.c gcc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -DVERSION=\"0.19\" -DXS_VERSION=\"0.19\" -fpic "-I/home/fly818/ap818/lib/CORE" unicode.c Running Mkbootstrap for JSON::Parse () chmod 644 Parse.bs rm -f blib/arch/auto/JSON/Parse/Parse.so gcc -shared 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.19.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly818/ap818/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, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.32 cusr 0.03 csys = 0.39 CPU) Result: PASS BKB/JSON-Parse-0.19.tar.gz make test TEST_VERBOSE=1 -- OK Ben Bullock <bkb@cpan.org> Convert JSON into a Perl variable >>> (cd /home/fly818/var/cpan/build/JSON-Parse-0.19-NpKysp && tar cvf - JSON-Parse-0.19.ppd blib) | gzip -c >/home/fly818/var/REPO/B/BK/BKB/JSON-Parse-0.19.tar.gz JSON-Parse-0.19.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/fly818/var/cpan/build/JSON-Parse-0.19-NpKysp/JSON-Parse-0.19.ppd /home/fly818/var/REPO/B/BK/BKB VmSize: 133000 kB Finished 2013-03-15T16:09:56