cpantestlogs/Dancer::Plugin::SporeDefinitionControl_genfailure.log
2017-05-02 18:44:36 -07:00

131 lines
6.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/1493530446.5845
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 Dancer::Plugin::SporeDefinitionControl () on cpanmetadb ...
Unpacking Dancer-Plugin-SporeDefinitionControl-0.14.tar.gz
--> Working on Dancer::Plugin::SporeDefinitionControl
Fetching http://www.cpan.org/authors/id/N/NO/NOUDARD/Dancer-Plugin-SporeDefinitionControl-0.14.tar.gz ... OK
Dancer-Plugin-SporeDefinitionControl-0.14/
Dancer-Plugin-SporeDefinitionControl-0.14/Changes
Dancer-Plugin-SporeDefinitionControl-0.14/MANIFEST.SKIP
Dancer-Plugin-SporeDefinitionControl-0.14/README
Dancer-Plugin-SporeDefinitionControl-0.14/t/
Dancer-Plugin-SporeDefinitionControl-0.14/t/sample_route_no_put.yaml
Dancer-Plugin-SporeDefinitionControl-0.14/t/boilerplate.t
Dancer-Plugin-SporeDefinitionControl-0.14/t/sample_route_no_post.yaml
Dancer-Plugin-SporeDefinitionControl-0.14/t/04-check_missing_post_method_definition.t
Dancer-Plugin-SporeDefinitionControl-0.14/t/03-check_missing_put_method_definition.t
Dancer-Plugin-SporeDefinitionControl-0.14/t/00-load.t
Dancer-Plugin-SporeDefinitionControl-0.14/t/sample_route.yaml
Dancer-Plugin-SporeDefinitionControl-0.14/t/pod-coverage.t
Dancer-Plugin-SporeDefinitionControl-0.14/t/sample_route_no_delete.yaml
Dancer-Plugin-SporeDefinitionControl-0.14/t/02-check_missing_method_definition.t
Dancer-Plugin-SporeDefinitionControl-0.14/t/pod.t
Dancer-Plugin-SporeDefinitionControl-0.14/t/sample_route_no_get.yaml
Dancer-Plugin-SporeDefinitionControl-0.14/t/05-check_missing_delete_method_definition.t
Dancer-Plugin-SporeDefinitionControl-0.14/t/01-check_spore_definition.t
Dancer-Plugin-SporeDefinitionControl-0.14/t/manifest.t
Dancer-Plugin-SporeDefinitionControl-0.14/t/lib/
Dancer-Plugin-SporeDefinitionControl-0.14/t/lib/WebService.pm
Dancer-Plugin-SporeDefinitionControl-0.14/config.yml
Dancer-Plugin-SporeDefinitionControl-0.14/META.json
Dancer-Plugin-SporeDefinitionControl-0.14/META.yml
Dancer-Plugin-SporeDefinitionControl-0.14/Makefile.PL
Dancer-Plugin-SporeDefinitionControl-0.14/environments/
Dancer-Plugin-SporeDefinitionControl-0.14/environments/production.yml
Dancer-Plugin-SporeDefinitionControl-0.14/environments/development.yml
Dancer-Plugin-SporeDefinitionControl-0.14/lib/
Dancer-Plugin-SporeDefinitionControl-0.14/lib/Dancer/
Dancer-Plugin-SporeDefinitionControl-0.14/lib/Dancer/Plugin/
Dancer-Plugin-SporeDefinitionControl-0.14/lib/Dancer/Plugin/SporeDefinitionControl.pm
Dancer-Plugin-SporeDefinitionControl-0.14/MANIFEST
Dancer-Plugin-SporeDefinitionControl-0.14/ignore.txt
Entering Dancer-Plugin-SporeDefinitionControl-0.14
Checking configure dependencies from META.json
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
Running Makefile.PL
Configuring Dancer-Plugin-SporeDefinitionControl-0.14 ... Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Dancer::Plugin::SporeDefinitionControl
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have Test::More 0 ... Yes (1.302083)
Checking if you have YAML 0 ... Yes (1.23)
Checking if you have Dancer 1.3002 ... Yes (1.3202)
Checking if you have Dancer::Test 0 ... Yes (1.3202)
Checking if you have Dancer::Plugin::REST 0.04 ... Yes (0.11)
Checking if you have File::Spec 0 ... Yes (3.62)
Checking if you have Dancer::Plugin 0 ... Yes (1.3202)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
OK
Building and testing Dancer-Plugin-SporeDefinitionControl-0.14 ... cp lib/Dancer/Plugin/SporeDefinitionControl.pm blib/lib/Dancer/Plugin/SporeDefinitionControl.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
# Testing Dancer::Plugin::SporeDefinitionControl 0.14, Perl 5.026000, /home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0
t/00-load.t .................................... ok
# Failed test 'GET required param is missing'
# at t/01-check_spore_definition.t line 38.
# got: '{"error":"required params `params_sup' is not defined"}'
# expected: '{"error":"required params `name_object' is not defined"}'
# Failed test 'POST param is unknown'
# at t/01-check_spore_definition.t line 47.
# got: '{"error":"required params `params_sup' is not defined"}'
# expected: '{"error":"parameter `test' is unknown"}'
# Looks like you failed 2 tests of 36.
t/01-check_spore_definition.t ..................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/36 subtests
t/02-check_missing_method_definition.t ......... ok
t/03-check_missing_put_method_definition.t ..... ok
t/04-check_missing_post_method_definition.t .... ok
t/05-check_missing_delete_method_definition.t .. ok
t/boilerplate.t ................................ ok
t/manifest.t ................................... skipped: Author tests not required for installation
t/pod-coverage.t ............................... ok
t/pod.t ........................................ ok
Test Summary Report
-------------------
t/01-check_spore_definition.t (Wstat: 512 Tests: 36 Failed: 2)
Failed tests: 10, 18
Non-zero exit status: 2
t/boilerplate.t (Wstat: 0 Tests: 3 Failed: 0)
TODO passed: 2-3
Files=10, Tests=54, 1 wallclock secs ( 0.06 usr 0.03 sys + 1.19 cusr 0.16 csys = 1.44 CPU)
Result: FAIL
Failed 1/10 test programs. 2/54 subtests failed.
Makefile:855: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255
! Installing Dancer::Plugin::SporeDefinitionControl failed. See /home/ryan/.cpanm/work/1493530446.5845/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose Dancer::Plugin::SporeDefinitionControl] 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