PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2013-12-25T08:04:21 ActivePerl-818 CPAN-2.00 Reading '/export/home/fly818/var/cpan/Metadata' Database was generated on Wed, 25 Dec 2013 14:41:04 GMT Running make for B/BK/BKB/JSON-Parse-0.29.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/B/BK/BKB/JSON-Parse-0.29.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.29.tar.gz ok You have Archive::Tar 1.40, but 1.50 or later is recommended. Please upgrade. JSON-Parse-0.29/ JSON-Parse-0.29/unicode.c JSON-Parse-0.29/Makefile.PL JSON-Parse-0.29/t/ JSON-Parse-0.29/Json3.xs JSON-Parse-0.29/Json3-perl.c JSON-Parse-0.29/utf8-bytes.c JSON-Parse-0.29/utf8-next-byte.c JSON-Parse-0.29/MANIFEST JSON-Parse-0.29/README JSON-Parse-0.29/unicode.h JSON-Parse-0.29/lib/ JSON-Parse-0.29/Changes JSON-Parse-0.29/Json3-common.c JSON-Parse-0.29/errors.c JSON-Parse-0.29/MANIFEST.SKIP JSON-Parse-0.29/script/ JSON-Parse-0.29/Json3-entry-points.c JSON-Parse-0.29/utf8-byte-one.c JSON-Parse-0.29/META.yml JSON-Parse-0.29/META.json JSON-Parse-0.29/script/validjson JSON-Parse-0.29/lib/JSON/ JSON-Parse-0.29/lib/JSON/Parse.pm JSON-Parse-0.29/lib/JSON/Parse.pod JSON-Parse-0.29/t/syntax-error-1.json JSON-Parse-0.29/t/array.t JSON-Parse-0.29/t/valid-json.t JSON-Parse-0.29/t/test-empty-string.t JSON-Parse-0.29/t/read-file.t JSON-Parse-0.29/t/test.json JSON-Parse-0.29/t/unicode.t JSON-Parse-0.29/t/JSON-Parse.t JSON-Parse-0.29/t/numbers.t JSON-Parse-0.29/t/Json3.t JSON-Parse-0.29/t/utf8.t JSON-Parse-0.29/t/whitespace.t JSON-Parse-0.29/t/syntax.t CPAN.pm: Building B/BK/BKB/JSON-Parse-0.29.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/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 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.29\" -DXS_VERSION=\"0.29\" -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.29.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 - ! Valid empty string ok 9 - found error All 9 subtests passed 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 = 骪 All 3 subtests passed t/utf8.t ............... ok 1 ok 2 All 2 subtests passed t/valid-json.t ......... No subtests run t/whitespace.t ......... 1..2 ok 1 - valid json with extra whitespace ok 2 - No errors parsing JSON ok Test Summary Report ------------------- t/JSON-Parse.t (Wstat: 10 Tests: 9 Failed: 0) Non-zero wait status: 10 Parse errors: No plan found in TAP output t/unicode.t (Wstat: 10 Tests: 3 Failed: 0) Non-zero wait status: 10 Parse errors: No plan found in TAP output t/utf8.t (Wstat: 10 Tests: 2 Failed: 0) Non-zero wait status: 10 Parse errors: No plan found in TAP output t/valid-json.t (Wstat: 10 Tests: 0 Failed: 0) Non-zero wait status: 10 Parse errors: No plan found in TAP output Files=11, Tests=88, 2 wallclock secs ( 0.21 usr 0.10 sys + 1.53 cusr 0.28 csys = 2.12 CPU) Result: FAIL Failed 4/11 test programs. 0/88 subtests failed. make: *** [test_dynamic] Error 29 BKB/JSON-Parse-0.29.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.29.tar.gz Finished 2013-12-25T08:04:38