107 lines
5.3 KiB
Text
107 lines
5.3 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/1493484503.7635
|
|
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 Catalyst::Plugin::JSONRPC () on cpanmetadb ...
|
|
Unpacking Catalyst-Plugin-JSONRPC-0.01.tar.gz
|
|
--> Working on Catalyst::Plugin::JSONRPC
|
|
Fetching http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Catalyst-Plugin-JSONRPC-0.01.tar.gz ... OK
|
|
Catalyst-Plugin-JSONRPC-0.01/
|
|
Catalyst-Plugin-JSONRPC-0.01/t/
|
|
Catalyst-Plugin-JSONRPC-0.01/t/lib/
|
|
Catalyst-Plugin-JSONRPC-0.01/t/lib/TestApp/
|
|
Catalyst-Plugin-JSONRPC-0.01/t/lib/TestApp/C/
|
|
Catalyst-Plugin-JSONRPC-0.01/t/lib/TestApp/C/JSON.pm
|
|
Catalyst-Plugin-JSONRPC-0.01/t/lib/TestApp.pm
|
|
Catalyst-Plugin-JSONRPC-0.01/t/00_compile.t
|
|
Catalyst-Plugin-JSONRPC-0.01/t/01_server.t
|
|
Catalyst-Plugin-JSONRPC-0.01/META.yml
|
|
Catalyst-Plugin-JSONRPC-0.01/Changes
|
|
Catalyst-Plugin-JSONRPC-0.01/lib/
|
|
Catalyst-Plugin-JSONRPC-0.01/lib/Catalyst/
|
|
Catalyst-Plugin-JSONRPC-0.01/lib/Catalyst/Plugin/
|
|
Catalyst-Plugin-JSONRPC-0.01/lib/Catalyst/Plugin/JSONRPC.pm
|
|
Catalyst-Plugin-JSONRPC-0.01/MANIFEST
|
|
Catalyst-Plugin-JSONRPC-0.01/Makefile.PL
|
|
Entering Catalyst-Plugin-JSONRPC-0.01
|
|
Checking configure dependencies from META.yml
|
|
Running Makefile.PL
|
|
Configuring Catalyst-Plugin-JSONRPC-0.01 ... Checking if your kit is complete...
|
|
Looks good
|
|
Generating a Unix-style Makefile
|
|
Writing Makefile for Catalyst::Plugin::JSONRPC
|
|
Writing MYMETA.yml and MYMETA.json
|
|
Checking dependencies from MYMETA.json ...
|
|
Checking if you have Catalyst 5.6 ... Yes (5.90114)
|
|
Checking if you have Test::More 0.32 ... Yes (1.302083)
|
|
Checking if you have JSON 1 ... Yes (2.90)
|
|
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
|
|
OK
|
|
Building and testing Catalyst-Plugin-JSONRPC-0.01 ... cp lib/Catalyst/Plugin/JSONRPC.pm blib/lib/Catalyst/Plugin/JSONRPC.pm
|
|
Manifying 1 pod document
|
|
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_compile.t .. ok
|
|
[warn] Your application is using the deprecated ::[MVC]:: type naming scheme.
|
|
Please switch your class names to ::Model::, ::View:: and ::Controller: as appropriate.
|
|
'objToJson' will be obsoleted. Please use 'to_json' instead. at t/01_server.t line 34.
|
|
'jsonToObj' will be obsoleted. Please use 'from_json' instead. at /home/ryan/.cpanm/work/1493484503.7635/Catalyst-Plugin-JSONRPC-0.01/blib/lib/Catalyst/Plugin/JSONRPC.pm line 16.
|
|
'objToJson' will be obsoleted. Please use 'to_json' instead. at /home/ryan/.cpanm/work/1493484503.7635/Catalyst-Plugin-JSONRPC-0.01/blib/lib/Catalyst/Plugin/JSONRPC.pm line 77.
|
|
'objToJson' will be obsoleted. Please use 'to_json' instead. at t/01_server.t line 44.
|
|
|
|
# Failed test 'Content OK'
|
|
# at t/01_server.t line 45.
|
|
# got: '{"error":null,"id":1,"result":0}'
|
|
# expected: '{"id":1,"error":null,"result":"hello"}'
|
|
'objToJson' will be obsoleted. Please use 'to_json' instead. at t/01_server.t line 51.
|
|
'jsonToObj' will be obsoleted. Please use 'from_json' instead. at /home/ryan/.cpanm/work/1493484503.7635/Catalyst-Plugin-JSONRPC-0.01/blib/lib/Catalyst/Plugin/JSONRPC.pm line 16.
|
|
'objToJson' will be obsoleted. Please use 'to_json' instead. at /home/ryan/.cpanm/work/1493484503.7635/Catalyst-Plugin-JSONRPC-0.01/blib/lib/Catalyst/Plugin/JSONRPC.pm line 77.
|
|
'objToJson' will be obsoleted. Please use 'to_json' instead. at t/01_server.t line 61.
|
|
|
|
# Failed test 'Content OK'
|
|
# at t/01_server.t line 62.
|
|
# got: '{"result":0,"id":2,"error":null}'
|
|
# expected: '{"result":3,"error":null,"id":2}'
|
|
# Looks like you failed 2 tests of 8.
|
|
t/01_server.t ...
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
Failed 2/8 subtests
|
|
|
|
Test Summary Report
|
|
-------------------
|
|
t/01_server.t (Wstat: 512 Tests: 8 Failed: 2)
|
|
Failed tests: 4, 8
|
|
Non-zero exit status: 2
|
|
Files=2, Tests=9, 1 wallclock secs ( 0.00 usr 0.00 sys + 0.38 cusr 0.02 csys = 0.40 CPU)
|
|
Result: FAIL
|
|
Failed 1/2 test programs. 2/9 subtests failed.
|
|
Makefile:842: recipe for target 'test_dynamic' failed
|
|
make: *** [test_dynamic] Error 2
|
|
! Installing Catalyst::Plugin::JSONRPC failed. See /home/ryan/.cpanm/work/1493484503.7635/build.log for details. Retry with --force to force install it.
|
|
FAIL
|
|
Command [cpanm --reinstall --verbose Catalyst::Plugin::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
|