Data-Edit-Xml-Reuse v20191221 Perl 5 v5.26.3 amd64-netbsd
- Status
- Fail
- From
- Chris Williams (BINGOS)
- Dist
-
Data-Edit-Xml-Reuse v20191221
- Platform
- Perl 5 v5.26.3 amd64-netbsd
- Date
- 2019-12-25 00:01:14
- ID
- aac788bc-26a9-11ea-99fe-b031dbec7dbf
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language. See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org
--
Dear PRBRENAN,
This is a computer-generated error report created automatically by
CPANPLUS, version 0.9178. Testers personal comments may appear
at the end of this report.
Thank you for uploading your work to CPAN. However, it appears that
there were some problems testing your distribution.
TEST RESULTS:
Below is the error stack from stage 'make test':
09:30:58 Tests started at (eval 154) line 15
Cannot make path with make_path: because:
/home/phil/perl/cpan/DataEditXmlReuse/lib/Data/Edit/Xml/tests/in
mkdir /home/phil: Permission denied at /home/cpan/pit/jail/QM6SAFCw7B/lib/perl5/Data/Table/Text.pm line 996.
at /home/cpan/pit/jail/QM6SAFCw7B/lib/perl5/Data/Table/Text.pm line 3829, <DATA> line 146.
Data::Table::Text::__ANON__("mkdir /home/phil: Permission denied at /home/cpan/pit/jail/QM"...) called at /home/cpan/pit/bare/perl-5.26.3/lib/5.26.3/Carp.pm line 167
Carp::croak("mkdir /home/phil: Permission denied") called at /home/cpan/pit/bare/perl-5.26.3/lib/site_perl/5.26.3/File/Path.pm line 239
File::Path::_mkpath(HASH(0x7954ecb5c018), ARRAY(0x7954e73c51b0)) called at /home/cpan/pit/bare/perl-5.26.3/lib/site_perl/5.26.3/File/Path.pm line 195
File::Path::_mkpath(HASH(0x7954ecb5c018), ARRAY(0x7954e73c4d68)) called at /home/cpan/pit/bare/perl-5.26.3/lib/site_perl/5.26.3/File/Path.pm line 195
File::Path::_mkpath(HASH(0x7954ecb5c018), ARRAY(0x7954e73c4948)) called at /home/cpan/pit/bare/perl-5.26.3/lib/site_perl/5.26.3/File/Path.pm line 195
File::Path::_mkpath(HASH(0x7954ecb5c018), ARRAY(0x7954e73c4528)) called at /home/cpan/pit/bare/perl-5.26.3/lib/site_perl/5.26.3/File/Path.pm line 195
File::Path::_mkpath(HASH(0x7954ecb5c018), ARRAY(0x7954e73c4108)) called at /home/cpan/pit/bare/perl-5.26.3/lib/site_perl/5.26.3/File/Path.pm line 195
File::Path::_mkpath(HASH(0x7954ecb5c018), ARRAY(0x7954ecb5ccc0)) called at /home/cpan/pit/bare/perl-5.26.3/lib/site_perl/5.26.3/File/Path.pm line 195
File::Path::_mkpath(HASH(0x7954ecb5c018), ARRAY(0x7954ecb5c8a0)) called at /home/cpan/pit/bare/perl-5.26.3/lib/site_perl/5.26.3/File/Path.pm line 195
File::Path::_mkpath(HASH(0x7954ecb5c018), ARRAY(0x7954ecb5c480)) called at /home/cpan/pit/bare/perl-5.26.3/lib/site_perl/5.26.3/File/Path.pm line 195
File::Path::_mkpath(HASH(0x7954ecb5c018), ARRAY(0x7954ecb5c090)) called at /home/cpan/pit/bare/perl-5.26.3/lib/site_perl/5.26.3/File/Path.pm line 195
File::Path::_mkpath(HASH(0x7954ecb5c018), ARRAY(0x7954ecb5c0a8)) called at /home/cpan/pit/bare/perl-5.26.3/lib/site_perl/5.26.3/File/Path.pm line 173
File::Path::mkpath("/home/phil/perl/cpan/DataEditXmlReuse/lib/Data/Edit/Xml/tests/in") called at /home/cpan/pit/jail/QM6SAFCw7B/lib/perl5/Data/Table/Text.pm line 996
eval {...} called at /home/cpan/pit/jail/QM6SAFCw7B/lib/perl5/Data/Table/Text.pm line 996
Data::Table::Text::makePath("/home/phil/perl/cpan/DataEditXmlReuse/lib/Data/Edit/Xml/tests"...) called at /home/cpan/pit/jail/QM6SAFCw7B/lib/perl5/Data/Table/Text.pm line 1006
Data::Table::Text::overWriteFile("/home/phil/perl/cpan/DataEditXmlReuse/lib/Data/Edit/Xml/tests"..., " <concept id=\"c\">\x{a} <title>Ordering information</title>\x{a} "...) called at (eval 154) line 29
eval 'use Test::More;
use warnings FATAL=>qw(all);
use strict;
if ($^O !~ m(bsd|linux)i)
{plan skip_all => \'Not supported\';
}
Test::More->builder->output("/dev/null") # Show only errors during testing
if ((caller(1))[0]//\'Data::Edit::Xml::Reuse\') eq "Data::Edit::Xml::Reuse";
makeDieConfess;
mmm "Tests started";
my $nFiles = 1e2;
my $testFolder = temporaryFolder;
$testFolder = q(/home/phil/perl/cpan/DataEditXmlReuse/lib/Data/Edit/Xml/tests/);
clearFolder($testFolder, $nFiles);
my $inputFolder = fpd($testFolder, qw(in));
my $outputFolder = fpd($testFolder, qw(out));
my $reportsFolder = fpd($testFolder, qw(reports));
my @in = map {fpe($inputFolder, $_, q(xml))} 1..9;
if (1) { #Treuse
owf($in[0], <<END); # Base file
<concept id="c">
<title>Ordering information</title>
<conbody>
<p>For further information, please visit our web site or contact your local sales company.</p>
<p>Made in Sweden</p>
<table>
<tbody>
<row>
<entry><p>Ice Associates</p></entry>
<entry><p>North Pole 1</p></entry>
</row>
</tbody>
</table>
<p>aaa bbb ccc ddd eee</p>
</conbody>
</concept>
END
owf($in[1], <<END); # Similar file
<concept id="c">
<title>Ordering information</title>
<conbody>
<p>For further information, please visit our web site or contact your local sales company.</p>
<p>Copyright é 2018 - 2019. All rights reserved.</p>
<p>Made in Norway</p>
<table>
<tbody>
<row>
<entry><p>Ice Associates</p></entry>
<entry><p>North Pole 1</p></entry>
</row>
</tbody>
</table>
<p>aaa bbb ccc ddd fff</p>
</conbody>
</concept>
END
my $dictionary = fpf($outputFolder, qw(dictionary xml)); # Dictionary file name
my $r = Data::Edit::Xml::Reuse::reuse
(dictionary => $dictionary, # Reuse request
inputFolder => $inputFolder,
matchSimilarTagContent => 0.5,
outputFolder => $outputFolder,
reportsFolder => $reportsFolder,
tags => {map {$_=>1} qw(p table)},
);
ok readFile($dictionary) eq <<END; # Resulting dictionary
<concept id="dictionary">
<title>Dictionary</title>
<conbody>
<p id="GUID-63271233-3e86-9ac1-5fe8-086bc8b37b51">For further information, please visit our web site or contact your local sales company.</p>
<table id="GUID-e7a012a5-8ff5-6f12-5b96-0137c5c0a0b4">
<tbody>
<row>
<entry>
<p>Ice Associates</p>
</entry>
<entry>
<p>North Pole 1</p>
</entry>
</row>
</tbody>
</table>
</conbody>
</concept>
END
if (my $h = # Similar XML report
readFile(fpe($reportsFolder, qw(similar tag_blocks_by_vocabulary txt))))
{ok index($h, <<END) > 0;
Similar Tag_Content Md5Sum
1 2 aaa bbb ccc ddd eee GUID-3c8810e0-d8aa-0484-84b8-a57230b756de
2 aaa bbb ccc ddd fff GUID-7472a890-4587-8393-9c34-0aa3859d2e21
END
}
ok readFile(fpe($testFolder, qw(out 1 xml))) eq <<END; # Deduplicated XML file - Sweden
<concept id="c">
<title>Ordering information</title>
<conbody>
<p conref="dictionary/xml#dictionary/GUID-63271233-3e86-9ac1-5fe8-086bc8b37b51"/>
<!-- For further information, please visit our web site or contact your local sales company. -->
<p>Made in Sweden</p>
<table conref="dictionary/xml#dictionary/GUID-e7a012a5-8ff5-6f12-5b96-0137c5c0a0b4"/>
<!-- <tbody><row><entry><p>Ice Associates</p></entry><entry><p>North Pole 1</p></entry></row></tbody> -->
<p id="GUID-3c8810e0-d8aa-0484-84b8-a57230b756de" xtrf="GUID-7472a890-4587-8393-9c34-0aa3859d2e21">aaa bbb ccc ddd eee</p>
</conbody>
</concept>
END
ok readFile(fpe($testFolder, qw(out 2 xml))) eq <<END; # Deduplicated XML file - Norway
<concept id="c">
<title>Ordering information</title>
<conbody>
<p conref="dictionary/xml#dictionary/GUID-63271233-3e86-9ac1-5fe8-086bc8b37b51"/>
<!-- For further information, please visit our web site or contact your local sales company. -->
<p>Copyright é 2018 - 2019. All rights reserved.</p>
<p>Made in Norway</p>
<table conref="dictionary/xml#dictionary/GUID-e7a012a5-8ff5-6f12-5b96-0137c5c0a0b4"/>
<!-- <tbody><row><entry><p>Ice Associates</p></entry><entry><p>North Pole 1</p></entry></row></tbody> -->
<p id="GUID-7472a890-4587-8393-9c34-0aa3859d2e21" xtrf="GUID-3c8810e0-d8aa-0484-84b8-a57230b756de">aaa bbb ccc ddd fff</p>
</conbody>
</concept>
END
}
done_testing;
#clearFolder($testFolder, $nFiles);
mmm "Tests finished:";
# owf(q(/home/phil/z/testResults.txt), dump($h));
' called at /home/cpan/pit/bare/conf/perl-5.26.3/.cpanplus/5.26.3/build/Z9mzog8h22/Data-Edit-Xml-Reuse-20191221/blib/lib/Data/Edit/Xml/Reuse.pm line 790
Data::Edit::Xml::Reuse::test() called at test.pl line 10
at /home/cpan/pit/jail/QM6SAFCw7B/lib/perl5/Data/Table/Text.pm line 998, <DATA> line 146.
Data::Table::Text::makePath("/home/phil/perl/cpan/DataEditXmlReuse/lib/Data/Edit/Xml/tests"...) called at /home/cpan/pit/jail/QM6SAFCw7B/lib/perl5/Data/Table/Text.pm line 1006
Data::Table::Text::overWriteFile("/home/phil/perl/cpan/DataEditXmlReuse/lib/Data/Edit/Xml/tests"..., " <concept id=\"c\">\x{a} <title>Ordering information</title>\x{a} "...) called at (eval 154) line 29
eval 'use Test::More;
use warnings FATAL=>qw(all);
use strict;
if ($^O !~ m(bsd|linux)i)
{plan skip_all => \'Not supported\';
}
Test::More->builder->output("/dev/null") # Show only errors during testing
if ((caller(1))[0]//\'Data::Edit::Xml::Reuse\') eq "Data::Edit::Xml::Reuse";
makeDieConfess;
mmm "Tests started";
my $nFiles = 1e2;
my $testFolder = temporaryFolder;
$testFolder = q(/home/phil/perl/cpan/DataEditXmlReuse/lib/Data/Edit/Xml/tests/);
clearFolder($testFolder, $nFiles);
my $inputFolder = fpd($testFolder, qw(in));
my $outputFolder = fpd($testFolder, qw(out));
my $reportsFolder = fpd($testFolder, qw(reports));
my @in = map {fpe($inputFolder, $_, q(xml))} 1..9;
if (1) { #Treuse
owf($in[0], <<END); # Base file
<concept id="c">
<title>Ordering information</title>
<conbody>
<p>For further information, please visit our web site or contact your local sales company.</p>
<p>Made in Sweden</p>
<table>
<tbody>
<row>
<entry><p>Ice Associates</p></entry>
<entry><p>North Pole 1</p></entry>
</row>
</tbody>
</table>
<p>aaa bbb ccc ddd eee</p>
</conbody>
</concept>
END
owf($in[1], <<END); # Similar file
<concept id="c">
<title>Ordering information</title>
<conbody>
<p>For further information, please visit our web site or contact your local sales company.</p>
<p>Copyright é 2018 - 2019. All rights reserved.</p>
<p>Made in Norway</p>
<table>
<tbody>
<row>
<entry><p>Ice Associates</p></entry>
<entry><p>North Pole 1</p></entry>
</row>
</tbody>
</table>
<p>aaa bbb ccc ddd fff</p>
</conbody>
</concept>
END
my $dictionary = fpf($outputFolder, qw(dictionary xml)); # Dictionary file name
my $r = Data::Edit::Xml::Reuse::reuse
(dictionary => $dictionary, # Reuse request
inputFolder => $inputFolder,
matchSimilarTagContent => 0.5,
outputFolder => $outputFolder,
reportsFolder => $reportsFolder,
tags => {map {$_=>1} qw(p table)},
);
ok readFile($dictionary) eq <<END; # Resulting dictionary
<concept id="dictionary">
<title>Dictionary</title>
<conbody>
<p id="GUID-63271233-3e86-9ac1-5fe8-086bc8b37b51">For further information, please visit our web site or contact your local sales company.</p>
<table id="GUID-e7a012a5-8ff5-6f12-5b96-0137c5c0a0b4">
<tbody>
<row>
<entry>
<p>Ice Associates</p>
</entry>
<entry>
<p>North Pole 1</p>
</entry>
</row>
</tbody>
</table>
</conbody>
</concept>
END
if (my $h = # Similar XML report
readFile(fpe($reportsFolder, qw(similar tag_blocks_by_vocabulary txt))))
{ok index($h, <<END) > 0;
Similar Tag_Content Md5Sum
1 2 aaa bbb ccc ddd eee GUID-3c8810e0-d8aa-0484-84b8-a57230b756de
2 aaa bbb ccc ddd fff GUID-7472a890-4587-8393-9c34-0aa3859d2e21
END
}
ok readFile(fpe($testFolder, qw(out 1 xml))) eq <<END; # Deduplicated XML file - Sweden
<concept id="c">
<title>Ordering information</title>
<conbody>
<p conref="dictionary/xml#dictionary/GUID-63271233-3e86-9ac1-5fe8-086bc8b37b51"/>
<!-- For further information, please visit our web site or contact your local sales company. -->
<p>Made in Sweden</p>
<table conref="dictionary/xml#dictionary/GUID-e7a012a5-8ff5-6f12-5b96-0137c5c0a0b4"/>
<!-- <tbody><row><entry><p>Ice Associates</p></entry><entry><p>North Pole 1</p></entry></row></tbody> -->
<p id="GUID-3c8810e0-d8aa-0484-84b8-a57230b756de" xtrf="GUID-7472a890-4587-8393-9c34-0aa3859d2e21">aaa bbb ccc ddd eee</p>
</conbody>
</concept>
END
ok readFile(fpe($testFolder, qw(out 2 xml))) eq <<END; # Deduplicated XML file - Norway
<concept id="c">
<title>Ordering information</title>
<conbody>
<p conref="dictionary/xml#dictionary/GUID-63271233-3e86-9ac1-5fe8-086bc8b37b51"/>
<!-- For further information, please visit our web site or contact your local sales company. -->
<p>Copyright é 2018 - 2019. All rights reserved.</p>
<p>Made in Norway</p>
<table conref="dictionary/xml#dictionary/GUID-e7a012a5-8ff5-6f12-5b96-0137c5c0a0b4"/>
<!-- <tbody><row><entry><p>Ice Associates</p></entry><entry><p>North Pole 1</p></entry></row></tbody> -->
<p id="GUID-7472a890-4587-8393-9c34-0aa3859d2e21" xtrf="GUID-3c8810e0-d8aa-0484-84b8-a57230b756de">aaa bbb ccc ddd fff</p>
</conbody>
</concept>
END
}
done_testing;
#clearFolder($testFolder, $nFiles);
mmm "Tests finished:";
# owf(q(/home/phil/z/testResults.txt), dump($h));
' called at /home/cpan/pit/bare/conf/perl-5.26.3/.cpanplus/5.26.3/build/Z9mzog8h22/Data-Edit-Xml-Reuse-20191221/blib/lib/Data/Edit/Xml/Reuse.pm line 790
Data::Edit::Xml::Reuse::test() called at test.pl line 10
at /home/cpan/pit/jail/QM6SAFCw7B/lib/perl5/Data/Table/Text.pm line 3829, <DATA> line 146.
Data::Table::Text::__ANON__("Cannot make path with make_path: because:\x{a}/home/phil/perl/cpa"...) called at /home/cpan/pit/bare/perl-5.26.3/lib/5.26.3/Carp.pm line 168
Carp::confess("Cannot make path with make_path: because:\x{a}/home/phil/perl/cpa"...) called at /home/cpan/pit/jail/QM6SAFCw7B/lib/perl5/Data/Table/Text.pm line 998
Data::Table::Text::makePath("/home/phil/perl/cpan/DataEditXmlReuse/lib/Data/Edit/Xml/tests"...) called at /home/cpan/pit/jail/QM6SAFCw7B/lib/perl5/Data/Table/Text.pm line 1006
Data::Table::Text::overWriteFile("/home/phil/perl/cpan/DataEditXmlReuse/lib/Data/Edit/Xml/tests"..., " <concept id=\"c\">\x{a} <title>Ordering information</title>\x{a} "...) called at (eval 154) line 29
eval 'use Test::More;
use warnings FATAL=>qw(all);
use strict;
if ($^O !~ m(bsd|linux)i)
{plan skip_all => \'Not supported\';
}
Test::More->builder->output("/dev/null") # Show only errors during testing
if ((caller(1))[0]//\'Data::Edit::Xml::Reuse\') eq "Data::Edit::Xml::Reuse";
makeDieConfess;
mmm "Tests started";
my $nFiles = 1e2;
my $testFolder = temporaryFolder;
$testFolder = q(/home/phil/perl/cpan/DataEditXmlReuse/lib/Data/Edit/Xml/tests/);
clearFolder($testFolder, $nFiles);
my $inputFolder = fpd($testFolder, qw(in));
my $outputFolder = fpd($testFolder, qw(out));
my $reportsFolder = fpd($testFolder, qw(reports));
my @in = map {fpe($inputFolder, $_, q(xml))} 1..9;
if (1) { #Treuse
owf($in[0], <<END); # Base file
<concept id="c">
<title>Ordering information</title>
<conbody>
<p>For further information, please visit our web site or contact your local sales company.</p>
<p>Made in Sweden</p>
<table>
<tbody>
<row>
<entry><p>Ice Associates</p></entry>
<entry><p>North Pole 1</p></entry>
</row>
</tbody>
</table>
<p>aaa bbb ccc ddd eee</p>
</conbody>
</concept>
END
owf($in[1], <<END); # Similar file
<concept id="c">
<title>Ordering information</title>
<conbody>
<p>For further information, please visit our web site or contact your local sales company.</p>
<p>Copyright é 2018 - 2019. All rights reserved.</p>
<p>Made in Norway</p>
<table>
<tbody>
<row>
<entry><p>Ice Associates</p></entry>
<entry><p>North Pole 1</p></entry>
</row>
</tbody>
</table>
<p>aaa bbb ccc ddd fff</p>
</conbody>
</concept>
END
my $dictionary = fpf($outputFolder, qw(dictionary xml)); # Dictionary file name
my $r = Data::Edit::Xml::Reuse::reuse
(dictionary => $dictionary, # Reuse request
inputFolder => $inputFolder,
matchSimilarTagContent => 0.5,
outputFolder => $outputFolder,
reportsFolder => $reportsFolder,
tags => {map {$_=>1} qw(p table)},
);
ok readFile($dictionary) eq <<END; # Resulting dictionary
<concept id="dictionary">
<title>Dictionary</title>
<conbody>
<p id="GUID-63271233-3e86-9ac1-5fe8-086bc8b37b51">For further information, please visit our web site or contact your local sales company.</p>
<table id="GUID-e7a012a5-8ff5-6f12-5b96-0137c5c0a0b4">
<tbody>
<row>
<entry>
<p>Ice Associates</p>
</entry>
<entry>
<p>North Pole 1</p>
</entry>
</row>
</tbody>
</table>
</conbody>
</concept>
END
if (my $h = # Similar XML report
readFile(fpe($reportsFolder, qw(similar tag_blocks_by_vocabulary txt))))
{ok index($h, <<END) > 0;
Similar Tag_Content Md5Sum
1 2 aaa bbb ccc ddd eee GUID-3c8810e0-d8aa-0484-84b8-a57230b756de
2 aaa bbb ccc ddd fff GUID-7472a890-4587-8393-9c34-0aa3859d2e21
END
}
ok readFile(fpe($testFolder, qw(out 1 xml))) eq <<END; # Deduplicated XML file - Sweden
<concept id="c">
<title>Ordering information</title>
<conbody>
<p conref="dictionary/xml#dictionary/GUID-63271233-3e86-9ac1-5fe8-086bc8b37b51"/>
<!-- For further information, please visit our web site or contact your local sales company. -->
<p>Made in Sweden</p>
<table conref="dictionary/xml#dictionary/GUID-e7a012a5-8ff5-6f12-5b96-0137c5c0a0b4"/>
<!-- <tbody><row><entry><p>Ice Associates</p></entry><entry><p>North Pole 1</p></entry></row></tbody> -->
<p id="GUID-3c8810e0-d8aa-0484-84b8-a57230b756de" xtrf="GUID-7472a890-4587-8393-9c34-0aa3859d2e21">aaa bbb ccc ddd eee</p>
</conbody>
</concept>
END
ok readFile(fpe($testFolder, qw(out 2 xml))) eq <<END; # Deduplicated XML file - Norway
<concept id="c">
<title>Ordering information</title>
<conbody>
<p conref="dictionary/xml#dictionary/GUID-63271233-3e86-9ac1-5fe8-086bc8b37b51"/>
<!-- For further information, please visit our web site or contact your local sales company. -->
<p>Copyright é 2018 - 2019. All rights reserved.</p>
<p>Made in Norway</p>
<table conref="dictionary/xml#dictionary/GUID-e7a012a5-8ff5-6f12-5b96-0137c5c0a0b4"/>
<!-- <tbody><row><entry><p>Ice Associates</p></entry><entry><p>North Pole 1</p></entry></row></tbody> -->
<p id="GUID-7472a890-4587-8393-9c34-0aa3859d2e21" xtrf="GUID-3c8810e0-d8aa-0484-84b8-a57230b756de">aaa bbb ccc ddd fff</p>
</conbody>
</concept>
END
}
done_testing;
#clearFolder($testFolder, $nFiles);
mmm "Tests finished:";
# owf(q(/home/phil/z/testResults.txt), dump($h));
' called at /home/cpan/pit/bare/conf/perl-5.26.3/.cpanplus/5.26.3/build/Z9mzog8h22/Data-Edit-Xml-Reuse-20191221/blib/lib/Data/Edit/Xml/Reuse.pm line 790
Data::Edit::Xml::Reuse::test() called at test.pl line 10
at /home/cpan/pit/jail/QM6SAFCw7B/lib/perl5/Data/Table/Text.pm line 3829, <DATA> line 146.
Data::Table::Text::__ANON__("Cannot make path with make_path: because:\x{a}/home/phil/perl/cpa"...) called at /home/cpan/pit/bare/conf/perl-5.26.3/.cpanplus/5.26.3/build/Z9mzog8h22/Data-Edit-Xml-Reuse-20191221/blib/lib/Data/Edit/Xml/Reuse.pm line 791
Data::Edit::Xml::Reuse::test() called at test.pl line 10
test.pl ..
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
Test Summary Report
-------------------
test.pl (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
Files=1, Tests=0, 1 wallclock secs ( 0.02 usr 0.02 sys + 0.29 cusr 0.26 csys = 0.59 CPU)
Result: FAIL
Failed 1/1 test programs. 0/0 subtests failed.
PREREQUISITES:
Here is a list of prerequisites you specified and versions we
managed to load:
Module Name Have Want
Carp 1.42 0
Data::Dump 1.23 0
Data::Edit::Xml 20191121 20191119
Data::Edit::Xml::Xref 20191121 20191121
Data::Table::Text 20191221 20191204
Dita::GB::Standard 20190911 20190911
Test2::API 1.302168 0
Test::More 1.302168 0
utf8 1.19 0
Perl module toolchain versions installed:
Module Name Have
CPANPLUS 0.9178
CPANPLUS::Dist::Build 0.90
Cwd 3.75
ExtUtils::CBuilder 0.280231
ExtUtils::Command 7.38
ExtUtils::Install 2.14
ExtUtils::MakeMaker 7.38
ExtUtils::Manifest 1.72
ExtUtils::ParseXS 3.35
File::Spec 3.75
Module::Build 0.4229
Pod::Parser 1.63
Pod::Simple 3.35
Test2 1.302168
Test::Harness 3.42
Test::More 1.302168
version 0.9924
******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender. As there are many people performing automatic
tests on each upload to CPAN, it is likely that you will receive
identical messages about the same problem.
If you believe that the message is mistaken, please reply to the first
one with correction and/or additional informations, and do not take
it personally. We appreciate your patience. :)
**********************************************************************
Additional comments:
This report was machine-generated by CPANPLUS::Dist::YACSmoke 1.08.
Powered by minismokebox version 0.68
CPANPLUS is prefering Build.PL
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
NONINTERACTIVE_TESTING = 1
PATH = /home/cpan/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R7/bin:/usr/pkg/bin:/usr/pkg/sbin:/usr/games:/usr/local/bin:/usr/local/sbin
PERL5LIB = /home/cpan/pit/jail/QM6SAFCw7B/lib/perl5:/home/cpan/pit/bare/conf/perl-5.26.3/.cpanplus/5.26.3/build/TxIkYUiHQ0/Data-Edit-Xml-20191121/blib/lib:/home/cpan/pit/bare/conf/perl-5.26.3/.cpanplus/5.26.3/build/TxIkYUiHQ0/Data-Edit-Xml-20191121/blib/arch:/home/cpan/pit/bare/conf/perl-5.26.3/.cpanplus/5.26.3/build/ZG3BnKcrOf/Dita-GB-Standard-20190911/blib/lib:/home/cpan/pit/bare/conf/perl-5.26.3/.cpanplus/5.26.3/build/ZG3BnKcrOf/Dita-GB-Standard-20190911/blib/arch:/home/cpan/pit/bare/conf/perl-5.26.3/.cpanplus/5.26.3/build/6e_0VjNSlJ/Data-Edit-Xml-Xref-20191121/blib/lib:/home/cpan/pit/bare/conf/perl-5.26.3/.cpanplus/5.26.3/build/6e_0VjNSlJ/Data-Edit-Xml-Xref-20191121/blib/arch:/home/cpan/pit/bare/conf/perl-5.26.3/.cpanplus/5.26.3/build/Z9mzog8h22/Data-Edit-Xml-Reuse-20191221/blib/lib:/home/cpan/pit/bare/conf/perl-5.26.3/.cpanplus/5.26.3/build/Z9mzog8h22/Data-Edit-Xml-Reuse-20191221/blib/arch
PERL5_CPANPLUS_IS_RUNNING = 12847
PERL5_CPANPLUS_IS_VERSION = 0.9178
PERL5_MINISMOKEBOX = 0.68
PERL5_YACSMOKE_BASE = /home/cpan/pit/bare/conf/perl-5.26.3
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_LOCAL_LIB_ROOT = /home/cpan/pit/jail/QM6SAFCw7B
PERL_MB_OPT = --install_base "/home/cpan/pit/jail/QM6SAFCw7B"
PERL_MM_OPT = INSTALL_BASE=/home/cpan/pit/jail/QM6SAFCw7B
PERL_MM_USE_DEFAULT = 1
SHELL = /usr/pkg/bin/bash
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
Perl: $^X = /home/cpan/pit/bare/perl-5.26.3/bin/perl
UID: $< = 1001
EUID: $> = 1001
GID: $( = 100 100
EGID: $) = 100 100
-------------------------------
--
Summary of my perl5 (revision 5 version 26 subversion 3) configuration:
Platform:
osname=netbsd
osvers=8.1
archname=amd64-netbsd
uname='netbsd nephilim.bingosnet.co.uk 8.1 netbsd 8.1 (generic) #0: fri may 31 08:43:59 utc 2019 mkrepro@mkrepro.netbsd.org:usrsrcsysarchamd64compilegeneric amd64 '
config_args='-des -Dprefix=/home/cpan/pit/bare/perl-5.26.3'
hint=recommended
useposix=true
d_sigaction=define
useithreads=undef
usemultiplicity=undef
use64bitint=define
use64bitall=define
uselongdouble=undef
usemymalloc=n
default_inc_excludes_dot=define
bincompat5005=undef
Compiler:
cc='cc'
ccflags ='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/pkg/include -D_FORTIFY_SOURCE=2'
optimize='-O'
cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/pkg/include'
ccversion=''
gccversion='5.5.0'
gccosandvers=''
intsize=4
longsize=8
ptrsize=8
doublesize=8
byteorder=12345678
doublekind=3
d_longlong=define
longlongsize=8
d_longdbl=define
longdblsize=16
longdblkind=3
ivtype='long'
ivsize=8
nvtype='double'
nvsize=8
Off_t='off_t'
lseeksize=8
alignbytes=8
prototype=define
Linker and Libraries:
ld='cc'
ldflags =' -Wl,-rpath,/usr/pkg/lib -Wl,-rpath,/usr/local/lib -fstack-protector-strong -L/usr/pkg/lib'
libpth=/usr/include/gcc-5 /usr/lib /usr/pkg/lib /lib
libs=-lpthread -lgdbm -lm -lcrypt -lutil -lc -lposix
perllibs=-lpthread -lm -lcrypt -lutil -lc -lposix
libc=/lib/libc.so
so=so
useshrplib=false
libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs
dlext=so
d_dlsymun=undef
ccdlflags='-Wl,-E '
cccdlflags='-DPIC -fPIC '
lddlflags='-shared -L/usr/pkg/lib -fstack-protector-strong'
Characteristics of this binary (from libperl):
Compile-time options:
HAS_TIMES
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_MALLOC_WRAP
PERL_OP_PARENT
PERL_PRESERVE_IVUV
USE_64_BIT_ALL
USE_64_BIT_INT
USE_LARGE_FILES
USE_LOCALE
USE_LOCALE_COLLATE
USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC
USE_LOCALE_TIME
USE_PERLIO
USE_PERL_ATOF
Locally applied patches:
Devel::PatchPerl 1.64
Built under netbsd
Compiled at Jul 24 2019 07:49:00
%ENV:
PERL5LIB="/home/cpan/pit/jail/QM6SAFCw7B/lib/perl5:/home/cpan/pit/bare/conf/perl-5.26.3/.cpanplus/5.26.3/build/TxIkYUiHQ0/Data-Edit-Xml-20191121/blib/lib:/home/cpan/pit/bare/conf/perl-5.26.3/.cpanplus/5.26.3/build/TxIkYUiHQ0/Data-Edit-Xml-20191121/blib/arch:/home/cpan/pit/bare/conf/perl-5.26.3/.cpanplus/5.26.3/build/ZG3BnKcrOf/Dita-GB-Standard-20190911/blib/lib:/home/cpan/pit/bare/conf/perl-5.26.3/.cpanplus/5.26.3/build/ZG3BnKcrOf/Dita-GB-Standard-20190911/blib/arch:/home/cpan/pit/bare/conf/perl-5.26.3/.cpanplus/5.26.3/build/6e_0VjNSlJ/Data-Edit-Xml-Xref-20191121/blib/lib:/home/cpan/pit/bare/conf/perl-5.26.3/.cpanplus/5.26.3/build/6e_0VjNSlJ/Data-Edit-Xml-Xref-20191121/blib/arch:/home/cpan/pit/bare/conf/perl-5.26.3/.cpanplus/5.26.3/build/Z9mzog8h22/Data-Edit-Xml-Reuse-20191221/blib/lib:/home/cpan/pit/bare/conf/perl-5.26.3/.cpanplus/5.26.3/build/Z9mzog8h22/Data-Edit-Xml-Reuse-20191221/blib/arch"
PERL5_CPANPLUS_IS_RUNNING="12847"
PERL5_CPANPLUS_IS_VERSION="0.9178"
PERL5_MINISMOKEBOX="0.68"
PERL5_YACSMOKE_BASE="/home/cpan/pit/bare/conf/perl-5.26.3"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_LOCAL_LIB_ROOT="/home/cpan/pit/jail/QM6SAFCw7B"
PERL_MB_OPT="--install_base "/home/cpan/pit/jail/QM6SAFCw7B""
PERL_MM_OPT="INSTALL_BASE=/home/cpan/pit/jail/QM6SAFCw7B"
PERL_MM_USE_DEFAULT="1"
@INC:
/home/cpan/pit/jail/QM6SAFCw7B/lib/perl5/5.26.3/amd64-netbsd
/home/cpan/pit/jail/QM6SAFCw7B/lib/perl5/5.26.3
/home/cpan/pit/jail/QM6SAFCw7B/lib/perl5/amd64-netbsd
/home/cpan/pit/jail/QM6SAFCw7B/lib/perl5
/home/cpan/pit/bare/conf/perl-5.26.3/.cpanplus/5.26.3/build/TxIkYUiHQ0/Data-Edit-Xml-20191121/blib/lib
/home/cpan/pit/bare/conf/perl-5.26.3/.cpanplus/5.26.3/build/TxIkYUiHQ0/Data-Edit-Xml-20191121/blib/arch
/home/cpan/pit/bare/conf/perl-5.26.3/.cpanplus/5.26.3/build/ZG3BnKcrOf/Dita-GB-Standard-20190911/blib/lib
/home/cpan/pit/bare/conf/perl-5.26.3/.cpanplus/5.26.3/build/ZG3BnKcrOf/Dita-GB-Standard-20190911/blib/arch
/home/cpan/pit/bare/conf/perl-5.26.3/.cpanplus/5.26.3/build/6e_0VjNSlJ/Data-Edit-Xml-Xref-20191121/blib/lib
/home/cpan/pit/bare/conf/perl-5.26.3/.cpanplus/5.26.3/build/6e_0VjNSlJ/Data-Edit-Xml-Xref-20191121/blib/arch
/home/cpan/pit/bare/conf/perl-5.26.3/.cpanplus/5.26.3/build/Z9mzog8h22/Data-Edit-Xml-Reuse-20191221/blib/lib
/home/cpan/pit/bare/conf/perl-5.26.3/.cpanplus/5.26.3/build/Z9mzog8h22/Data-Edit-Xml-Reuse-20191221/blib/arch
/home/cpan/pit/bare/perl-5.26.3/lib/site_perl/5.26.3/amd64-netbsd
/home/cpan/pit/bare/perl-5.26.3/lib/site_perl/5.26.3
/home/cpan/pit/bare/perl-5.26.3/lib/5.26.3/amd64-netbsd
/home/cpan/pit/bare/perl-5.26.3/lib/5.26.3