Subject: | Failed to build under perl 5.22.1 |
Date: | Sat, 25 Jul 2020 20:05:38 -1000 |
To: | bugs-Perl6-Pod [...] rt.cpan.org |
From: | Joel Roth <joelz [...] pobox.com> |
$ cat /home/jroth/.cpanm/work/1595743432.23432/build.log
cpanm (App::cpanminus) 1.7044 on perl 5.022001 built for x86_64-linux
Work directory is /home/jroth/.cpanm/work/1595743432.23432
You have make /usr/bin/make
You have LWP 6.15
You have /bin/tar: tar (GNU tar) 1.30
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://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 Perl6::Pod () on cpanmetadb ...
--> Working on Perl6::Pod
Fetching http://www.cpan.org/authors/id/Z/ZA/ZAG/Perl6-Pod-0.74.tar.gz
-> OK
Unpacking Perl6-Pod-0.74.tar.gz
Entering Perl6-Pod-0.74
Checking configure dependencies from META.json
Checking if you have Module::Build 0.42 ... Yes (0.4214)
Checking if you have ExtUtils::Install 1.46 ... Yes (2.04)
Configuring Perl6-Pod-0.74
Running Build.PL
Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'Perl6-Pod' version '0.74'
-> OK
Checking dependencies from MYMETA.json ...
Checking if you have XML::Flow 0 ... Yes (0.86)
Checking if you have Encode 0 ... Yes (2.72)
Checking if you have Tie::UnionHash 0.02 ... Yes (0.02)
Checking if you have Pod::Usage 0 ... Yes (1.64)
Checking if you have Test::Class 0 ... Yes (0.50)
Checking if you have Filter::Simple 0 ... Yes (0.92)
Checking if you have Getopt::Long 0 ... Yes (2.45)
Checking if you have Regexp::Grammars 1.044 ... Yes (1.057)
Building and testing Perl6-Pod-0.74
Building Perl6-Pod
Use of uninitialized value $_[0] in join or string at /home/jroth/.cpanm/work/1595743432.23432/Perl6-Pod-0.74/blib/lib/Perl6/Pod/Writer.pm line 62.
Can't call method "get_attr" on an undefined value at t/00-attr.t line 49.
# Looks like your test exited with 255 just after 1.
t/00-attr.t .............
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 2/3 subtests
t/01-parser.t ........... ok
# Failed test '=config directive'
# at t/02.reg.t line 495.
Can't parse:
=begin pod
=begin para
=config name :like<head1>
= :t
=end para
=end pod
# Looks like your test exited with 255 just after 10.
t/02.reg.t ..............
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 4/13 subtests
# Failed test 't4_numbering_symbol died (
# no element found at line 1, column 0, byte -1 at /home/jroth/.plenv/versions/5.22.1/lib/perl5/site_perl/5.22.1/x86_64-linux/XML/Parser.pm line 187.)'
# at t/04_Blocks.t line 17.
# (in T::Block::item->t4_numbering_symbol)
# Failed test 'itemized list'
# at t/lib/T/Block/item.pm line 124.
# (in T::Block::item->t5_latex)
# Failed test 'numbered list'
# at t/lib/T/Block/item.pm line 125.
# (in T::Block::item->t5_latex)
# Looks like you failed 3 tests of 43.
t/04_Blocks.t ...........
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/43 subtests
t/05-formatcodes.t ...... ok
# Failed test 't06 allow for C'
# at t/lib/T/FormattingCode/C.pm line 48.
# (in T::FormattingCode::C->t06_allow_for_C)
# Looks like you failed 1 test of 55.
t/05_FormattingCodes.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/55 subtests
Test Summary Report
-------------------
t/00-attr.t (Wstat: 65280 Tests: 1 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 3 tests but ran 1.
t/02.reg.t (Wstat: 65280 Tests: 10 Failed: 1)
Failed test: 10
Non-zero exit status: 255
Parse errors: Bad plan. You planned 13 tests but ran 10.
t/04_Blocks.t (Wstat: 768 Tests: 43 Failed: 3)
Failed tests: 16-18
Non-zero exit status: 3
t/05_FormattingCodes.t (Wstat: 256 Tests: 55 Failed: 1)
Failed test: 23
Non-zero exit status: 1
Files=6, Tests=127, 2 wallclock secs ( 0.03 usr 0.01 sys + 2.46 cusr 0.07 csys = 2.57 CPU)
Result: FAIL
Failed 4/6 test programs. 5/127 subtests failed.
-> FAIL Installing Perl6::Pod failed. See /home/jroth/.cpanm/work/1595743432.23432/build.log for details. Retry with --force to force install it.
--
Joel Roth