cpantestlogs/REST::Google::Translate_genfailure.log
2017-05-02 18:44:36 -07:00

151 lines
6 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/1493080096.32368
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 REST::Google::Translate () on cpanmetadb ...
! Finding REST::Google::Translate on cpanmetadb failed.
Searching REST::Google::Translate () on metacpan ...
Unpacking REST-Google-1.0.8.tar.gz
--> Working on REST::Google::Translate
Fetching http://www.cpan.org/authors/id/E/EJ/EJS/REST-Google-1.0.8.tar.gz ... OK
REST-Google-1.0.8/
REST-Google-1.0.8/Build.PL
REST-Google-1.0.8/Changes
REST-Google-1.0.8/lib/
REST-Google-1.0.8/lib/REST/
REST-Google-1.0.8/lib/REST/Google/
REST-Google-1.0.8/lib/REST/Google/Feeds.pm
REST-Google-1.0.8/lib/REST/Google/Feeds.pod
REST-Google-1.0.8/lib/REST/Google/Search/
REST-Google-1.0.8/lib/REST/Google/Search/Blogs.pm
REST-Google-1.0.8/lib/REST/Google/Search/Blogs.pod
REST-Google-1.0.8/lib/REST/Google/Search/Books.pm
REST-Google-1.0.8/lib/REST/Google/Search/Books.pod
REST-Google-1.0.8/lib/REST/Google/Search/Images.pm
REST-Google-1.0.8/lib/REST/Google/Search/Images.pod
REST-Google-1.0.8/lib/REST/Google/Search/Local.pm
REST-Google-1.0.8/lib/REST/Google/Search/Local.pod
REST-Google-1.0.8/lib/REST/Google/Search/News.pm
REST-Google-1.0.8/lib/REST/Google/Search/News.pod
REST-Google-1.0.8/lib/REST/Google/Search/Patent.pm
REST-Google-1.0.8/lib/REST/Google/Search/Patent.pod
REST-Google-1.0.8/lib/REST/Google/Search/Video.pm
REST-Google-1.0.8/lib/REST/Google/Search/Video.pod
REST-Google-1.0.8/lib/REST/Google/Search/Web.pm
REST-Google-1.0.8/lib/REST/Google/Search/Web.pod
REST-Google-1.0.8/lib/REST/Google/Search.pm
REST-Google-1.0.8/lib/REST/Google/Search.pod
REST-Google-1.0.8/lib/REST/Google/Translate.pm
REST-Google-1.0.8/lib/REST/Google/Translate.pod
REST-Google-1.0.8/lib/REST/Google.pm
REST-Google-1.0.8/lib/REST/Google.pod
REST-Google-1.0.8/MANIFEST
REST-Google-1.0.8/META.yml
REST-Google-1.0.8/README
REST-Google-1.0.8/t/
REST-Google-1.0.8/t/01_basic.t
REST-Google-1.0.8/t/02_load_children.t
REST-Google-1.0.8/t/03_search.t
REST-Google-1.0.8/t/04_feeds.t
REST-Google-1.0.8/t/05_translate.t
REST-Google-1.0.8/t/99_pod.t
Entering REST-Google-1.0.8
Checking configure dependencies from META.yml
Checking if you have ExtUtils::Install 1.46 ... Yes (2.04)
Checking if you have Module::Build 0.38 ... Yes (0.4222)
Running Build.PL
Configuring REST-Google-1.0.8 ... Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'REST-Google' version 'v1.0.8'
Checking dependencies from MYMETA.json ...
Checking if you have JSON::Any 1.16 ... Yes (1.39)
Checking if you have URI 1.35 ... Yes (1.71)
Checking if you have Class::Data::Inheritable 0.06 ... Yes (0.08)
Checking if you have LWP::UserAgent 2.033 ... Yes (6.26)
Checking if you have Test::More 0.47 ... Yes (1.302078)
Checking if you have Class::Accessor 0.31 ... Yes (0.34)
Checking if you have version 0.50 ... Yes (0.9918)
OK
Building and testing REST-Google-1.0.8 ... Building REST-Google
t/01_basic.t .......... ok
t/02_load_children.t .. ok
# Failed test 'empty search status'
# at t/03_search.t line 17.
# got: '403'
# expected: '200'
# Failed test 'empty search data'
# at t/03_search.t line 20.
Can't call method "cursor" on an undefined value at t/03_search.t line 22.
# Looks like your test exited with 255 just after 2.
t/03_search.t .........
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 14/14 subtests
# Failed test 'response ok'
# at t/04_feeds.t line 17.
# got: '403'
# expected: '200'
Can't bless non-reference value at /home/ryan/.cpanm/work/1493080096.32368/REST-Google-1.0.8/blib/lib/REST/Google/Feeds.pm line 19.
# Looks like your test exited with 255 just after 1.
t/04_feeds.t ..........
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 5/5 subtests
# Failed test 'response ok'
# at t/05_translate.t line 23.
# got: '403'
# expected: '200'
Can't bless non-reference value at /home/ryan/.cpanm/work/1493080096.32368/REST-Google-1.0.8/blib/lib/REST/Google/Translate.pm line 19.
# Looks like your test exited with 255 just after 2.
t/05_translate.t ......
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 3/4 subtests
t/99_pod.t ............ ok
Test Summary Report
-------------------
t/03_search.t (Wstat: 65280 Tests: 2 Failed: 2)
Failed tests: 1-2
Non-zero exit status: 255
Parse errors: Bad plan. You planned 14 tests but ran 2.
t/04_feeds.t (Wstat: 65280 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 255
Parse errors: Bad plan. You planned 5 tests but ran 1.
t/05_translate.t (Wstat: 65280 Tests: 2 Failed: 1)
Failed test: 1
Non-zero exit status: 255
Parse errors: Bad plan. You planned 4 tests but ran 2.
Files=6, Tests=53, 4 wallclock secs ( 0.01 usr 0.01 sys + 0.38 cusr 0.02 csys = 0.42 CPU)
Result: FAIL
Failed 3/6 test programs. 4/53 subtests failed.
! Installing REST::Google::Translate failed. See /home/ryan/.cpanm/work/1493080096.32368/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose REST::Google::Translate] 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