PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2014-03-23T20:06:50 ActivePerl-818 CPAN-2.00 Reading '/export/home/fly818/var/cpan/Metadata' Database was generated on Mon, 24 Mar 2014 02:06:14 GMT Running make for B/BK/BKB/JSON-Parse-0.30.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/B/BK/BKB/JSON-Parse-0.30.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/B/BK/BKB/CHECKSUMS Checksum for /export/home/fly818/var/cpan/sources/authors/id/B/BK/BKB/JSON-Parse-0.30.tar.gz ok You have Archive::Tar 1.40, but 1.50 or later is recommended. Please upgrade. JSON-Parse-0.30/ JSON-Parse-0.30/unicode.c JSON-Parse-0.30/Makefile.PL JSON-Parse-0.30/Changes JSON-Parse-0.30/MANIFEST JSON-Parse-0.30/FILES JSON-Parse-0.30/t/ JSON-Parse-0.30/json-entry-points.c JSON-Parse-0.30/lib/ JSON-Parse-0.30/utf8-byte-one.c JSON-Parse-0.30/README JSON-Parse-0.30/script/ JSON-Parse-0.30/MANIFEST.SKIP JSON-Parse-0.30/Json3.xs JSON-Parse-0.30/json-common.c JSON-Parse-0.30/json-whitespace.c JSON-Parse-0.30/unicode.h JSON-Parse-0.30/typemap JSON-Parse-0.30/errors.c JSON-Parse-0.30/utf8-next-byte.c JSON-Parse-0.30/json-perl.c JSON-Parse-0.30/META.yml JSON-Parse-0.30/META.json JSON-Parse-0.30/script/validjson JSON-Parse-0.30/lib/JSON/ JSON-Parse-0.30/lib/JSON/Whitespace.pm JSON-Parse-0.30/lib/JSON/Parse.pm JSON-Parse-0.30/lib/JSON/Tokenize.pm JSON-Parse-0.30/lib/JSON/Parse.pod JSON-Parse-0.30/t/valid-json.t JSON-Parse-0.30/t/Json3.t JSON-Parse-0.30/t/utf8.t JSON-Parse-0.30/t/whitespace.t JSON-Parse-0.30/t/JSON-Parse.t JSON-Parse-0.30/t/test.json JSON-Parse-0.30/t/array.t JSON-Parse-0.30/t/unicode.t JSON-Parse-0.30/t/read-file.t JSON-Parse-0.30/t/numbers.t JSON-Parse-0.30/t/test-empty-string.t JSON-Parse-0.30/t/syntax-error-1.json JSON-Parse-0.30/t/syntax.t CPAN.pm: Building B/BK/BKB/JSON-Parse-0.30.tar.gz >>> /export/home/fly818/bin/perl Makefile.PL Warning: Perl version 5.008009 or higher required. We run 5.008008. Checking if your kit is complete... Looks good Generating a Unix-style Makefile 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/Tokenize.pm blib/lib/JSON/Tokenize.pm cp lib/JSON/Whitespace.pm blib/lib/JSON/Whitespace.pm cp lib/JSON/Parse.pm blib/lib/JSON/Parse.pm Running Mkbootstrap for JSON::Parse () chmod 644 Parse.bs /export/home/fly818/bin/perl /export/home/fly818/var/megalib/ExtUtils/xsubpp -typemap /export/home/fly818/ap818/lib/ExtUtils/typemap -typemap typemap Json3.xs > Json3.xsc && mv Json3.xsc Json3.c cc -c -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"0.30\" -DXS_VERSION=\"0.30\" -KPIC "-I/export/home/fly818/ap818/lib/CORE" Json3.c rm -f blib/arch/auto/JSON/Parse/Parse.so cc -G -L/usr/lib -L/usr/ccs/lib -L/opt/SUNWspro/WS6U2/lib Json3.o -o blib/arch/auto/JSON/Parse/Parse.so \ \ chmod 755 blib/arch/auto/JSON/Parse/Parse.so /export/home/fly818/bin/perl -MExtUtils::Command::MM -e 'cp_nonempty' -- Parse.bs blib/arch/auto/JSON/Parse/Parse.bs 644 Manifying blib/man3/JSON::Parse.3 BKB/JSON-Parse-0.30.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 Running Mkbootstrap for JSON::Parse () chmod 644 Parse.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 t/array.t .............. ok 1 ok 2 1..2 ok t/JSON-Parse.t ......... # 2.3 ok 1 - Two point three ok 2 - Parse hash ok 3 - Valid OK JSON ok 4 - Parse true literal. ok 5 - Parse false literal. ok 6 - Valid OK JSON ok 7 - Empty string returns undef ok 8 - undefined value as input returns undef ok 9 - whitespace as input returns undef ok 10 - ! Valid empty string ok 11 - found error ok 12 - ! Not valid missing end } ok 13 - found error in '"bad":"city"}' ok 14 - Got error message ok 15 - Not valid bad json ok 16 - Test a value 10021 ok 17 - Validate ok 18 - json array to perl array ok 19 - json object to perl hash 1..19 ok t/Json3.t .............. ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 - Got value 1 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 - Got a hash ok 17 ok 18 - Key for 'a' is defined ok 19 - Value for 'a' is one ok 20 - got a value ok 21 - Got a hash ok 22 - Right no of keys ok 23 - Got key william ok 24 - Got right value for william ok 25 ok 26 - Got a hash ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 - Nested hash depth 2 ok 40 ok 41 ok 42 ok 43 - Nested hash depth 4 ok 44 ok 45 ok 46 - Unicode switched on for character escapes ok 47 - Got JSON ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 1..53 ok Attempt to free unreferenced scalar: SV 0x149458, Perl interpreter: 0x148470 during global destruction. t/numbers.t ............ ok 1 - Parsed [1.9e+9] OK ok 2 - Parsed OK ok 3 - Got 100 for integer ok 4 - Got 1.5 for decimal ok 5 - Got 100 for exponent ok 6 - got 19/1000 for exponent- ok 7 - got 1_900_000_000 for exponent+ ok 8 - got 0.01 for fraction ok 9 - Got 0.12345 ok 10 - Don't accept 0...111 ok 11 - Error for leading zero ok 12 1..12 ok t/read-file.t .......... ok 1 1..1 ok t/syntax.t ............. # ok 1 1..1 ok t/test-empty-string.t .. ok 1 ok 2 ok 3 1..3 ok t/unicode.t ............ ok 1 - Valid good JSON ok 2 - Unicode \uXXXX parsed ok 3 - Unicode \uXXXX parsed correctly # keys = 骪 ok 4 - ["\uD800", "バター"] is invalid ok 5 - ["\uD800"] is valid ok 6 - parsed surrogate pairs ok 7 - g-clef surrogate pair ok 8 - parsed surrogate pairs ok 9 - g-clef surrogate pair ok 10 - UTF-8 survives ok 11 - Not UTF-8 not marked as UTF-8 ok 12 - kani upgraded regardless ok 13 - input string not upgraded, even though it's UTF-8 ok 14 - upgrade this too ok 15 - length is two by magic ok 16 - invalid DE8C + space 1..16 ok t/utf8.t ............... ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 - first byte 192, second byte space invalid ok 14 - first byte 193, second byte space invalid ok 15 - first byte 194, second byte space invalid ok 16 - first byte 195, second byte space invalid ok 17 - first byte 196, second byte space invalid ok 18 - first byte 197, second byte space invalid ok 19 - first byte 198, second byte space invalid ok 20 - first byte 199, second byte space invalid ok 21 - first byte 200, second byte space invalid ok 22 - first byte 201, second byte space invalid ok 23 - first byte 202, second byte space invalid ok 24 - first byte 203, second byte space invalid ok 25 - first byte 204, second byte space invalid ok 26 - first byte 205, second byte space invalid ok 27 - first byte 206, second byte space invalid ok 28 - first byte 207, second byte space invalid ok 29 - first byte 208, second byte space invalid ok 30 - first byte 209, second byte space invalid ok 31 - first byte 210, second byte space invalid ok 32 - first byte 211, second byte space invalid ok 33 - first byte 212, second byte space invalid ok 34 - first byte 213, second byte space invalid ok 35 - first byte 214, second byte space invalid ok 36 - first byte 215, second byte space invalid ok 37 - first byte 216, second byte space invalid ok 38 - first byte 217, second byte space invalid ok 39 - first byte 218, second byte space invalid ok 40 - first byte 219, second byte space invalid ok 41 - first byte 220, second byte space invalid ok 42 - first byte 221, second byte space invalid ok 43 - first byte 222, second byte space invalid ok 44 - first byte 223, second byte space invalid ok 45 - first byte 224, second byte space invalid ok 46 - first byte 225, second byte space invalid ok 47 - first byte 226, second byte space invalid ok 48 - first byte 227, second byte space invalid ok 49 - first byte 228, second byte space invalid ok 50 - first byte 229, second byte space invalid ok 51 - first byte 230, second byte space invalid ok 52 - first byte 231, second byte space invalid ok 53 - first byte 232, second byte space invalid ok 54 - first byte 233, second byte space invalid ok 55 - first byte 234, second byte space invalid ok 56 - first byte 235, second byte space invalid ok 57 - first byte 236, second byte space invalid ok 58 - first byte 237, second byte space invalid ok 59 - first byte 238, second byte space invalid ok 60 - first byte 239, second byte space invalid ok 61 - first byte 240, second byte space invalid ok 62 - first byte 241, second byte space invalid ok 63 - first byte 242, second byte space invalid ok 64 - first byte 243, second byte space invalid ok 65 - first byte 244, second byte space invalid ok 66 - invalid ok 67 - c0 af invalid ok 68 - e0 80 af invalid ok 69 - f0 80 80 af invalid ok 70 - c1 bf invalid ok 71 - e0 9f bf invalid ok 72 - f0 8f bf bf invalid ok 73 - c0 80 invalid ok 74 - e0 80 80 invalid ok 75 - f0 80 80 80 invalid ok 76 - ed a0 80 invalid ok 77 - ed ad bf invalid ok 78 - ed ae 80 invalid ok 79 - ed af bf invalid ok 80 - ed b0 80 invalid ok 81 - ed be 80 invalid ok 82 - ed bf bf invalid ok 83 - ed a0 80 ed b0 80 invalid ok 84 - ed a0 80 ed bf bf invalid ok 85 - ed ad bf ed b0 80 invalid ok 86 - ed ad bf ed bf bf invalid ok 87 - ed ae 80 ed b0 80 invalid ok 88 - ed ae 80 ed bf bf invalid ok 89 - ed af bf ed b0 80 invalid ok 90 - ed af bf ed bf bf invalid 1..90 ok t/valid-json.t ......... ok 1 ok 2 - validate_json dies ok 3 - line number OK ok 4 - Error detection for ' ' with 'valid_json' ok 5 - Error detection for ' ' with 'validate_json' All 5 subtests passed t/whitespace.t ......... 1..2 ok 1 - valid json with extra whitespace ok 2 - No errors parsing JSON ok Test Summary Report ------------------- t/valid-json.t (Wstat: 10 Tests: 5 Failed: 0) Non-zero wait status: 10 Parse errors: No plan found in TAP output Files=11, Tests=204, 2 wallclock secs ( 0.23 usr 0.13 sys + 1.61 cusr 0.23 csys = 2.20 CPU) Result: FAIL Failed 1/11 test programs. 0/204 subtests failed. make: *** [test_dynamic] Error 29 BKB/JSON-Parse-0.30.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.30.tar.gz Finished 2014-03-23T20:07:08