PATH=/usr/bin:/bin:/home/fly1400/var/megalib/bin Start 2013-12-11T12:09:56 ActivePerl-1400 CPAN-2.00 Reading '/home/fly1400/var/cpan/Metadata' Database was generated on Wed, 11 Dec 2013 18:17:03 GMT Running make for B/BK/BKB/JSON-Parse-0.27.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/B/BK/BKB/JSON-Parse-0.27.tar.gz Checksum for /home/fly1400/var/cpan/sources/authors/id/B/BK/BKB/JSON-Parse-0.27.tar.gz ok JSON-Parse-0.27/ JSON-Parse-0.27/MANIFEST.SKIP JSON-Parse-0.27/Changes JSON-Parse-0.27/MANIFEST JSON-Parse-0.27/unicode.h JSON-Parse-0.27/t/ JSON-Parse-0.27/unicode.c JSON-Parse-0.27/Json3-perl.c JSON-Parse-0.27/lib/ JSON-Parse-0.27/Json3-entry-points.c JSON-Parse-0.27/Makefile.PL JSON-Parse-0.27/Json3.xs JSON-Parse-0.27/README JSON-Parse-0.27/Json3-perl-common.c JSON-Parse-0.27/META.yml JSON-Parse-0.27/META.json JSON-Parse-0.27/lib/JSON/ JSON-Parse-0.27/lib/JSON/Parse.pod JSON-Parse-0.27/lib/JSON/Parse.pm JSON-Parse-0.27/t/unicode.t JSON-Parse-0.27/t/valid-json.t JSON-Parse-0.27/t/read-file.t JSON-Parse-0.27/t/JSON-Parse.t JSON-Parse-0.27/t/numbers.t JSON-Parse-0.27/t/test.json /bin/tar: Read 7680 bytes from - JSON-Parse-0.27/t/Json3.t CPAN.pm: Building B/BK/BKB/JSON-Parse-0.27.tar.gz >>> /home/fly1400/ap1400/bin/perl-static 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 /home/fly1400/ap1400/bin/perl-static /home/fly1400/var/megalib/ExtUtils/xsubpp -typemap /home/fly1400/ap1400/lib/ExtUtils/typemap Json3.xs > Json3.xsc && mv Json3.xsc Json3.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.27\" -DXS_VERSION=\"0.27\" -fPIC "-I/home/fly1400/ap1400/lib/CORE" Json3.c In file included from Json3.xs:12: Json3-entry-points.c: In function 'parse': Json3-entry-points.c:42: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type Json3-entry-points.c: In function 'validate': Json3-entry-points.c:98: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type rm -f blib/arch/auto/JSON/Parse/Parse.so gcc -shared -O2 Json3.o -o blib/arch/auto/JSON/Parse/Parse.so \ \ chmod 755 blib/arch/auto/JSON/Parse/Parse.so /home/fly1400/ap1400/bin/perl-static -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.27.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 /home/fly1400/ap1400/bin/perl-static "-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 - 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 1..15 ok t/valid-json.t .. ok 1 ok 2 - validate_json dies ok 3 - line number OK ok 4 - Parsing of ' ' with 'valid_json' failed ok 5 - Parsing of ' ' with 'validate_json' failed ok 6 - Got expected error '(?^i:empty input)' parsing ' ' ok 7 ok 8 - undef input dies ok 9 - flagged as empty input ok 10 - Parsing of '{,"bad":"bad"}' with 'valid_json' failed ok 11 - Parsing of '{,"bad":"bad"}' with 'validate_json' failed ok 12 - Got expected error '(?^i:stray comma)' parsing '{,"bad":"bad"}' ok 13 - Parsing of '[,"bad","bad"]' with 'valid_json' failed ok 14 - Parsing of '[,"bad","bad"]' with 'validate_json' failed ok 15 - Got expected error '(?^i:stray comma)' parsing '[,"bad","bad"]' ok 16 - Parsing of '{"bad",:"bad"}' with 'valid_json' failed ok 17 - Parsing of '{"bad",:"bad"}' with 'validate_json' failed ok 18 - Got expected error '(?^i:unknown character)' parsing '{"bad",:"bad"}' ok 19 - Parsing of '{"bad":,"bad"}' with 'valid_json' failed ok 20 - Parsing of '{"bad":,"bad"}' with 'validate_json' failed ok 21 - Got expected error '(?^i:unknown character)' parsing '{"bad":,"bad"}' ok 22 - Parsing of '{"bad":"bad",}' with 'valid_json' failed ok 23 - Parsing of '{"bad":"bad",}' with 'validate_json' failed ok 24 - Got expected error '(?^i:illegal trailing comma)' parsing '{"bad":"bad",}' ok 25 - Parsing of '["bad","bad",]' with 'valid_json' failed ok 26 - Parsing of '["bad","bad",]' with 'validate_json' failed ok 27 - Got expected error '(?^i:illegal trailing comma)' parsing '["bad","bad",]' ok 28 - Parsing of '["bad" "bad"]' with 'valid_json' failed ok 29 - Parsing of '["bad" "bad"]' with 'validate_json' failed ok 30 - Got expected error '(?^i:unknown character)' parsing '["bad" "bad"]' ok 31 - Parsing of '["bad"]' with 'valid_json' succeeded ok 32 - Parsing of '["bad"]' with 'validate_json' succeeded ok 33 - Parsing of '[]' with 'valid_json' succeeded ok 34 - Parsing of '[]' with 'validate_json' succeeded ok 35 - Parsing of '{}' with 'valid_json' succeeded ok 36 - Parsing of '{}' with 'validate_json' succeeded ok 37 - Parsing of '{"bad":"bad"}}' with 'valid_json' failed ok 38 - Parsing of '{"bad":"bad"}}' with 'validate_json' failed ok 39 - Got expected error '(?^i:stray character)' parsing '{"bad":"bad"}}' ok 40 - Parsing of '{"bad":"bad"}}' with 'valid_json' failed ok 41 - Parsing of '{"bad":"bad"}}' with 'validate_json' failed ok 42 - Got expected error '(?^i:stray character)' parsing '{"bad":"bad"}}' ok 43 - Parsing of '{"bad":"forgot the end quotes}' with 'valid_json' failed ok 44 - Parsing of '{"bad":"forgot the end quotes}' with 'validate_json' failed ok 45 - Got expected error '(?^i:end of input)' parsing '{"bad":"forgot the end quotes}' ok 46 - Parsing of '["pupparoon baba"]' with 'valid_json' failed ok 47 - Parsing of '["pupparoon baba"]' with 'validate_json' failed ok 48 - Got expected error '(?^i:illegal.*0x00)' parsing '["pupparoon baba"]' ok 49 - Parsing of '[""]' with 'valid_json' failed ok 50 - Parsing of '[""]' with 'validate_json' failed ok 51 - Got expected error '(?^i:illegal.*0x07)' parsing '[""]' ok 52 - Parsing of '["\u0000"]' with 'valid_json' succeeded ok 53 - Parsing of '["\u0000"]' with 'validate_json' succeeded ok 54 - Parsing of '["\u0007"]' with 'valid_json' succeeded ok 55 - Parsing of '["\u0007"]' with 'validate_json' succeeded ok 56 - Parsing of ' # { # # "why" # : # "do" # } # ' with 'valid_json' succeeded ok 57 - Parsing of ' # { # # "why" # : # "do" # } # ' with 'validate_json' succeeded 1..57 ok All tests successful. Files=6, Tests=154, 3 wallclock secs ( 0.07 usr 0.02 sys + 0.28 cusr 0.05 csys = 0.42 CPU) Result: PASS BKB/JSON-Parse-0.27.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.27-Ke4r52 && tar cvf - JSON-Parse-0.27.ppd blib) | gzip -c >/home/fly1400/var/REPO/B/BK/BKB/JSON-Parse-0.27.tar.gz JSON-Parse-0.27.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 /home/fly1400/var/cpan/build/JSON-Parse-0.27-Ke4r52/JSON-Parse-0.27.ppd /home/fly1400/var/REPO/B/BK/BKB VmSize: 241744 kB Finished 2013-12-11T12:10:19