cpantestlogs/Mojolicious::Controller::REST_genfailure.log
2017-05-02 18:44:36 -07:00

158 lines
6.2 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/1492917948.14650
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 Mojolicious::Controller::REST () on cpanmetadb ...
Unpacking Mojolicious-Plugin-REST-0.006.tar.gz
--> Working on Mojolicious::Controller::REST
Fetching http://www.cpan.org/authors/id/A/AB/ABHIISNOT/Mojolicious-Plugin-REST-0.006.tar.gz ... OK
Mojolicious-Plugin-REST-0.006
Mojolicious-Plugin-REST-0.006/README
Mojolicious-Plugin-REST-0.006/LICENSE
Mojolicious-Plugin-REST-0.006/cpanfile
Mojolicious-Plugin-REST-0.006/dist.ini
Mojolicious-Plugin-REST-0.006/META.yml
Mojolicious-Plugin-REST-0.006/MANIFEST
Mojolicious-Plugin-REST-0.006/META.json
Mojolicious-Plugin-REST-0.006/weaver.ini
Mojolicious-Plugin-REST-0.006/Makefile.PL
Mojolicious-Plugin-REST-0.006/t
Mojolicious-Plugin-REST-0.006/t/01_basic.t
Mojolicious-Plugin-REST-0.006/t/lib
Mojolicious-Plugin-REST-0.006/t/lib/MyRest.pm
Mojolicious-Plugin-REST-0.006/t/02_associations.t
Mojolicious-Plugin-REST-0.006/t/lib/MyRest
Mojolicious-Plugin-REST-0.006/t/lib/MyRest/Dog.pm
Mojolicious-Plugin-REST-0.006/RESTBestPractices.md
Mojolicious-Plugin-REST-0.006/t/lib/MyAssociations.pm
Mojolicious-Plugin-REST-0.006/t/lib/MyAssociations
Mojolicious-Plugin-REST-0.006/t/lib/MyAssociations/User.pm
Mojolicious-Plugin-REST-0.006/lib/Mojolicious/Plugin
Mojolicious-Plugin-REST-0.006/lib/Mojolicious/Plugin/REST.pm
Mojolicious-Plugin-REST-0.006/t/lib/MyAssociations/Feature.pm
Mojolicious-Plugin-REST-0.006/lib/Mojolicious/Controller
Mojolicious-Plugin-REST-0.006/lib/Mojolicious/Controller/REST.pm
Entering Mojolicious-Plugin-REST-0.006
Checking configure dependencies from META.json
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
Running Makefile.PL
Configuring Mojolicious-Plugin-REST-0.006 ... Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Mojolicious::Plugin::REST
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have Mojolicious 1.0 ... Yes (7.29)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
Checking if you have Lingua::EN::Inflect 1.895 ... Yes (1.901)
OK
Building and testing Mojolicious-Plugin-REST-0.006 ... cp lib/Mojolicious/Plugin/REST.pm blib/lib/Mojolicious/Plugin/REST.pm
cp lib/Mojolicious/Controller/REST.pm blib/lib/Mojolicious/Controller/REST.pm
Manifying 2 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
# Failed test '200 OK'
# at t/01_basic.t line 14.
# got: '500'
# expected: '200'
# Failed test 'exact match for JSON Pointer ""'
# at t/01_basic.t line 14.
# Structures begin differing at:
# $got->{data} = HASH(0x56379c453c00)
# $expected->{data} = ARRAY(0x56379c453af8)
# Failed test '200 OK'
# at t/01_basic.t line 18.
# got: '500'
# expected: '200'
# Failed test 'exact match for JSON Pointer ""'
# at t/01_basic.t line 18.
# Structures begin differing at:
# $got->{data}{name} = Does not exist
# $expected->{data}{name} = 'bu'
# Failed test '200 OK'
# at t/01_basic.t line 22.
# got: '500'
# expected: '200'
# Failed test 'exact match for JSON Pointer ""'
# at t/01_basic.t line 22.
# Structures begin differing at:
# $got->{data}{name} = Does not exist
# $expected->{data}{name} = 'bo'
# Failed test '200 OK'
# at t/01_basic.t line 25.
# got: '500'
# expected: '200'
# Failed test 'exact match for JSON Pointer ""'
# at t/01_basic.t line 25.
# Structures begin differing at:
# $got->{data}{name} = Does not exist
# $expected->{data}{name} = 'bu'
# Failed test '200 OK'
# at t/01_basic.t line 29.
# got: '500'
# expected: '200'
# Failed test 'exact match for JSON Pointer ""'
# at t/01_basic.t line 29.
# Structures begin differing at:
# $got->{data}{id} = Does not exist
# $expected->{data}{id} = '1'
# Looks like you failed 10 tests of 16.
t/01_basic.t .........
Dubious, test returned 10 (wstat 2560, 0xa00)
Failed 10/16 subtests
Can't locate object method "bridge" via package "Mojolicious::Routes" at /home/ryan/.cpanm/work/1492917948.14650/Mojolicious-Plugin-REST-0.006/blib/lib/Mojolicious/Plugin/REST.pm line 114.
t/02_associations.t ..
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
Test Summary Report
-------------------
t/01_basic.t (Wstat: 2560 Tests: 16 Failed: 10)
Failed tests: 3-4, 6-7, 9-10, 12-13, 15-16
Non-zero exit status: 10
t/02_associations.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
Files=2, Tests=16, 0 wallclock secs ( 0.01 usr 0.00 sys + 0.31 cusr 0.02 csys = 0.34 CPU)
Result: FAIL
Failed 2/2 test programs. 10/16 subtests failed.
Makefile:850: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 2
! Installing Mojolicious::Controller::REST failed. See /home/ryan/.cpanm/work/1492917948.14650/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose Mojolicious::Controller::REST] 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