Wiki-Toolkit v0.86 Perl 5 v5.30.2 armv7l-linux-thread-multi

Status
Fail
From
Nigel Horne
Dist
Wiki-Toolkit v0.86
Platform
Perl 5 v5.30.2 armv7l-linux-thread-multi
Date
2020-12-21 18:15:16
ID
7a2bc588-43b8-11eb-b9db-b6c7a8faccfa
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 bob walker,

This is a computer-generated report for Wiki-Toolkit-0.86
on perl 5.30.2, created by CPAN-Reporter-1.2018.

Thank you for uploading your work to CPAN.  However, there was a problem
testing your distribution.

If you think this report is invalid, please consult the CPAN Testers Wiki
for suggestions on how to avoid getting FAIL reports for missing library
or binary dependencies, unsupported operating systems, and so on:

http://wiki.cpantesters.org/wiki/CPANAuthorNotes

Sections of this report:

    * Tester comments
    * Program output
    * Prerequisites
    * Environment and other context

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester:

this report is from an automated smoke testing program
and was not reviewed by a human for accuracy

------------------------------
PROGRAM OUTPUT
------------------------------

Output from '/usr/bin/make test':

PERL_DL_NONLAZY=1 "/home/smoker/perl5/perlbrew/perls/perl-5.30.2-thread/bin/perl5.30.2" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/001_load.t ........................... ok
t/002_datastore_setup.t ................ ok
t/003_instantiate.t .................... ok
t/007_search.t ......................... ok
t/005_delete.t ......................... ok
t/004_write_and_retrieve.t ............. ok

#   Failed test 'list_all_nodes returns the right number of nodes'
#   at t/006_list_all.t line 19.
#          got: '4'
#     expected: '3'

#   Failed test '...and the right ones, too'
#   at t/006_list_all.t line 21.
#     Structures begin differing at:
#          $got->[0] = 'A Node'
#     $expected->[0] = 'Carrots'

#   Failed test 'list_all_nodes returns the right number of nodes'
#   at t/006_list_all.t line 25.
#          got: '4'
#     expected: '3'

#   Failed test '...and the right ones, too'
#   at t/006_list_all.t line 29.
#     Structures begin differing at:
#          $got->{name} = 'A Node'
#     $expected->{name} = 'Carrots'

#   Failed test '...and the right ones, too'
#   at t/006_list_all.t line 32.
#     Structures begin differing at:
#          $got->{name} = 'Carrots'
#     $expected->{name} = 'Cheese'

#   Failed test '...and the right ones, too'
#   at t/006_list_all.t line 35.
#     Structures begin differing at:
#          $got->{name} = 'Cheese'
#     $expected->{name} = 'Handbags'
# Looks like you failed 6 tests of 6.
t/006_list_all.t ....................... 
Dubious, test returned 6 (wstat 1536, 0x600)
Failed 6/6 subtests 
Unhandled error: [DBD::SQLite::db selectrow_array failed: no such table: node at /tmp/build/Wiki-Toolkit-0.86-0/blib/lib/Wiki/Toolkit/Store/Database.pm line 289.
] at /tmp/build/Wiki-Toolkit-0.86-0/blib/lib/Wiki/Toolkit.pm line 852.
# Looks like your test exited with 2 before it could output anything.
t/009_backlinks.t ...................... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 7/7 subtests 

#   Failed test 'By lat, not Reun Thai'
#   at t/010_metadata.t line 78.
#     Structures begin differing at:
#          $got->[0] = 'Home'
#     $expected->[0] = 'The Old Trout'

#   Failed test 'By long, get all'
#   at t/010_metadata.t line 84.
#     Structures begin differing at:
#          $got->[0] = 'Home'
#     $expected->[0] = 'Reun Thai'

#   Failed test 'Reun Thai not a pub'
#   at t/010_metadata.t line 90.
#     Structures begin differing at:
#          $got->[0] = 'Home'
#     $expected->[0] = 'Reun Thai'

#   Failed test 'By Category, get all'
#   at t/010_metadata.t line 95.
#     Structures begin differing at:
#          $got->[0] = 'Home'
#     $expected->[0] = 'Reun Thai'

#   Failed test 'By category=hammersmith (case sensitive), get all'
#   at t/010_metadata.t line 101.
#     Structures begin differing at:
#          $got->[0] = 'Home'
#     $expected->[0] = 'Reun Thai'

#   Failed test 'By category=hammersmith (ci), get all but the three cups'
#   at t/010_metadata.t line 108.
#     Structures begin differing at:
#          $got->[0] = 'Home'
#     $expected->[0] = 'The Three Cups'
# Looks like you failed 6 tests of 22.
t/010_metadata.t ....................... 
Dubious, test returned 6 (wstat 1536, 0x600)
Failed 6/22 subtests 
t/012_blank_data.t ..................... ok
t/013_fuzzy_title_match.t .............. ok

#   Failed test 'write_node succeeds when node matches checksum'
#   at t/008_write_and_rewrite.t line 25.

#   Failed test '...and the version number is updated on successful writing'
#   at t/008_write_and_rewrite.t line 31.
#          got: '0'
#     expected: '2'

#   Failed test '...as is last_modified'
#   at t/008_write_and_rewrite.t line 38.

#   Failed test '...and old versions are still available'
#   at t/008_write_and_rewrite.t line 41.
#          got: '0'
#     expected: '2'

#   Failed test '...and old versions have right content'
#   at t/008_write_and_rewrite.t line 42.
#          got: ''
#     expected: 'xx'
Couldn't write node at t/008_write_and_rewrite.t line 60.
# Looks like your test exited with 11 just after 11.
t/008_write_and_rewrite.t .............. 
Dubious, test returned 11 (wstat 2816, 0xb00)
Failed 6/12 subtests 
t/015_dangling_links.t ................. ok

#   Failed test 'checksum stored instead'
#   at t/014_advanced_metadata.t line 29.
# Looks like you failed 1 test of 6.
t/014_advanced_metadata.t .............. 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/6 subtests 

#   Failed test 'recent_changes for last 1 day gets the right results'
#   at t/011_recent_changes.t line 62.
#     Structures begin differing at:
#          $got->[0] = 'A Node'
#     $expected->[0] = 'Another Node'

#   Failed test '...in the right order'
#   at t/011_recent_changes.t line 66.
#     Structures begin differing at:
#          $got->[0] = 'Test 1'
#     $expected->[0] = 'Another Node'

#   Failed test '...metadata is returned as a hash of array refs'
#   at t/011_recent_changes.t line 71.
#          got: ''
#     expected: 'ARRAY'
Can't use an undefined value as an ARRAY reference at t/011_recent_changes.t line 73.
# Looks like your test exited with 2 just after 3.
t/011_recent_changes.t ................. 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 27/27 subtests 
t/017_delete_version.t ................. ok

#   Failed test 'can supply multiple criteria to metadata_isnt'
#   at t/018_rc_multiple_metadata_criteria.t line 63.
#     Structures begin differing at:
#          $got->[0] = 'A Node'
#     $expected->[0] = 'Test 2'
# Looks like you failed 1 test of 6.
t/018_rc_multiple_metadata_criteria.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/6 subtests 
DBD::SQLite::st execute failed: UNIQUE constraint failed: node.name at t/016_recent_changes_between.t line 35.
# Looks like your test exited with 2 before it could output anything.
t/016_recent_changes_between.t ......... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/1 subtests 
t/021_moderation.t ..................... ok
t/020_node_exists_case_insensitive.t ... ok
t/019_recent_changes_case.t ............ ok
Unhandled error: [DBD::SQLite::db selectrow_array failed: no such table: node at /tmp/build/Wiki-Toolkit-0.86-0/blib/lib/Wiki/Toolkit/Store/Database.pm line 289.
] at /tmp/build/Wiki-Toolkit-0.86-0/blib/lib/Wiki/Toolkit.pm line 852.
# Looks like your test exited with 2 before it could output anything.
t/027_list_last_version_before.t ....... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 21/21 subtests 
t/026_schema_current.t ................. ok
t/025_list_node_all_versions.t ......... ok
DBD::SQLite::db do failed: table content already exists at /tmp/build/Wiki-Toolkit-0.86-0/blib/lib/Wiki/Toolkit/Setup/SQLite.pm line 208.
DBD::SQLite::db do failed: table content already exists at /tmp/build/Wiki-Toolkit-0.86-0/blib/lib/Wiki/Toolkit/Setup/SQLite.pm line 208.
# Looks like your test exited with 2 before it could output anything.
t/022_list_unmoderated.t ............... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 40/40 subtests 
t/050_mysql_store.t .................... ok
t/051_pg_store.t ....................... ok
t/052_sqlite_store.t ................... ok

#   Failed test 'implicit link was updated'
#   at t/040_rename.t line 107.
#          got: 'This is the third node, which links to all 3 via NodeOne, NodeTwo and [NodeThree]'
#     expected: ''

#   Failed test 'no new version'
#   at t/040_rename.t line 108.
#          got: '1'
#     expected: '0'

#   Failed test 'Renamed to NodeFooBar'
#   at t/040_rename.t line 129.
#     Structures begin differing at:
#          $got->{moderated} = undef
#     $expected->{moderated} = '1'

#   Failed test 'node was changed'
#   at t/040_rename.t line 130.
#          got: ''
#     expected: 'This is the second version of the second node, which links to [NodeFooBar|itself] and NodeOne'

#   Failed test 'explicit link was updated, implicit not'
#   at t/040_rename.t line 136.
#          got: 'This is the second version of the first node, which links to NodeTwo, NodeThree, [NodeFooBar], [NodeFour|Node Four] and [NodeThree | Node Three].'
#     expected: ''

#   Failed test 'no new version'
#   at t/040_rename.t line 138.
#          got: '2'
#     expected: '0'

#   Failed test 'no explicit to update, implicit link not'
#   at t/040_rename.t line 141.
#          got: 'This is the third node, which links to all 3 via NodeOne, NodeTwo and [NodeThree]'
#     expected: ''

#   Failed test 'no new version'
#   at t/040_rename.t line 143.
#          got: '1'
#     expected: '0'

#   Failed test 'Renamed back to NodeTwo'
#   at t/040_rename.t line 158.
#     Structures begin differing at:
#          $got->{moderated} = undef
#     $expected->{moderated} = '1'

#   Failed test 'node was changed'
#   at t/040_rename.t line 159.
#          got: ''
#     expected: 'This is the second version of the second node, which links to [NodeTwo|itself] and NodeOne'

#   Failed test 'new node version'
#   at t/040_rename.t line 160.
#          got: '0'
#     expected: '3'

#   Failed test 'explicit link was updated, implicit not'
#   at t/040_rename.t line 167.
#          got: 'This is the second version of the first node, which links to NodeTwo, NodeThree, [NodeTwo], [NodeFour|Node Four] and [NodeThree | Node Three].'
#     expected: ''

#   Failed test 'new version'
#   at t/040_rename.t line 168.
#          got: '3'
#     expected: '0'

#   Failed test 'no explicit to update, implicit link not'
#   at t/040_rename.t line 171.
#          got: 'This is the third node, which links to all 3 via NodeOne, NodeTwo and [NodeThree]'
#     expected: ''

#   Failed test 'no new version'
#   at t/040_rename.t line 173.
#          got: '1'
#     expected: '0'
# Looks like you failed 15 tests of 39.
t/040_rename.t ......................... 
Dubious, test returned 15 (wstat 3840, 0xf00)
Failed 15/39 subtests 
	(less 4 skipped subtests: 20 okay)

#   Failed test 'We can write nodes with 200-character names.'
#   at t/041_long_node_names.t line 20.
#          got: 'Unhandled error: [DBD::SQLite::db selectrow_array failed: no such table: content at /tmp/build/Wiki-Toolkit-0.86-0/blib/lib/Wiki/Toolkit/Store/Database.pm line 289.
# ] at /tmp/build/Wiki-Toolkit-0.86-0/blib/lib/Wiki/Toolkit.pm line 852.
# '
#     expected: ''

#   Failed test '...and retrieve them.'
#   at t/041_long_node_names.t line 21.
#          got: ''
#     expected: 'That's a lot of reallys.'
# Looks like you failed 2 tests of 2.
t/041_long_node_names.t ................ 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests 
t/061_list_metadata_by_type.t .......... ok
t/100_formatting.t ..................... ok
t/101_default_formatter.t .............. ok
t/150_plugins.t ........................ ok
t/102_multiple_formatter.t ............. ok
t/060_recent_changes_new_only.t ........ ok
DBD::SQLite::st execute failed: UNIQUE constraint failed: node.id at t/062_recent_changes_metadata_was.t line 89.
# Looks like your test exited with 2 before it could output anything.
t/062_recent_changes_metadata_was.t .... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 4/4 subtests 
t/151_plugin_methods.t ................. ok

#   Failed test 'Only found it once'
#   at t/298_feed_rss_node_all_versions.t line 63.
#          got: '0'
#     expected: '1'

#   Failed test 'Found right node'
#   at t/298_feed_rss_node_all_versions.t line 66.
#                   '<?xml version="1.0" encoding="iso-8859-1"?>
# 
# <rdf:RDF
#  xmlns         = "http://purl.org/rss/1.0/"
#  xmlns:dc      = "http://purl.org/dc/elements/1.1/"
#  xmlns:doap    = "http://usefulinc.com/ns/doap#"
#  xmlns:foaf    = "http://xmlns.com/foaf/0.1/"
#  xmlns:rdf     = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
#  xmlns:rdfs    = "http://www.w3.org/2000/01/rdf-schema#"
#  xmlns:modwiki = "http://www.usemod.com/cgi-bin/mb.pl?ModWiki"
#  xmlns:geo     = "http://www.w3.org/2003/01/geo/wgs84_pos#"
#  xmlns:space   = "http://frot.org/space/0.1/"
# >
# 
# 
# <channel rdf:about="">
# 
# <dc:publisher>http://example.com/kakeswiki/</dc:publisher>
# <title>Wiki::Toolkit Test Site</title>
# <link>http://example.com/recentchanges</link>
# <description></description>
# <dc:date>2020-12-21T18:14:54+00:00</dc:date>
# <modwiki:interwiki></modwiki:interwiki>
# 
# <items>
#   <rdf:Seq>
#   </rdf:Seq>
# </items>
# 
# </channel>
# 
# </rdf:RDF>
# '
#     doesn't match '(?^:<title>Test Node 1</title>)'

#   Failed test 'And right version'
#   at t/298_feed_rss_node_all_versions.t line 69.
#                   '<?xml version="1.0" encoding="iso-8859-1"?>
# 
# <rdf:RDF
#  xmlns         = "http://purl.org/rss/1.0/"
#  xmlns:dc      = "http://purl.org/dc/elements/1.1/"
#  xmlns:doap    = "http://usefulinc.com/ns/doap#"
#  xmlns:foaf    = "http://xmlns.com/foaf/0.1/"
#  xmlns:rdf     = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
#  xmlns:rdfs    = "http://www.w3.org/2000/01/rdf-schema#"
#  xmlns:modwiki = "http://www.usemod.com/cgi-bin/mb.pl?ModWiki"
#  xmlns:geo     = "http://www.w3.org/2003/01/geo/wgs84_pos#"
#  xmlns:space   = "http://frot.org/space/0.1/"
# >
# 
# 
# <channel rdf:about="">
# 
# <dc:publisher>http://example.com/kakeswiki/</dc:publisher>
# <title>Wiki::Toolkit Test Site</title>
# <link>http://example.com/recentchanges</link>
# <description></description>
# <dc:date>2020-12-21T18:14:54+00:00</dc:date>
# <modwiki:interwiki></modwiki:interwiki>
# 
# <items>
#   <rdf:Seq>
#   </rdf:Seq>
# </items>
# 
# </channel>
# 
# </rdf:RDF>
# '
#     doesn't match '(?^:<modwiki:version>1</modwiki:version>)'

#   Failed test 'Found it twice'
#   at t/298_feed_rss_node_all_versions.t line 78.
#          got: '0'
#     expected: '2'

#   Failed test 'Had the right name'
#   at t/298_feed_rss_node_all_versions.t line 82.
#          got: '0'
#     expected: '2'

#   Failed test 'And right version'
#   at t/298_feed_rss_node_all_versions.t line 85.
#                   '<?xml version="1.0" encoding="iso-8859-1"?>
# 
# <rdf:RDF
#  xmlns         = "http://purl.org/rss/1.0/"
#  xmlns:dc      = "http://purl.org/dc/elements/1.1/"
#  xmlns:doap    = "http://usefulinc.com/ns/doap#"
#  xmlns:foaf    = "http://xmlns.com/foaf/0.1/"
#  xmlns:rdf     = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
#  xmlns:rdfs    = "http://www.w3.org/2000/01/rdf-schema#"
#  xmlns:modwiki = "http://www.usemod.com/cgi-bin/mb.pl?ModWiki"
#  xmlns:geo     = "http://www.w3.org/2003/01/geo/wgs84_pos#"
#  xmlns:space   = "http://frot.org/space/0.1/"
# >
# 
# 
# <channel rdf:about="">
# 
# <dc:publisher>http://example.com/kakeswiki/</dc:publisher>
# <title>Wiki::Toolkit Test Site</title>
# <link>http://example.com/recentchanges</link>
# <description></description>
# <dc:date>2020-12-21T18:14:55+00:00</dc:date>
# <modwiki:interwiki></modwiki:interwiki>
# 
# <items>
#   <rdf:Seq>
#   </rdf:Seq>
# </items>
# 
# </channel>
# 
# </rdf:RDF>
# '
#     doesn't match '(?^:<modwiki:version>2</modwiki:version>)'

#   Failed test 'And right version'
#   at t/298_feed_rss_node_all_versions.t line 86.
#                   '<?xml version="1.0" encoding="iso-8859-1"?>
# 
# <rdf:RDF
#  xmlns         = "http://purl.org/rss/1.0/"
#  xmlns:dc      = "http://purl.org/dc/elements/1.1/"
#  xmlns:doap    = "http://usefulinc.com/ns/doap#"
#  xmlns:foaf    = "http://xmlns.com/foaf/0.1/"
#  xmlns:rdf     = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
#  xmlns:rdfs    = "http://www.w3.org/2000/01/rdf-schema#"
#  xmlns:modwiki = "http://www.usemod.com/cgi-bin/mb.pl?ModWiki"
#  xmlns:geo     = "http://www.w3.org/2003/01/geo/wgs84_pos#"
#  xmlns:space   = "http://frot.org/space/0.1/"
# >
# 
# 
# <channel rdf:about="">
# 
# <dc:publisher>http://example.com/kakeswiki/</dc:publisher>
# <title>Wiki::Toolkit Test Site</title>
# <link>http://example.com/recentchanges</link>
# <description></description>
# <dc:date>2020-12-21T18:14:55+00:00</dc:date>
# <modwiki:interwiki></modwiki:interwiki>
# 
# <items>
#   <rdf:Seq>
#   </rdf:Seq>
# </items>
# 
# </channel>
# 
# </rdf:RDF>
# '
#     doesn't match '(?^:<modwiki:version>1</modwiki:version>)'

#   Failed test 'Right order'
#   at t/298_feed_rss_node_all_versions.t line 89.
#                   '<?xml version="1.0" encoding="iso-8859-1"?>
# 
# <rdf:RDF
#  xmlns         = "http://purl.org/rss/1.0/"
#  xmlns:dc      = "http://purl.org/dc/elements/1.1/"
#  xmlns:doap    = "http://usefulinc.com/ns/doap#"
#  xmlns:foaf    = "http://xmlns.com/foaf/0.1/"
#  xmlns:rdf     = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
#  xmlns:rdfs    = "http://www.w3.org/2000/01/rdf-schema#"
#  xmlns:modwiki = "http://www.usemod.com/cgi-bin/mb.pl?ModWiki"
#  xmlns:geo     = "http://www.w3.org/2003/01/geo/wgs84_pos#"
#  xmlns:space   = "http://frot.org/space/0.1/"
# >
# 
# 
# <channel rdf:about="">
# 
# <dc:publisher>http://example.com/kakeswiki/</dc:publisher>
# <title>Wiki::Toolkit Test Site</title>
# <link>http://example.com/recentchanges</link>
# <description></description>
# <dc:date>2020-12-21T18:14:55+00:00</dc:date>
# <modwiki:interwiki></modwiki:interwiki>
# 
# <items>
#   <rdf:Seq>
#   </rdf:Seq>
# </items>
# 
# </channel>
# 
# </rdf:RDF>
# '
#     doesn't match '/<modwiki:version>2<\/modwiki:version>.*<modwiki:version>1<\/modwiki:version>/s'
# Looks like you failed 8 tests of 45.
t/298_feed_rss_node_all_versions.t ..... 
Dubious, test returned 8 (wstat 2048, 0x800)
Failed 8/45 subtests 
	(less 28 skipped subtests: 9 okay)
t/299_feed_rss_gen_node_dist_feed.t .... ok
t/152_pre_plugin_approval.t ............ ok
t/300_feed_atom_setup.t ................ ok

#   Failed test 'make_node_url is used'
#   at t/302_feed_atom_recentchanges.t line 56.
#                   '<?xml version="1.0" encoding="iso-8859-1"?>
# 
# <feed 
#  xmlns         = "http://www.w3.org/2005/Atom"
#  xmlns:geo     = "http://www.w3.org/2003/01/geo/wgs84_pos#"
#  xmlns:space   = "http://frot.org/space/0.1/"
# >
# 
#   <link href="http://example.com/kakeswiki/" />
#   <title>Wiki::Toolkit Test Site</title>
#   <link rel="self" href="http://example.com/?action=rc;format=atom" />
#   <updated>2020-12-21T18:14:56+00:00</updated>
#   <id>http://example.com/kakeswiki/</id>
#   
# </feed>
# '
#     doesn't match '(?^:<link href="http://example.com/\?id=Test%20Node%201;version=1" />)'

#   Failed test 'username picked up as author'
#   at t/302_feed_atom_recentchanges.t line 60.
#                   '<?xml version="1.0" encoding="iso-8859-1"?>
# 
# <feed 
#  xmlns         = "http://www.w3.org/2005/Atom"
#  xmlns:geo     = "http://www.w3.org/2003/01/geo/wgs84_pos#"
#  xmlns:space   = "http://frot.org/space/0.1/"
# >
# 
#   <link href="http://example.com/kakeswiki/" />
#   <title>Wiki::Toolkit Test Site</title>
#   <link rel="self" href="http://example.com/?action=rc;format=atom" />
#   <updated>2020-12-21T18:14:56+00:00</updated>
#   <id>http://example.com/kakeswiki/</id>
#   
# </feed>
# '
#     doesn't match '(?^:<author><name>Kake</name></author>)'

#   Failed test 'username included in summary'
#   at t/302_feed_atom_recentchanges.t line 63.
#                   '<?xml version="1.0" encoding="iso-8859-1"?>
# 
# <feed 
#  xmlns         = "http://www.w3.org/2005/Atom"
#  xmlns:geo     = "http://www.w3.org/2003/01/geo/wgs84_pos#"
#  xmlns:space   = "http://frot.org/space/0.1/"
# >
# 
#   <link href="http://example.com/kakeswiki/" />
#   <title>Wiki::Toolkit Test Site</title>
#   <link rel="self" href="http://example.com/?action=rc;format=atom" />
#   <updated>2020-12-21T18:14:56+00:00</updated>
#   <id>http://example.com/kakeswiki/</id>
#   
# </feed>
# '
#     doesn't match '(?^:<summary>.*\[nou]</summary>)'

#   Failed test 'contains categories'
#   at t/302_feed_atom_recentchanges.t line 67.
#                   '<?xml version="1.0" encoding="iso-8859-1"?>
# 
# <feed 
#  xmlns         = "http://www.w3.org/2005/Atom"
#  xmlns:geo     = "http://www.w3.org/2003/01/geo/wgs84_pos#"
#  xmlns:space   = "http://frot.org/space/0.1/"
# >
# 
#   <link href="http://example.com/kakeswiki/" />
#   <title>Wiki::Toolkit Test Site</title>
#   <link rel="self" href="http://example.com/?action=rc;format=atom" />
#   <updated>2020-12-21T18:14:56+00:00</updated>
#   <id>http://example.com/kakeswiki/</id>
#   
# </feed>
# '
#     doesn't match '(?^:<category term="TestCategory1" />)'

#   Failed test 'days param works'
#   at t/302_feed_atom_recentchanges.t line 80.
#                   '<?xml version="1.0" encoding="iso-8859-1"?>
# 
# <feed 
#  xmlns         = "http://www.w3.org/2005/Atom"
#  xmlns:geo     = "http://www.w3.org/2003/01/geo/wgs84_pos#"
#  xmlns:space   = "http://frot.org/space/0.1/"
# >
# 
#   <link href="http://example.com/kakeswiki/" />
#   <title>Wiki::Toolkit Test Site</title>
#   <link rel="self" href="http://example.com/?action=rc;format=atom" />
#   <updated>2020-12-21T18:14:56+00:00</updated>
#   <id>http://example.com/kakeswiki/</id>
#   
# </feed>
# '
#     doesn't match '(?^:<title>Old Node</title>)'
# Looks like you failed 5 tests of 51.
t/302_feed_atom_recentchanges.t ........ 
Dubious, test returned 5 (wstat 1280, 0x500)
Failed 5/51 subtests 
	(less 32 skipped subtests: 14 okay)

#   Failed test 'Only found it once'
#   at t/303_feed_atom_node_all_versions.t line 65.
#          got: '0'
#     expected: '1'

#   Failed test 'Found right node'
#   at t/303_feed_atom_node_all_versions.t line 68.
#                   '<?xml version="1.0" encoding="iso-8859-1"?>
# 
# <feed 
#  xmlns         = "http://www.w3.org/2005/Atom"
#  xmlns:geo     = "http://www.w3.org/2003/01/geo/wgs84_pos#"
#  xmlns:space   = "http://frot.org/space/0.1/"
# >
# 
#   <link href="http://example.com/kakeswiki/" />
#   <title>Wiki::Toolkit Test Site</title>
#   <link rel="self" href="http://example.com/?action=rc;format=atom" />
#   <updated>2020-12-21T18:14:56+00:00</updated>
#   <id>http://example.com/kakeswiki/</id>
#   
# </feed>
# '
#     doesn't match '(?^:<title>Test Node 1</title>)'

#   Failed test 'And right version'
#   at t/303_feed_atom_node_all_versions.t line 71.
#                   '<?xml version="1.0" encoding="iso-8859-1"?>
# 
# <feed 
#  xmlns         = "http://www.w3.org/2005/Atom"
#  xmlns:geo     = "http://www.w3.org/2003/01/geo/wgs84_pos#"
#  xmlns:space   = "http://frot.org/space/0.1/"
# >
# 
#   <link href="http://example.com/kakeswiki/" />
#   <title>Wiki::Toolkit Test Site</title>
#   <link rel="self" href="http://example.com/?action=rc;format=atom" />
#   <updated>2020-12-21T18:14:56+00:00</updated>
#   <id>http://example.com/kakeswiki/</id>
#   
# </feed>
# '
#     doesn't match '/<link href=".*?;version=1" \/>/'

#   Failed test 'Found it twice'
#   at t/303_feed_atom_node_all_versions.t line 81.
#          got: '0'
#     expected: '2'

#   Failed test 'Had the right name'
#   at t/303_feed_atom_node_all_versions.t line 85.
#          got: '0'
#     expected: '2'

#   Failed test 'And right version'
#   at t/303_feed_atom_node_all_versions.t line 88.
#                   '<?xml version="1.0" encoding="iso-8859-1"?>
# 
# <feed 
#  xmlns         = "http://www.w3.org/2005/Atom"
#  xmlns:geo     = "http://www.w3.org/2003/01/geo/wgs84_pos#"
#  xmlns:space   = "http://frot.org/space/0.1/"
# >
# 
#   <link href="http://example.com/kakeswiki/" />
#   <title>Wiki::Toolkit Test Site</title>
#   <link rel="self" href="http://example.com/?action=rc;format=atom" />
#   <updated>2020-12-21T18:14:56+00:00</updated>
#   <id>http://example.com/kakeswiki/</id>
#   
# </feed>
# '
#     doesn't match '/<link href=".*?;version=2" \/>/'

#   Failed test 'And right version'
#   at t/303_feed_atom_node_all_versions.t line 89.
#                   '<?xml version="1.0" encoding="iso-8859-1"?>
# 
# <feed 
#  xmlns         = "http://www.w3.org/2005/Atom"
#  xmlns:geo     = "http://www.w3.org/2003/01/geo/wgs84_pos#"
#  xmlns:space   = "http://frot.org/space/0.1/"
# >
# 
#   <link href="http://example.com/kakeswiki/" />
#   <title>Wiki::Toolkit Test Site</title>
#   <link rel="self" href="http://example.com/?action=rc;format=atom" />
#   <updated>2020-12-21T18:14:56+00:00</updated>
#   <id>http://example.com/kakeswiki/</id>
#   
# </feed>
# '
#     doesn't match '/<link href=".*?;version=1" \/>/'

#   Failed test 'Right order'
#   at t/303_feed_atom_node_all_versions.t line 94.
#                   '<?xml version="1.0" encoding="iso-8859-1"?>
# 
# <feed 
#  xmlns         = "http://www.w3.org/2005/Atom"
#  xmlns:geo     = "http://www.w3.org/2003/01/geo/wgs84_pos#"
#  xmlns:space   = "http://frot.org/space/0.1/"
# >
# 
#   <link href="http://example.com/kakeswiki/" />
#   <title>Wiki::Toolkit Test Site</title>
#   <link rel="self" href="http://example.com/?action=rc;format=atom" />
#   <updated>2020-12-21T18:14:56+00:00</updated>
#   <id>http://example.com/kakeswiki/</id>
#   
# </feed>
# '
#     doesn't match '/;version=2.*;version=1/s'
# Looks like you failed 8 tests of 45.
t/303_feed_atom_node_all_versions.t .... 
Dubious, test returned 8 (wstat 2048, 0x800)
Failed 8/45 subtests 
	(less 28 skipped subtests: 9 okay)
t/304_feed_atom_gen_node_dist_feed.t ... ok
t/401_null_change.t .................... ok

#   Failed test 'can retrieve 1st test node after 10 to 11'
#   at t/400_upgrade.t line 94.
#          got: ''
#     expected: 'Some content'

#   Failed test 'can retrieve 2nd test node after 10 to 11'
#   at t/400_upgrade.t line 96.
#          got: ''
#     expected: 'More content'
# Looks like you failed 2 tests of 2.
t/400_upgrade.t ........................ 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests 
t/500_pod.t ............................ ok
t/700_lucy_bug.t ....................... ok
t/701_lucy_setup.t ..................... ok

#   Failed test 'make_node_url is used'
#   at t/297_feed_rss_recentchanges.t line 106.
#                   '<?xml version="1.0" encoding="iso-8859-1"?>
# 
# <rdf:RDF
#  xmlns         = "http://purl.org/rss/1.0/"
#  xmlns:dc      = "http://purl.org/dc/elements/1.1/"
#  xmlns:doap    = "http://usefulinc.com/ns/doap#"
#  xmlns:foaf    = "http://xmlns.com/foaf/0.1/"
#  xmlns:rdf     = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
#  xmlns:rdfs    = "http://www.w3.org/2000/01/rdf-schema#"
#  xmlns:modwiki = "http://www.usemod.com/cgi-bin/mb.pl?ModWiki"
#  xmlns:geo     = "http://www.w3.org/2003/01/geo/wgs84_pos#"
#  xmlns:space   = "http://frot.org/space/0.1/"
# >
# 
# 
# <channel rdf:about="">
# 
# <dc:publisher>http://example.com/kakeswiki/</dc:publisher>
# <title>Wiki::Toolkit Test Site</title>
# <link>http://example.com/recentchanges</link>
# <description></description>
# <dc:date>2020-12-21T18:15:05+00:00</dc:date>
# <modwiki:interwiki></modwiki:interwiki>
# 
# <items>
#   <rdf:Seq>
#     <rdf:li rdf:resource="http://example.com/?id=Calthorpe%20Arms;version=1" />
#     <rdf:li rdf:resource="http://example.com/?id=Test%20Node%202;version=1" />
#   </rdf:Seq>
# </items>
# 
# </channel>
# 
# <item rdf:about="http://example.com/?id=Calthorpe%20Arms;version=1">
#   <title>Calthorpe Arms</title>
#   <link>http://example.com/?id=Calthorpe%20Arms;version=1</link>
#   <description>Stub page, please update! [Kake]</description>
#   <dc:date>2020-12-21T18:15:05+00:00</dc:date>
#   <dc:contributor>Kake</dc:contributor>
#   <modwiki:status>new</modwiki:status>
#   <modwiki:importance>major</modwiki:importance>
#   <modwiki:diff></modwiki:diff>
#   <modwiki:version>1</modwiki:version>
#   <modwiki:history></modwiki:history>
#   <rdfs:seeAlso rdf:resource="http://example.com/?id=id=Calthorpe%20Arms;version=;format=rdf" />
# 
# 
# </item>
# 
# <item rdf:about="http://example.com/?id=Test%20Node%202;version=1">
#   <title>Test Node 2</title>
#   <link>http://example.com/?id=Test%20Node%202;version=1</link>
#   <description>This is a minor edit. [nou]</description>
#   <dc:date>2020-12-21T18:15:05+00:00</dc:date>
#   <dc:contributor>nou</dc:contributor>
#   <modwiki:status>new</modwiki:status>
#   <modwiki:importance>minor</modwiki:importance>
#   <modwiki:diff></modwiki:diff>
#   <modwiki:version>1</modwiki:version>
#   <modwiki:history></modwiki:history>
#   <rdfs:seeAlso rdf:resource="http://example.com/?id=id=Test%20Node%202;version=;format=rdf" />
# 
# 
# </item>
# 
# </rdf:RDF>
# '
#     doesn't match '(?^:<item rdf:about="http://example.com/\?id=Test%20Node%201;version=1">)'

#   Failed test 'dublin core subject contains category'
#   at t/297_feed_rss_recentchanges.t line 130.
#                   '<?xml version="1.0" encoding="iso-8859-1"?>
# 
# <rdf:RDF
#  xmlns         = "http://purl.org/rss/1.0/"
#  xmlns:dc      = "http://purl.org/dc/elements/1.1/"
#  xmlns:doap    = "http://usefulinc.com/ns/doap#"
#  xmlns:foaf    = "http://xmlns.com/foaf/0.1/"
#  xmlns:rdf     = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
#  xmlns:rdfs    = "http://www.w3.org/2000/01/rdf-schema#"
#  xmlns:modwiki = "http://www.usemod.com/cgi-bin/mb.pl?ModWiki"
#  xmlns:geo     = "http://www.w3.org/2003/01/geo/wgs84_pos#"
#  xmlns:space   = "http://frot.org/space/0.1/"
# >
# 
# 
# <channel rdf:about="">
# 
# <dc:publisher>http://example.com/kakeswiki/</dc:publisher>
# <title>Wiki::Toolkit Test Site</title>
# <link>http://example.com/recentchanges</link>
# <description></description>
# <dc:date>2020-12-21T18:15:05+00:00</dc:date>
# <modwiki:interwiki></modwiki:interwiki>
# 
# <items>
#   <rdf:Seq>
#     <rdf:li rdf:resource="http://example.com/?id=Calthorpe%20Arms;version=1" />
#     <rdf:li rdf:resource="http://example.com/?id=Test%20Node%202;version=1" />
#   </rdf:Seq>
# </items>
# 
# </channel>
# 
# <item rdf:about="http://example.com/?id=Calthorpe%20Arms;version=1">
#   <title>Calthorpe Arms</title>
#   <link>http://example.com/?id=Calthorpe%20Arms;version=1</link>
#   <description>Stub page, please update! [Kake]</description>
#   <dc:date>2020-12-21T18:15:05+00:00</dc:date>
#   <dc:contributor>Kake</dc:contributor>
#   <modwiki:status>new</modwiki:status>
#   <modwiki:importance>major</modwiki:importance>
#   <modwiki:diff></modwiki:diff>
#   <modwiki:version>1</modwiki:version>
#   <modwiki:history></modwiki:history>
#   <rdfs:seeAlso rdf:resource="http://example.com/?id=id=Calthorpe%20Arms;version=;format=rdf" />
# 
# 
# </item>
# 
# <item rdf:about="http://example.com/?id=Test%20Node%202;version=1">
#   <title>Test Node 2</title>
#   <link>http://example.com/?id=Test%20Node%202;version=1</link>
#   <description>This is a minor edit. [nou]</description>
#   <dc:date>2020-12-21T18:15:05+00:00</dc:date>
#   <dc:contributor>nou</dc:contributor>
#   <modwiki:status>new</modwiki:status>
#   <modwiki:importance>minor</modwiki:importance>
#   <modwiki:diff></modwiki:diff>
#   <modwiki:version>1</modwiki:version>
#   <modwiki:history></modwiki:history>
#   <rdfs:seeAlso rdf:resource="http://example.com/?id=id=Test%20Node%202;version=;format=rdf" />
# 
# 
# </item>
# 
# </rdf:RDF>
# '
#     doesn't match '(?^:<dc:subject>TestCategory1</dc:subject>)'

#   Failed test 'days param works'
#   at t/297_feed_rss_recentchanges.t line 179.
#                   '<?xml version="1.0" encoding="UTF-16"?>
# 
# <rdf:RDF
#  xmlns         = "http://purl.org/rss/1.0/"
#  xmlns:dc      = "http://purl.org/dc/elements/1.1/"
#  xmlns:doap    = "http://usefulinc.com/ns/doap#"
#  xmlns:foaf    = "http://xmlns.com/foaf/0.1/"
#  xmlns:rdf     = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
#  xmlns:rdfs    = "http://www.w3.org/2000/01/rdf-schema#"
#  xmlns:modwiki = "http://www.usemod.com/cgi-bin/mb.pl?ModWiki"
#  xmlns:geo     = "http://www.w3.org/2003/01/geo/wgs84_pos#"
#  xmlns:space   = "http://frot.org/space/0.1/"
# >
# 
# 
# <channel rdf:about="">
# 
# <dc:publisher>http://example.com/kakeswiki/</dc:publisher>
# <title>Wiki::Toolkit Test Site</title>
# <link>http://example.com/recentchanges</link>
# <description></description>
# <dc:date>2020-12-21T18:15:05+00:00</dc:date>
# <modwiki:interwiki></modwiki:interwiki>
# 
# <items>
#   <rdf:Seq>
#     <rdf:li rdf:resource="http://example.com/?id=Calthorpe%20Arms;version=1" />
#     <rdf:li rdf:resource="http://example.com/?id=Test%20Node%202;version=1" />
#   </rdf:Seq>
# </items>
# 
# </channel>
# 
# <item rdf:about="http://example.com/?id=Calthorpe%20Arms;version=1">
#   <title>Calthorpe Arms</title>
#   <link>http://example.com/?id=Calthorpe%20Arms;version=1</link>
#   <description>Stub page, please update! [Kake]</description>
#   <dc:date>2020-12-21T18:15:05+00:00</dc:date>
#   <dc:contributor>Kake</dc:contributor>
#   <modwiki:status>new</modwiki:status>
#   <modwiki:importance>major</modwiki:importance>
#   <modwiki:diff></modwiki:diff>
#   <modwiki:version>1</modwiki:version>
#   <modwiki:history>http://example.com/?action=history;id=Calthorpe%20Arms</modwiki:history>
#   <rdfs:seeAlso rdf:resource="http://example.com/?id=id=Calthorpe%20Arms;version=;format=rdf" />
# 
# 
# </item>
# 
# <item rdf:about="http://example.com/?id=Test%20Node%202;version=1">
#   <title>Test Node 2</title>
#   <link>http://example.com/?id=Test%20Node%202;version=1</link>
#   <description>This is a minor edit. [nou]</description>
#   <dc:date>2020-12-21T18:15:05+00:00</dc:date>
#   <dc:contributor>nou</dc:contributor>
#   <modwiki:status>new</modwiki:status>
#   <modwiki:importance>minor</modwiki:importance>
#   <modwiki:diff></modwiki:diff>
#   <modwiki:version>1</modwiki:version>
#   <modwiki:history>http://example.com/?action=history;id=Test%20Node%202</modwiki:history>
#   <rdfs:seeAlso rdf:resource="http://example.com/?id=id=Test%20Node%202;version=;format=rdf" />
# 
# 
# </item>
# 
# </rdf:RDF>
# '
#     doesn't match '(?^:<title>Old Node</title>)'
# Looks like you failed 3 tests of 25.
t/297_feed_rss_recentchanges.t ......... 
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/25 subtests 
t/702_metadata_search.t ................ ok
t/704_search_content_munging.t ......... ok
t/703_search_weightings.t .............. ok
t/705_search_exclusion.t ............... ok
t/301_feed_atom_add_test_data.t ........ ok

Test Summary Report
-------------------
t/006_list_all.t                     (Wstat: 1536 Tests: 6 Failed: 6)
  Failed tests:  1-6
  Non-zero exit status: 6
t/009_backlinks.t                    (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 7 tests but ran 0.
t/010_metadata.t                     (Wstat: 1536 Tests: 22 Failed: 6)
  Failed tests:  10-15
  Non-zero exit status: 6
t/008_write_and_rewrite.t            (Wstat: 2816 Tests: 11 Failed: 5)
  Failed tests:  1, 3-6
  Non-zero exit status: 11
  Parse errors: Bad plan.  You planned 12 tests but ran 11.
t/014_advanced_metadata.t            (Wstat: 256 Tests: 6 Failed: 1)
  Failed test:  2
  Non-zero exit status: 1
t/011_recent_changes.t               (Wstat: 512 Tests: 3 Failed: 3)
  Failed tests:  1-3
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 27 tests but ran 3.
t/018_rc_multiple_metadata_criteria.t (Wstat: 256 Tests: 6 Failed: 1)
  Failed test:  4
  Non-zero exit status: 1
t/016_recent_changes_between.t       (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 1 tests but ran 0.
t/027_list_last_version_before.t     (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 21 tests but ran 0.
t/022_list_unmoderated.t             (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 40 tests but ran 0.
t/040_rename.t                       (Wstat: 3840 Tests: 39 Failed: 15)
  Failed tests:  16-17, 21-26, 29-35
  Non-zero exit status: 15
t/041_long_node_names.t              (Wstat: 512 Tests: 2 Failed: 2)
  Failed tests:  1-2
  Non-zero exit status: 2
t/062_recent_changes_metadata_was.t  (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 4 tests but ran 0.
t/298_feed_rss_node_all_versions.t   (Wstat: 2048 Tests: 45 Failed: 8)
  Failed tests:  37-39, 41-45
  Non-zero exit status: 8
t/302_feed_atom_recentchanges.t      (Wstat: 1280 Tests: 51 Failed: 5)
  Failed tests:  39-42, 46
  Non-zero exit status: 5
t/303_feed_atom_node_all_versions.t  (Wstat: 2048 Tests: 45 Failed: 8)
  Failed tests:  23-25, 27-31
  Non-zero exit status: 8
t/400_upgrade.t                      (Wstat: 512 Tests: 2 Failed: 2)
  Failed tests:  1-2
  Non-zero exit status: 2
t/297_feed_rss_recentchanges.t       (Wstat: 768 Tests: 25 Failed: 3)
  Failed tests:  7, 15, 20
  Non-zero exit status: 3
Files=56, Tests=875, 58 wallclock secs ( 0.67 usr  0.24 sys + 21.06 cusr 28.20 csys = 50.17 CPU)
Result: FAIL
Failed 18/56 test programs. 65/875 subtests failed.
make: *** [Makefile:934: test_dynamic] Error 255

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module              Need Have    
    ------------------- ---- --------
    CGI                 0    4.51    
    DBD::SQLite         0.25 1.64    
    DBI                 0    1.643   
    Digest::MD5         0    2.55    
    Digest::SHA1        0    2.13    
    HTML::PullParser    0    3.57    
    Test::More          0    1.302162
    Text::WikiFormat    0.78 0.81    
    Time::Piece         0    1.33    

build_requires:

    Module              Need Have    
    ------------------- ---- --------
    ExtUtils::MakeMaker 0    7.44    

configure_requires:

    Module              Need Have    
    ------------------- ---- --------
    ExtUtils::MakeMaker 0    7.44    


------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    AUTOMATED_TESTING = 1
    HARNESS_OPTIONS = j4
    NONINTERACTIVE_TESTING = 1
    PATH = /home/smoker/perl5/perlbrew/bin:/home/smoker/perl5/perlbrew/perls/perl-5.30.2-thread/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    PERL5LIB = /tmp/build/Text-WikiFormat-0.81-0/blib/arch:/tmp/build/Text-WikiFormat-0.81-0/blib/lib:/tmp/build/Digest-SHA1-2.13-0/blib/arch:/tmp/build/Digest-SHA1-2.13-0/blib/lib:/tmp/build/CGI-4.51-0/blib/arch:/tmp/build/CGI-4.51-0/blib/lib:/tmp/build/Test-Warn-0.36-0/blib/arch:/tmp/build/Test-Warn-0.36-0/blib/lib:/tmp/build/Test-NoWarnings-1.04-0/blib/arch:/tmp/build/Test-NoWarnings-1.04-0/blib/lib:/tmp/build/Music-Chord-Progression-0.0502-0/blib/arch:/tmp/build/Music-Chord-Progression-0.0502-0/blib/lib:/tmp/build/strictures-2.000006-0/blib/arch:/tmp/build/strictures-2.000006-0/blib/lib:/tmp/build/multidimensional-0.014-0/blib/arch:/tmp/build/multidimensional-0.014-0/blib/lib:/tmp/build/indirect-0.39-0/blib/arch:/tmp/build/indirect-0.39-0/blib/lib:/tmp/build/bareword-filehandles-0.007-0/blib/arch:/tmp/build/bareword-filehandles-0.007-0/blib/lib:/tmp/build/B-Hooks-OP-Check-0.22-0/blib/arch:/tmp/build/B-Hooks-OP-Check-0.22-0/blib/lib:/tmp/build/ExtUtils-Depends-0.8000-0/blib/arch:/tmp/build/ExtUtils-Depends-0.8000-0/blib/lib:/tmp/build/namespace-clean-0.27-0/blib/arch:/tmp/build/namespace-clean-0.27-0/blib/lib:/tmp/build/B-Hooks-EndOfScope-0.24-0/blib/arch:/tmp/build/B-Hooks-EndOfScope-0.24-0/blib/lib:/tmp/build/Variable-Magic-0.62-0/blib/arch:/tmp/build/Variable-Magic-0.62-0/blib/lib:/tmp/build/Sub-Exporter-Progressive-0.001013-0/blib/arch:/tmp/build/Sub-Exporter-Progressive-0.001013-0/blib/lib:/tmp/build/Devel-Hide-0.0013-0/blib/arch:/tmp/build/Devel-Hide-0.0013-0/blib/lib:/tmp/build/Music-Scales-0.07-0/blib/arch:/tmp/build/Music-Scales-0.07-0/blib/lib:/tmp/build/Music-Chord-Note-0.10-0/blib/arch:/tmp/build/Music-Chord-Note-0.10-0/blib/lib:/tmp/build/Module-Build-Pluggable-CPANfile-0.05-0/blib/arch:/tmp/build/Module-Build-Pluggable-CPANfile-0.05-0/blib/lib:/tmp/build/Module-CPANfile-1.1004-0/blib/arch:/tmp/build/Module-CPANfile-1.1004-0/blib/lib:/tmp/build/Module-Build-Pluggable-0.10-0/blib/arch:/tmp/build/Module-Build-Pluggable-0.10-0/blib/lib:/tmp/build/Test-SharedFork-0.35-0/blib/arch:/tmp/build/Test-SharedFork-0.35-0/blib/lib:/tmp/build/Data-OptList-0.110-0/blib/arch:/tmp/build/Data-OptList-0.110-0/blib/lib:/tmp/build/Sub-Install-0.928-0/blib/arch:/tmp/build/Sub-Install-0.928-0/blib/lib:/tmp/build/Params-Util-1.102-0/blib/arch:/tmp/build/Params-Util-1.102-0/blib/lib:/tmp/build/Test-LeakTrace-0.16-0/blib/arch:/tmp/build/Test-LeakTrace-0.16-0/blib/lib:/tmp/build/Class-Accessor-Lite-0.08-0/blib/arch:/tmp/build/Class-Accessor-Lite-0.08-0/blib/lib:/tmp/build/Moo-2.004004-0/blib/arch:/tmp/build/Moo-2.004004-0/blib/lib:/tmp/build/Sub-Quote-2.006006-0/blib/arch:/tmp/build/Sub-Quote-2.006006-0/blib/lib:/tmp/build/Role-Tiny-2.001004-0/blib/arch:/tmp/build/Role-Tiny-2.001004-0/blib/lib:/tmp/build/Graph-0.9713-0/blib/arch:/tmp/build/Graph-0.9713-0/blib/lib:/tmp/build/Heap-0.80-0/blib/arch:/tmp/build/Heap-0.80-0/blib/lib:/tmp/build/Data-Dumper-Compact-0.005002-0/blib/arch:/tmp/build/Data-Dumper-Compact-0.005002-0/blib/lib:/tmp/build/Mu-Tiny-0.000002-0/blib/arch:/tmp/build/Mu-Tiny-0.000002-0/blib/lib:/tmp/build/Class-Method-Modifiers-2.13-0/blib/arch:/tmp/build/Class-Method-Modifiers-2.13-0/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 27585
    PERL5_CPAN_IS_RUNNING = 27585
    PERLBREW_HOME = /home/smoker/.perlbrew
    PERLBREW_MANPATH = /home/smoker/perl5/perlbrew/perls/perl-5.30.2-thread/man
    PERLBREW_PATH = /home/smoker/perl5/perlbrew/bin:/home/smoker/perl5/perlbrew/perls/perl-5.30.2-thread/bin
    PERLBREW_PERL = perl-5.30.2-thread
    PERLBREW_ROOT = /home/smoker/perl5/perlbrew
    PERLBREW_SHELLRC_VERSION = 0.88
    PERLBREW_VERSION = 0.88
    PERL_MM_USE_DEFAULT = 1
    PERL_USE_UNSAFE_INC = 1
    SHELL = /bin/bash
    TERM = xterm
    TMPDIR = /tmp/testwrapper.27574

Perl special variables (and OS-specific diagnostics, for MSWin32):

    $^X = /home/smoker/perl5/perlbrew/perls/perl-5.30.2-thread/bin/perl5.30.2
    $UID/$EUID = 1000 / 1000
    $GID = 1000
    $EGID = 1000

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.27    
    CPAN::Meta          2.150010
    Cwd                 3.78    
    ExtUtils::CBuilder  0.280231
    ExtUtils::Command   7.44    
    ExtUtils::Install   2.14    
    ExtUtils::MakeMaker 7.44    
    ExtUtils::Manifest  1.72    
    ExtUtils::ParseXS   3.40    
    File::Spec          3.78    
    JSON                4.02    
    JSON::PP            4.02    
    Module::Build       0.4231  
    Module::Signature   n/a     
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.42    
    Test::More          1.302162
    YAML                1.30    
    YAML::Syck          1.32    
    version             0.9924  


--

Summary of my perl5 (revision 5 version 30 subversion 2) configuration:
   
  Platform:
    osname=linux
    osvers=4.19.97-v7l+
    archname=armv7l-linux-thread-multi
    uname='linux b9a8560151d5 4.19.97-v7l+ #1294 smp thu jan 30 13:21:14 gmt 2020 armv7l gnulinux '
    config_args='-de -Dprefix=/home/smoker/perl5/perlbrew/perls/perl-5.30.2-thread -Dusedevel -Dusethreads -Accflags=-O2 -pipe -Wall -Wextra -mtune=native -march=native -Aeval:scriptdir=/home/smoker/perl5/perlbrew/perls/perl-5.30.2-thread/bin'
    hint=recommended
    useposix=true
    d_sigaction=define
    useithreads=define
    usemultiplicity=define
    use64bitint=undef
    use64bitall=undef
    uselongdouble=undef
    usemymalloc=n
    default_inc_excludes_dot=define
    bincompat5005=undef
  Compiler:
    cc='cc'
    ccflags ='-D_REENTRANT -D_GNU_SOURCE -O2 -pipe -Wall -Wextra -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2'
    optimize='-O2'
    cppflags='-D_REENTRANT -D_GNU_SOURCE -O2 -pipe -Wall -Wextra -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include'
    ccversion=''
    gccversion='8.3.0'
    gccosandvers=''
    intsize=4
    longsize=4
    ptrsize=4
    doublesize=8
    byteorder=1234
    doublekind=3
    d_longlong=define
    longlongsize=8
    d_longdbl=define
    longdblsize=8
    longdblkind=0
    ivtype='long'
    ivsize=4
    nvtype='double'
    nvsize=8
    Off_t='off_t'
    lseeksize=8
    alignbytes=8
    prototype=define
  Linker and Libraries:
    ld='cc'
    ldflags =' -fstack-protector-strong -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib/gcc/arm-linux-gnueabihf/8/include-fixed /usr/include/arm-linux-gnueabihf /usr/lib /lib/arm-linux-gnueabihf /lib /usr/lib/arm-linux-gnueabihf
    libs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    libc=libc-2.28.so
    so=so
    useshrplib=false
    libperl=libperl.a
    gnulibc_version='2.28'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs
    dlext=so
    d_dlsymun=undef
    ccdlflags='-Wl,-E'
    cccdlflags='-fPIC'
    lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector-strong'


Characteristics of this binary (from libperl): 
  Compile-time options:
    HAS_TIMES
    MULTIPLICITY
    PERLIO_LAYERS
    PERL_COPY_ON_WRITE
    PERL_DONT_CREATE_GVSV
    PERL_IMPLICIT_CONTEXT
    PERL_MALLOC_WRAP
    PERL_OP_PARENT
    PERL_PRESERVE_IVUV
    PERL_USE_DEVEL
    USE_ITHREADS
    USE_LARGE_FILES
    USE_LOCALE
    USE_LOCALE_COLLATE
    USE_LOCALE_CTYPE
    USE_LOCALE_NUMERIC
    USE_LOCALE_TIME
    USE_PERLIO
    USE_PERL_ATOF
    USE_REENTRANT_API
    USE_THREAD_SAFE_LOCALE
  Locally applied patches:
    Devel::PatchPerl 1.90
  Built under linux
  Compiled at Apr 16 2020 02:34:30
  %ENV:
    PERL5LIB="/tmp/build/Text-WikiFormat-0.81-0/blib/arch:/tmp/build/Text-WikiFormat-0.81-0/blib/lib:/tmp/build/Digest-SHA1-2.13-0/blib/arch:/tmp/build/Digest-SHA1-2.13-0/blib/lib:/tmp/build/CGI-4.51-0/blib/arch:/tmp/build/CGI-4.51-0/blib/lib:/tmp/build/Test-Warn-0.36-0/blib/arch:/tmp/build/Test-Warn-0.36-0/blib/lib:/tmp/build/Test-NoWarnings-1.04-0/blib/arch:/tmp/build/Test-NoWarnings-1.04-0/blib/lib:/tmp/build/Music-Chord-Progression-0.0502-0/blib/arch:/tmp/build/Music-Chord-Progression-0.0502-0/blib/lib:/tmp/build/strictures-2.000006-0/blib/arch:/tmp/build/strictures-2.000006-0/blib/lib:/tmp/build/multidimensional-0.014-0/blib/arch:/tmp/build/multidimensional-0.014-0/blib/lib:/tmp/build/indirect-0.39-0/blib/arch:/tmp/build/indirect-0.39-0/blib/lib:/tmp/build/bareword-filehandles-0.007-0/blib/arch:/tmp/build/bareword-filehandles-0.007-0/blib/lib:/tmp/build/B-Hooks-OP-Check-0.22-0/blib/arch:/tmp/build/B-Hooks-OP-Check-0.22-0/blib/lib:/tmp/build/ExtUtils-Depends-0.8000-0/blib/arch:/tmp/build/ExtUtils-Depends-0.8000-0/blib/lib:/tmp/build/namespace-clean-0.27-0/blib/arch:/tmp/build/namespace-clean-0.27-0/blib/lib:/tmp/build/B-Hooks-EndOfScope-0.24-0/blib/arch:/tmp/build/B-Hooks-EndOfScope-0.24-0/blib/lib:/tmp/build/Variable-Magic-0.62-0/blib/arch:/tmp/build/Variable-Magic-0.62-0/blib/lib:/tmp/build/Sub-Exporter-Progressive-0.001013-0/blib/arch:/tmp/build/Sub-Exporter-Progressive-0.001013-0/blib/lib:/tmp/build/Devel-Hide-0.0013-0/blib/arch:/tmp/build/Devel-Hide-0.0013-0/blib/lib:/tmp/build/Music-Scales-0.07-0/blib/arch:/tmp/build/Music-Scales-0.07-0/blib/lib:/tmp/build/Music-Chord-Note-0.10-0/blib/arch:/tmp/build/Music-Chord-Note-0.10-0/blib/lib:/tmp/build/Module-Build-Pluggable-CPANfile-0.05-0/blib/arch:/tmp/build/Module-Build-Pluggable-CPANfile-0.05-0/blib/lib:/tmp/build/Module-CPANfile-1.1004-0/blib/arch:/tmp/build/Module-CPANfile-1.1004-0/blib/lib:/tmp/build/Module-Build-Pluggable-0.10-0/blib/arch:/tmp/build/Module-Build-Pluggable-0.10-0/blib/lib:/tmp/build/Test-SharedFork-0.35-0/blib/arch:/tmp/build/Test-SharedFork-0.35-0/blib/lib:/tmp/build/Data-OptList-0.110-0/blib/arch:/tmp/build/Data-OptList-0.110-0/blib/lib:/tmp/build/Sub-Install-0.928-0/blib/arch:/tmp/build/Sub-Install-0.928-0/blib/lib:/tmp/build/Params-Util-1.102-0/blib/arch:/tmp/build/Params-Util-1.102-0/blib/lib:/tmp/build/Test-LeakTrace-0.16-0/blib/arch:/tmp/build/Test-LeakTrace-0.16-0/blib/lib:/tmp/build/Class-Accessor-Lite-0.08-0/blib/arch:/tmp/build/Class-Accessor-Lite-0.08-0/blib/lib:/tmp/build/Moo-2.004004-0/blib/arch:/tmp/build/Moo-2.004004-0/blib/lib:/tmp/build/Sub-Quote-2.006006-0/blib/arch:/tmp/build/Sub-Quote-2.006006-0/blib/lib:/tmp/build/Role-Tiny-2.001004-0/blib/arch:/tmp/build/Role-Tiny-2.001004-0/blib/lib:/tmp/build/Graph-0.9713-0/blib/arch:/tmp/build/Graph-0.9713-0/blib/lib:/tmp/build/Heap-0.80-0/blib/arch:/tmp/build/Heap-0.80-0/blib/lib:/tmp/build/Data-Dumper-Compact-0.005002-0/blib/arch:/tmp/build/Data-Dumper-Compact-0.005002-0/blib/lib:/tmp/build/Mu-Tiny-0.000002-0/blib/arch:/tmp/build/Mu-Tiny-0.000002-0/blib/lib:/tmp/build/Class-Method-Modifiers-2.13-0/blib/arch:/tmp/build/Class-Method-Modifiers-2.13-0/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="27585"
    PERL5_CPAN_IS_RUNNING="27585"
    PERLBREW_HOME="/home/smoker/.perlbrew"
    PERLBREW_MANPATH="/home/smoker/perl5/perlbrew/perls/perl-5.30.2-thread/man"
    PERLBREW_PATH="/home/smoker/perl5/perlbrew/bin:/home/smoker/perl5/perlbrew/perls/perl-5.30.2-thread/bin"
    PERLBREW_PERL="perl-5.30.2-thread"
    PERLBREW_ROOT="/home/smoker/perl5/perlbrew"
    PERLBREW_SHELLRC_VERSION="0.88"
    PERLBREW_VERSION="0.88"
    PERL_MM_USE_DEFAULT="1"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /tmp/build/Text-WikiFormat-0.81-0/blib/arch
    /tmp/build/Text-WikiFormat-0.81-0/blib/lib
    /tmp/build/Digest-SHA1-2.13-0/blib/arch
    /tmp/build/Digest-SHA1-2.13-0/blib/lib
    /tmp/build/CGI-4.51-0/blib/arch
    /tmp/build/CGI-4.51-0/blib/lib
    /tmp/build/Test-Warn-0.36-0/blib/arch
    /tmp/build/Test-Warn-0.36-0/blib/lib
    /tmp/build/Test-NoWarnings-1.04-0/blib/arch
    /tmp/build/Test-NoWarnings-1.04-0/blib/lib
    /tmp/build/Music-Chord-Progression-0.0502-0/blib/arch
    /tmp/build/Music-Chord-Progression-0.0502-0/blib/lib
    /tmp/build/strictures-2.000006-0/blib/arch
    /tmp/build/strictures-2.000006-0/blib/lib
    /tmp/build/multidimensional-0.014-0/blib/arch
    /tmp/build/multidimensional-0.014-0/blib/lib
    /tmp/build/indirect-0.39-0/blib/arch
    /tmp/build/indirect-0.39-0/blib/lib
    /tmp/build/bareword-filehandles-0.007-0/blib/arch
    /tmp/build/bareword-filehandles-0.007-0/blib/lib
    /tmp/build/B-Hooks-OP-Check-0.22-0/blib/arch
    /tmp/build/B-Hooks-OP-Check-0.22-0/blib/lib
    /tmp/build/ExtUtils-Depends-0.8000-0/blib/arch
    /tmp/build/ExtUtils-Depends-0.8000-0/blib/lib
    /tmp/build/namespace-clean-0.27-0/blib/arch
    /tmp/build/namespace-clean-0.27-0/blib/lib
    /tmp/build/B-Hooks-EndOfScope-0.24-0/blib/arch
    /tmp/build/B-Hooks-EndOfScope-0.24-0/blib/lib
    /tmp/build/Variable-Magic-0.62-0/blib/arch
    /tmp/build/Variable-Magic-0.62-0/blib/lib
    /tmp/build/Sub-Exporter-Progressive-0.001013-0/blib/arch
    /tmp/build/Sub-Exporter-Progressive-0.001013-0/blib/lib
    /tmp/build/Devel-Hide-0.0013-0/blib/arch
    /tmp/build/Devel-Hide-0.0013-0/blib/lib
    /tmp/build/Music-Scales-0.07-0/blib/arch
    /tmp/build/Music-Scales-0.07-0/blib/lib
    /tmp/build/Music-Chord-Note-0.10-0/blib/arch
    /tmp/build/Music-Chord-Note-0.10-0/blib/lib
    /tmp/build/Module-Build-Pluggable-CPANfile-0.05-0/blib/arch
    /tmp/build/Module-Build-Pluggable-CPANfile-0.05-0/blib/lib
    /tmp/build/Module-CPANfile-1.1004-0/blib/arch
    /tmp/build/Module-CPANfile-1.1004-0/blib/lib
    /tmp/build/Module-Build-Pluggable-0.10-0/blib/arch
    /tmp/build/Module-Build-Pluggable-0.10-0/blib/lib
    /tmp/build/Test-SharedFork-0.35-0/blib/arch
    /tmp/build/Test-SharedFork-0.35-0/blib/lib
    /tmp/build/Data-OptList-0.110-0/blib/arch
    /tmp/build/Data-OptList-0.110-0/blib/lib
    /tmp/build/Sub-Install-0.928-0/blib/arch
    /tmp/build/Sub-Install-0.928-0/blib/lib
    /tmp/build/Params-Util-1.102-0/blib/arch
    /tmp/build/Params-Util-1.102-0/blib/lib
    /tmp/build/Test-LeakTrace-0.16-0/blib/arch
    /tmp/build/Test-LeakTrace-0.16-0/blib/lib
    /tmp/build/Class-Accessor-Lite-0.08-0/blib/arch
    /tmp/build/Class-Accessor-Lite-0.08-0/blib/lib
    /tmp/build/Moo-2.004004-0/blib/arch
    /tmp/build/Moo-2.004004-0/blib/lib
    /tmp/build/Sub-Quote-2.006006-0/blib/arch
    /tmp/build/Sub-Quote-2.006006-0/blib/lib
    /tmp/build/Role-Tiny-2.001004-0/blib/arch
    /tmp/build/Role-Tiny-2.001004-0/blib/lib
    /tmp/build/Graph-0.9713-0/blib/arch
    /tmp/build/Graph-0.9713-0/blib/lib
    /tmp/build/Heap-0.80-0/blib/arch
    /tmp/build/Heap-0.80-0/blib/lib
    /tmp/build/Data-Dumper-Compact-0.005002-0/blib/arch
    /tmp/build/Data-Dumper-Compact-0.005002-0/blib/lib
    /tmp/build/Mu-Tiny-0.000002-0/blib/arch
    /tmp/build/Mu-Tiny-0.000002-0/blib/lib
    /tmp/build/Class-Method-Modifiers-2.13-0/blib/arch
    /tmp/build/Class-Method-Modifiers-2.13-0/blib/lib
    /home/smoker/perl5/perlbrew/perls/perl-5.30.2-thread/lib/site_perl/5.30.2/armv7l-linux-thread-multi
    /home/smoker/perl5/perlbrew/perls/perl-5.30.2-thread/lib/site_perl/5.30.2
    /home/smoker/perl5/perlbrew/perls/perl-5.30.2-thread/lib/5.30.2/armv7l-linux-thread-multi
    /home/smoker/perl5/perlbrew/perls/perl-5.30.2-thread/lib/5.30.2
    .