cpantestlogs/CouchDB::View_genfailure.log
2017-05-02 18:44:36 -07:00

135 lines
5.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/1492999003.8830
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 CouchDB::View () on cpanmetadb ...
Unpacking CouchDB-View-0.003.tar.gz
--> Working on CouchDB::View
Fetching http://www.cpan.org/authors/id/H/HD/HDP/CouchDB-View-0.003.tar.gz ... OK
CouchDB-View-0.003/
CouchDB-View-0.003/script/
CouchDB-View-0.003/script/couchdb-view-server.pl
CouchDB-View-0.003/MANIFEST
CouchDB-View-0.003/README
CouchDB-View-0.003/xt/
CouchDB-View-0.003/xt/release/
CouchDB-View-0.003/xt/release/pod-coverage.t
CouchDB-View-0.003/xt/release/pod.t
CouchDB-View-0.003/Changes
CouchDB-View-0.003/META.yml
CouchDB-View-0.003/lib/
CouchDB-View-0.003/lib/CouchDB/
CouchDB-View-0.003/lib/CouchDB/View.pm
CouchDB-View-0.003/lib/CouchDB/View/
CouchDB-View-0.003/lib/CouchDB/View/Document.pm
CouchDB-View-0.003/lib/CouchDB/View/Server.pm
CouchDB-View-0.003/t/
CouchDB-View-0.003/t/00-load.t
CouchDB-View-0.003/t/server.t
CouchDB-View-0.003/t/doc.t
CouchDB-View-0.003/Makefile.PL
CouchDB-View-0.003/inc/
CouchDB-View-0.003/inc/Module/
CouchDB-View-0.003/inc/Module/Install.pm
CouchDB-View-0.003/inc/Module/Install/
CouchDB-View-0.003/inc/Module/Install/Win32.pm
CouchDB-View-0.003/inc/Module/Install/ExtraTests.pm
CouchDB-View-0.003/inc/Module/Install/Base.pm
CouchDB-View-0.003/inc/Module/Install/Can.pm
CouchDB-View-0.003/inc/Module/Install/Fetch.pm
CouchDB-View-0.003/inc/Module/Install/WriteAll.pm
CouchDB-View-0.003/inc/Module/Install/AutoManifest.pm
CouchDB-View-0.003/inc/Module/Install/Makefile.pm
CouchDB-View-0.003/inc/Module/Install/Metadata.pm
Entering CouchDB-View-0.003
Checking configure dependencies from META.yml
Running Makefile.PL
Configuring CouchDB-View-0.003 ... Cannot determine perl version info from lib/CouchDB/View.pm
WARNING: 'All rights reserved' in copyright may invalidate Open Source license.
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for CouchDB::View
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have Test::More 0 ... Yes (1.302078)
Checking if you have PadWalker 0 ... Yes (2.2)
Checking if you have URI::Escape 0 ... Yes (3.31)
Checking if you have Test::Deep 0 ... Yes (1.126)
Checking if you have Data::Dump::Streamer 0 ... Yes (2.40)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
Checking if you have JSON::XS 0 ... Yes (3.01)
OK
Building and testing CouchDB-View-0.003 ... cp lib/CouchDB/View/Server.pm blib/lib/CouchDB/View/Server.pm
cp lib/CouchDB/View.pm blib/lib/CouchDB/View.pm
cp lib/CouchDB/View/Document.pm blib/lib/CouchDB/View/Document.pm
cp script/couchdb-view-server.pl blib/script/couchdb-view-server.pl
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "-Iinc" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/couchdb-view-server.pl
Manifying 3 pod documents
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "-Iinc" "-MModule::Install::ExtraTests" "-e" "Module::Install::ExtraTests::__harness('Test::Harness', 0, '', 'xt/release', '', 0, 'blib/lib', 'blib/arch')" t/*.t
# Testing CouchDB::View 0.003, Perl 5.026000, /home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0
t/00-load.t .. ok
Redundant argument in sprintf at /home/ryan/.cpanm/work/1492999003.8830/CouchDB-View-0.003/blib/lib/CouchDB/View/Document.pm line 16.
# Failed test 'as_hash, with serialized code'
# at t/doc.t line 17.
# Structures begin differing at:
# $got->{views}{test} = 'do { my $CODE1; $CODE1 = sub {
# use warnings;
# use strict;
# dmap(undef, shift());
# }; $CODE1 }
# '
# $expected->{views}{test} = 'do { my $CODE1; $CODE1 = sub {
# use warnings;
# use strict 'refs';
# dmap(undef, shift @_);
# }; $CODE1 }
# '
Redundant argument in sprintf at /home/ryan/.cpanm/work/1492999003.8830/CouchDB-View-0.003/blib/lib/CouchDB/View/Document.pm line 16.
Redundant argument in sprintf at /home/ryan/.cpanm/work/1492999003.8830/CouchDB-View-0.003/blib/lib/CouchDB/View/Document.pm line 16.
# Looks like you failed 1 test of 3.
t/doc.t ......
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/3 subtests
t/server.t ... ok
Test Summary Report
-------------------
t/doc.t (Wstat: 256 Tests: 3 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Files=3, Tests=7, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.11 cusr 0.00 csys = 0.13 CPU)
Result: FAIL
Failed 1/3 test programs. 1/7 subtests failed.
Makefile:800: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255
! Installing CouchDB::View failed. See /home/ryan/.cpanm/work/1492999003.8830/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose CouchDB::View] 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