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

254 lines
17 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/1493204809.14651
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 HTTP::Session () on cpanmetadb ...
Unpacking HTTP-Session-0.49.tar.gz
--> Working on HTTP::Session
Fetching http://www.cpan.org/authors/id/T/TO/TOKUHIROM/HTTP-Session-0.49.tar.gz ... OK
HTTP-Session-0.49/Build.PL
HTTP-Session-0.49/Changes
HTTP-Session-0.49/LICENSE
HTTP-Session-0.49/META.json
HTTP-Session-0.49/README.md
HTTP-Session-0.49/cpanfile
HTTP-Session-0.49/examples/session.pl
HTTP-Session-0.49/lib/HTTP/Session.pm
HTTP-Session-0.49/lib/HTTP/Session/ID/MD5.pm
HTTP-Session-0.49/lib/HTTP/Session/ID/SHA1.pm
HTTP-Session-0.49/lib/HTTP/Session/ID/Urandom.pm
HTTP-Session-0.49/lib/HTTP/Session/State/Base.pm
HTTP-Session-0.49/lib/HTTP/Session/State/Cookie.pm
HTTP-Session-0.49/lib/HTTP/Session/State/Mixin/ResponseFilter.pm
HTTP-Session-0.49/lib/HTTP/Session/State/Null.pm
HTTP-Session-0.49/lib/HTTP/Session/State/Test.pm
HTTP-Session-0.49/lib/HTTP/Session/State/URI.pm
HTTP-Session-0.49/lib/HTTP/Session/Store/CHI.pm
HTTP-Session-0.49/lib/HTTP/Session/Store/DBM.pm
HTTP-Session-0.49/lib/HTTP/Session/Store/File.pm
HTTP-Session-0.49/lib/HTTP/Session/Store/Memcached.pm
HTTP-Session-0.49/lib/HTTP/Session/Store/Null.pm
HTTP-Session-0.49/lib/HTTP/Session/Store/OnMemory.pm
HTTP-Session-0.49/lib/HTTP/Session/Store/Test.pm
HTTP-Session-0.49/minil.toml
HTTP-Session-0.49/t/00_compile.t
HTTP-Session-0.49/t/010_core/001_generate_session_id.t
HTTP-Session-0.49/t/010_core/002_accessor.t
HTTP-Session-0.49/t/010_core/003_load_session.t
HTTP-Session-0.49/t/010_core/004_validate.t
HTTP-Session-0.49/t/010_core/005_session_fixation.t
HTTP-Session-0.49/t/010_core/006_regenerate_session_id.t
HTTP-Session-0.49/t/010_core/007_save_modified_session_only.t
HTTP-Session-0.49/t/020_store/001_null.t
HTTP-Session-0.49/t/020_store/002_memcached.t
HTTP-Session-0.49/t/020_store/003_debug.t
HTTP-Session-0.49/t/020_store/004_onmemory.t
HTTP-Session-0.49/t/020_store/005_dbm.t
HTTP-Session-0.49/t/020_store/006_chi.t
HTTP-Session-0.49/t/020_store/007_file.t
HTTP-Session-0.49/t/030_state/001_null.t
HTTP-Session-0.49/t/030_state/002_cookie.t
HTTP-Session-0.49/t/030_state/003_uri.t
HTTP-Session-0.49/t/030_state/004_test.t
HTTP-Session-0.49/t/030_state/007_cookie_simple.t
HTTP-Session-0.49/t/040_regression/changed_typo.t
HTTP-Session-0.49/t/040_regression/cycle.t
HTTP-Session-0.49/t/040_regression/finalized.t
HTTP-Session-0.49/t/040_regression/regenerate.t
HTTP-Session-0.49/t/040_regression/validation.t
HTTP-Session-0.49/t/050_id/01_sha1.t
HTTP-Session-0.49/t/050_id/02_md5.t
HTTP-Session-0.49/t/050_id/03_md5_combined.t
HTTP-Session-0.49/t/050_id/04_urandom.t
HTTP-Session-0.49/t/060_psgi/001_res.t
HTTP-Session-0.49/t/060_psgi/002_req.t
HTTP-Session-0.49/t/CookieTest.pm
HTTP-Session-0.49/t/Exception.pm
HTTP-Session-0.49/t/data/cidr.yaml
HTTP-Session-0.49/xt/02_perlcritic.t
HTTP-Session-0.49/META.yml
HTTP-Session-0.49/MANIFEST
Entering HTTP-Session-0.49
Checking configure dependencies from META.json
Checking if you have Module::Build::Tiny 0.035 ... Yes (0.039)
Running Build.PL
Configuring HTTP-Session-0.49 ... Creating new 'Build' script for 'HTTP-Session' version '0.49'
Checking dependencies from MYMETA.json ...
Checking if you have URI 1.38 ... Yes (1.71)
Checking if you have Class::Accessor::Fast 0.31 ... Yes (0.34)
Checking if you have MIME::Base64 0 ... Yes (3.15)
Checking if you have ExtUtils::MakeMaker 6.59 ... Yes (7.24)
Checking if you have Test::Requires 0 ... Yes (0.10)
Checking if you have Digest::SHA1 2.11 ... Yes (2.13)
Checking if you have Module::Runtime 0.011 ... Yes (0.014)
Checking if you have Test::More 0 ... Yes (1.302078)
Checking if you have CGI::Simple::Cookie 1.103 ... Yes (1.114)
Checking if you have HTTP::Response 5.818 ... Yes (6.11)
Checking if you have Exporter 5.63 ... Yes (5.72)
OK
Building and testing HTTP-Session-0.49 ... cp lib/HTTP/Session/Store/File.pm blib/lib/HTTP/Session/Store/File.pm
cp lib/HTTP/Session/Store/DBM.pm blib/lib/HTTP/Session/Store/DBM.pm
cp lib/HTTP/Session/ID/Urandom.pm blib/lib/HTTP/Session/ID/Urandom.pm
cp lib/HTTP/Session/ID/MD5.pm blib/lib/HTTP/Session/ID/MD5.pm
cp lib/HTTP/Session/Store/OnMemory.pm blib/lib/HTTP/Session/Store/OnMemory.pm
cp lib/HTTP/Session/State/Mixin/ResponseFilter.pm blib/lib/HTTP/Session/State/Mixin/ResponseFilter.pm
cp lib/HTTP/Session/State/URI.pm blib/lib/HTTP/Session/State/URI.pm
cp lib/HTTP/Session/ID/SHA1.pm blib/lib/HTTP/Session/ID/SHA1.pm
cp lib/HTTP/Session/State/Null.pm blib/lib/HTTP/Session/State/Null.pm
cp lib/HTTP/Session.pm blib/lib/HTTP/Session.pm
cp lib/HTTP/Session/Store/Memcached.pm blib/lib/HTTP/Session/Store/Memcached.pm
cp lib/HTTP/Session/State/Base.pm blib/lib/HTTP/Session/State/Base.pm
cp lib/HTTP/Session/State/Cookie.pm blib/lib/HTTP/Session/State/Cookie.pm
cp lib/HTTP/Session/Store/Null.pm blib/lib/HTTP/Session/Store/Null.pm
cp lib/HTTP/Session/Store/CHI.pm blib/lib/HTTP/Session/Store/CHI.pm
cp lib/HTTP/Session/Store/Test.pm blib/lib/HTTP/Session/Store/Test.pm
cp lib/HTTP/Session/State/Test.pm blib/lib/HTTP/Session/State/Test.pm
t/00_compile.t ............................... ok
t/010_core/001_generate_session_id.t ......... ok
t/010_core/002_accessor.t .................... ok
t/010_core/003_load_session.t ................ ok
Can't locate t/Exception.pm in @INC (you may need to install the t::Exception module) (@INC contains: /home/ryan/.cpanm/work/1493204809.14651/HTTP-Session-0.49/blib/arch /home/ryan/.cpanm/work/1493204809.14651/HTTP-Session-0.49/blib/lib /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/010_core/004_validate.t line 4.
BEGIN failed--compilation aborted at t/010_core/004_validate.t line 4.
# Looks like your test exited with 2 before it could output anything.
t/010_core/004_validate.t ....................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
Can't locate t/Exception.pm in @INC (you may need to install the t::Exception module) (@INC contains: /home/ryan/.cpanm/work/1493204809.14651/HTTP-Session-0.49/blib/arch /home/ryan/.cpanm/work/1493204809.14651/HTTP-Session-0.49/blib/lib /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/010_core/005_session_fixation.t line 6.
BEGIN failed--compilation aborted at t/010_core/005_session_fixation.t line 6.
t/010_core/005_session_fixation.t ............
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/010_core/006_regenerate_session_id.t ....... ok
t/010_core/007_save_modified_session_only.t .. ok
t/020_store/001_null.t ....................... ok
Can't locate t/Exception.pm in @INC (you may need to install the t::Exception module) (@INC contains: /home/ryan/.cpanm/work/1493204809.14651/HTTP-Session-0.49/blib/arch /home/ryan/.cpanm/work/1493204809.14651/HTTP-Session-0.49/blib/lib /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/020_store/002_memcached.t line 4.
BEGIN failed--compilation aborted at t/020_store/002_memcached.t line 4.
t/020_store/002_memcached.t ..................
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
Can't locate t/Exception.pm in @INC (you may need to install the t::Exception module) (@INC contains: /home/ryan/.cpanm/work/1493204809.14651/HTTP-Session-0.49/blib/arch /home/ryan/.cpanm/work/1493204809.14651/HTTP-Session-0.49/blib/lib /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/020_store/003_debug.t line 4.
BEGIN failed--compilation aborted at t/020_store/003_debug.t line 4.
# Looks like your test exited with 2 before it could output anything.
t/020_store/003_debug.t ......................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 4/4 subtests
Can't locate t/Exception.pm in @INC (you may need to install the t::Exception module) (@INC contains: /home/ryan/.cpanm/work/1493204809.14651/HTTP-Session-0.49/blib/arch /home/ryan/.cpanm/work/1493204809.14651/HTTP-Session-0.49/blib/lib /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/020_store/004_onmemory.t line 4.
BEGIN failed--compilation aborted at t/020_store/004_onmemory.t line 4.
# Looks like your test exited with 2 before it could output anything.
t/020_store/004_onmemory.t ...................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 4/4 subtests
Can't locate t/Exception.pm in @INC (you may need to install the t::Exception module) (@INC contains: /home/ryan/.cpanm/work/1493204809.14651/HTTP-Session-0.49/blib/arch /home/ryan/.cpanm/work/1493204809.14651/HTTP-Session-0.49/blib/lib /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/020_store/005_dbm.t line 4.
BEGIN failed--compilation aborted at t/020_store/005_dbm.t line 4.
# Looks like your test exited with 2 before it could output anything.
t/020_store/005_dbm.t ........................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 5/5 subtests
Can't locate t/Exception.pm in @INC (you may need to install the t::Exception module) (@INC contains: /home/ryan/.cpanm/work/1493204809.14651/HTTP-Session-0.49/blib/arch /home/ryan/.cpanm/work/1493204809.14651/HTTP-Session-0.49/blib/lib /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/020_store/006_chi.t line 5.
BEGIN failed--compilation aborted at t/020_store/006_chi.t line 5.
# Looks like your test exited with 2 before it could output anything.
t/020_store/006_chi.t ........................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 8/8 subtests
Can't locate t/Exception.pm in @INC (you may need to install the t::Exception module) (@INC contains: /home/ryan/.cpanm/work/1493204809.14651/HTTP-Session-0.49/blib/arch /home/ryan/.cpanm/work/1493204809.14651/HTTP-Session-0.49/blib/lib /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/020_store/007_file.t line 4.
BEGIN failed--compilation aborted at t/020_store/007_file.t line 4.
# Looks like your test exited with 2 before it could output anything.
t/020_store/007_file.t .......................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 5/5 subtests
t/030_state/001_null.t ....................... ok
Can't locate t/CookieTest.pm in @INC (you may need to install the t::CookieTest module) (@INC contains: /home/ryan/.cpanm/work/1493204809.14651/HTTP-Session-0.49/blib/arch /home/ryan/.cpanm/work/1493204809.14651/HTTP-Session-0.49/blib/lib /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/030_state/002_cookie.t line 5.
BEGIN failed--compilation aborted at t/030_state/002_cookie.t line 5.
# Looks like your test exited with 2 before it could output anything.
t/030_state/002_cookie.t .....................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 14/14 subtests
Can't locate t/Exception.pm in @INC (you may need to install the t::Exception module) (@INC contains: /home/ryan/.cpanm/work/1493204809.14651/HTTP-Session-0.49/blib/arch /home/ryan/.cpanm/work/1493204809.14651/HTTP-Session-0.49/blib/lib /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/030_state/003_uri.t line 6.
BEGIN failed--compilation aborted at t/030_state/003_uri.t line 6.
t/030_state/003_uri.t ........................
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/030_state/004_test.t ....................... ok
Can't locate t/CookieTest.pm in @INC (you may need to install the t::CookieTest module) (@INC contains: /home/ryan/.cpanm/work/1493204809.14651/HTTP-Session-0.49/blib/arch /home/ryan/.cpanm/work/1493204809.14651/HTTP-Session-0.49/blib/lib /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/030_state/007_cookie_simple.t line 4.
BEGIN failed--compilation aborted at t/030_state/007_cookie_simple.t line 4.
t/030_state/007_cookie_simple.t ..............
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/040_regression/changed_typo.t .............. ok
t/040_regression/cycle.t ..................... ok
t/040_regression/finalized.t ................. ok
t/040_regression/regenerate.t ................ ok
t/040_regression/validation.t ................ ok
t/050_id/01_sha1.t ........................... ok
t/050_id/02_md5.t ............................ ok
t/050_id/03_md5_combined.t ................... ok
t/050_id/04_urandom.t ........................ ok
t/060_psgi/001_res.t ......................... ok
t/060_psgi/002_req.t ......................... ok
Test Summary Report
-------------------
t/010_core/004_validate.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 2 tests but ran 0.
t/010_core/005_session_fixation.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/020_store/002_memcached.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/020_store/003_debug.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 4 tests but ran 0.
t/020_store/004_onmemory.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 4 tests but ran 0.
t/020_store/005_dbm.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 5 tests but ran 0.
t/020_store/006_chi.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 8 tests but ran 0.
t/020_store/007_file.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 5 tests but ran 0.
t/030_state/002_cookie.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 14 tests but ran 0.
t/030_state/003_uri.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/030_state/007_cookie_simple.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
Files=31, Tests=63, 3 wallclock secs ( 0.05 usr 0.01 sys + 0.86 cusr 0.04 csys = 0.96 CPU)
Result: FAIL
! Installing HTTP::Session failed. See /home/ryan/.cpanm/work/1493204809.14651/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose HTTP::Session] 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