PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2013-12-10T14:37:28 ActivePerl-1402 CPAN-2.00 Reading '/export/home/fly1464/var/cpan/Metadata' Database was generated on Tue, 10 Dec 2013 21:17:02 GMT Running make for B/BK/BKB/JSON-Parse-0.26.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/B/BK/BKB/JSON-Parse-0.26.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/B/BK/BKB/CHECKSUMS Checksum for /export/home/fly1464/var/cpan/sources/authors/id/B/BK/BKB/JSON-Parse-0.26.tar.gz ok JSON-Parse-0.26/ JSON-Parse-0.26/t/ JSON-Parse-0.26/lib/ JSON-Parse-0.26/Json3-perl.c JSON-Parse-0.26/unicode.c JSON-Parse-0.26/Json3.xs JSON-Parse-0.26/Changes JSON-Parse-0.26/MANIFEST.SKIP JSON-Parse-0.26/MANIFEST JSON-Parse-0.26/README JSON-Parse-0.26/Json3-entry-points.c JSON-Parse-0.26/Json3-perl-common.c JSON-Parse-0.26/unicode.h JSON-Parse-0.26/Makefile.PL JSON-Parse-0.26/META.yml JSON-Parse-0.26/META.json JSON-Parse-0.26/lib/JSON/ JSON-Parse-0.26/lib/JSON/Parse.pm JSON-Parse-0.26/lib/JSON/Parse.pod JSON-Parse-0.26/t/Json3.t JSON-Parse-0.26/t/JSON-Parse.t JSON-Parse-0.26/t/test.json JSON-Parse-0.26/t/valid-json.t JSON-Parse-0.26/t/read-file.t JSON-Parse-0.26/t/unicode.t JSON-Parse-0.26/t/numbers.t CPAN.pm: Building B/BK/BKB/JSON-Parse-0.26.tar.gz >>> /export/home/fly1464/bin/perl Makefile.PL 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/fly1464/bin/perl /export/home/fly1464/var/megalib/ExtUtils/xsubpp -typemap /export/home/fly1464/ap1402/lib/ExtUtils/typemap Json3.xs > Json3.xsc && mv Json3.xsc Json3.c cc -c -D_REENTRANT -xarch=v9 -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"0.26\" -DXS_VERSION=\"0.26\" -KPIC "-I/export/home/fly1464/ap1402/lib/CORE" Json3.c "/export/home/fly1464/ap1402/lib/CORE/regexp.h", line 329: warning: statement not reached "Json3-perl-common.c", line 167: warning: argument #2 is incompatible with prototype: prototype: pointer to unsigned char : "unicode.c", line 64 argument : pointer to char "Json3-perl-common.c", line 183: warning: argument #3 is incompatible with prototype: prototype: pointer to unsigned char : "unicode.c", line 102 argument : pointer to char "Json3-entry-points.c", line 21: warning: argument #3 is incompatible with prototype: prototype: const pointer to unsigned long : "/export/home/fly1464/ap1402/lib/CORE/proto.h", line 3566 argument : pointer to unsigned int "Json3-entry-points.c", line 77: warning: argument #3 is incompatible with prototype: prototype: const pointer to unsigned long : "/export/home/fly1464/ap1402/lib/CORE/proto.h", line 3566 argument : pointer to unsigned int rm -f blib/arch/auto/JSON/Parse/Parse.so cc -G -xarch=v9 -L/opt/SUNWspro/prod/lib/v9 -L/lib/sparcv9 -L/usr/lib/sparcv9 -L/usr/ccs/lib/sparcv9 Json3.o -o blib/arch/auto/JSON/Parse/Parse.so \ \ chmod 755 blib/arch/auto/JSON/Parse/Parse.so /export/home/fly1464/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.26.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/fly1464/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t 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 ok 10 - ! Not valid missing end } ok 11 - found error in '"bad":"city"}' ok 12 - Got error message ok 13 - Not valid bad json ok 14 - Test a value 10021 ok 15 - Validate ok 16 - json array to perl array ok 17 - json object to perl hash 1..17 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 t/numbers.t ..... 1..11 # 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 - Error for leading zero ok t/read-file.t ... ok 1 1..1 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 - UTF-8 survives ok 9 - Not UTF-8 not marked as UTF-8 ok 10 - kani upgraded regardless ok 11 - input string not upgraded, even though it's UTF-8 ok 12 - upgrade this too ok 13 - length is two by magic 1..13 ok t/valid-json.t .. ok 1 ok 2 - validate_json dies ok 3 - line number OK ok 4 ok 5 - empty input dies ok 6 - flagged as empty input ok 7 ok 8 - undef input dies ok 9 - flagged as empty input 1..9 ok All tests successful. Files=6, Tests=104, 1 wallclock secs ( 0.20 usr 0.01 sys + 1.03 cusr 0.15 csys = 1.39 CPU) Result: PASS BKB/JSON-Parse-0.26.tar.gz make test TEST_VERBOSE=1 -- OK Ben Bullock <bkb@cpan.org> Convert JSON into a Perl variable >>> (cd /export/home/fly1464/var/cpan/build/JSON-Parse-0.26-wIWtgc && tar cvf - JSON-Parse-0.26.ppd blib) | gzip -c >/export/home/fly1464/var/REPO/B/BK/BKB/JSON-Parse-0.26.tar.gz JSON-Parse-0.26.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/man3/ blib/man3/JSON::Parse.3 >>> mv /export/home/fly1464/var/cpan/build/JSON-Parse-0.26-wIWtgc/JSON-Parse-0.26.ppd /export/home/fly1464/var/REPO/B/BK/BKB Finished 2013-12-10T14:37:48