cpantestlogs/WWW::Patent::Page_genfailure.log
2017-05-02 18:44:36 -07:00

279 lines
15 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/1492966065.16490
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 WWW::Patent::Page () on cpanmetadb ...
Unpacking WWW-Patent-Page-0.109.0.tar.gz
--> Working on WWW::Patent::Page
Fetching http://www.cpan.org/authors/id/A/AN/ANONWB/WWW-Patent-Page-0.109.0.tar.gz ... OK
WWW-Patent-Page-0.109.0/
WWW-Patent-Page-0.109.0/Build.PL
WWW-Patent-Page-0.109.0/Changes
WWW-Patent-Page-0.109.0/examples/
WWW-Patent-Page-0.109.0/examples/get_JPO_patent_translation_to_english.pl
WWW-Patent-Page-0.109.0/examples/get_patent.pl
WWW-Patent-Page-0.109.0/examples/JPH09-123456A.zip
WWW-Patent-Page-0.109.0/examples/regex_parser_test.pl
WWW-Patent-Page-0.109.0/examples/www_get_JPO_patent_translation_to_english.pl
WWW-Patent-Page-0.109.0/examples/www_get_patent_pdf.pl
WWW-Patent-Page-0.109.0/lib/
WWW-Patent-Page-0.109.0/lib/WWW/
WWW-Patent-Page-0.109.0/lib/WWW/Patent/
WWW-Patent-Page-0.109.0/lib/WWW/Patent/Page/
WWW-Patent-Page-0.109.0/lib/WWW/Patent/Page/JPO_IPDI.pm
WWW-Patent-Page-0.109.0/lib/WWW/Patent/Page/MICROPATENT.pm
WWW-Patent-Page-0.109.0/lib/WWW/Patent/Page/Response.pm
WWW-Patent-Page-0.109.0/lib/WWW/Patent/Page/USPTO.pm
WWW-Patent-Page-0.109.0/lib/WWW/Patent/Page.pm
WWW-Patent-Page-0.109.0/LICENSE
WWW-Patent-Page-0.109.0/Makefile.PL
WWW-Patent-Page-0.109.0/MANIFEST
WWW-Patent-Page-0.109.0/META.yml
WWW-Patent-Page-0.109.0/README
WWW-Patent-Page-0.109.0/t/
WWW-Patent-Page-0.109.0/t/001_load.t
WWW-Patent-Page-0.109.0/t/014_pod.t
WWW-Patent-Page-0.109.0/t/015_pod_coverage.t
WWW-Patent-Page-0.109.0/t/020_network.t
WWW-Patent-Page-0.109.0/t/035_defaults.t
WWW-Patent-Page-0.109.0/t/040_parse_doc_id.t
WWW-Patent-Page-0.109.0/t/100_uspto.t
WWW-Patent-Page-0.109.0/t/105_uspto_pdf.t
WWW-Patent-Page-0.109.0/Todo
Entering WWW-Patent-Page-0.109.0
Checking configure dependencies from META.yml
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
Running Build.PL
Configuring WWW-Patent-Page-0.109.0 ... Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'WWW-Patent-Page' version 'v0.109.0'
Checking dependencies from MYMETA.json ...
Checking if you have subs 0 ... Yes (1.02)
Checking if you have strict 0 ... Yes (1.11)
Checking if you have Test::More 0 ... Yes (1.302078)
Checking if you have HTML::HeadParser 0 ... Yes (3.71)
Checking if you have version 0 ... Yes (0.9918)
Checking if you have HTTP::Response 0 ... Yes (6.11)
Checking if you have HTTP::Request::Common 0 ... Yes (6.11)
Checking if you have PDF::API2 0.53 ... Yes (2.031)
Checking if you have vars 0 ... Yes (1.03)
Checking if you have File::Temp 0.17 ... Yes (0.2304)
Checking if you have URI 0 ... Yes (1.71)
Checking if you have Data::Dumper 0 ... Yes (2.161)
Checking if you have HTML::TokeParser 0 ... Yes (3.69)
Checking if you have English 0 ... Yes (1.10)
Checking if you have Archive::Zip 0 ... Yes (1.59)
Checking if you have warnings 0 ... Yes (1.37)
Checking if you have diagnostics 0 ... Yes (1.36)
Checking if you have Carp 0 ... Yes (1.38)
Checking if you have IO::Scalar 0 ... Yes (2.111)
Checking if you have base 0 ... Yes (2.23)
Checking if you have HTML::Form 0 ... Yes (5.829)
Checking if you have LWP::UserAgent 0 ... Yes (6.26)
Checking if you have HTTP::Headers 0 ... Yes (6.11)
Checking if you have File::Spec 0 ... Yes (3.62)
OK
Building and testing WWW-Patent-Page-0.109.0 ... Building WWW-Patent-Page
#
# perl version 5.026000 for linux
# Archive::Zip version 1.59
# Carp version 1.38
# Data::Dumper version 2.161
# English version 1.10
# File::Temp version 0.2304
# File::Spec version 3.62
# HTML::Form version 5.829
# HTML::HeadParser version 3.71
# HTML::TokeParser version 3.69
# HTTP::Headers version 6.11
# HTTP::Request::Common version 6.11
# HTTP::Response version 6.11
# IO::Scalar version 2.111
# LWP::UserAgent version 6.26
Ambiguous call resolved as CORE::open(), qualify as such or use & at
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/PDF/API2/Basic/PDF/File.pm line 726 (#1)
(W ambiguous) A subroutine you have declared has the same name as a Perl
keyword, and you have used the name without qualification for calling
one or the other. Perl decided to call the builtin because the
subroutine is not imported.
To force interpretation as a subroutine call, either put an ampersand
before the subroutine name, or qualify the name with its package.
Alternatively, you can import the subroutine (or pretend that it's
imported with the use subs pragma).
To silently interpret it as the Perl operator, use the CORE:: prefix
on the operator (e.g. CORE::log($x)) or declare the subroutine
to be an object method (see "Subroutine Attributes" in perlsub or
attributes).
# PDF::API2 version 2.031
# Test::More version 1.302078
# URI version 1.71
t/001_load.t .......... ok
t/014_pod.t ........... skipped: Author test only. Set $ENV{TEST_AUTHOR} to "Wanda_B_Anon" to run.
t/015_pod_coverage.t .. skipped: Author test only. Set $ENV{TEST_AUTHOR} to "Wanda_B_Anon" to run.
# Testing for network and proxy. even passing this, a common reason for failing another test suite is network, network proxy, or network time out issues. see http://cpantesters.perl.org/show/WWW-Patent-Page.html for failure credibility.
t/020_network.t ....... ok
Ambiguous call resolved as CORE::open(), qualify as such or use & at
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/PDF/API2/Basic/PDF/File.pm line 726 (#1)
(W ambiguous) A subroutine you have declared has the same name as a Perl
keyword, and you have used the name without qualification for calling
one or the other. Perl decided to call the builtin because the
subroutine is not imported.
To force interpretation as a subroutine call, either put an ampersand
before the subroutine name, or qualify the name with its package.
Alternatively, you can import the subroutine (or pretend that it's
imported with the use subs pragma).
To silently interpret it as the Perl operator, use the CORE:: prefix
on the operator (e.g. CORE::log($x)) or declare the subroutine
to be an object method (see "Subroutine Attributes" in perlsub or
attributes).
t/035_defaults.t ...... ok
Ambiguous call resolved as CORE::open(), qualify as such or use & at
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/PDF/API2/Basic/PDF/File.pm line 726 (#1)
(W ambiguous) A subroutine you have declared has the same name as a Perl
keyword, and you have used the name without qualification for calling
one or the other. Perl decided to call the builtin because the
subroutine is not imported.
To force interpretation as a subroutine call, either put an ampersand
before the subroutine name, or qualify the name with its package.
Alternatively, you can import the subroutine (or pretend that it's
imported with the use subs pragma).
To silently interpret it as the Perl operator, use the CORE:: prefix
on the operator (e.g. CORE::log($x)) or declare the subroutine
to be an object method (see "Subroutine Attributes" in perlsub or
attributes).
document id 'A100,002'
not parsed. at t/040_parse_doc_id.t line 192.
document id 'USA100,002'
not parsed. at t/040_parse_doc_id.t line 192.
Use of uninitialized value in uc at
/home/ryan/.cpanm/work/1492966065.16490/WWW-Patent-Page-0.109.0/blib/lib/WWW/Patent/Page.pm line 256 (#2)
(W uninitialized) An undefined value was used as if it were already
defined. It was interpreted as a "" or a 0, but maybe it was a mistake.
To suppress this warning assign a defined value to your variables.
To help you figure out what was undefined, perl will try to tell you
the name of the variable (if any) that was undefined. In some cases
it cannot do this, so it also tells you what operation you used the
undefined value in. Note, however, that perl optimizes your program
and the operation displayed in the warning may not necessarily appear
literally in your program. For example, "that $foo" is usually
optimized into "that " . $foo, and the warning will refer to the
concatenation (.) operator, even though there is no . in
your program.
t/040_parse_doc_id.t .. ok
Ambiguous call resolved as CORE::open(), qualify as such or use & at
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/PDF/API2/Basic/PDF/File.pm line 726 (#1)
(W ambiguous) A subroutine you have declared has the same name as a Perl
keyword, and you have used the name without qualification for calling
one or the other. Perl decided to call the builtin because the
subroutine is not imported.
To force interpretation as a subroutine call, either put an ampersand
before the subroutine name, or qualify the name with its package.
Alternatively, you can import the subroutine (or pretend that it's
imported with the use subs pragma).
To silently interpret it as the Perl operator, use the CORE:: prefix
on the operator (e.g. CORE::log($x)) or declare the subroutine
to be an object method (see "Subroutine Attributes" in perlsub or
attributes).
t/100_uspto.t ......... ok
Ambiguous call resolved as CORE::open(), qualify as such or use & at
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/PDF/API2/Basic/PDF/File.pm line 726 (#1)
(W ambiguous) A subroutine you have declared has the same name as a Perl
keyword, and you have used the name without qualification for calling
one or the other. Perl decided to call the builtin because the
subroutine is not imported.
To force interpretation as a subroutine call, either put an ampersand
before the subroutine name, or qualify the name with its package.
Alternatively, you can import the subroutine (or pretend that it's
imported with the use subs pragma).
To silently interpret it as the Perl operator, use the CORE:: prefix
on the operator (e.g. CORE::log($x)) or declare the subroutine
to be an object method (see "Subroutine Attributes" in perlsub or
attributes).
server responded with code 500, internal server error, trying again for you in case they got their act together in the last few seconds at /home/ryan/.cpanm/work/1492966065.16490/WWW-Patent-Page-0.109.0/blib/lib/WWW/Patent/Page.pm line 421.
WWW::Patent::Page::request(WWW::Patent::Page=HASH(0x555dffcf42f0), HTTP::Request=HASH(0x555e017b9890)) called at /home/ryan/.cpanm/work/1492966065.16490/WWW-Patent-Page-0.109.0/blib/lib/WWW/Patent/Page/USPTO.pm line 420
WWW::Patent::Page::USPTO::USPTO_pdf(WWW::Patent::Page=HASH(0x555dffcf42f0), WWW::Patent::Page::Response=HASH(0x555dffce7258)) called at /home/ryan/.cpanm/work/1492966065.16490/WWW-Patent-Page-0.109.0/blib/lib/WWW/Patent/Page.pm line 390
WWW::Patent::Page::get_page(WWW::Patent::Page=HASH(0x555dffcf42f0), "US6123456", "office", "USPTO", "format", "pdf", "page", 1) called at t/105_uspto_pdf.t line 13
server responded with code 500, internal server error, trying again for you in case they got their act together in the last few seconds at /home/ryan/.cpanm/work/1492966065.16490/WWW-Patent-Page-0.109.0/blib/lib/WWW/Patent/Page.pm line 421.
WWW::Patent::Page::request(WWW::Patent::Page=HASH(0x555dffcf42f0), HTTP::Request=HASH(0x555e017b9890)) called at /home/ryan/.cpanm/work/1492966065.16490/WWW-Patent-Page-0.109.0/blib/lib/WWW/Patent/Page/USPTO.pm line 420
WWW::Patent::Page::USPTO::USPTO_pdf(WWW::Patent::Page=HASH(0x555dffcf42f0), WWW::Patent::Page::Response=HASH(0x555dffce7258)) called at /home/ryan/.cpanm/work/1492966065.16490/WWW-Patent-Page-0.109.0/blib/lib/WWW/Patent/Page.pm line 390
WWW::Patent::Page::get_page(WWW::Patent::Page=HASH(0x555dffcf42f0), "US6123456", "office", "USPTO", "format", "pdf", "page", 1) called at t/105_uspto_pdf.t line 13
Uncaught exception from user code:
original url = "GET http://patimg2.uspto.govhttp://pdfpiw.uspto.gov/56/234/061/1.pdf
User-Agent: WWW::Patent::Page/0.109.0
", request that caused this response = "GET http://patimg2.uspto.govhttp://pdfpiw.uspto.gov/56/234/061/1.pdf
User-Agent: WWW::Patent::Page/0.109.0
", response code = "500" = "Can't connect to [patimg2.uspto.govhttp:]:80", response as string = "500 Can't connect to [patimg2.uspto.govhttp:]:80
Content-Type: text/plain
Client-Date: Sun, 23 Apr 2017 16:48:49 GMT
Client-Warning: Internal response
Can't connect to [patimg2.uspto.govhttp:]:80
No address associated with hostname at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/LWP/Protocol/http.pm line 46.
" at /home/ryan/.cpanm/work/1492966065.16490/WWW-Patent-Page-0.109.0/blib/lib/WWW/Patent/Page.pm line 424.
WWW::Patent::Page::request(WWW::Patent::Page=HASH(0x555dffcf42f0), HTTP::Request=HASH(0x555e017b9890)) called at /home/ryan/.cpanm/work/1492966065.16490/WWW-Patent-Page-0.109.0/blib/lib/WWW/Patent/Page/USPTO.pm line 420
WWW::Patent::Page::USPTO::USPTO_pdf(WWW::Patent::Page=HASH(0x555dffcf42f0), WWW::Patent::Page::Response=HASH(0x555dffce7258)) called at /home/ryan/.cpanm/work/1492966065.16490/WWW-Patent-Page-0.109.0/blib/lib/WWW/Patent/Page.pm line 390
WWW::Patent::Page::get_page(WWW::Patent::Page=HASH(0x555dffcf42f0), "US6123456", "office", "USPTO", "format", "pdf", "page", 1) called at t/105_uspto_pdf.t line 13
WWW::Patent::Page::request(WWW::Patent::Page=HASH(0x555dffcf42f0), HTTP::Request=HASH(0x555e017b9890)) called at /home/ryan/.cpanm/work/1492966065.16490/WWW-Patent-Page-0.109.0/blib/lib/WWW/Patent/Page/USPTO.pm line 420
WWW::Patent::Page::USPTO::USPTO_pdf(WWW::Patent::Page=HASH(0x555dffcf42f0), WWW::Patent::Page::Response=HASH(0x555dffce7258)) called at /home/ryan/.cpanm/work/1492966065.16490/WWW-Patent-Page-0.109.0/blib/lib/WWW/Patent/Page.pm line 390
WWW::Patent::Page::get_page(WWW::Patent::Page=HASH(0x555dffcf42f0), "US6123456", "office", "USPTO", "format", "pdf", "page", 1) called at t/105_uspto_pdf.t line 13
# Looks like your test exited with 22 just after 2.
t/105_uspto_pdf.t .....
Dubious, test returned 22 (wstat 5632, 0x1600)
Failed 19/21 subtests
Test Summary Report
-------------------
t/105_uspto_pdf.t (Wstat: 5632 Tests: 2 Failed: 0)
Non-zero exit status: 22
Parse errors: Bad plan. You planned 21 tests but ran 2.
Files=8, Tests=245, 60 wallclock secs ( 0.05 usr 0.00 sys + 1.00 cusr 0.08 csys = 1.13 CPU)
Result: FAIL
Failed 1/8 test programs. 0/245 subtests failed.
! Installing WWW::Patent::Page failed. See /home/ryan/.cpanm/work/1492966065.16490/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose WWW::Patent::Page] 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