cpantestlogs/Template::Plugin::Data::HTMLDumper_genfailure.log
2017-05-02 18:44:36 -07:00

153 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/1493645555.2125
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 Template::Plugin::Data::HTMLDumper () on cpanmetadb ...
Unpacking Template-Plugin-Data-HTMLDumper-0.10.tar.gz
--> Working on Template::Plugin::Data::HTMLDumper
Fetching http://www.cpan.org/authors/id/S/SU/SUTCH/Template-Plugin-Data-HTMLDumper-0.10.tar.gz ... OK
Template-Plugin-Data-HTMLDumper-0.10/
Template-Plugin-Data-HTMLDumper-0.10/lib/
Template-Plugin-Data-HTMLDumper-0.10/lib/Template/
Template-Plugin-Data-HTMLDumper-0.10/lib/Template/Plugin/
Template-Plugin-Data-HTMLDumper-0.10/lib/Template/Plugin/Data/
Template-Plugin-Data-HTMLDumper-0.10/lib/Template/Plugin/Data/HTMLDumper.pm
Template-Plugin-Data-HTMLDumper-0.10/Makefile.PL
Template-Plugin-Data-HTMLDumper-0.10/README
Template-Plugin-Data-HTMLDumper-0.10/t/
Template-Plugin-Data-HTMLDumper-0.10/t/Template-Plugin-Data-HTMLDumper.t
Template-Plugin-Data-HTMLDumper-0.10/Changes
Template-Plugin-Data-HTMLDumper-0.10/MANIFEST
Template-Plugin-Data-HTMLDumper-0.10/MANIFEST.SKIP
Entering Template-Plugin-Data-HTMLDumper-0.10
META.yml/json not found. Creating skeleton for it.
Running Makefile.PL
Configuring Template-Plugin-Data-HTMLDumper-0.10 ... Warning: prerequisite Data::HTMLDumper 0.02 not found.
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Template::Plugin::Data::HTMLDumper
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have Data::HTMLDumper 0.02 ... No
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
Searching Data::HTMLDumper (0.02) on cpanmetadb ...
Unpacking Data-HTMLDumper-0.08.tar.gz
OK
==> Found dependencies: Data::HTMLDumper
--> Working on Data::HTMLDumper
Fetching http://www.cpan.org/authors/id/P/PH/PHILCROW/Data-HTMLDumper-0.08.tar.gz ... OK
Data-HTMLDumper-0.08/
Data-HTMLDumper-0.08/t/
Data-HTMLDumper-0.08/t/06_empty_structs.t
Data-HTMLDumper-0.08/t/01_simple.t
Data-HTMLDumper-0.08/t/02_funky_chars.t
Data-HTMLDumper-0.08/t/10_inside_out_obj.t
Data-HTMLDumper-0.08/t/09_oo_calls.t
Data-HTMLDumper-0.08/t/03_objects.t
Data-HTMLDumper-0.08/t/08_specialvars.t
Data-HTMLDumper-0.08/t/05_undef.t
Data-HTMLDumper-0.08/t/04_quotes.t
Data-HTMLDumper-0.08/t/07_multiarg.t
Data-HTMLDumper-0.08/Changes
Data-HTMLDumper-0.08/HTMLDumper/
Data-HTMLDumper-0.08/HTMLDumper/Output.pm
Data-HTMLDumper-0.08/MANIFEST
Data-HTMLDumper-0.08/examples/
Data-HTMLDumper-0.08/examples/code.html
Data-HTMLDumper-0.08/examples/code
Data-HTMLDumper-0.08/META.yml
Data-HTMLDumper-0.08/HTMLDumper.pm
Data-HTMLDumper-0.08/README
Data-HTMLDumper-0.08/Makefile.PL
Entering Data-HTMLDumper-0.08
Checking configure dependencies from META.yml
Running Makefile.PL
Configuring Data-HTMLDumper-0.08 ... Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Data::HTMLDumper
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
Checking if you have Parse::RecDescent 0 ... Yes (1.967015)
Checking if you have Test::More 0 ... Yes (1.302083)
OK
Building and testing Data-HTMLDumper-0.08 ... cp HTMLDumper/Output.pm blib/lib/Data/HTMLDumper/Output.pm
cp HTMLDumper.pm blib/lib/Data/HTMLDumper.pm
Manifying 2 pod documents
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
# Failed test 'simple hash'
# at t/01_simple.t line 57.
# Structures begin differing at:
# $got->[1] = '<tr> <td> id </td>'
# $expected->[1] = '<tr> <td> name </td>'
# Looks like you failed 1 test of 7.
t/01_simple.t ..........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/7 subtests
t/02_funky_chars.t ..... ok
t/03_objects.t ......... ok
t/04_quotes.t .......... ok
Ignore warnings, undef test in progress.
# Failed test 'hash with undef'
# at t/05_undef.t line 35.
# Structures begin differing at:
# $got->[1] = '<tr> <td> property </td>'
# $expected->[1] = '<tr> <td> attribute </td>'
# Looks like you failed 1 test of 1.
t/05_undef.t ...........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
t/06_empty_structs.t ... ok
t/07_multiarg.t ........ ok
t/08_specialvars.t ..... ok
t/09_oo_calls.t ........ ok
t/10_inside_out_obj.t .. ok
Test Summary Report
-------------------
t/01_simple.t (Wstat: 256 Tests: 7 Failed: 1)
Failed test: 4
Non-zero exit status: 1
t/05_undef.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Files=10, Tests=19, 2 wallclock secs ( 0.02 usr 0.01 sys + 0.59 cusr 0.04 csys = 0.66 CPU)
Result: FAIL
Failed 2/10 test programs. 2/19 subtests failed.
Makefile:846: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255
! Installing Data::HTMLDumper failed. See /home/ryan/.cpanm/work/1493645555.2125/build.log for details. Retry with --force to force install it.
! Installing the dependencies failed: Module 'Data::HTMLDumper' is not installed
! Bailing out the installation for Template-Plugin-Data-HTMLDumper-0.10.
FAIL
Command [cpanm --reinstall --verbose Template::Plugin::Data::HTMLDumper] 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