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

112 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/1493260588.22836
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 Daemon () on cpanmetadb ...
Unpacking POE-Component-Daemon-0.1301.tar.gz
--> Working on Daemon
Fetching http://www.cpan.org/authors/id/G/GW/GWYN/POE-Component-Daemon-0.1301.tar.gz ... OK
POE-Component-Daemon-0.1301/
POE-Component-Daemon-0.1301/Daemon/
POE-Component-Daemon-0.1301/Daemon/ScoreboardSemaphore.pm
POE-Component-Daemon-0.1301/Daemon/Scoreboard.pm
POE-Component-Daemon-0.1301/Daemon.pm
POE-Component-Daemon-0.1301/README
POE-Component-Daemon-0.1301/MANIFEST
POE-Component-Daemon-0.1301/t/
POE-Component-Daemon-0.1301/t/30_forking.t
POE-Component-Daemon-0.1301/t/00_syntax.t
POE-Component-Daemon-0.1301/t/20_preforking.t
POE-Component-Daemon-0.1301/t/10_scoreboard.t
POE-Component-Daemon-0.1301/t/Test.pm
POE-Component-Daemon-0.1301/t/11_daemon.t
POE-Component-Daemon-0.1301/Changes
POE-Component-Daemon-0.1301/META.yml
POE-Component-Daemon-0.1301/META.json
POE-Component-Daemon-0.1301/Makefile.PL
POE-Component-Daemon-0.1301/eg/
POE-Component-Daemon-0.1301/eg/preforking
POE-Component-Daemon-0.1301/eg/preforking-flow.dot
POE-Component-Daemon-0.1301/eg/forking-flow.png
POE-Component-Daemon-0.1301/eg/forking-flow.dot
POE-Component-Daemon-0.1301/eg/forking
POE-Component-Daemon-0.1301/eg/preforking-flow.png
Entering POE-Component-Daemon-0.1301
Checking configure dependencies from META.json
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
Running Makefile.PL
Configuring POE-Component-Daemon-0.1301 ... Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for POE::Component::Daemon
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have File::Copy 1 ... Yes (2.32)
Checking if you have IPC::SysV 1 ... Yes (2.07)
Checking if you have File::Basename 1 ... Yes (2.85)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
Checking if you have POE 1 ... Yes (1.367)
OK
Building and testing POE-Component-Daemon-0.1301 ... cp Daemon.pm blib/lib/POE/Component/Daemon.pm
cp Daemon/ScoreboardSemaphore.pm blib/lib/POE/Component/Daemon/ScoreboardSemaphore.pm
cp Daemon/Scoreboard.pm blib/lib/POE/Component/Daemon/Scoreboard.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_syntax.t ...... ok
t/10_scoreboard.t .. ok
t/11_daemon.t ...... ok
Can't locate t/Test.pm in @INC (you may need to install the t::Test module) (@INC contains: /home/ryan/.cpanm/work/1493260588.22836/POE-Component-Daemon-0.1301/blib/lib /home/ryan/.cpanm/work/1493260588.22836/POE-Component-Daemon-0.1301/blib/arch /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/20_preforking.t line 10.
BEGIN failed--compilation aborted at t/20_preforking.t line 10.
# Looks like your test exited with 2 before it could output anything.
t/20_preforking.t ..
Dubious, test returned 2 (wstat 512, 0x200)
Failed 16/16 subtests
Can't locate t/Test.pm in @INC (you may need to install the t::Test module) (@INC contains: /home/ryan/.cpanm/work/1493260588.22836/POE-Component-Daemon-0.1301/blib/lib /home/ryan/.cpanm/work/1493260588.22836/POE-Component-Daemon-0.1301/blib/arch /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/30_forking.t line 10.
BEGIN failed--compilation aborted at t/30_forking.t line 10.
# Looks like your test exited with 2 before it could output anything.
t/30_forking.t .....
Dubious, test returned 2 (wstat 512, 0x200)
Failed 14/14 subtests
Test Summary Report
-------------------
t/20_preforking.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 16 tests but ran 0.
t/30_forking.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 14 tests but ran 0.
Files=5, Tests=61, 2 wallclock secs ( 0.02 usr 0.00 sys + 0.16 cusr 0.01 csys = 0.19 CPU)
Result: FAIL
Failed 2/5 test programs. 0/61 subtests failed.
Makefile:849: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 2
! Installing Daemon failed. See /home/ryan/.cpanm/work/1493260588.22836/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose Daemon] 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