cpantestlogs/WWW::Scraper::ISBN::ORA_Driver_genfailure.log
2017-05-02 18:44:36 -07:00

133 lines
6.3 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/1492996371.23632
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::Scraper::ISBN::ORA_Driver () on cpanmetadb ...
Unpacking WWW-Scraper-ISBN-ORA_Driver-0.22.tar.gz
--> Working on WWW::Scraper::ISBN::ORA_Driver
Fetching http://www.cpan.org/authors/id/B/BA/BARBIE/WWW-Scraper-ISBN-ORA_Driver-0.22.tar.gz ... OK
WWW-Scraper-ISBN-ORA_Driver-0.22/
WWW-Scraper-ISBN-ORA_Driver-0.22/Changes
WWW-Scraper-ISBN-ORA_Driver-0.22/README
WWW-Scraper-ISBN-ORA_Driver-0.22/t/
WWW-Scraper-ISBN-ORA_Driver-0.22/t/10object.t
WWW-Scraper-ISBN-ORA_Driver-0.22/t/96metatest.t
WWW-Scraper-ISBN-ORA_Driver-0.22/t/91pod.t
WWW-Scraper-ISBN-ORA_Driver-0.22/t/92podcover.t
WWW-Scraper-ISBN-ORA_Driver-0.22/t/95changedate.t
WWW-Scraper-ISBN-ORA_Driver-0.22/t/01basic.t
WWW-Scraper-ISBN-ORA_Driver-0.22/t/94metatest.t
WWW-Scraper-ISBN-ORA_Driver-0.22/lib/
WWW-Scraper-ISBN-ORA_Driver-0.22/lib/WWW/
WWW-Scraper-ISBN-ORA_Driver-0.22/lib/WWW/Scraper/
WWW-Scraper-ISBN-ORA_Driver-0.22/lib/WWW/Scraper/ISBN/
WWW-Scraper-ISBN-ORA_Driver-0.22/lib/WWW/Scraper/ISBN/ORA_Driver.pm
WWW-Scraper-ISBN-ORA_Driver-0.22/LICENSE
WWW-Scraper-ISBN-ORA_Driver-0.22/examples/
WWW-Scraper-ISBN-ORA_Driver-0.22/examples/examples.txt
WWW-Scraper-ISBN-ORA_Driver-0.22/examples/isbn-check.pl
WWW-Scraper-ISBN-ORA_Driver-0.22/MANIFEST
WWW-Scraper-ISBN-ORA_Driver-0.22/META.json
WWW-Scraper-ISBN-ORA_Driver-0.22/META.yml
WWW-Scraper-ISBN-ORA_Driver-0.22/Makefile.PL
Entering WWW-Scraper-ISBN-ORA_Driver-0.22
Checking configure dependencies from META.json
Running Makefile.PL
Configuring WWW-Scraper-ISBN-ORA_Driver-0.22 ... Warning: NAME must be a package name
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for WWW-Scraper-ISBN-ORA_Driver
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have WWW::Mechanize 1.60 ... Yes (1.84)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
Checking if you have Data::Dumper 0 ... Yes (2.161)
Checking if you have WWW::Scraper::ISBN 1.00 ... Yes (1.03)
Checking if you have WWW::Scraper::ISBN::Driver 1.00 ... Yes (1.03)
Checking if you have Test::More 0.70 ... Yes (1.302078)
Checking if you have IO::File 0 ... Yes (1.16)
OK
Building and testing WWW-Scraper-ISBN-ORA_Driver-0.22 ... cp lib/WWW/Scraper/ISBN/ORA_Driver.pm blib/lib/WWW/Scraper/ISBN/ORA_Driver.pm
Manifying 1 pod document
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
t/01basic.t ....... ok
# Failed test '.. 'image_link' found [9780596001735]'
# at t/10object.t line 72.
# 'https://akamaicovers.oreilly.com/images/9780596001735/sm.gif'
# doesn't match '(?^:http://\w+.oreilly.com/images/9780596001735/sm.gif)'
# Failed test '.. 'thumb_link' found [9780596001735]'
# at t/10object.t line 72.
# 'https://akamaicovers.oreilly.com/images/9780596001735/sm.gif'
# doesn't match '(?^:http://\w+.oreilly.com/images/9780596001735/sm.gif)'
# book=[$VAR1 = {
# 'isbn10' => '0596001738',
# 'pages' => '544',
# 'title' => 'Perl Best Practices',
# 'book_link' => bless( do{\(my $o = 'http://shop.oreilly.com/product/9780596001735.do')}, 'URI::http' ),
# 'description' => 'Perl Best Practices offers a collection of 256 guidelines on the art of coding to help you write better Perl code--in fact, the best Perl code you possibly can. The guidelines cover code layout, naming conventions, choice of data and control...',
# 'isbn13' => '9780596001735',
# 'weight' => undef,
# 'binding' => undef,
# 'ean13' => '9780596001735',
# 'isbn' => '9780596001735',
# 'width' => undef,
# 'author' => 'Damian Conway',
# 'image_link' => 'https://akamaicovers.oreilly.com/images/9780596001735/sm.gif',
# 'publisher' => 'O\'Reilly Media',
# 'pubdate' => 'Jul. 12, 2005',
# 'height' => undef,
# 'thumb_link' => 'https://akamaicovers.oreilly.com/images/9780596001735/sm.gif'
# };
# ]
# Looks like you failed 2 tests of 20.
t/10object.t ......
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/20 subtests
t/91pod.t ......... skipped: Author tests not required for installation
t/92podcover.t .... skipped: Author tests not required for installation
t/94metatest.t .... skipped: Author tests not required for installation
t/95changedate.t .. skipped: Author tests not required for installation
t/96metatest.t .... skipped: Author tests not required for installation
Test Summary Report
-------------------
t/10object.t (Wstat: 512 Tests: 20 Failed: 2)
Failed tests: 17-18
Non-zero exit status: 2
Files=7, Tests=21, 4 wallclock secs ( 0.01 usr 0.00 sys + 0.39 cusr 0.04 csys = 0.44 CPU)
Result: FAIL
Failed 1/7 test programs. 2/21 subtests failed.
Makefile:773: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255
! Installing WWW::Scraper::ISBN::ORA_Driver failed. See /home/ryan/.cpanm/work/1492996371.23632/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose WWW::Scraper::ISBN::ORA_Driver] 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