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

137 lines
6.4 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/1493168608.1432
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 Mail::GcalReminder () on cpanmetadb ...
Unpacking Mail-GcalReminder-0.5.tar.gz
--> Working on Mail::GcalReminder
Fetching http://www.cpan.org/authors/id/D/DM/DMUEY/Mail-GcalReminder-0.5.tar.gz ... OK
Mail-GcalReminder-0.5/
Mail-GcalReminder-0.5/Build.PL
Mail-GcalReminder-0.5/Changes
Mail-GcalReminder-0.5/lib/
Mail-GcalReminder-0.5/Makefile.PL
Mail-GcalReminder-0.5/MANIFEST
Mail-GcalReminder-0.5/META.json
Mail-GcalReminder-0.5/META.yml
Mail-GcalReminder-0.5/MYMETA.json
Mail-GcalReminder-0.5/MYMETA.yml
Mail-GcalReminder-0.5/README
Mail-GcalReminder-0.5/t/
Mail-GcalReminder-0.5/t/00.load.t
Mail-GcalReminder-0.5/t/01.basic.t
Mail-GcalReminder-0.5/t/02.get_gcal.t
Mail-GcalReminder-0.5/t/03.send_gmail.t
Mail-GcalReminder-0.5/t/04.send_reminders.t
Mail-GcalReminder-0.5/t/perlcritic.t
Mail-GcalReminder-0.5/t/perltidy.t
Mail-GcalReminder-0.5/t/pod-coverage.t
Mail-GcalReminder-0.5/t/pod.t
Mail-GcalReminder-0.5/lib/Mail/
Mail-GcalReminder-0.5/lib/Mail/GcalReminder.pm
Entering Mail-GcalReminder-0.5
Checking configure dependencies from META.json
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
Running Build.PL
Configuring Mail-GcalReminder-0.5 ... Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'Mail-GcalReminder' version '0.5'
Checking dependencies from MYMETA.json ...
Checking if you have Test::More 0 ... Yes (1.302078)
Checking if you have Email::Send::SMTP::Gmail 0 ... Yes (1.06)
Checking if you have Test::Warn 0 ... Yes (0.32)
Checking if you have Test::Deep 0 ... Yes (1.126)
Checking if you have Role::Multiton::New 0 ... Yes (0.2)
Checking if you have Net::Detect 0 ... Yes (0.3)
Checking if you have DateTime::TimeZone 0 ... Yes (2.04)
Checking if you have File::Temp 0 ... Yes (0.2304)
Checking if you have iCal::Parser 0 ... Yes (1.21)
Checking if you have DateTime::Format::ISO8601 0 ... Yes (0.08)
Checking if you have DateTime 0 ... Yes (1.42)
Checking if you have HTML::Tiny 0 ... Yes (1.05)
Checking if you have Carp 0 ... Yes (1.38)
Checking if you have Moo 0 ... Yes (2.003002)
OK
Building and testing Mail-GcalReminder-0.5 ... Building Mail-GcalReminder
# Testing Mail::GcalReminder 0.5
t/00.load.t ............ ok
# Testing Mail::GcalReminder 0.5
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/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/DateTime/Format/Builder/Parser/Strptime.pm line 10.
BEGIN failed--compilation aborted at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/DateTime/Format/Builder/Parser/Strptime.pm line 10.
Compilation failed in require at (eval 295) line 1.
BEGIN failed--compilation aborted at (eval 295) line 1.
Compilation failed in require at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/DateTime/Format/Builder.pm line 220.
Compilation failed in require at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/DateTime/Format/ISO8601.pm line 13.
BEGIN failed--compilation aborted at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/DateTime/Format/ISO8601.pm line 13.
Compilation failed in require at /home/ryan/.cpanm/work/1493168608.1432/Mail-GcalReminder-0.5/blib/lib/Mail/GcalReminder.pm line 96.
# Looks like your test exited with 255 just after 52.
t/01.basic.t ...........
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 19/71 subtests
# Testing Mail::GcalReminder 0.5
# Failed test 'gcal data struct - private'
# at t/02.get_gcal.t line 43.
# Compared $data->{"Tue\ Jan\ 28"}[0]{"title"}
# got : 'Space Shuttle Challenger STS-51-L'
# expect : 'Recurring Limited - End'
# Failed test 'gcal data struct - public'
# at t/02.get_gcal.t line 44.
# Compared $data->{"Tue\ Jan\ 28"}[0]{"desc"}
# got : ''
# expect : 'Recurring Limited - End Desc'
# Looks like you failed 2 tests of 7.
t/02.get_gcal.t ........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/7 subtests
# Testing Mail::GcalReminder 0.5
t/03.send_gmail.t ...... ok
# Testing Mail::GcalReminder 0.5
t/04.send_reminders.t .. ok
t/perlcritic.t ......... skipped: Critic tests are only run in RELEASE_TESTING mode.
t/perltidy.t ........... skipped: PerlTidy tests are only run in RELEASE_TESTING mode.
t/pod-coverage.t ....... skipped: POD tests are only run in RELEASE_TESTING mode.
t/pod.t ................ skipped: POD tests are only run in RELEASE_TESTING mode.
Test Summary Report
-------------------
t/01.basic.t (Wstat: 65280 Tests: 52 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 71 tests but ran 52.
t/02.get_gcal.t (Wstat: 512 Tests: 7 Failed: 2)
Failed tests: 3-4
Non-zero exit status: 2
Files=9, Tests=111, 4 wallclock secs ( 0.02 usr 0.00 sys + 1.12 cusr 0.06 csys = 1.20 CPU)
Result: FAIL
Failed 2/9 test programs. 2/111 subtests failed.
! Installing Mail::GcalReminder failed. See /home/ryan/.cpanm/work/1493168608.1432/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose Mail::GcalReminder] 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