cpantestlogs/HTML::Element::Replacer_genfailure.log
2017-05-02 18:44:36 -07:00

146 lines
5.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/1492920244.29959
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 HTML::Element::Replacer () on cpanmetadb ...
Unpacking HTML-Element-Replacer-0.08.tar.gz
--> Working on HTML::Element::Replacer
Fetching http://www.cpan.org/authors/id/A/AC/ACCARDO/HTML-Element-Replacer-0.08.tar.gz ... OK
HTML-Element-Replacer-0.08
HTML-Element-Replacer-0.08/README
HTML-Element-Replacer-0.08/Changes
HTML-Element-Replacer-0.08/t
HTML-Element-Replacer-0.08/t/pod.t
HTML-Element-Replacer-0.08/LICENSE
HTML-Element-Replacer-0.08/dist.ini
HTML-Element-Replacer-0.08/META.yml
HTML-Element-Replacer-0.08/MANIFEST
HTML-Element-Replacer-0.08/META.json
HTML-Element-Replacer-0.08/t/00-load.t
HTML-Element-Replacer-0.08/Makefile.PL
HTML-Element-Replacer-0.08/t/boilerplate.t
HTML-Element-Replacer-0.08/t/01-replacer.t
HTML-Element-Replacer-0.08/t/m
HTML-Element-Replacer-0.08/t/m/TestUtils.pm
HTML-Element-Replacer-0.08/t/html/replacer
HTML-Element-Replacer-0.08/t/html/replacer/replacer.exp
HTML-Element-Replacer-0.08/t/html/replacer/replacer.gen
HTML-Element-Replacer-0.08/lib/HTML/Element
HTML-Element-Replacer-0.08/lib/HTML/Element/Replacer.pm
HTML-Element-Replacer-0.08/lib/HTML/Element/Replacer.pod
HTML-Element-Replacer-0.08/t/html/replacer/replacer.initial
Entering HTML-Element-Replacer-0.08
Checking configure dependencies from META.json
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
Running Makefile.PL
Configuring HTML-Element-Replacer-0.08 ... Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for HTML::Element::Replacer
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have HTML::PrettyPrinter 0 ... Yes (0.03)
Checking if you have HTML::Element::Library 0 ... Yes (5.220000)
Checking if you have warnings 0 ... Yes (1.37)
Checking if you have strict 0 ... Yes (1.11)
Checking if you have Carp 0 ... Yes (1.38)
Checking if you have File::Slurp 0 ... Yes (9999.19)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
Checking if you have lib 0 ... Yes (0.64)
Checking if you have Test::More 0 ... Yes (1.302078)
Checking if you have Moose 0 ... Yes (2.2004)
Checking if you have Exporter 0 ... Yes (5.72)
Checking if you have HTML::TreeBuilder 0 ... Yes (5.04)
Checking if you have FileHandle 0 ... Yes (2.03)
OK
Building and testing HTML-Element-Replacer-0.08 ... cp lib/HTML/Element/Replacer.pod blib/lib/HTML/Element/Replacer.pod
cp lib/HTML/Element/Replacer.pm blib/lib/HTML/Element/Replacer.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
# Testing HTML::Element::Replacer 0.08, Perl 5.026000, /home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0
t/00-load.t ...... ok
# Failed test 'HTML'
# at t/01-replacer.t line 28.
# got: '<table>
# <tr /="/" scla="top"></tr>
# <tr scla="mid">
# <td kmap="brand">schlitz</td>
# <td kmap="age">young</td>
# </tr>
# <tr scla="mid">
# <td kmap="brand">lowenbrau</td>
# <td kmap="age">24</td>
# </tr>
# <tr scla="mid">
# <td kmap="brand">miller</td>
# <td kmap="age">17</td>
# </tr>
# <tr /="/" scla="bot"></tr>
# </table>
# '
# expected: '<table>
# <tr scla="top" /="/"></tr>
# <tr scla="mid">
# <td kmap="brand">schlitz</td>
# <td kmap="age">young</td>
# </tr>
# <tr scla="mid">
# <td kmap="brand">lowenbrau</td>
# <td kmap="age">24</td>
# </tr>
# <tr scla="mid">
# <td kmap="brand">miller</td>
# <td kmap="age">17</td>
# </tr>
# <tr scla="bot" /="/"></tr>
# </table>
# '
# Looks like you failed 1 test of 1.
t/01-replacer.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
t/boilerplate.t .. ok
t/pod.t .......... ok
Test Summary Report
-------------------
t/01-replacer.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
t/boilerplate.t (Wstat: 0 Tests: 3 Failed: 0)
TODO passed: 1, 3
Files=4, Tests=7, 1 wallclock secs ( 0.01 usr 0.00 sys + 0.33 cusr 0.00 csys = 0.34 CPU)
Result: FAIL
Failed 1/4 test programs. 1/7 subtests failed.
Makefile:871: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255
! Installing HTML::Element::Replacer failed. See /home/ryan/.cpanm/work/1492920244.29959/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose HTML::Element::Replacer] 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