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

164 lines
5.7 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/1493618065.26841
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 rig () on cpanmetadb ...
Unpacking rig-0.04.tar.gz
--> Working on rig
Fetching http://www.cpan.org/authors/id/R/RO/RODRIGO/rig-0.04.tar.gz ... OK
rig-0.04
rig-0.04/README
rig-0.04/Changes
rig-0.04/LICENSE
rig-0.04/dist.ini
rig-0.04/t
rig-0.04/t/also.t
rig-0.04/xt
rig-0.04/xt/t1.pl
rig-0.04/xt/t2.pl
rig-0.04/xt/t3.pl
rig-0.04/xt/t4.pl
rig-0.04/xt/t5.pl
rig-0.04/xt/t6.pl
rig-0.04/xt/t7.pl
rig-0.04/xt/t8.pl
rig-0.04/xt/t9.pl
rig-0.04/META.yml
rig-0.04/MANIFEST
rig-0.04/bin
rig-0.04/bin/rigup
rig-0.04/t/basic.t
rig-0.04/t/moose.t
rig-0.04/t/perlrig
rig-0.04/xt/perlrc
rig-0.04/xt/syn.pl
rig-0.04/README.pod
rig-0.04/lib
rig-0.04/lib/rig.pm
rig-0.04/xt/moose.t
rig-0.04/xt/perlrig
rig-0.04/xt/req1.pl
rig-0.04/t/imports.t
rig-0.04/t/perlrig.t
rig-0.04/Makefile.PL
rig-0.04/t/strictness.t
rig-0.04/xt/benchmark.t
rig-0.04/lib/rig
rig-0.04/lib/rig/CmdBase.pm
rig-0.04/lib/rig/cmd
rig-0.04/lib/rig/cmd/cpan.pm
rig-0.04/lib/rig/task
rig-0.04/lib/rig/task/red.pm
rig-0.04/lib/rig/cmd/cpanm.pm
rig-0.04/lib/rig/cmd/verify.pm
rig-0.04/lib/rig/engine
rig-0.04/lib/rig/engine/base.pm
rig-0.04/lib/rig/parser
rig-0.04/lib/rig/parser/yaml.pm
rig-0.04/lib/rig/task/modern.pm
rig-0.04/t/release-pod-syntax.t
rig-0.04/t/release-pod-coverage.t
Entering rig-0.04
Checking configure dependencies from META.yml
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
Running Makefile.PL
Configuring rig-0.04 ... Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for rig
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have Sub::Delete 0 ... Yes (1.00002)
Checking if you have File::HomeDir 0 ... Yes (1.002)
Checking if you have Hook::LexWrap 0 ... Yes (0.26)
Checking if you have File::Spec 0 ... Yes (3.62)
Checking if you have Carp 0 ... Yes (1.38)
Checking if you have version 0 ... Yes (0.9918)
Checking if you have YAML::XS 0 ... Yes (0.64)
OK
Building and testing rig-0.04 ... cp lib/rig/cmd/cpan.pm blib/lib/rig/cmd/cpan.pm
cp lib/rig/CmdBase.pm blib/lib/rig/CmdBase.pm
cp lib/rig/parser/yaml.pm blib/lib/rig/parser/yaml.pm
cp lib/rig.pm blib/lib/rig.pm
cp lib/rig/task/red.pm blib/lib/rig/task/red.pm
cp lib/rig/cmd/verify.pm blib/lib/rig/cmd/verify.pm
cp lib/rig/cmd/cpanm.pm blib/lib/rig/cmd/cpanm.pm
cp README.pod blib/lib/README.pod
cp lib/rig/engine/base.pm blib/lib/rig/engine/base.pm
cp lib/rig/task/modern.pm blib/lib/rig/task/modern.pm
cp bin/rigup blib/script/rigup
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/rigup
Manifying 1 pod document
Manifying 8 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 'countit also'
# at t/also.t line 13.
# Failed test 'first also'
# at t/also.t line 14.
# Failed test 'cmpthese also'
# at t/also.t line 15.
Undefined subroutine &main::timethese called at t/also.t line 16.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 3.
t/also.t ..................
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 3/3 subtests
t/basic.t ................. ok
t/imports.t ............... ok
t/moose.t ................. ok
"max!" is not exported by the List::Util module
Can't continue after import errors at t/perlrig.t line 37.
BEGIN failed--compilation aborted at t/perlrig.t line 37.
t/perlrig.t ...............
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
t/release-pod-coverage.t .. skipped: these tests are for release candidate testing
t/release-pod-syntax.t .... skipped: these tests are for release candidate testing
t/strictness.t ............ ok
Test Summary Report
-------------------
t/also.t (Wstat: 65280 Tests: 3 Failed: 3)
Failed tests: 1-3
Non-zero exit status: 255
Parse errors: No plan found in TAP output
t/perlrig.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
Files=8, Tests=10, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.40 cusr 0.02 csys = 0.44 CPU)
Result: FAIL
Failed 2/8 test programs. 3/10 subtests failed.
Makefile:902: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255
! Installing rig failed. See /home/ryan/.cpanm/work/1493618065.26841/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose rig] 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