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

217 lines
11 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/1493074804.1731
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 Net::Plurk () on cpanmetadb ...
Unpacking Net-Plurk-0.11.tar.gz
--> Working on Net::Plurk
Fetching http://www.cpan.org/authors/id/C/CL/CLSUNG/Net-Plurk-0.11.tar.gz ... OK
Net-Plurk-0.11/
Net-Plurk-0.11/Changes
Net-Plurk-0.11/lib/
Net-Plurk-0.11/Makefile.PL
Net-Plurk-0.11/MANIFEST
Net-Plurk-0.11/META.yml
Net-Plurk-0.11/README
Net-Plurk-0.11/scripts/
Net-Plurk-0.11/t/
Net-Plurk-0.11/t/00-load.t
Net-Plurk-0.11/t/01-basic.t
Net-Plurk-0.11/t/02-userpage.t
Net-Plurk-0.11/t/03-userkarma.t
Net-Plurk-0.11/t/04-publicprofile.t
Net-Plurk-0.11/t/05-api_unreadcounts.t
Net-Plurk-0.11/t/06-addplurk.t
Net-Plurk-0.11/t/06-newplurks.t
Net-Plurk-0.11/t/07-api_register.t
Net-Plurk-0.11/t/08-befan.t
Net-Plurk-0.11/t/boilerplate.t
Net-Plurk-0.11/t/pod-coverage.t
Net-Plurk-0.11/t/pod.t
Net-Plurk-0.11/scripts/follow.pl
Net-Plurk-0.11/scripts/replurk.pl
Net-Plurk-0.11/lib/Net/
Net-Plurk-0.11/lib/Net/Plurk/
Net-Plurk-0.11/lib/Net/Plurk.pm
Net-Plurk-0.11/lib/Net/Plurk/OAuth.pm
Net-Plurk-0.11/lib/Net/Plurk/Plurk.pm
Net-Plurk-0.11/lib/Net/Plurk/User.pm
Net-Plurk-0.11/lib/Net/Plurk/UserProfile.pm
Entering Net-Plurk-0.11
Checking configure dependencies from META.yml
Running Makefile.PL
Configuring Net-Plurk-0.11 ... Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Net::Plurk
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have Math::Base36 0 ... Yes (0.14)
Checking if you have namespace::autoclean 0 ... Yes (0.28)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
Checking if you have URI 0 ... Yes (1.71)
Checking if you have HTTP::Lite 0 ... Yes (2.44)
Checking if you have DateTime::Format::Strptime 0 ... Yes (1.73)
Checking if you have JSON::Any 0 ... Yes (1.39)
Checking if you have Moose 0 ... Yes (2.2004)
Checking if you have Digest::HMAC_SHA1 0 ... Yes (1.03)
Checking if you have Net::OAuth 0.27 ... Yes (0.28)
Checking if you have AnyEvent::HTTP 0 ... Yes (2.23)
Checking if you have Net::SSLeay 0 ... Yes (1.81)
Checking if you have Test::More 0 ... Yes (1.302078)
OK
Building and testing Net-Plurk-0.11 ... cp lib/Net/Plurk/OAuth.pm blib/lib/Net/Plurk/OAuth.pm
cp lib/Net/Plurk/Plurk.pm blib/lib/Net/Plurk/Plurk.pm
cp lib/Net/Plurk/UserProfile.pm blib/lib/Net/Plurk/UserProfile.pm
cp lib/Net/Plurk/User.pm blib/lib/Net/Plurk/User.pm
cp lib/Net/Plurk.pm blib/lib/Net/Plurk.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
# Testing Net::Plurk 0.11, Perl 5.026000, /home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0
t/00-load.t .............. ok
Attribute (consumer_key) does not pass the type constraint because: Validation failed for 'Str' with value undef at constructor Net::Plurk::new (defined at /home/ryan/.cpanm/work/1493074804.1731/Net-Plurk-0.11/blib/lib/Net/Plurk.pm line 397) line 31
Net::Plurk::new('Net::Plurk', 'consumer_key', undef, 'consumer_secret', undef) called at t/01-basic.t line 16
main::BEGIN at t/01-basic.t line 22
eval {...} at t/01-basic.t line 22
BEGIN failed--compilation aborted at t/01-basic.t line 22.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 1.
t/01-basic.t .............
Dubious, test returned 255 (wstat 65280, 0xff00)
All 1 subtests passed
Attribute (consumer_key) does not pass the type constraint because: Validation failed for 'Str' with value undef at constructor Net::Plurk::new (defined at /home/ryan/.cpanm/work/1493074804.1731/Net-Plurk-0.11/blib/lib/Net/Plurk.pm line 397) line 31
Net::Plurk::new('Net::Plurk', 'consumer_key', undef, 'consumer_secret', undef) called at t/02-userpage.t line 23
main::BEGIN at t/02-userpage.t line 31
eval {...} at t/02-userpage.t line 31
BEGIN failed--compilation aborted at t/02-userpage.t line 31.
t/02-userpage.t ..........
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
Attribute (consumer_key) does not pass the type constraint because: Validation failed for 'Str' with value undef at constructor Net::Plurk::new (defined at /home/ryan/.cpanm/work/1493074804.1731/Net-Plurk-0.11/blib/lib/Net/Plurk.pm line 397) line 31
Net::Plurk::new('Net::Plurk', 'consumer_key', undef, 'consumer_secret', undef) called at t/03-userkarma.t line 18
main::BEGIN at t/03-userkarma.t line 20
eval {...} at t/03-userkarma.t line 20
BEGIN failed--compilation aborted at t/03-userkarma.t line 20.
t/03-userkarma.t .........
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
Attribute (consumer_key) does not pass the type constraint because: Validation failed for 'Str' with value undef at constructor Net::Plurk::new (defined at /home/ryan/.cpanm/work/1493074804.1731/Net-Plurk-0.11/blib/lib/Net/Plurk.pm line 397) line 31
Net::Plurk::new('Net::Plurk', 'consumer_key', undef, 'consumer_secret', undef) called at t/04-publicprofile.t line 18
main::BEGIN at t/04-publicprofile.t line 22
eval {...} at t/04-publicprofile.t line 22
BEGIN failed--compilation aborted at t/04-publicprofile.t line 22.
t/04-publicprofile.t .....
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
Attribute (consumer_key) does not pass the type constraint because: Validation failed for 'Str' with value undef at constructor Net::Plurk::new (defined at /home/ryan/.cpanm/work/1493074804.1731/Net-Plurk-0.11/blib/lib/Net/Plurk.pm line 397) line 31
Net::Plurk::new('Net::Plurk', 'consumer_key', undef, 'consumer_secret', undef) called at t/05-api_unreadcounts.t line 21
main::BEGIN at t/05-api_unreadcounts.t line 29
eval {...} at t/05-api_unreadcounts.t line 29
BEGIN failed--compilation aborted at t/05-api_unreadcounts.t line 29.
t/05-api_unreadcounts.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
DateTime::TimeZone version 2.09 required--this is only version 2.04 at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/DateTime/Format/Strptime.pm line 12.
BEGIN failed--compilation aborted at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/DateTime/Format/Strptime.pm line 12.
Compilation failed in require at /home/ryan/.cpanm/work/1493074804.1731/Net-Plurk-0.11/blib/lib/Net/Plurk/Plurk.pm line 4.
BEGIN failed--compilation aborted at /home/ryan/.cpanm/work/1493074804.1731/Net-Plurk-0.11/blib/lib/Net/Plurk/Plurk.pm line 4.
Compilation failed in require at t/06-addplurk.t line 16.
BEGIN failed--compilation aborted at t/06-addplurk.t line 16.
t/06-addplurk.t ..........
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
DateTime::TimeZone version 2.09 required--this is only version 2.04 at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/DateTime/Format/Strptime.pm line 12.
BEGIN failed--compilation aborted at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/DateTime/Format/Strptime.pm line 12.
Compilation failed in require at /home/ryan/.cpanm/work/1493074804.1731/Net-Plurk-0.11/blib/lib/Net/Plurk/Plurk.pm line 4.
BEGIN failed--compilation aborted at /home/ryan/.cpanm/work/1493074804.1731/Net-Plurk-0.11/blib/lib/Net/Plurk/Plurk.pm line 4.
Compilation failed in require at t/06-newplurks.t line 8.
BEGIN failed--compilation aborted at t/06-newplurks.t line 8.
# Looks like your test exited with 255 before it could output anything.
t/06-newplurks.t .........
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 2/2 subtests
t/07-api_register.t ...... skipped: API 2 not support user register now
Attribute (consumer_key) does not pass the type constraint because: Validation failed for 'Str' with value undef at constructor Net::Plurk::new (defined at /home/ryan/.cpanm/work/1493074804.1731/Net-Plurk-0.11/blib/lib/Net/Plurk.pm line 397) line 31
Net::Plurk::new('Net::Plurk', 'consumer_key', undef, 'consumer_secret', undef) called at t/08-befan.t line 17
main::BEGIN at t/08-befan.t line 22
eval {...} at t/08-befan.t line 22
BEGIN failed--compilation aborted at t/08-befan.t line 22.
t/08-befan.t .............
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
t/boilerplate.t .......... ok
# Failed test 'Pod coverage on Net::Plurk::Plurk'
# at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Test/Pod/Coverage.pm line 133.
# Net::Plurk::Plurk: requiring 'Net::Plurk::Plurk' failed
# Looks like you failed 1 test of 5.
t/pod-coverage.t .........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/5 subtests
t/pod.t .................. ok
Test Summary Report
-------------------
t/01-basic.t (Wstat: 65280 Tests: 1 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
t/02-userpage.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
t/03-userkarma.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
t/04-publicprofile.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
t/05-api_unreadcounts.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
t/06-addplurk.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
t/06-newplurks.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 2 tests but ran 0.
t/08-befan.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
t/boilerplate.t (Wstat: 0 Tests: 3 Failed: 0)
TODO passed: 1-2
t/pod-coverage.t (Wstat: 256 Tests: 5 Failed: 1)
Failed test: 5
Non-zero exit status: 1
Files=13, Tests=15, 3 wallclock secs ( 0.02 usr 0.00 sys + 2.70 cusr 0.12 csys = 2.84 CPU)
Result: FAIL
Failed 9/13 test programs. 1/15 subtests failed.
Makefile:885: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255
! Installing Net::Plurk failed. See /home/ryan/.cpanm/work/1493074804.1731/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose Net::Plurk] 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