165 lines
9.7 KiB
Text
165 lines
9.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/1492985774.26695
|
|
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 POEx::HTTP::Server () on cpanmetadb ...
|
|
Unpacking POEx-HTTP-Server-0.0902.tar.gz
|
|
--> Working on POEx::HTTP::Server
|
|
Fetching http://www.cpan.org/authors/id/G/GW/GWYN/POEx-HTTP-Server-0.0902.tar.gz ... OK
|
|
POEx-HTTP-Server-0.0902/
|
|
POEx-HTTP-Server-0.0902/README
|
|
POEx-HTTP-Server-0.0902/MANIFEST
|
|
POEx-HTTP-Server-0.0902/t/
|
|
POEx-HTTP-Server-0.0902/t/30_specials.t
|
|
POEx-HTTP-Server-0.0902/t/25_keepalive.t
|
|
POEx-HTTP-Server-0.0902/t/26_prefork.t
|
|
POEx-HTTP-Server-0.0902/t/something.txt
|
|
POEx-HTTP-Server-0.0902/t/12_response.t
|
|
POEx-HTTP-Server-0.0902/t/00_compile.t
|
|
POEx-HTTP-Server-0.0902/t/Server.pm
|
|
POEx-HTTP-Server-0.0902/t/02_pod_coverage.t
|
|
POEx-HTTP-Server-0.0902/t/11_request.t
|
|
POEx-HTTP-Server-0.0902/t/01_pod.t
|
|
POEx-HTTP-Server-0.0902/t/20_poe.t
|
|
POEx-HTTP-Server-0.0902/t/ForkPipe.pm
|
|
POEx-HTTP-Server-0.0902/t/32_stream.t
|
|
POEx-HTTP-Server-0.0902/t/31_error.t
|
|
POEx-HTTP-Server-0.0902/t/10_init.t
|
|
POEx-HTTP-Server-0.0902/lib/
|
|
POEx-HTTP-Server-0.0902/lib/POEx/
|
|
POEx-HTTP-Server-0.0902/lib/POEx/HTTP/
|
|
POEx-HTTP-Server-0.0902/lib/POEx/HTTP/Server.pm
|
|
POEx-HTTP-Server-0.0902/lib/POEx/HTTP/Server/
|
|
POEx-HTTP-Server-0.0902/lib/POEx/HTTP/Server/Connection.pm
|
|
POEx-HTTP-Server-0.0902/lib/POEx/HTTP/Server/Error.pm
|
|
POEx-HTTP-Server-0.0902/lib/POEx/HTTP/Server/Response.pm
|
|
POEx-HTTP-Server-0.0902/lib/POEx/HTTP/Server/Request.pm
|
|
POEx-HTTP-Server-0.0902/Changes
|
|
POEx-HTTP-Server-0.0902/META.yml
|
|
POEx-HTTP-Server-0.0902/META.json
|
|
POEx-HTTP-Server-0.0902/Makefile.PL
|
|
POEx-HTTP-Server-0.0902/eg/
|
|
POEx-HTTP-Server-0.0902/eg/something.txt
|
|
POEx-HTTP-Server-0.0902/eg/poex-httpd
|
|
POEx-HTTP-Server-0.0902/eg/index.html
|
|
Entering POEx-HTTP-Server-0.0902
|
|
Checking configure dependencies from META.json
|
|
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
|
|
Running Makefile.PL
|
|
Configuring POEx-HTTP-Server-0.0902 ... Checking if your kit is complete...
|
|
Looks good
|
|
Generating a Unix-style Makefile
|
|
Writing Makefile for POEx::HTTP::Server
|
|
Writing MYMETA.yml and MYMETA.json
|
|
Checking dependencies from MYMETA.json ...
|
|
Checking if you have POEx::URI 0.0301 ... Yes (0.0301)
|
|
Checking if you have HTTP::Status 1 ... Yes (6.11)
|
|
Checking if you have Storable 1 ... Yes (2.51)
|
|
Checking if you have HTTP::Date 1 ... Yes (6.02)
|
|
Checking if you have POE::Session::Multiplex 0.06 ... Yes (0.0600)
|
|
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
|
|
Checking if you have POE 1 ... Yes (1.367)
|
|
Checking if you have Data::Dump 1 ... Yes (1.23)
|
|
Checking if you have POE::Session::PlainCall 0.03 ... Yes (0.0301)
|
|
Checking if you have HTTP::Response 1 ... Yes (6.11)
|
|
Checking if you have HTTP::Request 1 ... Yes (6.11)
|
|
Checking if you have Scalar::Util 0 ... Yes (1.47)
|
|
OK
|
|
Building and testing POEx-HTTP-Server-0.0902 ... cp lib/POEx/HTTP/Server/Error.pm blib/lib/POEx/HTTP/Server/Error.pm
|
|
cp lib/POEx/HTTP/Server.pm blib/lib/POEx/HTTP/Server.pm
|
|
cp lib/POEx/HTTP/Server/Request.pm blib/lib/POEx/HTTP/Server/Request.pm
|
|
cp lib/POEx/HTTP/Server/Response.pm blib/lib/POEx/HTTP/Server/Response.pm
|
|
cp lib/POEx/HTTP/Server/Connection.pm blib/lib/POEx/HTTP/Server/Connection.pm
|
|
Manifying 5 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
|
|
t/00_compile.t ....... ok
|
|
t/01_pod.t ........... ok
|
|
t/02_pod_coverage.t .. ok
|
|
t/10_init.t .......... ok
|
|
t/11_request.t ....... ok
|
|
t/12_response.t ...... ok
|
|
Can't locate t/ForkPipe.pm in @INC (you may need to install the t::ForkPipe module) (@INC contains: /home/ryan/.cpanm/work/1492985774.26695/POEx-HTTP-Server-0.0902/blib/lib /home/ryan/.cpanm/work/1492985774.26695/POEx-HTTP-Server-0.0902/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_poe.t line 10.
|
|
BEGIN failed--compilation aborted at t/20_poe.t line 10.
|
|
t/20_poe.t ...........
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Server.pm in @INC (you may need to install the t::Server module) (@INC contains: /home/ryan/.cpanm/work/1492985774.26695/POEx-HTTP-Server-0.0902/blib/lib /home/ryan/.cpanm/work/1492985774.26695/POEx-HTTP-Server-0.0902/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/25_keepalive.t line 17.
|
|
BEGIN failed--compilation aborted at t/25_keepalive.t line 17.
|
|
t/25_keepalive.t .....
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Server.pm in @INC (you may need to install the t::Server module) (@INC contains: /home/ryan/.cpanm/work/1492985774.26695/POEx-HTTP-Server-0.0902/blib/lib /home/ryan/.cpanm/work/1492985774.26695/POEx-HTTP-Server-0.0902/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/26_prefork.t line 16.
|
|
BEGIN failed--compilation aborted at t/26_prefork.t line 16.
|
|
t/26_prefork.t .......
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/ForkPipe.pm in @INC (you may need to install the t::ForkPipe module) (@INC contains: /home/ryan/.cpanm/work/1492985774.26695/POEx-HTTP-Server-0.0902/blib/lib /home/ryan/.cpanm/work/1492985774.26695/POEx-HTTP-Server-0.0902/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_specials.t line 16.
|
|
BEGIN failed--compilation aborted at t/30_specials.t line 16.
|
|
t/30_specials.t ......
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/ForkPipe.pm in @INC (you may need to install the t::ForkPipe module) (@INC contains: /home/ryan/.cpanm/work/1492985774.26695/POEx-HTTP-Server-0.0902/blib/lib /home/ryan/.cpanm/work/1492985774.26695/POEx-HTTP-Server-0.0902/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/31_error.t line 16.
|
|
BEGIN failed--compilation aborted at t/31_error.t line 16.
|
|
t/31_error.t .........
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/ForkPipe.pm in @INC (you may need to install the t::ForkPipe module) (@INC contains: /home/ryan/.cpanm/work/1492985774.26695/POEx-HTTP-Server-0.0902/blib/lib /home/ryan/.cpanm/work/1492985774.26695/POEx-HTTP-Server-0.0902/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/32_stream.t line 17.
|
|
BEGIN failed--compilation aborted at t/32_stream.t line 17.
|
|
t/32_stream.t ........
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
|
|
Test Summary Report
|
|
-------------------
|
|
t/20_poe.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/25_keepalive.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/26_prefork.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/30_specials.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/31_error.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/32_stream.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
Files=12, Tests=83, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.79 cusr 0.05 csys = 0.87 CPU)
|
|
Result: FAIL
|
|
Failed 6/12 test programs. 0/83 subtests failed.
|
|
Makefile:878: recipe for target 'test_dynamic' failed
|
|
make: *** [test_dynamic] Error 2
|
|
! Installing POEx::HTTP::Server failed. See /home/ryan/.cpanm/work/1492985774.26695/build.log for details. Retry with --force to force install it.
|
|
FAIL
|
|
Command [cpanm --reinstall --verbose POEx::HTTP::Server] 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
|