cpantestlogs/Apache::JSONRPC_genfailure.log
2017-05-02 18:44:36 -07:00

209 lines
8.8 KiB
Text

perl-blead
==========
cpanm (App::cpanminus) 1.7043 on perl 5.026000 built for x86_64-linux
Work directory is /home/ryan/.cpanm/work/1493451264.16587
You have make /usr/bin/make
You have LWP 6.26
You have /bin/tar: tar (GNU tar) 1.29
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by John Gilmore and Jay Fenlason.
You have /usr/bin/unzip
Searching Apache::JSONRPC () on cpanmetadb ...
Unpacking JSON-1.15.tar.gz
--> Working on Apache::JSONRPC
Fetching http://www.cpan.org/authors/id/M/MA/MAKAMAKA/JSON-1.15.tar.gz ... OK
JSON-1.15/
JSON-1.15/Changes
JSON-1.15/lib/
JSON-1.15/lib/Apache/
JSON-1.15/lib/Apache/JSONRPC.pm
JSON-1.15/lib/JSON/
JSON-1.15/lib/JSON/Converter.pm
JSON-1.15/lib/JSON/Parser.pm
JSON-1.15/lib/JSON/PP.pm
JSON-1.15/lib/JSON/PP5005.pm
JSON-1.15/lib/JSON/PP56.pm
JSON-1.15/lib/JSON.pm
JSON-1.15/lib/JSONRPC/
JSON-1.15/lib/JSONRPC/Transport/
JSON-1.15/lib/JSONRPC/Transport/HTTP.pm
JSON-1.15/lib/JSONRPC.pm
JSON-1.15/Makefile.PL
JSON-1.15/MANIFEST
JSON-1.15/META.yml
JSON-1.15/README
JSON-1.15/t/
JSON-1.15/t/00-pod.t
JSON-1.15/t/01-use.t
JSON-1.15/t/02-base.t
JSON-1.15/t/03-circleref.t
JSON-1.15/t/04-autoconv.t
JSON-1.15/t/05-esc.t
JSON-1.15/t/06-comment.t
JSON-1.15/t/07-extra_number.t
JSON-1.15/t/08-pretty.t
JSON-1.15/t/09-quote.t
JSON-1.15/t/10-ordered.t
JSON-1.15/t/11-convblessed.t
JSON-1.15/t/12-selfconv.t
JSON-1.15/t/13-expo.t
JSON-1.15/t/14-utf8.t
JSON-1.15/t/15-singlequote.t
JSON-1.15/t/16-scalarobj.t
JSON-1.15/t/17-tied.t
JSON-1.15/t/18-roundtrip.t
JSON-1.15/t/MyApp/
JSON-1.15/t/MyApp/Test.pm
JSON-1.15/t/MyApp/Test2.pm
JSON-1.15/t/pp00-load.t
JSON-1.15/t/pp01-base.t
JSON-1.15/t/pp02-literal.t
JSON-1.15/t/pp03-xs_cmpt.t
JSON-1.15/t/rpc01-use.t
JSON-1.15/t/rpc02-query.t
JSON-1.15/t/rpc03-query2.t
JSON-1.15/t/rpc04-json_opt.t
Entering JSON-1.15
Checking configure dependencies from META.yml
Running Makefile.PL
Configuring JSON-1.15 ... Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for JSON
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have HTTP::Response 0 ... Yes (6.11)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
Checking if you have HTTP::Request 0 ... Yes (6.11)
Checking if you have Test::More 0 ... Yes (1.302083)
OK
Building and testing JSON-1.15 ... cp lib/Apache/JSONRPC.pm blib/lib/Apache/JSONRPC.pm
cp lib/JSON/Parser.pm blib/lib/JSON/Parser.pm
cp lib/JSONRPC.pm blib/lib/JSONRPC.pm
cp lib/JSON/PP56.pm blib/lib/JSON/PP56.pm
cp lib/JSONRPC/Transport/HTTP.pm blib/lib/JSONRPC/Transport/HTTP.pm
cp lib/JSON/Converter.pm blib/lib/JSON/Converter.pm
cp lib/JSON/PP.pm blib/lib/JSON/PP.pm
cp lib/JSON.pm blib/lib/JSON.pm
cp lib/JSON/PP5005.pm blib/lib/JSON/PP5005.pm
Manifying 9 pod documents
PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-pod.t ........... ok
t/01-use.t ........... ok
t/02-base.t .......... ok
t/03-circleref.t ..... ok
t/04-autoconv.t ...... ok
t/05-esc.t ........... ok
t/06-comment.t ....... ok
t/07-extra_number.t .. ok
t/08-pretty.t ........ ok
t/09-quote.t ......... ok
t/10-ordered.t ....... ok
Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/"b":"{ <-- HERE 'a' => bless\( {}, 'MyTest' \)}"/ at t/11-convblessed.t line 36.
# Looks like your test exited with 255 before it could output anything.
t/11-convblessed.t ...
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 40/40 subtests
# Failed test 'call to hashToJson'
# at t/12-selfconv.t line 63.
# got: '{"a":{"b":"c","d":["e",1],"f":{"g":"h"}}}'
# expected: '{"a":{"b":"c","f":{"g":"h"},"d":["e",1]}}'
# Looks like you failed 1 test of 15.
t/12-selfconv.t ......
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/15 subtests
t/13-expo.t .......... ok
t/14-utf8.t .......... ok
t/15-singlequote.t ... ok
t/16-scalarobj.t ..... ok
t/17-tied.t .......... ok
t/18-roundtrip.t ..... ok
t/pp00-load.t ........ ok
t/pp01-base.t ........ ok
t/pp02-literal.t ..... ok
t/pp03-xs_cmpt.t ..... ok
Can't use 'defined(%hash)' (Maybe you should just omit the defined()?) at /home/ryan/.cpanm/work/1493451264.16587/JSON-1.15/blib/lib/JSONRPC.pm line 105.
Compilation failed in require at /home/ryan/.cpanm/work/1493451264.16587/JSON-1.15/blib/lib/JSONRPC/Transport/HTTP.pm line 4.
BEGIN failed--compilation aborted at /home/ryan/.cpanm/work/1493451264.16587/JSON-1.15/blib/lib/JSONRPC/Transport/HTTP.pm line 4.
Compilation failed in require at t/rpc01-use.t line 4.
BEGIN failed--compilation aborted at t/rpc01-use.t line 4.
t/rpc01-use.t ........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/1 subtests
Can't use 'defined(%hash)' (Maybe you should just omit the defined()?) at /home/ryan/.cpanm/work/1493451264.16587/JSON-1.15/blib/lib/JSONRPC.pm line 105.
Compilation failed in require at /home/ryan/.cpanm/work/1493451264.16587/JSON-1.15/blib/lib/JSONRPC/Transport/HTTP.pm line 4.
BEGIN failed--compilation aborted at /home/ryan/.cpanm/work/1493451264.16587/JSON-1.15/blib/lib/JSONRPC/Transport/HTTP.pm line 4.
Compilation failed in require at t/rpc02-query.t line 7.
BEGIN failed--compilation aborted at t/rpc02-query.t line 7.
# Looks like your test exited with 2 before it could output anything.
t/rpc02-query.t ......
Dubious, test returned 2 (wstat 512, 0x200)
Failed 16/16 subtests
Can't use 'defined(%hash)' (Maybe you should just omit the defined()?) at /home/ryan/.cpanm/work/1493451264.16587/JSON-1.15/blib/lib/JSONRPC.pm line 105.
Compilation failed in require at /home/ryan/.cpanm/work/1493451264.16587/JSON-1.15/blib/lib/JSONRPC/Transport/HTTP.pm line 4.
BEGIN failed--compilation aborted at /home/ryan/.cpanm/work/1493451264.16587/JSON-1.15/blib/lib/JSONRPC/Transport/HTTP.pm line 4.
Compilation failed in require at t/rpc03-query2.t line 8.
BEGIN failed--compilation aborted at t/rpc03-query2.t line 8.
# Looks like your test exited with 2 before it could output anything.
t/rpc03-query2.t .....
Dubious, test returned 2 (wstat 512, 0x200)
Failed 29/29 subtests
Can't use 'defined(%hash)' (Maybe you should just omit the defined()?) at /home/ryan/.cpanm/work/1493451264.16587/JSON-1.15/blib/lib/JSONRPC.pm line 105.
Compilation failed in require at /home/ryan/.cpanm/work/1493451264.16587/JSON-1.15/blib/lib/JSONRPC/Transport/HTTP.pm line 4.
BEGIN failed--compilation aborted at /home/ryan/.cpanm/work/1493451264.16587/JSON-1.15/blib/lib/JSONRPC/Transport/HTTP.pm line 4.
Compilation failed in require at t/rpc04-json_opt.t line 7.
BEGIN failed--compilation aborted at t/rpc04-json_opt.t line 7.
# Looks like your test exited with 2 before it could output anything.
t/rpc04-json_opt.t ...
Dubious, test returned 2 (wstat 512, 0x200)
Failed 13/13 subtests
Test Summary Report
-------------------
t/11-convblessed.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 40 tests but ran 0.
t/12-selfconv.t (Wstat: 256 Tests: 15 Failed: 1)
Failed test: 6
Non-zero exit status: 1
t/rpc01-use.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 1 tests but ran 0.
t/rpc02-query.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 16 tests but ran 0.
t/rpc03-query2.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 29 tests but ran 0.
t/rpc04-json_opt.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 13 tests but ran 0.
Files=27, Tests=327, 1 wallclock secs ( 0.06 usr 0.00 sys + 0.74 cusr 0.02 csys = 0.82 CPU)
Result: FAIL
Failed 6/27 test programs. 1/327 subtests failed.
Makefile:876: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 2
! Installing Apache::JSONRPC failed. See /home/ryan/.cpanm/work/1493451264.16587/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose Apache::JSONRPC] terminated with exit code 1 ($? = 256) under the following perl environment:
Command terminated with non-zero status.
Current perl:
Name: perl-blead
Path: /home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl
Config: -de -Dprefix=/home/ryan/perl5/perlbrew/perls/perl-blead -Dusedevel -Aeval:scriptdir=/home/ryan/perl5/perlbrew/perls/perl-blead/bin
Compiled at: Mar 30 2017 03:10:09
perlbrew:
version: 0.78
ENV:
PERLBREW_ROOT: /home/ryan/perl5/perlbrew
PERLBREW_HOME: /home/ryan/.perlbrew
PERLBREW_PATH: /home/ryan/perl5/perlbrew/bin:/home/ryan/perl5/perlbrew/perls/perl-blead/bin
PERLBREW_MANPATH: /home/ryan/perl5/perlbrew/perls/perl-blead/man