PATH=/usr/bin:/bin:/home/fly1200/var/megalib/bin Start 2013-09-16T08:12:40 ActivePerl-1200 CPAN-2.00 Reading '/home/fly1200/var/cpan/Metadata' Database was generated on Mon, 16 Sep 2013 14:07:50 GMT Running make for B/BK/BKB/JSON-Parse-0.23.tar.gz Checksum for /net/nas/data/cpan/authors/id/B/BK/BKB/JSON-Parse-0.23.tar.gz ok JSON-Parse-0.23/ JSON-Parse-0.23/benchmarks/ JSON-Parse-0.23/t/ JSON-Parse-0.23/Changes JSON-Parse-0.23/MANIFEST JSON-Parse-0.23/Json3-perl.c JSON-Parse-0.23/Json3.xs JSON-Parse-0.23/MANIFEST.SKIP JSON-Parse-0.23/lib/ JSON-Parse-0.23/Makefile.PL JSON-Parse-0.23/META.yml JSON-Parse-0.23/META.json JSON-Parse-0.23/lib/JSON/ JSON-Parse-0.23/lib/JSON/Parse.pm JSON-Parse-0.23/lib/JSON/Parse.pod JSON-Parse-0.23/t/read-file.t JSON-Parse-0.23/t/Json3.t JSON-Parse-0.23/t/test.json JSON-Parse-0.23/t/numbers.t JSON-Parse-0.23/t/JSON-Parse.t JSON-Parse-0.23/benchmarks/exp.json JSON-Parse-0.23/benchmarks/sentences-object.json JSON-Parse-0.23/benchmarks/literals.json JSON-Parse-0.23/benchmarks/exp-plus.json JSON-Parse-0.23/benchmarks/words-array.json JSON-Parse-0.23/benchmarks/floating.json JSON-Parse-0.23/benchmarks/url-numbers.json JSON-Parse-0.23/benchmarks/url.json JSON-Parse-0.23/benchmarks/small-ints.json JSON-Parse-0.23/benchmarks/bench JSON-Parse-0.23/benchmarks/letters.json JSON-Parse-0.23/benchmarks/words-object-20.json JSON-Parse-0.23/benchmarks/escape-words.json JSON-Parse-0.23/benchmarks/words.json JSON-Parse-0.23/benchmarks/numbers-object.json JSON-Parse-0.23/benchmarks/big-ints.json JSON-Parse-0.23/benchmarks/url-short.json JSON-Parse-0.23/benchmarks/cpantesters.json JSON-Parse-0.23/benchmarks/long.json JSON-Parse-0.23/benchmarks/words-object.json CPAN.pm: Building B/BK/BKB/JSON-Parse-0.23.tar.gz >>> /home/fly1200/ap1200/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Generating a GNU-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 /home/fly1200/ap1200/bin/perl-static /home/fly1200/var/megalib/ExtUtils/xsubpp -typemap /home/fly1200/ap1200/lib/ExtUtils/typemap Json3.xs > Json3.xsc && mv Json3.xsc Json3.c gcc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DUSE_SITECUSTOMIZE -fno-merge-constants -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.23\" -DXS_VERSION=\"0.23\" -fPIC "-I/home/fly1200/ap1200/lib/CORE" Json3.c Running Mkbootstrap for JSON::Parse () chmod 644 Parse.bs 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 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.23.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly1200/ap1200/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t Wide character in print at /home/fly1200/var/megalib/Test/Builder.pm line 1759. t/JSON-Parse.t .. # 2.3 ok 1 - Two point three ok 2 - Don't tickle baby ok 3 - Valid OK JSON ok 4 - Magic, magic, you can do magic ok 5 - Now that's not very nice. 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 - Unicode \uXXXX parsed # TODO \u not implemented not ok 12 - Unicode \uXXXX parsed correctly # TODO \u not implemented # Failed (TODO) test 'Unicode \uXXXX parsed correctly' # at t/JSON-Parse.t line 47. # got: undef # expected: '骪' ok 13 - Valid good JSON # TODO \u not implemented ok 14 - found error in '"bad":"city"}' ok 15 - Got error message ok 16 - Not valid bad json ok 17 - Test a value 10021 ok 18 - Validate ok 19 - json array to perl array ok 20 - json object to perl hash ok 21 - UTF-8 survives ok 22 - Not UTF-8 not marked as UTF-8 1..22 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 escape is copied for non-UTF-8 marked 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 All tests successful. Test Summary Report ------------------- t/JSON-Parse.t (Wstat: 0 Tests: 22 Failed: 0) TODO passed: 11, 13 Files=4, Tests=87, 1 wallclock secs ( 0.05 usr 0.00 sys + 0.22 cusr 0.01 csys = 0.28 CPU) Result: PASS BKB/JSON-Parse-0.23.tar.gz make test TEST_VERBOSE=1 -- OK Ben Bullock <bkb@cpan.org> Convert JSON into a Perl variable >>> (cd /home/fly1200/var/cpan/build/JSON-Parse-0.23-w7YPk1 && tar cvf - JSON-Parse-0.23.ppd blib) | gzip -c >/home/fly1200/var/REPO/B/BK/BKB/JSON-Parse-0.23.tar.gz JSON-Parse-0.23.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/fly1200/var/cpan/build/JSON-Parse-0.23-w7YPk1/JSON-Parse-0.23.ppd /home/fly1200/var/REPO/B/BK/BKB VmSize: 119548 kB Finished 2013-09-16T08:12:46