Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install LibXML for Rakudo_2022.07 on older MacOS (10.11.6 El Capitan) #88

Open
jubilatious1 opened this issue Nov 27, 2022 · 5 comments

Comments

@jubilatious1
Copy link

Upgraded to Rakudo_2022.07, previously had LibXML-raku working (LibXML:ver<0.6.9>, LibXML supplied by Macports, see closed issue #63). LibXML-raku won't install on older MacOS (10.11.6 El Capitan):

$ /Users/admin/rakudo/Rakudo-2022.07/install/share/perl6/site/bin/zef locate LibXML
!!!> Nothing located
$ /Users/admin/rakudo/Rakudo-2022.07/install/share/perl6/site/bin/zef install LibXML
===> Searching for: LibXML
===> Updating fez mirror: https://360.zef.pm/
===> Updated fez mirror: https://360.zef.pm/
===> Searching for missing dependencies: Method::Also, W3C::DOM:ver<0.0.2+>, App::Prove6
===> Updating rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
===> Updated rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
===> Searching for missing dependencies: Getopt::Long:ver<0.3.0+>, Path::Finder:ver<0.4.4+>, Pod::Usage, sigpipe
===> Building: LibXML:ver<0.9.1>:auth<zef:dwarring>:api<0.9.0>
[LibXML] src/dom.c:750:10: warning: case value not in enumerated type 'xmlElementType' [-Wswitch]
[LibXML]     case XML_DOCB_DOCUMENT_NODE :
[LibXML]          ^
[LibXML] /opt/local/include/libxml2/libxml/tree.h:184:32: note: expanded from macro 'XML_DOCB_DOCUMENT_NODE'
[LibXML] #define XML_DOCB_DOCUMENT_NODE 21
[LibXML]                                ^
[LibXML] src/dom.c:816:14: warning: case value not in enumerated type 'xmlElementType' [-Wswitch]
[LibXML]         case XML_DOCB_DOCUMENT_NODE :
[LibXML]              ^
[LibXML] /opt/local/include/libxml2/libxml/tree.h:184:32: note: expanded from macro 'XML_DOCB_DOCUMENT_NODE'
[LibXML] #define XML_DOCB_DOCUMENT_NODE 21
[LibXML]                                ^
[LibXML] src/dom.c:848:14: warning: case value not in enumerated type 'xmlElementType' [-Wswitch]
[LibXML]         case XML_DOCB_DOCUMENT_NODE :
[LibXML]              ^
[LibXML] /opt/local/include/libxml2/libxml/tree.h:184:32: note: expanded from macro 'XML_DOCB_DOCUMENT_NODE'
[LibXML] #define XML_DOCB_DOCUMENT_NODE 21
[LibXML]                                ^
[LibXML] 3 warnings generated.
===> Building [OK] for LibXML:ver<0.9.1>:auth<zef:dwarring>:api<0.9.0>
===> Testing: Method::Also:ver<0.0.8>:auth<zef:lizmat>
===> Testing [OK] for Method::Also:ver<0.0.8>:auth<zef:lizmat>
===> Testing: W3C::DOM:ver<0.0.3>:auth<zef:dwarring>
===> Testing [OK] for W3C::DOM:ver<0.0.3>:auth<zef:dwarring>
===> Testing: Getopt::Long:ver<0.3.5>
===> Testing [OK] for Getopt::Long:ver<0.3.5>
===> Testing: Path::Finder:ver<0.4.5>
===> Testing [OK] for Path::Finder:ver<0.4.5>
===> Testing: Pod::Usage:ver<0.0.1>:auth<zef:leont>
===> Testing [OK] for Pod::Usage:ver<0.0.1>:auth<zef:leont>
===> Testing: sigpipe:ver<0.0.3>:auth<zef:leont>
===> Testing [OK] for sigpipe:ver<0.0.3>:auth<zef:leont>
===> Testing: App::Prove6:ver<0.0.17>:auth<cpan:LEONT>
===> Testing [OK] for App::Prove6:ver<0.0.17>:auth<cpan:LEONT>
===> Testing: LibXML:ver<0.9.1>:auth<zef:dwarring>:api<0.9.0>
===> Testing [FAIL]: LibXML:ver<0.9.1>:auth<zef:dwarring>:api<0.9.0>
Aborting due to test failure: LibXML:ver<0.9.1>:auth<zef:dwarring>:api<0.9.0> (use --force-test to override)

dwarring added a commit that referenced this issue Nov 28, 2022
Under deprecation in LibXML2. Causing compilation warnings as noted
in #88.
@dwarring
Copy link
Contributor

I tweak the LibXML C bindings to get rid of the warnings in dom.c. They're related to DocBook, which is under deprecation and not used or supported in the Raku bindings. But I don't think they explain the test failures.

@jubilatious1 Are to able to get verbose output of the test failures? (e.g zef --verbose install LibXML)

@jubilatious1
Copy link
Author

~/rakudo/rakudo-2022.07/zef(main)$ /Users/admin/rakudo/Rakudo-2022.07/install/share/perl6/site/bin/zef install LibXML --verbose
===> Searching for: LibXML
===> Updating fez mirror: https://360.zef.pm/
===> Updated fez mirror: https://360.zef.pm/
===> Found: LibXML:ver<0.9.1>:auth<zef:dwarring>:api<0.9.0> [via Zef::Repository::Ecosystems<fez>]
===> Searching for missing dependencies: Method::Also, W3C::DOM:ver<0.0.2+>, App::Prove6
===> Updating rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
===> Updated rea mirror: https://raw.githubusercontent.com/Raku/REA/main/META.json
===> Found dependencies: App::Prove6:ver<0.0.17>:auth<cpan:LEONT> [via Zef::Repository::Ecosystems<rea>]
===> Found dependencies: W3C::DOM:ver<0.0.3>:auth<zef:dwarring>, Method::Also:ver<0.0.8>:auth<zef:lizmat> [via Zef::Repository::Ecosystems<fez>]
===> Searching for missing dependencies: Getopt::Long:ver<0.3.0+>, Path::Finder:ver<0.4.4+>, Pod::Usage, sigpipe
===> Found dependencies: sigpipe:ver<0.0.3>:auth<zef:leont>, Pod::Usage:ver<0.0.1>:auth<zef:leont> [via Zef::Repository::Ecosystems<fez>]
===> Found dependencies: Getopt::Long:ver<0.3.5>:auth<cpan:LEONT>, Path::Finder:ver<0.4.5>:auth<cpan:LEONT> [via Zef::Repository::Ecosystems<rea>]
===> Fetching [OK]: W3C::DOM:ver<0.0.3>:auth<zef:dwarring> to /var/folders/3w/8hrtjmfx1nsg7mwg386wt4wr0000gn/T//.zef/1669673673.91629.8699.750584876889/bbb852dc7523ca159849abdc5ad829d773b66848.tar.gz
===> Fetching [OK]: Method::Also:ver<0.0.8>:auth<zef:lizmat> to /var/folders/3w/8hrtjmfx1nsg7mwg386wt4wr0000gn/T//.zef/1669673673.91629.8908.510171910135/3a049392fd66e814f71522a197a5389c52eda060.tar.gz
===> Fetching [OK]: App::Prove6:ver<0.0.17>:auth<cpan:LEONT> to /var/folders/3w/8hrtjmfx1nsg7mwg386wt4wr0000gn/T//.zef/1669673673.91629.883.6120131818592/App%3A%3AProve6%3Aver%3C0.0.17%3E%3Aauth%3Ccpan%3ALEONT%3E.tar.gz
===> Fetching [OK]: LibXML:ver<0.9.1>:auth<zef:dwarring>:api<0.9.0> to /var/folders/3w/8hrtjmfx1nsg7mwg386wt4wr0000gn/T//.zef/1669673673.91629.7053.120215515446/3c4c28c672c4404385b3342ec011cf0b34eb95f1.tar.gz
===> Fetching [OK]: Getopt::Long:ver<0.3.5>:auth<cpan:LEONT> to /var/folders/3w/8hrtjmfx1nsg7mwg386wt4wr0000gn/T//.zef/1669673673.91629.2965.359098966552/Getopt%3A%3ALong%3Aver%3C0.3.5%3E%3Aauth%3Ccpan%3ALEONT%3E.tar.gz
===> Fetching [OK]: Pod::Usage:ver<0.0.1>:auth<zef:leont> to /var/folders/3w/8hrtjmfx1nsg7mwg386wt4wr0000gn/T//.zef/1669673674.91629.5652.713378791423/cee824ed15235e2d51513d0c58e677e9bcd921da.tar.gz
===> Fetching [OK]: sigpipe:ver<0.0.3>:auth<zef:leont> to /var/folders/3w/8hrtjmfx1nsg7mwg386wt4wr0000gn/T//.zef/1669673674.91629.6184.61560833914/288253d9f72bd5372aa8975b0ff74e0607cba86b.tar.gz
===> Fetching [OK]: Path::Finder:ver<0.4.5>:auth<cpan:LEONT> to /var/folders/3w/8hrtjmfx1nsg7mwg386wt4wr0000gn/T//.zef/1669673674.91629.2971.242938196009/Path%3A%3AFinder%3Aver%3C0.4.5%3E%3Aauth%3Ccpan%3ALEONT%3E.tar.gz
===> Extraction [OK]: LibXML to /var/folders/3w/8hrtjmfx1nsg7mwg386wt4wr0000gn/T//.zef/3c4c28c672c4404385b3342ec011cf0b34eb95f1.tar.gz
===> Extraction [OK]: W3C::DOM:ver<0.0.2+> to /var/folders/3w/8hrtjmfx1nsg7mwg386wt4wr0000gn/T//.zef/bbb852dc7523ca159849abdc5ad829d773b66848.tar.gz
===> Extraction [OK]: App::Prove6 to /var/folders/3w/8hrtjmfx1nsg7mwg386wt4wr0000gn/T//.zef/App%3A%3AProve6%3Aver%3C0.0.17%3E%3Aauth%3Ccpan%3ALEONT%3E.tar.gz
===> Extraction [OK]: Method::Also to /var/folders/3w/8hrtjmfx1nsg7mwg386wt4wr0000gn/T//.zef/3a049392fd66e814f71522a197a5389c52eda060.tar.gz
===> Extraction [OK]: Getopt::Long:ver<0.3.0+> to /var/folders/3w/8hrtjmfx1nsg7mwg386wt4wr0000gn/T//.zef/Getopt%3A%3ALong%3Aver%3C0.3.5%3E%3Aauth%3Ccpan%3ALEONT%3E.tar.gz
===> Extraction [OK]: Path::Finder:ver<0.4.4+> to /var/folders/3w/8hrtjmfx1nsg7mwg386wt4wr0000gn/T//.zef/Path%3A%3AFinder%3Aver%3C0.4.5%3E%3Aauth%3Ccpan%3ALEONT%3E.tar.gz
===> Extraction [OK]: sigpipe to /var/folders/3w/8hrtjmfx1nsg7mwg386wt4wr0000gn/T//.zef/288253d9f72bd5372aa8975b0ff74e0607cba86b.tar.gz
===> Extraction [OK]: Pod::Usage to /var/folders/3w/8hrtjmfx1nsg7mwg386wt4wr0000gn/T//.zef/cee824ed15235e2d51513d0c58e677e9bcd921da.tar.gz
===> Building: LibXML:ver<0.9.1>:auth<zef:dwarring>:api<0.9.0>
[LibXML] Command: /Users/admin/rakudo/rakudo-2022.07/install/bin/rakudo -I/var/folders/3w/8hrtjmfx1nsg7mwg386wt4wr0000gn/T/.zef/3a049392fd66e814f71522a197a5389c52eda060.tar.gz/Method-Also-0.0.8 -I/var/folders/3w/8hrtjmfx1nsg7mwg386wt4wr0000gn/T/.zef/bbb852dc7523ca159849abdc5ad829d773b66848.tar.gz/W3C-DOM-0.0.3 -I/var/folders/3w/8hrtjmfx1nsg7mwg386wt4wr0000gn/T/.zef/App%3A%3AProve6%3Aver%3C0.0.17%3E%3Aauth%3Ccpan%3ALEONT%3E.tar.gz/App-Prove6-0.0.17 -I/var/folders/3w/8hrtjmfx1nsg7mwg386wt4wr0000gn/T/.zef/Getopt%3A%3ALong%3Aver%3C0.3.5%3E%3Aauth%3Ccpan%3ALEONT%3E.tar.gz/Getopt-Long-0.3.5 -I/var/folders/3w/8hrtjmfx1nsg7mwg386wt4wr0000gn/T/.zef/Path%3A%3AFinder%3Aver%3C0.4.5%3E%3Aauth%3Ccpan%3ALEONT%3E.tar.gz/Path-Finder-0.4.5 -I/var/folders/3w/8hrtjmfx1nsg7mwg386wt4wr0000gn/T/.zef/cee824ed15235e2d51513d0c58e677e9bcd921da.tar.gz/Pod-Usage-0.0.1 -I/var/folders/3w/8hrtjmfx1nsg7mwg386wt4wr0000gn/T/.zef/288253d9f72bd5372aa8975b0ff74e0607cba86b.tar.gz/sigpipe-0.0.3 -e require '/var/folders/3w/8hrtjmfx1nsg7mwg386wt4wr0000gn/T/.zef/3c4c28c672c4404385b3342ec011cf0b34eb95f1.tar.gz/LibXML-0.9.1/Build.pm6'; ::('Build').new.build('/var/folders/3w/8hrtjmfx1nsg7mwg386wt4wr0000gn/T/.zef/3c4c28c672c4404385b3342ec011cf0b34eb95f1.tar.gz/LibXML-0.9.1') ?? exit(0) !! exit(1);
[LibXML] make: Nothing to be done for `all'.
[LibXML] make: Nothing to be done for `all'.
===> Building [OK] for LibXML:ver<0.9.1>:auth<zef:dwarring>:api<0.9.0>
===> Testing: Method::Also:ver<0.0.8>:auth<zef:lizmat>
[Method::Also] t/01-basic.t .. ok
[Method::Also] All tests successful.
[Method::Also] Files=1, Tests=11,  0 wallclock secs
[Method::Also] Result: PASS
===> Testing [OK] for Method::Also:ver<0.0.8>:auth<zef:lizmat>
===> Testing: W3C::DOM:ver<0.0.3>:auth<zef:dwarring>
[Method::Also] t/basic.t .. ok
[W3C::DOM] t/basic.t .. ok
[Method::Also] All tests successful.
[Method::Also] Files=1, Tests=3,  0 wallclock secs
[Method::Also] Result: PASS
[W3C::DOM] All tests successful.
[W3C::DOM] Files=1, Tests=3,  0 wallclock secs
[W3C::DOM] Result: PASS
===> Testing [OK] for W3C::DOM:ver<0.0.3>:auth<zef:dwarring>
===> Testing: Getopt::Long:ver<0.3.5>
[Method::Also] t/basic.t .. ok
[W3C::DOM] t/basic.t .. ok
[Getopt::Long] t/basic.t .. ok
[Method::Also] All tests successful.
[Method::Also] Files=1, Tests=45,  1 wallclock secs
[Method::Also] Result: PASS
[W3C::DOM] All tests successful.
[W3C::DOM] Files=1, Tests=45,  1 wallclock secs
[W3C::DOM] Result: PASS
[Getopt::Long] All tests successful.
[Getopt::Long] Files=1, Tests=45,  1 wallclock secs
[Getopt::Long] Result: PASS
===> Testing [OK] for Getopt::Long:ver<0.3.5>
===> Testing: Path::Finder:ver<0.4.5>
[Method::Also] t/basic.t ................ ok
[W3C::DOM] t/basic.t ................ ok
[Getopt::Long] t/basic.t ................ ok
[Path::Finder] t/basic.t ................ ok
[Method::Also] t/breadth-depth-files.t .. ok
[W3C::DOM] t/breadth-depth-files.t .. ok
[Getopt::Long] t/breadth-depth-files.t .. ok
[Path::Finder] t/breadth-depth-files.t .. ok
[Method::Also] t/breadth-depth.t ........ ok
[W3C::DOM] t/breadth-depth.t ........ ok
[Getopt::Long] t/breadth-depth.t ........ ok
[Path::Finder] t/breadth-depth.t ........ ok
[Method::Also] t/content.t .............. ok
[W3C::DOM] t/content.t .............. ok
[Getopt::Long] t/content.t .............. ok
[Path::Finder] t/content.t .............. ok
[Method::Also] t/glob.t ................. ok
[W3C::DOM] t/glob.t ................. ok
[Getopt::Long] t/glob.t ................. ok
[Path::Finder] t/glob.t ................. ok
[Method::Also] t/logic.t ................ ok
[W3C::DOM] t/logic.t ................ ok
[Getopt::Long] t/logic.t ................ ok
[Path::Finder] t/logic.t ................ ok
[Method::Also] t/min-max-depth.t ........ ok
[W3C::DOM] t/min-max-depth.t ........ ok
[Getopt::Long] t/min-max-depth.t ........ ok
[Path::Finder] t/min-max-depth.t ........ ok
[Method::Also] t/names.t ................ ok
[W3C::DOM] t/names.t ................ ok
[Getopt::Long] t/names.t ................ ok
[Path::Finder] t/names.t ................ ok
[Method::Also] t/relative.t ............. ok
[W3C::DOM] t/relative.t ............. ok
[Getopt::Long] t/relative.t ............. ok
[Path::Finder] t/relative.t ............. ok
[Method::Also] t/stat_tests.t ........... ok
[W3C::DOM] t/stat_tests.t ........... ok
[Getopt::Long] t/stat_tests.t ........... ok
[Path::Finder] t/stat_tests.t ........... ok
[Method::Also] t/symlink.t .............. ok
[W3C::DOM] t/symlink.t .............. ok
[Getopt::Long] t/symlink.t .............. ok
[Path::Finder] t/symlink.t .............. ok
[Method::Also] t/unsorted.t ............. ok
[W3C::DOM] t/unsorted.t ............. ok
[Getopt::Long] t/unsorted.t ............. ok
[Path::Finder] t/unsorted.t ............. ok
[Method::Also] t/vcs.t .................. ok
[W3C::DOM] t/vcs.t .................. ok
[Getopt::Long] t/vcs.t .................. ok
[Path::Finder] t/vcs.t .................. ok
[Method::Also] t/x_tests.t .............. ok
[W3C::DOM] t/x_tests.t .............. ok
[Getopt::Long] t/x_tests.t .............. ok
[Path::Finder] t/x_tests.t .............. ok
[Method::Also] All tests successful.
[Method::Also] Files=14, Tests=59,  10 wallclock secs
[Method::Also] Result: PASS
[W3C::DOM] All tests successful.
[W3C::DOM] Files=14, Tests=59,  10 wallclock secs
[W3C::DOM] Result: PASS
[Getopt::Long] All tests successful.
[Getopt::Long] Files=14, Tests=59,  10 wallclock secs
[Getopt::Long] Result: PASS
[Path::Finder] All tests successful.
[Path::Finder] Files=14, Tests=59,  10 wallclock secs
[Path::Finder] Result: PASS
===> Testing [OK] for Path::Finder:ver<0.4.5>
===> Testing: Pod::Usage:ver<0.0.1>:auth<zef:leont>
[Method::Also] t/01-basic.rakutest .. ok
[W3C::DOM] t/01-basic.rakutest .. ok
[Getopt::Long] t/01-basic.rakutest .. ok
[Path::Finder] t/01-basic.rakutest .. ok
[Pod::Usage] t/01-basic.rakutest .. ok
[Method::Also] All tests successful.
[Method::Also] Files=1, Tests=1,  0 wallclock secs
[Method::Also] Result: PASS
[W3C::DOM] All tests successful.
[W3C::DOM] Files=1, Tests=1,  0 wallclock secs
[W3C::DOM] Result: PASS
[Getopt::Long] All tests successful.
[Getopt::Long] Files=1, Tests=1,  0 wallclock secs
[Getopt::Long] Result: PASS
[Path::Finder] All tests successful.
[Path::Finder] Files=1, Tests=1,  0 wallclock secs
[Path::Finder] Result: PASS
[Pod::Usage] All tests successful.
[Pod::Usage] Files=1, Tests=1,  0 wallclock secs
[Pod::Usage] Result: PASS
===> Testing [OK] for Pod::Usage:ver<0.0.1>:auth<zef:leont>
===> Testing: sigpipe:ver<0.0.3>:auth<zef:leont>
[Method::Also] t/01-basic.rakutest .. ok
[W3C::DOM] t/01-basic.rakutest .. ok
[Getopt::Long] t/01-basic.rakutest .. ok
[Path::Finder] t/01-basic.rakutest .. ok
[Pod::Usage] t/01-basic.rakutest .. ok
[sigpipe] t/01-basic.rakutest .. ok
[Method::Also] All tests successful.
[Method::Also] Files=1, Tests=1,  0 wallclock secs
[Method::Also] Result: PASS
[W3C::DOM] All tests successful.
[W3C::DOM] Files=1, Tests=1,  0 wallclock secs
[W3C::DOM] Result: PASS
[Getopt::Long] All tests successful.
[Getopt::Long] Files=1, Tests=1,  0 wallclock secs
[Getopt::Long] Result: PASS
[Path::Finder] All tests successful.
[Path::Finder] Files=1, Tests=1,  0 wallclock secs
[Path::Finder] Result: PASS
[Pod::Usage] All tests successful.
[Pod::Usage] Files=1, Tests=1,  0 wallclock secs
[Pod::Usage] Result: PASS
[sigpipe] All tests successful.
[sigpipe] Files=1, Tests=1,  0 wallclock secs
[sigpipe] Result: PASS
===> Testing [OK] for sigpipe:ver<0.0.3>:auth<zef:leont>
===> Testing: App::Prove6:ver<0.0.17>:auth<cpan:LEONT>
[Method::Also] t/success.t .. ok
[W3C::DOM] t/success.t .. ok
[Getopt::Long] t/success.t .. ok
[Path::Finder] t/success.t .. ok
[Pod::Usage] t/success.t .. ok
[sigpipe] t/success.t .. ok
[App::Prove6] t/success.t .. ok
[Method::Also] All tests successful.
[Method::Also] Files=1, Tests=1,  0 wallclock secs
[Method::Also] Result: PASS
[W3C::DOM] All tests successful.
[W3C::DOM] Files=1, Tests=1,  0 wallclock secs
[W3C::DOM] Result: PASS
[Getopt::Long] All tests successful.
[Getopt::Long] Files=1, Tests=1,  0 wallclock secs
[Getopt::Long] Result: PASS
[Path::Finder] All tests successful.
[Path::Finder] Files=1, Tests=1,  0 wallclock secs
[Path::Finder] Result: PASS
[Pod::Usage] All tests successful.
[Pod::Usage] Files=1, Tests=1,  0 wallclock secs
[Pod::Usage] Result: PASS
[sigpipe] All tests successful.
[sigpipe] Files=1, Tests=1,  0 wallclock secs
[sigpipe] Result: PASS
[App::Prove6] All tests successful.
[App::Prove6] Files=1, Tests=1,  0 wallclock secs
[App::Prove6] Result: PASS
===> Testing [OK] for App::Prove6:ver<0.0.17>:auth<cpan:LEONT>
===> Testing: LibXML:ver<0.9.1>:auth<zef:dwarring>:api<0.9.0>
[Method::Also] t/000sanity.t ................... ok
[W3C::DOM] t/000sanity.t ................... ok
[Getopt::Long] t/000sanity.t ................... ok
[Path::Finder] t/000sanity.t ................... ok
[Pod::Usage] t/000sanity.t ................... ok
[sigpipe] t/000sanity.t ................... ok
[App::Prove6] t/000sanity.t ................... ok
[LibXML] t/000sanity.t ................... ok
[Method::Also] t/00ast.t ....................... ok
[W3C::DOM] t/00ast.t ....................... ok
[Getopt::Long] t/00ast.t ....................... ok
[Path::Finder] t/00ast.t ....................... ok
[Pod::Usage] t/00ast.t ....................... ok
[sigpipe] t/00ast.t ....................... ok
[App::Prove6] t/00ast.t ....................... ok
[LibXML] t/00ast.t ....................... ok
[Method::Also] t/00config.t .................... ok
[W3C::DOM] t/00config.t .................... ok
[Getopt::Long] t/00config.t .................... ok
[Path::Finder] t/00config.t .................... ok
[Pod::Usage] t/00config.t .................... ok
[sigpipe] t/00config.t .................... ok
[App::Prove6] t/00config.t .................... ok
[LibXML] t/00config.t .................... ok
[Method::Also] t/00dict.t ...................... ok
[W3C::DOM] t/00dict.t ...................... ok
[Getopt::Long] t/00dict.t ...................... ok
[Path::Finder] t/00dict.t ...................... ok
[Pod::Usage] t/00dict.t ...................... ok
[sigpipe] t/00dict.t ...................... ok
[App::Prove6] t/00dict.t ...................... ok
[LibXML] t/00dict.t ...................... ok
[Method::Also] t/00dom-w3c.t ................... ok
[W3C::DOM] t/00dom-w3c.t ................... ok
[Getopt::Long] t/00dom-w3c.t ................... ok
[Path::Finder] t/00dom-w3c.t ................... ok
[Pod::Usage] t/00dom-w3c.t ................... ok
[sigpipe] t/00dom-w3c.t ................... ok
[App::Prove6] t/00dom-w3c.t ................... ok
[LibXML] t/00dom-w3c.t ................... ok
[Method::Also] t/00dom.t ....................... Dubious, test returned 8
[Method::Also] Failed 8/68 subtests 
[W3C::DOM] t/00dom.t ....................... Dubious, test returned 8
[W3C::DOM] Failed 8/68 subtests 
[Getopt::Long] t/00dom.t ....................... Dubious, test returned 8
[Getopt::Long] Failed 8/68 subtests 
[Path::Finder] t/00dom.t ....................... Dubious, test returned 8
[Path::Finder] Failed 8/68 subtests 
[Pod::Usage] t/00dom.t ....................... Dubious, test returned 8
[Pod::Usage] Failed 8/68 subtests 
[sigpipe] t/00dom.t ....................... Dubious, test returned 8
[sigpipe] Failed 8/68 subtests 
[App::Prove6] t/00dom.t ....................... Dubious, test returned 8
[App::Prove6] Failed 8/68 subtests 
[LibXML] t/00dom.t ....................... Dubious, test returned 8
[LibXML] Failed 8/68 subtests 
[Method::Also] t/00dtd-decls.t ................. ok
[W3C::DOM] t/00dtd-decls.t ................. ok
[Getopt::Long] t/00dtd-decls.t ................. ok
[Path::Finder] t/00dtd-decls.t ................. ok
[Pod::Usage] t/00dtd-decls.t ................. ok
[sigpipe] t/00dtd-decls.t ................. ok
[App::Prove6] t/00dtd-decls.t ................. ok
[LibXML] t/00dtd-decls.t ................. ok
[Method::Also] t/00dtd.t ....................... ok
[W3C::DOM] t/00dtd.t ....................... ok
[Getopt::Long] t/00dtd.t ....................... ok
[Path::Finder] t/00dtd.t ....................... ok
[Pod::Usage] t/00dtd.t ....................... ok
[sigpipe] t/00dtd.t ....................... ok
[App::Prove6] t/00dtd.t ....................... ok
[LibXML] t/00dtd.t ....................... ok
[Method::Also] t/00errors.t .................... ok
[W3C::DOM] t/00errors.t .................... ok
[Getopt::Long] t/00errors.t .................... ok
[Path::Finder] t/00errors.t .................... ok
[Pod::Usage] t/00errors.t .................... ok
[sigpipe] t/00errors.t .................... ok
[App::Prove6] t/00errors.t .................... ok
[LibXML] t/00errors.t .................... ok
[Method::Also] t/00hash-object.t ............... ok
[W3C::DOM] t/00hash-object.t ............... ok
[Getopt::Long] t/00hash-object.t ............... ok
[Path::Finder] t/00hash-object.t ............... ok
[Pod::Usage] t/00hash-object.t ............... ok
[sigpipe] t/00hash-object.t ............... ok
[App::Prove6] t/00hash-object.t ............... ok
[LibXML] t/00hash-object.t ............... ok
[Method::Also] t/00hash-type.t ................. ok
[W3C::DOM] t/00hash-type.t ................. ok
[Getopt::Long] t/00hash-type.t ................. ok
[Path::Finder] t/00hash-type.t ................. ok
[Pod::Usage] t/00hash-type.t ................. ok
[sigpipe] t/00hash-type.t ................. ok
[App::Prove6] t/00hash-type.t ................. ok
[LibXML] t/00hash-type.t ................. ok
[Method::Also] t/00input-callback.t ............ ok
[W3C::DOM] t/00input-callback.t ............ ok
[Getopt::Long] t/00input-callback.t ............ ok
[Path::Finder] t/00input-callback.t ............ ok
[Pod::Usage] t/00input-callback.t ............ ok
[sigpipe] t/00input-callback.t ............ ok
[App::Prove6] t/00input-callback.t ............ ok
[LibXML] t/00input-callback.t ............ ok
[Method::Also] t/00query-selectors.t ........... Dubious, test returned 1
[Method::Also] All 1 subtests passed 
[W3C::DOM] t/00query-selectors.t ........... Dubious, test returned 1
[W3C::DOM] All 1 subtests passed 
[Getopt::Long] t/00query-selectors.t ........... Dubious, test returned 1
[Getopt::Long] All 1 subtests passed 
[Path::Finder] t/00query-selectors.t ........... Dubious, test returned 1
[Path::Finder] All 1 subtests passed 
[Pod::Usage] t/00query-selectors.t ........... Dubious, test returned 1
[Pod::Usage] All 1 subtests passed 
[sigpipe] t/00query-selectors.t ........... Dubious, test returned 1
[sigpipe] All 1 subtests passed 
[App::Prove6] t/00query-selectors.t ........... Dubious, test returned 1
[App::Prove6] All 1 subtests passed 
[LibXML] t/00query-selectors.t ........... Dubious, test returned 1
[LibXML] All 1 subtests passed 
[Method::Also] t/00sax-coverage.t .............. ok
[W3C::DOM] t/00sax-coverage.t .............. ok
[Getopt::Long] t/00sax-coverage.t .............. ok
[Path::Finder] t/00sax-coverage.t .............. ok
[Pod::Usage] t/00sax-coverage.t .............. ok
[sigpipe] t/00sax-coverage.t .............. ok
[App::Prove6] t/00sax-coverage.t .............. ok
[LibXML] t/00sax-coverage.t .............. ok
[Method::Also] t/00sax.t ....................... ok
[W3C::DOM] t/00sax.t ....................... ok
[Getopt::Long] t/00sax.t ....................... ok
[Path::Finder] t/00sax.t ....................... ok
[Pod::Usage] t/00sax.t ....................... ok
[sigpipe] t/00sax.t ....................... ok
[App::Prove6] t/00sax.t ....................... ok
[LibXML] t/00sax.t ....................... ok
[Method::Also] t/00subclass.t .................. ok
[W3C::DOM] t/00subclass.t .................. ok
[Getopt::Long] t/00subclass.t .................. ok
[Path::Finder] t/00subclass.t .................. ok
[Pod::Usage] t/00subclass.t .................. ok
[sigpipe] t/00subclass.t .................. ok
[App::Prove6] t/00subclass.t .................. ok
[LibXML] t/00subclass.t .................. ok
[Method::Also] t/00threads.t ................... ok
[W3C::DOM] t/00threads.t ................... ok
[Getopt::Long] t/00threads.t ................... ok
[Path::Finder] t/00threads.t ................... ok
[Pod::Usage] t/00threads.t ................... ok
[sigpipe] t/00threads.t ................... ok
[App::Prove6] t/00threads.t ................... ok
[LibXML] t/00threads.t ................... ok
[Method::Also] t/00xpath-object.t .............. ok
[W3C::DOM] t/00xpath-object.t .............. ok
[Getopt::Long] t/00xpath-object.t .............. ok
[Path::Finder] t/00xpath-object.t .............. ok
[Pod::Usage] t/00xpath-object.t .............. ok
[sigpipe] t/00xpath-object.t .............. ok
[App::Prove6] t/00xpath-object.t .............. ok
[LibXML] t/00xpath-object.t .............. ok
[Method::Also] t/01basic.t ..................... ok
[W3C::DOM] t/01basic.t ..................... ok
[Getopt::Long] t/01basic.t ..................... ok
[Path::Finder] t/01basic.t ..................... ok
[Pod::Usage] t/01basic.t ..................... ok
[sigpipe] t/01basic.t ..................... ok
[App::Prove6] t/01basic.t ..................... ok
[LibXML] t/01basic.t ..................... ok
[Method::Also] t/02parse.t ..................... All 20 subtests passed 
[W3C::DOM] t/02parse.t ..................... All 20 subtests passed 
[Getopt::Long] t/02parse.t ..................... All 20 subtests passed 
[Path::Finder] t/02parse.t ..................... All 20 subtests passed 
[Pod::Usage] t/02parse.t ..................... All 20 subtests passed 
[sigpipe] t/02parse.t ..................... All 20 subtests passed 
[App::Prove6] t/02parse.t ..................... All 20 subtests passed 
[LibXML] t/02parse.t ..................... All 20 subtests passed 
[Method::Also] t/03doc.t ....................... All 9 subtests passed 
[W3C::DOM] t/03doc.t ....................... All 9 subtests passed 
[Getopt::Long] t/03doc.t ....................... All 9 subtests passed 
[Path::Finder] t/03doc.t ....................... All 9 subtests passed 
[Pod::Usage] t/03doc.t ....................... All 9 subtests passed 
[sigpipe] t/03doc.t ....................... All 9 subtests passed 
[App::Prove6] t/03doc.t ....................... All 9 subtests passed 
[LibXML] t/03doc.t ....................... All 9 subtests passed 
[Method::Also] t/04node.t ...................... Dubious, test returned 3
[Method::Also] Failed 3/11 subtests 
[W3C::DOM] t/04node.t ...................... Dubious, test returned 3
[W3C::DOM] Failed 3/11 subtests 
[Getopt::Long] t/04node.t ...................... Dubious, test returned 3
[Getopt::Long] Failed 3/11 subtests 
[Path::Finder] t/04node.t ...................... Dubious, test returned 3
[Path::Finder] Failed 3/11 subtests 
[Pod::Usage] t/04node.t ...................... Dubious, test returned 3
[Pod::Usage] Failed 3/11 subtests 
[sigpipe] t/04node.t ...................... Dubious, test returned 3
[sigpipe] Failed 3/11 subtests 
[App::Prove6] t/04node.t ...................... Dubious, test returned 3
[App::Prove6] Failed 3/11 subtests 
[LibXML] t/04node.t ...................... Dubious, test returned 3
[LibXML] Failed 3/11 subtests 
[Method::Also] t/05text.t ...................... ok
[W3C::DOM] t/05text.t ...................... ok
[Getopt::Long] t/05text.t ...................... ok
[Path::Finder] t/05text.t ...................... ok
[Pod::Usage] t/05text.t ...................... ok
[sigpipe] t/05text.t ...................... ok
[App::Prove6] t/05text.t ...................... ok
[LibXML] t/05text.t ...................... ok
[Method::Also] t/06elements.t .................. ok
[W3C::DOM] t/06elements.t .................. ok
[Getopt::Long] t/06elements.t .................. ok
[Path::Finder] t/06elements.t .................. ok
[Pod::Usage] t/06elements.t .................. ok
[sigpipe] t/06elements.t .................. ok
[App::Prove6] t/06elements.t .................. ok
[LibXML] t/06elements.t .................. ok
[Method::Also] t/07dtd.t ....................... ok
[W3C::DOM] t/07dtd.t ....................... ok
[Getopt::Long] t/07dtd.t ....................... ok
[Path::Finder] t/07dtd.t ....................... ok
[Pod::Usage] t/07dtd.t ....................... ok
[sigpipe] t/07dtd.t ....................... ok
[App::Prove6] t/07dtd.t ....................... ok
[LibXML] t/07dtd.t ....................... ok
[Method::Also] t/08findnodes.t ................. Failed 1/13 subtests 
[W3C::DOM] t/08findnodes.t ................. Failed 1/13 subtests 
[Getopt::Long] t/08findnodes.t ................. Failed 1/13 subtests 
[Path::Finder] t/08findnodes.t ................. Failed 1/13 subtests 
[Pod::Usage] t/08findnodes.t ................. Failed 1/13 subtests 
[sigpipe] t/08findnodes.t ................. Failed 1/13 subtests 
[App::Prove6] t/08findnodes.t ................. Failed 1/13 subtests 
[LibXML] t/08findnodes.t ................. Failed 1/13 subtests 
[Method::Also] t/09xpath.t ..................... All 10 subtests passed 
[W3C::DOM] t/09xpath.t ..................... All 10 subtests passed 
[Getopt::Long] t/09xpath.t ..................... All 10 subtests passed 
[Path::Finder] t/09xpath.t ..................... All 10 subtests passed 
[Pod::Usage] t/09xpath.t ..................... All 10 subtests passed 
[sigpipe] t/09xpath.t ..................... All 10 subtests passed 
[App::Prove6] t/09xpath.t ..................... All 10 subtests passed 
[LibXML] t/09xpath.t ..................... All 10 subtests passed 
[Method::Also] t/10ns.t ........................ Dubious, test returned 1
[Method::Also] All 11 subtests passed 
[W3C::DOM] t/10ns.t ........................ Dubious, test returned 1
[W3C::DOM] All 11 subtests passed 
[Getopt::Long] t/10ns.t ........................ Dubious, test returned 1
[Getopt::Long] All 11 subtests passed 
[Path::Finder] t/10ns.t ........................ Dubious, test returned 1
[Path::Finder] All 11 subtests passed 
[Pod::Usage] t/10ns.t ........................ Dubious, test returned 1
[Pod::Usage] All 11 subtests passed 
[sigpipe] t/10ns.t ........................ Dubious, test returned 1
[sigpipe] All 11 subtests passed 
[App::Prove6] t/10ns.t ........................ Dubious, test returned 1
[App::Prove6] All 11 subtests passed 
[LibXML] t/10ns.t ........................ Dubious, test returned 1
[LibXML] All 11 subtests passed 
[Method::Also] t/12html.t ...................... Failed 1/10 subtests 
[W3C::DOM] t/12html.t ...................... Failed 1/10 subtests 
[Getopt::Long] t/12html.t ...................... Failed 1/10 subtests 
[Path::Finder] t/12html.t ...................... Failed 1/10 subtests 
[Pod::Usage] t/12html.t ...................... Failed 1/10 subtests 
[sigpipe] t/12html.t ...................... Failed 1/10 subtests 
[App::Prove6] t/12html.t ...................... Failed 1/10 subtests 
[LibXML] t/12html.t ...................... Failed 1/10 subtests 
[Method::Also] t/13dtd.t ....................... ok
[W3C::DOM] t/13dtd.t ....................... ok
[Getopt::Long] t/13dtd.t ....................... ok
[Path::Finder] t/13dtd.t ....................... ok
[Pod::Usage] t/13dtd.t ....................... ok
[sigpipe] t/13dtd.t ....................... ok
[App::Prove6] t/13dtd.t ....................... ok
[LibXML] t/13dtd.t ....................... ok
[Method::Also] t/14sax.t ....................... All 34 subtests passed 
[W3C::DOM] t/14sax.t ....................... All 34 subtests passed 
[Getopt::Long] t/14sax.t ....................... All 34 subtests passed 
[Path::Finder] t/14sax.t ....................... All 34 subtests passed 
[Pod::Usage] t/14sax.t ....................... All 34 subtests passed 
[sigpipe] t/14sax.t ....................... All 34 subtests passed 
[App::Prove6] t/14sax.t ....................... All 34 subtests passed 
[LibXML] t/14sax.t ....................... All 34 subtests passed 
[Method::Also] t/15nodelist.t .................. Dubious, test returned 1
[Method::Also] Failed 1/16 subtests 
[Method::Also] 	(less 14 skipped subtests: 1 okay)
[W3C::DOM] t/15nodelist.t .................. Dubious, test returned 1
[W3C::DOM] Failed 1/16 subtests 
[W3C::DOM] 	(less 14 skipped subtests: 1 okay)
[Getopt::Long] t/15nodelist.t .................. Dubious, test returned 1
[Getopt::Long] Failed 1/16 subtests 
[Getopt::Long] 	(less 14 skipped subtests: 1 okay)
[Path::Finder] t/15nodelist.t .................. Dubious, test returned 1
[Path::Finder] Failed 1/16 subtests 
[Path::Finder] 	(less 14 skipped subtests: 1 okay)
[Pod::Usage] t/15nodelist.t .................. Dubious, test returned 1
[Pod::Usage] Failed 1/16 subtests 
[Pod::Usage] 	(less 14 skipped subtests: 1 okay)
[sigpipe] t/15nodelist.t .................. Dubious, test returned 1
[sigpipe] Failed 1/16 subtests 
[sigpipe] 	(less 14 skipped subtests: 1 okay)
[App::Prove6] t/15nodelist.t .................. Dubious, test returned 1
[App::Prove6] Failed 1/16 subtests 
[App::Prove6] 	(less 14 skipped subtests: 1 okay)
[LibXML] t/15nodelist.t .................. Dubious, test returned 1
[LibXML] Failed 1/16 subtests 
[LibXML] 	(less 14 skipped subtests: 1 okay)
[Method::Also] t/16docnodes.t .................. ok
[W3C::DOM] t/16docnodes.t .................. ok
[Getopt::Long] t/16docnodes.t .................. ok
[Path::Finder] t/16docnodes.t .................. ok
[Pod::Usage] t/16docnodes.t .................. ok
[sigpipe] t/16docnodes.t .................. ok
[App::Prove6] t/16docnodes.t .................. ok
[LibXML] t/16docnodes.t .................. ok
[Method::Also] t/17callbacks.t ................. Dubious, test returned 1
[Method::Also] Failed 1/4 subtests 
[W3C::DOM] t/17callbacks.t ................. Dubious, test returned 1
[W3C::DOM] Failed 1/4 subtests 
[Getopt::Long] t/17callbacks.t ................. Dubious, test returned 1
[Getopt::Long] Failed 1/4 subtests 
[Path::Finder] t/17callbacks.t ................. Dubious, test returned 1
[Path::Finder] Failed 1/4 subtests 
[Pod::Usage] t/17callbacks.t ................. Dubious, test returned 1
[Pod::Usage] Failed 1/4 subtests 
[sigpipe] t/17callbacks.t ................. Dubious, test returned 1
[sigpipe] Failed 1/4 subtests 
[App::Prove6] t/17callbacks.t ................. Dubious, test returned 1
[App::Prove6] Failed 1/4 subtests 
[LibXML] t/17callbacks.t ................. Dubious, test returned 1
[LibXML] Failed 1/4 subtests 
[Method::Also] t/18docfree.t ................... ok
[W3C::DOM] t/18docfree.t ................... ok
[Getopt::Long] t/18docfree.t ................... ok
[Path::Finder] t/18docfree.t ................... ok
[Pod::Usage] t/18docfree.t ................... ok
[sigpipe] t/18docfree.t ................... ok
[App::Prove6] t/18docfree.t ................... ok
[LibXML] t/18docfree.t ................... ok
[Method::Also] t/19encoding.t .................. ok
[W3C::DOM] t/19encoding.t .................. ok
[Getopt::Long] t/19encoding.t .................. ok
[Path::Finder] t/19encoding.t .................. ok
[Pod::Usage] t/19encoding.t .................. ok
[sigpipe] t/19encoding.t .................. ok
[App::Prove6] t/19encoding.t .................. ok
[LibXML] t/19encoding.t .................. ok
[Method::Also] t/20extras.t .................... ok
[W3C::DOM] t/20extras.t .................... ok
[Getopt::Long] t/20extras.t .................... ok
[Path::Finder] t/20extras.t .................... ok
[Pod::Usage] t/20extras.t .................... ok
[sigpipe] t/20extras.t .................... ok
[App::Prove6] t/20extras.t .................... ok
[LibXML] t/20extras.t .................... ok
[Method::Also] t/21catalog.t ................... ok
[W3C::DOM] t/21catalog.t ................... ok
[Getopt::Long] t/21catalog.t ................... ok
[Path::Finder] t/21catalog.t ................... ok
[Pod::Usage] t/21catalog.t ................... ok
[sigpipe] t/21catalog.t ................... ok
[App::Prove6] t/21catalog.t ................... ok
[LibXML] t/21catalog.t ................... ok
[Method::Also] t/23rawfunctions.t .............. ok
[W3C::DOM] t/23rawfunctions.t .............. ok
[Getopt::Long] t/23rawfunctions.t .............. ok
[Path::Finder] t/23rawfunctions.t .............. ok
[Pod::Usage] t/23rawfunctions.t .............. ok
[sigpipe] t/23rawfunctions.t .............. ok
[App::Prove6] t/23rawfunctions.t .............. ok
[LibXML] t/23rawfunctions.t .............. ok
[Method::Also] t/24c14n.t ...................... All 12 subtests passed 
[W3C::DOM] t/24c14n.t ...................... All 12 subtests passed 
[Getopt::Long] t/24c14n.t ...................... All 12 subtests passed 
[Path::Finder] t/24c14n.t ...................... All 12 subtests passed 
[Pod::Usage] t/24c14n.t ...................... All 12 subtests passed 
[sigpipe] t/24c14n.t ...................... All 12 subtests passed 
[App::Prove6] t/24c14n.t ...................... All 12 subtests passed 
[LibXML] t/24c14n.t ...................... All 12 subtests passed 
[Method::Also] t/25relaxng.t ................... All 5 subtests passed 
[W3C::DOM] t/25relaxng.t ................... All 5 subtests passed 
[Getopt::Long] t/25relaxng.t ................... All 5 subtests passed 
[Path::Finder] t/25relaxng.t ................... All 5 subtests passed 
[Pod::Usage] t/25relaxng.t ................... All 5 subtests passed 
[sigpipe] t/25relaxng.t ................... All 5 subtests passed 
[App::Prove6] t/25relaxng.t ................... All 5 subtests passed 
[LibXML] t/25relaxng.t ................... All 5 subtests passed 
[Method::Also] t/26schema.t .................... Dubious, test returned 1
[Method::Also] Failed 1/5 subtests 
[W3C::DOM] t/26schema.t .................... Dubious, test returned 1
[W3C::DOM] Failed 1/5 subtests 
[Getopt::Long] t/26schema.t .................... Dubious, test returned 1
[Getopt::Long] Failed 1/5 subtests 
[Path::Finder] t/26schema.t .................... Dubious, test returned 1
[Path::Finder] Failed 1/5 subtests 
[Pod::Usage] t/26schema.t .................... Dubious, test returned 1
[Pod::Usage] Failed 1/5 subtests 
[sigpipe] t/26schema.t .................... Dubious, test returned 1
[sigpipe] Failed 1/5 subtests 
[App::Prove6] t/26schema.t .................... Dubious, test returned 1
[App::Prove6] Failed 1/5 subtests 
[LibXML] t/26schema.t .................... Dubious, test returned 1
[LibXML] Failed 1/5 subtests 
[Method::Also] t/27input_callbacks_simple.t .... ok
[W3C::DOM] t/27input_callbacks_simple.t .... ok
[Getopt::Long] t/27input_callbacks_simple.t .... ok
[Path::Finder] t/27input_callbacks_simple.t .... ok
[Pod::Usage] t/27input_callbacks_simple.t .... ok
[sigpipe] t/27input_callbacks_simple.t .... ok
[App::Prove6] t/27input_callbacks_simple.t .... ok
[LibXML] t/27input_callbacks_simple.t .... ok
[Method::Also] t/28input_callbacks_multiple.t .. ok
[W3C::DOM] t/28input_callbacks_multiple.t .. ok
[Getopt::Long] t/28input_callbacks_multiple.t .. ok
[Path::Finder] t/28input_callbacks_multiple.t .. ok
[Pod::Usage] t/28input_callbacks_multiple.t .. ok
[sigpipe] t/28input_callbacks_multiple.t .. ok
[App::Prove6] t/28input_callbacks_multiple.t .. ok
[LibXML] t/28input_callbacks_multiple.t .. ok
[Method::Also] t/29id.t ........................ ok
[W3C::DOM] t/29id.t ........................ ok
[Getopt::Long] t/29id.t ........................ ok
[Path::Finder] t/29id.t ........................ ok
[Pod::Usage] t/29id.t ........................ ok
[sigpipe] t/29id.t ........................ ok
[App::Prove6] t/29id.t ........................ ok
[LibXML] t/29id.t ........................ ok
[Method::Also] t/30keep_blanks.t ............... Dubious, test returned 1
[Method::Also] Failed 1/2 subtests 
[W3C::DOM] t/30keep_blanks.t ............... Dubious, test returned 1
[W3C::DOM] Failed 1/2 subtests 
[Getopt::Long] t/30keep_blanks.t ............... Dubious, test returned 1
[Getopt::Long] Failed 1/2 subtests 
[Path::Finder] t/30keep_blanks.t ............... Dubious, test returned 1
[Path::Finder] Failed 1/2 subtests 
[Pod::Usage] t/30keep_blanks.t ............... Dubious, test returned 1
[Pod::Usage] Failed 1/2 subtests 
[sigpipe] t/30keep_blanks.t ............... Dubious, test returned 1
[sigpipe] Failed 1/2 subtests 
[App::Prove6] t/30keep_blanks.t ............... Dubious, test returned 1
[App::Prove6] Failed 1/2 subtests 
[LibXML] t/30keep_blanks.t ............... Dubious, test returned 1
[LibXML] Failed 1/2 subtests 
[Method::Also] t/30xpathcontext.t .............. Dubious, test returned 1
[Method::Also] Failed 2/24 subtests 
[W3C::DOM] t/30xpathcontext.t .............. Dubious, test returned 1
[W3C::DOM] Failed 2/24 subtests 
[Getopt::Long] t/30xpathcontext.t .............. Dubious, test returned 1
[Getopt::Long] Failed 2/24 subtests 
[Path::Finder] t/30xpathcontext.t .............. Dubious, test returned 1
[Path::Finder] Failed 2/24 subtests 
[Pod::Usage] t/30xpathcontext.t .............. Dubious, test returned 1
[Pod::Usage] Failed 2/24 subtests 
[sigpipe] t/30xpathcontext.t .............. Dubious, test returned 1
[sigpipe] Failed 2/24 subtests 
[App::Prove6] t/30xpathcontext.t .............. Dubious, test returned 1
[App::Prove6] Failed 2/24 subtests 
[LibXML] t/30xpathcontext.t .............. Dubious, test returned 1
[LibXML] Failed 2/24 subtests 
[Method::Also] t/31xpc_functions.t ............. Dubious, test returned 1
[Method::Also] All 13 subtests passed 
[W3C::DOM] t/31xpc_functions.t ............. Dubious, test returned 1
[W3C::DOM] All 13 subtests passed 
[Getopt::Long] t/31xpc_functions.t ............. Dubious, test returned 1
[Getopt::Long] All 13 subtests passed 
[Path::Finder] t/31xpc_functions.t ............. Dubious, test returned 1
[Path::Finder] All 13 subtests passed 
[Pod::Usage] t/31xpc_functions.t ............. Dubious, test returned 1
[Pod::Usage] All 13 subtests passed 
[sigpipe] t/31xpc_functions.t ............. Dubious, test returned 1
[sigpipe] All 13 subtests passed 
[App::Prove6] t/31xpc_functions.t ............. Dubious, test returned 1
[App::Prove6] All 13 subtests passed 
[LibXML] t/31xpc_functions.t ............. Dubious, test returned 1
[LibXML] All 13 subtests passed 
[Method::Also] t/32xpc_variables.t ............. Dubious, test returned 255
[Method::Also] All 11 subtests passed 
[W3C::DOM] t/32xpc_variables.t ............. Dubious, test returned 255
[W3C::DOM] All 11 subtests passed 
[Getopt::Long] t/32xpc_variables.t ............. Dubious, test returned 255
[Getopt::Long] All 11 subtests passed 
[Path::Finder] t/32xpc_variables.t ............. Dubious, test returned 255
[Path::Finder] All 11 subtests passed 
[Pod::Usage] t/32xpc_variables.t ............. Dubious, test returned 255
[Pod::Usage] All 11 subtests passed 
[sigpipe] t/32xpc_variables.t ............. Dubious, test returned 255
[sigpipe] All 11 subtests passed 
[App::Prove6] t/32xpc_variables.t ............. Dubious, test returned 255
[App::Prove6] All 11 subtests passed 
[LibXML] t/32xpc_variables.t ............. Dubious, test returned 255
[LibXML] All 11 subtests passed 
[Method::Also] t/35huge_mode.t ................. ok
[W3C::DOM] t/35huge_mode.t ................. ok
[Getopt::Long] t/35huge_mode.t ................. ok
[Path::Finder] t/35huge_mode.t ................. ok
[Pod::Usage] t/35huge_mode.t ................. ok
[sigpipe] t/35huge_mode.t ................. ok
[App::Prove6] t/35huge_mode.t ................. ok
[LibXML] t/35huge_mode.t ................. ok
[Method::Also] t/40reader.t .................... Dubious, test returned 1
[Method::Also] Failed 1/11 subtests 
[W3C::DOM] t/40reader.t .................... Dubious, test returned 1
[W3C::DOM] Failed 1/11 subtests 
[Getopt::Long] t/40reader.t .................... Dubious, test returned 1
[Getopt::Long] Failed 1/11 subtests 
[Path::Finder] t/40reader.t .................... Dubious, test returned 1
[Path::Finder] Failed 1/11 subtests 
[Pod::Usage] t/40reader.t .................... Dubious, test returned 1
[Pod::Usage] Failed 1/11 subtests 
[sigpipe] t/40reader.t .................... Dubious, test returned 1
[sigpipe] Failed 1/11 subtests 
[App::Prove6] t/40reader.t .................... Dubious, test returned 1
[App::Prove6] Failed 1/11 subtests 
[LibXML] t/40reader.t .................... Dubious, test returned 1
[LibXML] Failed 1/11 subtests 
[Method::Also] t/40reader_mem_error.t .......... ok
[W3C::DOM] t/40reader_mem_error.t .......... ok
[Getopt::Long] t/40reader_mem_error.t .......... ok
[Path::Finder] t/40reader_mem_error.t .......... ok
[Pod::Usage] t/40reader_mem_error.t .......... ok
[sigpipe] t/40reader_mem_error.t .......... ok
[App::Prove6] t/40reader_mem_error.t .......... ok
[LibXML] t/40reader_mem_error.t .......... ok
[Method::Also] t/41xinclude.t .................. ok
[W3C::DOM] t/41xinclude.t .................. ok
[Getopt::Long] t/41xinclude.t .................. ok
[Path::Finder] t/41xinclude.t .................. ok
[Pod::Usage] t/41xinclude.t .................. ok
[sigpipe] t/41xinclude.t .................. ok
[App::Prove6] t/41xinclude.t .................. ok
[LibXML] t/41xinclude.t .................. ok
[Method::Also] t/42common.t .................... ok
[W3C::DOM] t/42common.t .................... ok
[Getopt::Long] t/42common.t .................... ok
[Path::Finder] t/42common.t .................... ok
[Pod::Usage] t/42common.t .................... ok
[sigpipe] t/42common.t .................... ok
[App::Prove6] t/42common.t .................... ok
[LibXML] t/42common.t .................... ok
[Method::Also] t/43options.t ................... ok
[W3C::DOM] t/43options.t ................... ok
[Getopt::Long] t/43options.t ................... ok
[Path::Finder] t/43options.t ................... ok
[Pod::Usage] t/43options.t ................... ok
[sigpipe] t/43options.t ................... ok
[App::Prove6] t/43options.t ................... ok
[LibXML] t/43options.t ................... ok
[Method::Also] t/44extent.t .................... Dubious, test returned 2
[Method::Also] Failed 2/7 subtests 
[W3C::DOM] t/44extent.t .................... Dubious, test returned 2
[W3C::DOM] Failed 2/7 subtests 
[Getopt::Long] t/44extent.t .................... Dubious, test returned 2
[Getopt::Long] Failed 2/7 subtests 
[Path::Finder] t/44extent.t .................... Dubious, test returned 2
[Path::Finder] Failed 2/7 subtests 
[Pod::Usage] t/44extent.t .................... Dubious, test returned 2
[Pod::Usage] Failed 2/7 subtests 
[sigpipe] t/44extent.t .................... Dubious, test returned 2
[sigpipe] Failed 2/7 subtests 
[App::Prove6] t/44extent.t .................... Dubious, test returned 2
[App::Prove6] Failed 2/7 subtests 
[LibXML] t/44extent.t .................... Dubious, test returned 2
[LibXML] Failed 2/7 subtests 
[Method::Also] t/45regex.t ..................... ok
[W3C::DOM] t/45regex.t ..................... ok
[Getopt::Long] t/45regex.t ..................... ok
[Path::Finder] t/45regex.t ..................... ok
[Pod::Usage] t/45regex.t ..................... ok
[sigpipe] t/45regex.t ..................... ok
[App::Prove6] t/45regex.t ..................... ok
[LibXML] t/45regex.t ..................... ok
[Method::Also] t/46err_column.t ................ ok
[W3C::DOM] t/46err_column.t ................ ok
[Getopt::Long] t/46err_column.t ................ ok
[Path::Finder] t/46err_column.t ................ ok
[Pod::Usage] t/46err_column.t ................ ok
[sigpipe] t/46err_column.t ................ ok
[App::Prove6] t/46err_column.t ................ ok
[LibXML] t/46err_column.t ................ ok
[Method::Also] t/47load_xml_callbacks.t ........ ok
[W3C::DOM] t/47load_xml_callbacks.t ........ ok
[Getopt::Long] t/47load_xml_callbacks.t ........ ok
[Path::Finder] t/47load_xml_callbacks.t ........ ok
[Pod::Usage] t/47load_xml_callbacks.t ........ ok
[sigpipe] t/47load_xml_callbacks.t ........ ok
[App::Prove6] t/47load_xml_callbacks.t ........ ok
[LibXML] t/47load_xml_callbacks.t ........ ok
[Method::Also] t/48importing_nodes_IDs.t ....... ok
[W3C::DOM] t/48importing_nodes_IDs.t ....... ok
[Getopt::Long] t/48importing_nodes_IDs.t ....... ok
[Path::Finder] t/48importing_nodes_IDs.t ....... ok
[Pod::Usage] t/48importing_nodes_IDs.t ....... ok
[sigpipe] t/48importing_nodes_IDs.t ....... ok
[App::Prove6] t/48importing_nodes_IDs.t ....... ok
[LibXML] t/48importing_nodes_IDs.t ....... ok
[Method::Also] t/49global_extent.t ............. Dubious, test returned 1
[Method::Also] Failed 1/1 subtests 
[W3C::DOM] t/49global_extent.t ............. Dubious, test returned 1
[W3C::DOM] Failed 1/1 subtests 
[Getopt::Long] t/49global_extent.t ............. Dubious, test returned 1
[Getopt::Long] Failed 1/1 subtests 
[Path::Finder] t/49global_extent.t ............. Dubious, test returned 1
[Path::Finder] Failed 1/1 subtests 
[Pod::Usage] t/49global_extent.t ............. Dubious, test returned 1
[Pod::Usage] Failed 1/1 subtests 
[sigpipe] t/49global_extent.t ............. Dubious, test returned 1
[sigpipe] Failed 1/1 subtests 
[App::Prove6] t/49global_extent.t ............. Dubious, test returned 1
[App::Prove6] Failed 1/1 subtests 
[LibXML] t/49global_extent.t ............. Dubious, test returned 1
[LibXML] Failed 1/1 subtests 
[Method::Also] t/60error_prev_chain.t .......... ok
[W3C::DOM] t/60error_prev_chain.t .......... ok
[Getopt::Long] t/60error_prev_chain.t .......... ok
[Path::Finder] t/60error_prev_chain.t .......... ok
[Pod::Usage] t/60error_prev_chain.t .......... ok
[sigpipe] t/60error_prev_chain.t .......... ok
[App::Prove6] t/60error_prev_chain.t .......... ok
[LibXML] t/60error_prev_chain.t .......... ok
[Method::Also] t/61error.t ..................... ok
[W3C::DOM] t/61error.t ..................... ok
[Getopt::Long] t/61error.t ..................... ok
[Path::Finder] t/61error.t ..................... ok
[Pod::Usage] t/61error.t ..................... ok
[sigpipe] t/61error.t ..................... ok
[App::Prove6] t/61error.t ..................... ok
[LibXML] t/61error.t ..................... ok
[Method::Also] t/90threads.t ................... All 24 subtests passed 
[W3C::DOM] t/90threads.t ................... All 24 subtests passed 
[Getopt::Long] t/90threads.t ................... All 24 subtests passed 
[Path::Finder] t/90threads.t ................... All 24 subtests passed 
[Pod::Usage] t/90threads.t ................... All 24 subtests passed 
[sigpipe] t/90threads.t ................... All 24 subtests passed 
[App::Prove6] t/90threads.t ................... All 24 subtests passed 
[LibXML] t/90threads.t ................... All 24 subtests passed 
[Method::Also] t/91unique_key.t ................ ok
[W3C::DOM] t/91unique_key.t ................ ok
[Getopt::Long] t/91unique_key.t ................ ok
[Path::Finder] t/91unique_key.t ................ ok
[Pod::Usage] t/91unique_key.t ................ ok
[sigpipe] t/91unique_key.t ................ ok
[App::Prove6] t/91unique_key.t ................ ok
[LibXML] t/91unique_key.t ................ ok
[Method::Also] t/99doc-examples.t .............. Dubious, test returned 255
[Method::Also] Failed 2/18 subtests 
[W3C::DOM] t/99doc-examples.t .............. Dubious, test returned 255
[W3C::DOM] Failed 2/18 subtests 
[Getopt::Long] t/99doc-examples.t .............. Dubious, test returned 255
[Getopt::Long] Failed 2/18 subtests 
[Path::Finder] t/99doc-examples.t .............. Dubious, test returned 255
[Path::Finder] Failed 2/18 subtests 
[Pod::Usage] t/99doc-examples.t .............. Dubious, test returned 255
[Pod::Usage] Failed 2/18 subtests 
[sigpipe] t/99doc-examples.t .............. Dubious, test returned 255
[sigpipe] Failed 2/18 subtests 
[App::Prove6] t/99doc-examples.t .............. Dubious, test returned 255
[App::Prove6] Failed 2/18 subtests 
[LibXML] t/99doc-examples.t .............. Dubious, test returned 255
[LibXML] Failed 2/18 subtests 
[Method::Also] t/issue#025.t ................... Dubious, test returned 1
[Method::Also] Failed 1/2 subtests 
[W3C::DOM] t/issue#025.t ................... Dubious, test returned 1
[W3C::DOM] Failed 1/2 subtests 
[Getopt::Long] t/issue#025.t ................... Dubious, test returned 1
[Getopt::Long] Failed 1/2 subtests 
[Path::Finder] t/issue#025.t ................... Dubious, test returned 1
[Path::Finder] Failed 1/2 subtests 
[Pod::Usage] t/issue#025.t ................... Dubious, test returned 1
[Pod::Usage] Failed 1/2 subtests 
[sigpipe] t/issue#025.t ................... Dubious, test returned 1
[sigpipe] Failed 1/2 subtests 
[App::Prove6] t/issue#025.t ................... Dubious, test returned 1
[App::Prove6] Failed 1/2 subtests 
[LibXML] t/issue#025.t ................... Dubious, test returned 1
[LibXML] Failed 1/2 subtests 
[Method::Also] 
[Method::Also] Test Summary Report
[Method::Also] -------------------
[Method::Also] t/00dom.t  (Wstat: 2048 Tests: 68 Failed: 8)
[Method::Also]   Failed tests:  6 11 46 51 53 54 65 66
[Method::Also] Non-zero exit status: 8
[Method::Also] t/00query-selectors.t  (Wstat: 256 Tests: 1 Failed: 0)
[Method::Also] Non-zero exit status: 1
[Method::Also]   Parse errors: No plan found in TAP output
[Method::Also] t/02parse.t  (Wstat: 11 Tests: 0 Failed: 0)
[Method::Also] Non-zero wait status: 11
[Method::Also]   Parse errors: Bad plan.  You planned 20 tests but ran 0.
[Method::Also] t/03doc.t  (Wstat: 11 Tests: 6 Failed: 0)
[Method::Also] Non-zero wait status: 11
[Method::Also]   Parse errors: Bad plan.  You planned 9 tests but ran 6.
[Method::Also] t/04node.t  (Wstat: 768 Tests: 11 Failed: 3)
[Method::Also]   Failed tests:  1 5 11
[Method::Also] Non-zero exit status: 3
[Method::Also] t/08findnodes.t  (Wstat: 11 Tests: 1 Failed: 1)
[Method::Also]   Failed tests:  1
[Method::Also] Non-zero wait status: 11
[Method::Also]   Parse errors: Bad plan.  You planned 13 tests but ran 1.
[Method::Also] t/09xpath.t  (Wstat: 11 Tests: 0 Failed: 0)
[Method::Also] Non-zero wait status: 11
[Method::Also]   Parse errors: Bad plan.  You planned 10 tests but ran 0.
[Method::Also] t/10ns.t  (Wstat: 256 Tests: 1 Failed: 0)
[Method::Also] Non-zero exit status: 1
[Method::Also]   Parse errors: Bad plan.  You planned 11 tests but ran 1.
[Method::Also] t/12html.t  (Wstat: 11 Tests: 5 Failed: 1)
[Method::Also]   Failed tests:  5
[Method::Also] Non-zero wait status: 11
[Method::Also]   Parse errors: Bad plan.  You planned 10 tests but ran 5.
[Method::Also] t/14sax.t  (Wstat: 11 Tests: 0 Failed: 0)
[Method::Also] Non-zero wait status: 11
[Method::Also]   Parse errors: Bad plan.  You planned 34 tests but ran 0.
[Method::Also] t/15nodelist.t  (Wstat: 256 Tests: 16 Failed: 1)
[Method::Also]   Failed tests:  2
[Method::Also] Non-zero exit status: 1
[Method::Also] t/17callbacks.t  (Wstat: 256 Tests: 4 Failed: 1)
[Method::Also]   Failed tests:  2
[Method::Also] Non-zero exit status: 1
[Method::Also] t/24c14n.t  (Wstat: 11 Tests: 7 Failed: 0)
[Method::Also] Non-zero wait status: 11
[Method::Also]   Parse errors: Bad plan.  You planned 12 tests but ran 7.
[Method::Also] t/25relaxng.t  (Wstat: 11 Tests: 2 Failed: 0)
[Method::Also] Non-zero wait status: 11
[Method::Also]   Parse errors: Bad plan.  You planned 5 tests but ran 2.
[Method::Also] t/26schema.t  (Wstat: 256 Tests: 5 Failed: 1)
[Method::Also]   Failed tests:  5
[Method::Also] Non-zero exit status: 1
[Method::Also] t/30keep_blanks.t  (Wstat: 256 Tests: 2 Failed: 1)
[Method::Also]   Failed tests:  2
[Method::Also] Non-zero exit status: 1
[Method::Also] t/30xpathcontext.t  (Wstat: 256 Tests: 5 Failed: 2)
[Method::Also]   Failed tests:  4 5
[Method::Also] Non-zero exit status: 1
[Method::Also]   Parse errors: Bad plan.  You planned 24 tests but ran 5.
[Method::Also] t/31xpc_functions.t  (Wstat: 256 Tests: 0 Failed: 0)
[Method::Also] Non-zero exit status: 1
[Method::Also]   Parse errors: Bad plan.  You planned 13 tests but ran 0.
[Method::Also] t/32xpc_variables.t  (Wstat: 65280 Tests: 2 Failed: 0)
[Method::Also] Non-zero exit status: 255
[Method::Also]   Parse errors: Bad plan.  You planned 11 tests but ran 2.
[Method::Also] t/40reader.t  (Wstat: 256 Tests: 11 Failed: 1)
[Method::Also]   Failed tests:  10
[Method::Also] Non-zero exit status: 1
[Method::Also] t/44extent.t  (Wstat: 512 Tests: 7 Failed: 2)
[Method::Also]   Failed tests:  1 2
[Method::Also] Non-zero exit status: 2
[Method::Also] t/49global_extent.t  (Wstat: 256 Tests: 1 Failed: 1)
[Method::Also]   Failed tests:  1
[Method::Also] Non-zero exit status: 1
[Method::Also] t/90threads.t  (Wstat: 11 Tests: 15 Failed: 0)
[Method::Also] Non-zero wait status: 11
[Method::Also]   Parse errors: Bad plan.  You planned 24 tests but ran 15.
[Method::Also] t/99doc-examples.t  (Wstat: 65280 Tests: 16 Failed: 2)
[Method::Also]   Failed tests:  2 8
[Method::Also] Non-zero exit status: 255
[Method::Also]   Parse errors: Bad plan.  You planned 18 tests but ran 16.
[Method::Also] t/issue#025.t  (Wstat: 256 Tests: 2 Failed: 1)
[Method::Also]   Failed tests:  2
[Method::Also] Non-zero exit status: 1
[Method::Also] Files=67, Tests=597,  123 wallclock secs
[Method::Also] Result: FAILED
[W3C::DOM] 
[W3C::DOM] Test Summary Report
[W3C::DOM] -------------------
[W3C::DOM] t/00dom.t  (Wstat: 2048 Tests: 68 Failed: 8)
[W3C::DOM]   Failed tests:  6 11 46 51 53 54 65 66
[W3C::DOM] Non-zero exit status: 8
[W3C::DOM] t/00query-selectors.t  (Wstat: 256 Tests: 1 Failed: 0)
[W3C::DOM] Non-zero exit status: 1
[W3C::DOM]   Parse errors: No plan found in TAP output
[W3C::DOM] t/02parse.t  (Wstat: 11 Tests: 0 Failed: 0)
[W3C::DOM] Non-zero wait status: 11
[W3C::DOM]   Parse errors: Bad plan.  You planned 20 tests but ran 0.
[W3C::DOM] t/03doc.t  (Wstat: 11 Tests: 6 Failed: 0)
[W3C::DOM] Non-zero wait status: 11
[W3C::DOM]   Parse errors: Bad plan.  You planned 9 tests but ran 6.
[W3C::DOM] t/04node.t  (Wstat: 768 Tests: 11 Failed: 3)
[W3C::DOM]   Failed tests:  1 5 11
[W3C::DOM] Non-zero exit status: 3
[W3C::DOM] t/08findnodes.t  (Wstat: 11 Tests: 1 Failed: 1)
[W3C::DOM]   Failed tests:  1
[W3C::DOM] Non-zero wait status: 11
[W3C::DOM]   Parse errors: Bad plan.  You planned 13 tests but ran 1.
[W3C::DOM] t/09xpath.t  (Wstat: 11 Tests: 0 Failed: 0)
[W3C::DOM] Non-zero wait status: 11
[W3C::DOM]   Parse errors: Bad plan.  You planned 10 tests but ran 0.
[W3C::DOM] t/10ns.t  (Wstat: 256 Tests: 1 Failed: 0)
[W3C::DOM] Non-zero exit status: 1
[W3C::DOM]   Parse errors: Bad plan.  You planned 11 tests but ran 1.
[W3C::DOM] t/12html.t  (Wstat: 11 Tests: 5 Failed: 1)
[W3C::DOM]   Failed tests:  5
[W3C::DOM] Non-zero wait status: 11
[W3C::DOM]   Parse errors: Bad plan.  You planned 10 tests but ran 5.
[W3C::DOM] t/14sax.t  (Wstat: 11 Tests: 0 Failed: 0)
[W3C::DOM] Non-zero wait status: 11
[W3C::DOM]   Parse errors: Bad plan.  You planned 34 tests but ran 0.
[W3C::DOM] t/15nodelist.t  (Wstat: 256 Tests: 16 Failed: 1)
[W3C::DOM]   Failed tests:  2
[W3C::DOM] Non-zero exit status: 1
[W3C::DOM] t/17callbacks.t  (Wstat: 256 Tests: 4 Failed: 1)
[W3C::DOM]   Failed tests:  2
[W3C::DOM] Non-zero exit status: 1
[W3C::DOM] t/24c14n.t  (Wstat: 11 Tests: 7 Failed: 0)
[W3C::DOM] Non-zero wait status: 11
[W3C::DOM]   Parse errors: Bad plan.  You planned 12 tests but ran 7.
[W3C::DOM] t/25relaxng.t  (Wstat: 11 Tests: 2 Failed: 0)
[W3C::DOM] Non-zero wait status: 11
[W3C::DOM]   Parse errors: Bad plan.  You planned 5 tests but ran 2.
[W3C::DOM] t/26schema.t  (Wstat: 256 Tests: 5 Failed: 1)
[W3C::DOM]   Failed tests:  5
[W3C::DOM] Non-zero exit status: 1
[W3C::DOM] t/30keep_blanks.t  (Wstat: 256 Tests: 2 Failed: 1)
[W3C::DOM]   Failed tests:  2
[W3C::DOM] Non-zero exit status: 1
[W3C::DOM] t/30xpathcontext.t  (Wstat: 256 Tests: 5 Failed: 2)
[W3C::DOM]   Failed tests:  4 5
[W3C::DOM] Non-zero exit status: 1
[W3C::DOM]   Parse errors: Bad plan.  You planned 24 tests but ran 5.
[W3C::DOM] t/31xpc_functions.t  (Wstat: 256 Tests: 0 Failed: 0)
[W3C::DOM] Non-zero exit status: 1
[W3C::DOM]   Parse errors: Bad plan.  You planned 13 tests but ran 0.
[W3C::DOM] t/32xpc_variables.t  (Wstat: 65280 Tests: 2 Failed: 0)
[W3C::DOM] Non-zero exit status: 255
[W3C::DOM]   Parse errors: Bad plan.  You planned 11 tests but ran 2.
[W3C::DOM] t/40reader.t  (Wstat: 256 Tests: 11 Failed: 1)
[W3C::DOM]   Failed tests:  10
[W3C::DOM] Non-zero exit status: 1
[W3C::DOM] t/44extent.t  (Wstat: 512 Tests: 7 Failed: 2)
[W3C::DOM]   Failed tests:  1 2
[W3C::DOM] Non-zero exit status: 2
[W3C::DOM] t/49global_extent.t  (Wstat: 256 Tests: 1 Failed: 1)
[W3C::DOM]   Failed tests:  1
[W3C::DOM] Non-zero exit status: 1
[W3C::DOM] t/90threads.t  (Wstat: 11 Tests: 15 Failed: 0)
[W3C::DOM] Non-zero wait status: 11
[W3C::DOM]   Parse errors: Bad plan.  You planned 24 tests but ran 15.
[W3C::DOM] t/99doc-examples.t  (Wstat: 65280 Tests: 16 Failed: 2)
[W3C::DOM]   Failed tests:  2 8
[W3C::DOM] Non-zero exit status: 255
[W3C::DOM]   Parse errors: Bad plan.  You planned 18 tests but ran 16.
[W3C::DOM] t/issue#025.t  (Wstat: 256 Tests: 2 Failed: 1)
[W3C::DOM]   Failed tests:  2
[W3C::DOM] Non-zero exit status: 1
[W3C::DOM] Files=67, Tests=597,  123 wallclock secs
[W3C::DOM] Result: FAILED
[Getopt::Long] 
[Getopt::Long] Test Summary Report
[Getopt::Long] -------------------
[Getopt::Long] t/00dom.t  (Wstat: 2048 Tests: 68 Failed: 8)
[Getopt::Long]   Failed tests:  6 11 46 51 53 54 65 66
[Getopt::Long] Non-zero exit status: 8
[Getopt::Long] t/00query-selectors.t  (Wstat: 256 Tests: 1 Failed: 0)
[Getopt::Long] Non-zero exit status: 1
[Getopt::Long]   Parse errors: No plan found in TAP output
[Getopt::Long] t/02parse.t  (Wstat: 11 Tests: 0 Failed: 0)
[Getopt::Long] Non-zero wait status: 11
[Getopt::Long]   Parse errors: Bad plan.  You planned 20 tests but ran 0.
[Getopt::Long] t/03doc.t  (Wstat: 11 Tests: 6 Failed: 0)
[Getopt::Long] Non-zero wait status: 11
[Getopt::Long]   Parse errors: Bad plan.  You planned 9 tests but ran 6.
[Getopt::Long] t/04node.t  (Wstat: 768 Tests: 11 Failed: 3)
[Getopt::Long]   Failed tests:  1 5 11
[Getopt::Long] Non-zero exit status: 3
[Getopt::Long] t/08findnodes.t  (Wstat: 11 Tests: 1 Failed: 1)
[Getopt::Long]   Failed tests:  1
[Getopt::Long] Non-zero wait status: 11
[Getopt::Long]   Parse errors: Bad plan.  You planned 13 tests but ran 1.
[Getopt::Long] t/09xpath.t  (Wstat: 11 Tests: 0 Failed: 0)
[Getopt::Long] Non-zero wait status: 11
[Getopt::Long]   Parse errors: Bad plan.  You planned 10 tests but ran 0.
[Getopt::Long] t/10ns.t  (Wstat: 256 Tests: 1 Failed: 0)
[Getopt::Long] Non-zero exit status: 1
[Getopt::Long]   Parse errors: Bad plan.  You planned 11 tests but ran 1.
[Getopt::Long] t/12html.t  (Wstat: 11 Tests: 5 Failed: 1)
[Getopt::Long]   Failed tests:  5
[Getopt::Long] Non-zero wait status: 11
[Getopt::Long]   Parse errors: Bad plan.  You planned 10 tests but ran 5.
[Getopt::Long] t/14sax.t  (Wstat: 11 Tests: 0 Failed: 0)
[Getopt::Long] Non-zero wait status: 11
[Getopt::Long]   Parse errors: Bad plan.  You planned 34 tests but ran 0.
[Getopt::Long] t/15nodelist.t  (Wstat: 256 Tests: 16 Failed: 1)
[Getopt::Long]   Failed tests:  2
[Getopt::Long] Non-zero exit status: 1
[Getopt::Long] t/17callbacks.t  (Wstat: 256 Tests: 4 Failed: 1)
[Getopt::Long]   Failed tests:  2
[Getopt::Long] Non-zero exit status: 1
[Getopt::Long] t/24c14n.t  (Wstat: 11 Tests: 7 Failed: 0)
[Getopt::Long] Non-zero wait status: 11
[Getopt::Long]   Parse errors: Bad plan.  You planned 12 tests but ran 7.
[Getopt::Long] t/25relaxng.t  (Wstat: 11 Tests: 2 Failed: 0)
[Getopt::Long] Non-zero wait status: 11
[Getopt::Long]   Parse errors: Bad plan.  You planned 5 tests but ran 2.
[Getopt::Long] t/26schema.t  (Wstat: 256 Tests: 5 Failed: 1)
[Getopt::Long]   Failed tests:  5
[Getopt::Long] Non-zero exit status: 1
[Getopt::Long] t/30keep_blanks.t  (Wstat: 256 Tests: 2 Failed: 1)
[Getopt::Long]   Failed tests:  2
[Getopt::Long] Non-zero exit status: 1
[Getopt::Long] t/30xpathcontext.t  (Wstat: 256 Tests: 5 Failed: 2)
[Getopt::Long]   Failed tests:  4 5
[Getopt::Long] Non-zero exit status: 1
[Getopt::Long]   Parse errors: Bad plan.  You planned 24 tests but ran 5.
[Getopt::Long] t/31xpc_functions.t  (Wstat: 256 Tests: 0 Failed: 0)
[Getopt::Long] Non-zero exit status: 1
[Getopt::Long]   Parse errors: Bad plan.  You planned 13 tests but ran 0.
[Getopt::Long] t/32xpc_variables.t  (Wstat: 65280 Tests: 2 Failed: 0)
[Getopt::Long] Non-zero exit status: 255
[Getopt::Long]   Parse errors: Bad plan.  You planned 11 tests but ran 2.
[Getopt::Long] t/40reader.t  (Wstat: 256 Tests: 11 Failed: 1)
[Getopt::Long]   Failed tests:  10
[Getopt::Long] Non-zero exit status: 1
[Getopt::Long] t/44extent.t  (Wstat: 512 Tests: 7 Failed: 2)
[Getopt::Long]   Failed tests:  1 2
[Getopt::Long] Non-zero exit status: 2
[Getopt::Long] t/49global_extent.t  (Wstat: 256 Tests: 1 Failed: 1)
[Getopt::Long]   Failed tests:  1
[Getopt::Long] Non-zero exit status: 1
[Getopt::Long] t/90threads.t  (Wstat: 11 Tests: 15 Failed: 0)
[Getopt::Long] Non-zero wait status: 11
[Getopt::Long]   Parse errors: Bad plan.  You planned 24 tests but ran 15.
[Getopt::Long] t/99doc-examples.t  (Wstat: 65280 Tests: 16 Failed: 2)
[Getopt::Long]   Failed tests:  2 8
[Getopt::Long] Non-zero exit status: 255
[Getopt::Long]   Parse errors: Bad plan.  You planned 18 tests but ran 16.
[Getopt::Long] t/issue#025.t  (Wstat: 256 Tests: 2 Failed: 1)
[Getopt::Long]   Failed tests:  2
[Getopt::Long] Non-zero exit status: 1
[Getopt::Long] Files=67, Tests=597,  123 wallclock secs
[Getopt::Long] Result: FAILED
[Path::Finder] 
[Path::Finder] Test Summary Report
[Path::Finder] -------------------
[Path::Finder] t/00dom.t  (Wstat: 2048 Tests: 68 Failed: 8)
[Path::Finder]   Failed tests:  6 11 46 51 53 54 65 66
[Path::Finder] Non-zero exit status: 8
[Path::Finder] t/00query-selectors.t  (Wstat: 256 Tests: 1 Failed: 0)
[Path::Finder] Non-zero exit status: 1
[Path::Finder]   Parse errors: No plan found in TAP output
[Path::Finder] t/02parse.t  (Wstat: 11 Tests: 0 Failed: 0)
[Path::Finder] Non-zero wait status: 11
[Path::Finder]   Parse errors: Bad plan.  You planned 20 tests but ran 0.
[Path::Finder] t/03doc.t  (Wstat: 11 Tests: 6 Failed: 0)
[Path::Finder] Non-zero wait status: 11
[Path::Finder]   Parse errors: Bad plan.  You planned 9 tests but ran 6.
[Path::Finder] t/04node.t  (Wstat: 768 Tests: 11 Failed: 3)
[Path::Finder]   Failed tests:  1 5 11
[Path::Finder] Non-zero exit status: 3
[Path::Finder] t/08findnodes.t  (Wstat: 11 Tests: 1 Failed: 1)
[Path::Finder]   Failed tests:  1
[Path::Finder] Non-zero wait status: 11
[Path::Finder]   Parse errors: Bad plan.  You planned 13 tests but ran 1.
[Path::Finder] t/09xpath.t  (Wstat: 11 Tests: 0 Failed: 0)
[Path::Finder] Non-zero wait status: 11
[Path::Finder]   Parse errors: Bad plan.  You planned 10 tests but ran 0.
[Path::Finder] t/10ns.t  (Wstat: 256 Tests: 1 Failed: 0)
[Path::Finder] Non-zero exit status: 1
[Path::Finder]   Parse errors: Bad plan.  You planned 11 tests but ran 1.
[Path::Finder] t/12html.t  (Wstat: 11 Tests: 5 Failed: 1)
[Path::Finder]   Failed tests:  5
[Path::Finder] Non-zero wait status: 11
[Path::Finder]   Parse errors: Bad plan.  You planned 10 tests but ran 5.
[Path::Finder] t/14sax.t  (Wstat: 11 Tests: 0 Failed: 0)
[Path::Finder] Non-zero wait status: 11
[Path::Finder]   Parse errors: Bad plan.  You planned 34 tests but ran 0.
[Path::Finder] t/15nodelist.t  (Wstat: 256 Tests: 16 Failed: 1)
[Path::Finder]   Failed tests:  2
[Path::Finder] Non-zero exit status: 1
[Path::Finder] t/17callbacks.t  (Wstat: 256 Tests: 4 Failed: 1)
[Path::Finder]   Failed tests:  2
[Path::Finder] Non-zero exit status: 1
[Path::Finder] t/24c14n.t  (Wstat: 11 Tests: 7 Failed: 0)
[Path::Finder] Non-zero wait status: 11
[Path::Finder]   Parse errors: Bad plan.  You planned 12 tests but ran 7.
[Path::Finder] t/25relaxng.t  (Wstat: 11 Tests: 2 Failed: 0)
[Path::Finder] Non-zero wait status: 11
[Path::Finder]   Parse errors: Bad plan.  You planned 5 tests but ran 2.
[Path::Finder] t/26schema.t  (Wstat: 256 Tests: 5 Failed: 1)
[Path::Finder]   Failed tests:  5
[Path::Finder] Non-zero exit status: 1
[Path::Finder] t/30keep_blanks.t  (Wstat: 256 Tests: 2 Failed: 1)
[Path::Finder]   Failed tests:  2
[Path::Finder] Non-zero exit status: 1
[Path::Finder] t/30xpathcontext.t  (Wstat: 256 Tests: 5 Failed: 2)
[Path::Finder]   Failed tests:  4 5
[Path::Finder] Non-zero exit status: 1
[Path::Finder]   Parse errors: Bad plan.  You planned 24 tests but ran 5.
[Path::Finder] t/31xpc_functions.t  (Wstat: 256 Tests: 0 Failed: 0)
[Path::Finder] Non-zero exit status: 1
[Path::Finder]   Parse errors: Bad plan.  You planned 13 tests but ran 0.
[Path::Finder] t/32xpc_variables.t  (Wstat: 65280 Tests: 2 Failed: 0)
[Path::Finder] Non-zero exit status: 255
[Path::Finder]   Parse errors: Bad plan.  You planned 11 tests but ran 2.
[Path::Finder] t/40reader.t  (Wstat: 256 Tests: 11 Failed: 1)
[Path::Finder]   Failed tests:  10
[Path::Finder] Non-zero exit status: 1
[Path::Finder] t/44extent.t  (Wstat: 512 Tests: 7 Failed: 2)
[Path::Finder]   Failed tests:  1 2
[Path::Finder] Non-zero exit status: 2
[Path::Finder] t/49global_extent.t  (Wstat: 256 Tests: 1 Failed: 1)
[Path::Finder]   Failed tests:  1
[Path::Finder] Non-zero exit status: 1
[Path::Finder] t/90threads.t  (Wstat: 11 Tests: 15 Failed: 0)
[Path::Finder] Non-zero wait status: 11
[Path::Finder]   Parse errors: Bad plan.  You planned 24 tests but ran 15.
[Path::Finder] t/99doc-examples.t  (Wstat: 65280 Tests: 16 Failed: 2)
[Path::Finder]   Failed tests:  2 8
[Path::Finder] Non-zero exit status: 255
[Path::Finder]   Parse errors: Bad plan.  You planned 18 tests but ran 16.
[Path::Finder] t/issue#025.t  (Wstat: 256 Tests: 2 Failed: 1)
[Path::Finder]   Failed tests:  2
[Path::Finder] Non-zero exit status: 1
[Path::Finder] Files=67, Tests=597,  123 wallclock secs
[Path::Finder] Result: FAILED
[Pod::Usage] 
[Pod::Usage] Test Summary Report
[Pod::Usage] -------------------
[Pod::Usage] t/00dom.t  (Wstat: 2048 Tests: 68 Failed: 8)
[Pod::Usage]   Failed tests:  6 11 46 51 53 54 65 66
[Pod::Usage] Non-zero exit status: 8
[Pod::Usage] t/00query-selectors.t  (Wstat: 256 Tests: 1 Failed: 0)
[Pod::Usage] Non-zero exit status: 1
[Pod::Usage]   Parse errors: No plan found in TAP output
[Pod::Usage] t/02parse.t  (Wstat: 11 Tests: 0 Failed: 0)
[Pod::Usage] Non-zero wait status: 11
[Pod::Usage]   Parse errors: Bad plan.  You planned 20 tests but ran 0.
[Pod::Usage] t/03doc.t  (Wstat: 11 Tests: 6 Failed: 0)
[Pod::Usage] Non-zero wait status: 11
[Pod::Usage]   Parse errors: Bad plan.  You planned 9 tests but ran 6.
[Pod::Usage] t/04node.t  (Wstat: 768 Tests: 11 Failed: 3)
[Pod::Usage]   Failed tests:  1 5 11
[Pod::Usage] Non-zero exit status: 3
[Pod::Usage] t/08findnodes.t  (Wstat: 11 Tests: 1 Failed: 1)
[Pod::Usage]   Failed tests:  1
[Pod::Usage] Non-zero wait status: 11
[Pod::Usage]   Parse errors: Bad plan.  You planned 13 tests but ran 1.
[Pod::Usage] t/09xpath.t  (Wstat: 11 Tests: 0 Failed: 0)
[Pod::Usage] Non-zero wait status: 11
[Pod::Usage]   Parse errors: Bad plan.  You planned 10 tests but ran 0.
[Pod::Usage] t/10ns.t  (Wstat: 256 Tests: 1 Failed: 0)
[Pod::Usage] Non-zero exit status: 1
[Pod::Usage]   Parse errors: Bad plan.  You planned 11 tests but ran 1.
[Pod::Usage] t/12html.t  (Wstat: 11 Tests: 5 Failed: 1)
[Pod::Usage]   Failed tests:  5
[Pod::Usage] Non-zero wait status: 11
[Pod::Usage]   Parse errors: Bad plan.  You planned 10 tests but ran 5.
[Pod::Usage] t/14sax.t  (Wstat: 11 Tests: 0 Failed: 0)
[Pod::Usage] Non-zero wait status: 11
[Pod::Usage]   Parse errors: Bad plan.  You planned 34 tests but ran 0.
[Pod::Usage] t/15nodelist.t  (Wstat: 256 Tests: 16 Failed: 1)
[Pod::Usage]   Failed tests:  2
[Pod::Usage] Non-zero exit status: 1
[Pod::Usage] t/17callbacks.t  (Wstat: 256 Tests: 4 Failed: 1)
[Pod::Usage]   Failed tests:  2
[Pod::Usage] Non-zero exit status: 1
[Pod::Usage] t/24c14n.t  (Wstat: 11 Tests: 7 Failed: 0)
[Pod::Usage] Non-zero wait status: 11
[Pod::Usage]   Parse errors: Bad plan.  You planned 12 tests but ran 7.
[Pod::Usage] t/25relaxng.t  (Wstat: 11 Tests: 2 Failed: 0)
[Pod::Usage] Non-zero wait status: 11
[Pod::Usage]   Parse errors: Bad plan.  You planned 5 tests but ran 2.
[Pod::Usage] t/26schema.t  (Wstat: 256 Tests: 5 Failed: 1)
[Pod::Usage]   Failed tests:  5
[Pod::Usage] Non-zero exit status: 1
[Pod::Usage] t/30keep_blanks.t  (Wstat: 256 Tests: 2 Failed: 1)
[Pod::Usage]   Failed tests:  2
[Pod::Usage] Non-zero exit status: 1
[Pod::Usage] t/30xpathcontext.t  (Wstat: 256 Tests: 5 Failed: 2)
[Pod::Usage]   Failed tests:  4 5
[Pod::Usage] Non-zero exit status: 1
[Pod::Usage]   Parse errors: Bad plan.  You planned 24 tests but ran 5.
[Pod::Usage] t/31xpc_functions.t  (Wstat: 256 Tests: 0 Failed: 0)
[Pod::Usage] Non-zero exit status: 1
[Pod::Usage]   Parse errors: Bad plan.  You planned 13 tests but ran 0.
[Pod::Usage] t/32xpc_variables.t  (Wstat: 65280 Tests: 2 Failed: 0)
[Pod::Usage] Non-zero exit status: 255
[Pod::Usage]   Parse errors: Bad plan.  You planned 11 tests but ran 2.
[Pod::Usage] t/40reader.t  (Wstat: 256 Tests: 11 Failed: 1)
[Pod::Usage]   Failed tests:  10
[Pod::Usage] Non-zero exit status: 1
[Pod::Usage] t/44extent.t  (Wstat: 512 Tests: 7 Failed: 2)
[Pod::Usage]   Failed tests:  1 2
[Pod::Usage] Non-zero exit status: 2
[Pod::Usage] t/49global_extent.t  (Wstat: 256 Tests: 1 Failed: 1)
[Pod::Usage]   Failed tests:  1
[Pod::Usage] Non-zero exit status: 1
[Pod::Usage] t/90threads.t  (Wstat: 11 Tests: 15 Failed: 0)
[Pod::Usage] Non-zero wait status: 11
[Pod::Usage]   Parse errors: Bad plan.  You planned 24 tests but ran 15.
[Pod::Usage] t/99doc-examples.t  (Wstat: 65280 Tests: 16 Failed: 2)
[Pod::Usage]   Failed tests:  2 8
[Pod::Usage] Non-zero exit status: 255
[Pod::Usage]   Parse errors: Bad plan.  You planned 18 tests but ran 16.
[Pod::Usage] t/issue#025.t  (Wstat: 256 Tests: 2 Failed: 1)
[Pod::Usage]   Failed tests:  2
[Pod::Usage] Non-zero exit status: 1
[Pod::Usage] Files=67, Tests=597,  123 wallclock secs
[Pod::Usage] Result: FAILED
[sigpipe] 
[sigpipe] Test Summary Report
[sigpipe] -------------------
[sigpipe] t/00dom.t  (Wstat: 2048 Tests: 68 Failed: 8)
[sigpipe]   Failed tests:  6 11 46 51 53 54 65 66
[sigpipe] Non-zero exit status: 8
[sigpipe] t/00query-selectors.t  (Wstat: 256 Tests: 1 Failed: 0)
[sigpipe] Non-zero exit status: 1
[sigpipe]   Parse errors: No plan found in TAP output
[sigpipe] t/02parse.t  (Wstat: 11 Tests: 0 Failed: 0)
[sigpipe] Non-zero wait status: 11
[sigpipe]   Parse errors: Bad plan.  You planned 20 tests but ran 0.
[sigpipe] t/03doc.t  (Wstat: 11 Tests: 6 Failed: 0)
[sigpipe] Non-zero wait status: 11
[sigpipe]   Parse errors: Bad plan.  You planned 9 tests but ran 6.
[sigpipe] t/04node.t  (Wstat: 768 Tests: 11 Failed: 3)
[sigpipe]   Failed tests:  1 5 11
[sigpipe] Non-zero exit status: 3
[sigpipe] t/08findnodes.t  (Wstat: 11 Tests: 1 Failed: 1)
[sigpipe]   Failed tests:  1
[sigpipe] Non-zero wait status: 11
[sigpipe]   Parse errors: Bad plan.  You planned 13 tests but ran 1.
[sigpipe] t/09xpath.t  (Wstat: 11 Tests: 0 Failed: 0)
[sigpipe] Non-zero wait status: 11
[sigpipe]   Parse errors: Bad plan.  You planned 10 tests but ran 0.
[sigpipe] t/10ns.t  (Wstat: 256 Tests: 1 Failed: 0)
[sigpipe] Non-zero exit status: 1
[sigpipe]   Parse errors: Bad plan.  You planned 11 tests but ran 1.
[sigpipe] t/12html.t  (Wstat: 11 Tests: 5 Failed: 1)
[sigpipe]   Failed tests:  5
[sigpipe] Non-zero wait status: 11
[sigpipe]   Parse errors: Bad plan.  You planned 10 tests but ran 5.
[sigpipe] t/14sax.t  (Wstat: 11 Tests: 0 Failed: 0)
[sigpipe] Non-zero wait status: 11
[sigpipe]   Parse errors: Bad plan.  You planned 34 tests but ran 0.
[sigpipe] t/15nodelist.t  (Wstat: 256 Tests: 16 Failed: 1)
[sigpipe]   Failed tests:  2
[sigpipe] Non-zero exit status: 1
[sigpipe] t/17callbacks.t  (Wstat: 256 Tests: 4 Failed: 1)
[sigpipe]   Failed tests:  2
[sigpipe] Non-zero exit status: 1
[sigpipe] t/24c14n.t  (Wstat: 11 Tests: 7 Failed: 0)
[sigpipe] Non-zero wait status: 11
[sigpipe]   Parse errors: Bad plan.  You planned 12 tests but ran 7.
[sigpipe] t/25relaxng.t  (Wstat: 11 Tests: 2 Failed: 0)
[sigpipe] Non-zero wait status: 11
[sigpipe]   Parse errors: Bad plan.  You planned 5 tests but ran 2.
[sigpipe] t/26schema.t  (Wstat: 256 Tests: 5 Failed: 1)
[sigpipe]   Failed tests:  5
[sigpipe] Non-zero exit status: 1
[sigpipe] t/30keep_blanks.t  (Wstat: 256 Tests: 2 Failed: 1)
[sigpipe]   Failed tests:  2
[sigpipe] Non-zero exit status: 1
[sigpipe] t/30xpathcontext.t  (Wstat: 256 Tests: 5 Failed: 2)
[sigpipe]   Failed tests:  4 5
[sigpipe] Non-zero exit status: 1
[sigpipe]   Parse errors: Bad plan.  You planned 24 tests but ran 5.
[sigpipe] t/31xpc_functions.t  (Wstat: 256 Tests: 0 Failed: 0)
[sigpipe] Non-zero exit status: 1
[sigpipe]   Parse errors: Bad plan.  You planned 13 tests but ran 0.
[sigpipe] t/32xpc_variables.t  (Wstat: 65280 Tests: 2 Failed: 0)
[sigpipe] Non-zero exit status: 255
[sigpipe]   Parse errors: Bad plan.  You planned 11 tests but ran 2.
[sigpipe] t/40reader.t  (Wstat: 256 Tests: 11 Failed: 1)
[sigpipe]   Failed tests:  10
[sigpipe] Non-zero exit status: 1
[sigpipe] t/44extent.t  (Wstat: 512 Tests: 7 Failed: 2)
[sigpipe]   Failed tests:  1 2
[sigpipe] Non-zero exit status: 2
[sigpipe] t/49global_extent.t  (Wstat: 256 Tests: 1 Failed: 1)
[sigpipe]   Failed tests:  1
[sigpipe] Non-zero exit status: 1
[sigpipe] t/90threads.t  (Wstat: 11 Tests: 15 Failed: 0)
[sigpipe] Non-zero wait status: 11
[sigpipe]   Parse errors: Bad plan.  You planned 24 tests but ran 15.
[sigpipe] t/99doc-examples.t  (Wstat: 65280 Tests: 16 Failed: 2)
[sigpipe]   Failed tests:  2 8
[sigpipe] Non-zero exit status: 255
[sigpipe]   Parse errors: Bad plan.  You planned 18 tests but ran 16.
[sigpipe] t/issue#025.t  (Wstat: 256 Tests: 2 Failed: 1)
[sigpipe]   Failed tests:  2
[sigpipe] Non-zero exit status: 1
[sigpipe] Files=67, Tests=597,  123 wallclock secs
[sigpipe] Result: FAILED
[App::Prove6] 
[App::Prove6] Test Summary Report
[App::Prove6] -------------------
[App::Prove6] t/00dom.t  (Wstat: 2048 Tests: 68 Failed: 8)
[App::Prove6]   Failed tests:  6 11 46 51 53 54 65 66
[App::Prove6] Non-zero exit status: 8
[App::Prove6] t/00query-selectors.t  (Wstat: 256 Tests: 1 Failed: 0)
[App::Prove6] Non-zero exit status: 1
[App::Prove6]   Parse errors: No plan found in TAP output
[App::Prove6] t/02parse.t  (Wstat: 11 Tests: 0 Failed: 0)
[App::Prove6] Non-zero wait status: 11
[App::Prove6]   Parse errors: Bad plan.  You planned 20 tests but ran 0.
[App::Prove6] t/03doc.t  (Wstat: 11 Tests: 6 Failed: 0)
[App::Prove6] Non-zero wait status: 11
[App::Prove6]   Parse errors: Bad plan.  You planned 9 tests but ran 6.
[App::Prove6] t/04node.t  (Wstat: 768 Tests: 11 Failed: 3)
[App::Prove6]   Failed tests:  1 5 11
[App::Prove6] Non-zero exit status: 3
[App::Prove6] t/08findnodes.t  (Wstat: 11 Tests: 1 Failed: 1)
[App::Prove6]   Failed tests:  1
[App::Prove6] Non-zero wait status: 11
[App::Prove6]   Parse errors: Bad plan.  You planned 13 tests but ran 1.
[App::Prove6] t/09xpath.t  (Wstat: 11 Tests: 0 Failed: 0)
[App::Prove6] Non-zero wait status: 11
[App::Prove6]   Parse errors: Bad plan.  You planned 10 tests but ran 0.
[App::Prove6] t/10ns.t  (Wstat: 256 Tests: 1 Failed: 0)
[App::Prove6] Non-zero exit status: 1
[App::Prove6]   Parse errors: Bad plan.  You planned 11 tests but ran 1.
[App::Prove6] t/12html.t  (Wstat: 11 Tests: 5 Failed: 1)
[App::Prove6]   Failed tests:  5
[App::Prove6] Non-zero wait status: 11
[App::Prove6]   Parse errors: Bad plan.  You planned 10 tests but ran 5.
[App::Prove6] t/14sax.t  (Wstat: 11 Tests: 0 Failed: 0)
[App::Prove6] Non-zero wait status: 11
[App::Prove6]   Parse errors: Bad plan.  You planned 34 tests but ran 0.
[App::Prove6] t/15nodelist.t  (Wstat: 256 Tests: 16 Failed: 1)
[App::Prove6]   Failed tests:  2
[App::Prove6] Non-zero exit status: 1
[App::Prove6] t/17callbacks.t  (Wstat: 256 Tests: 4 Failed: 1)
[App::Prove6]   Failed tests:  2
[App::Prove6] Non-zero exit status: 1
[App::Prove6] t/24c14n.t  (Wstat: 11 Tests: 7 Failed: 0)
[App::Prove6] Non-zero wait status: 11
[App::Prove6]   Parse errors: Bad plan.  You planned 12 tests but ran 7.
[App::Prove6] t/25relaxng.t  (Wstat: 11 Tests: 2 Failed: 0)
[App::Prove6] Non-zero wait status: 11
[App::Prove6]   Parse errors: Bad plan.  You planned 5 tests but ran 2.
[App::Prove6] t/26schema.t  (Wstat: 256 Tests: 5 Failed: 1)
[App::Prove6]   Failed tests:  5
[App::Prove6] Non-zero exit status: 1
[App::Prove6] t/30keep_blanks.t  (Wstat: 256 Tests: 2 Failed: 1)
[App::Prove6]   Failed tests:  2
[App::Prove6] Non-zero exit status: 1
[App::Prove6] t/30xpathcontext.t  (Wstat: 256 Tests: 5 Failed: 2)
[App::Prove6]   Failed tests:  4 5
[App::Prove6] Non-zero exit status: 1
[App::Prove6]   Parse errors: Bad plan.  You planned 24 tests but ran 5.
[App::Prove6] t/31xpc_functions.t  (Wstat: 256 Tests: 0 Failed: 0)
[App::Prove6] Non-zero exit status: 1
[App::Prove6]   Parse errors: Bad plan.  You planned 13 tests but ran 0.
[App::Prove6] t/32xpc_variables.t  (Wstat: 65280 Tests: 2 Failed: 0)
[App::Prove6] Non-zero exit status: 255
[App::Prove6]   Parse errors: Bad plan.  You planned 11 tests but ran 2.
[App::Prove6] t/40reader.t  (Wstat: 256 Tests: 11 Failed: 1)
[App::Prove6]   Failed tests:  10
[App::Prove6] Non-zero exit status: 1
[App::Prove6] t/44extent.t  (Wstat: 512 Tests: 7 Failed: 2)
[App::Prove6]   Failed tests:  1 2
[App::Prove6] Non-zero exit status: 2
[App::Prove6] t/49global_extent.t  (Wstat: 256 Tests: 1 Failed: 1)
[App::Prove6]   Failed tests:  1
[App::Prove6] Non-zero exit status: 1
[App::Prove6] t/90threads.t  (Wstat: 11 Tests: 15 Failed: 0)
[App::Prove6] Non-zero wait status: 11
[App::Prove6]   Parse errors: Bad plan.  You planned 24 tests but ran 15.
[App::Prove6] t/99doc-examples.t  (Wstat: 65280 Tests: 16 Failed: 2)
[App::Prove6]   Failed tests:  2 8
[App::Prove6] Non-zero exit status: 255
[App::Prove6]   Parse errors: Bad plan.  You planned 18 tests but ran 16.
[App::Prove6] t/issue#025.t  (Wstat: 256 Tests: 2 Failed: 1)
[App::Prove6]   Failed tests:  2
[App::Prove6] Non-zero exit status: 1
[App::Prove6] Files=67, Tests=597,  123 wallclock secs
[App::Prove6] Result: FAILED
[LibXML] 
[LibXML] Test Summary Report
[LibXML] -------------------
[LibXML] t/00dom.t  (Wstat: 2048 Tests: 68 Failed: 8)
[LibXML]   Failed tests:  6 11 46 51 53 54 65 66
[LibXML] Non-zero exit status: 8
[LibXML] t/00query-selectors.t  (Wstat: 256 Tests: 1 Failed: 0)
[LibXML] Non-zero exit status: 1
[LibXML]   Parse errors: No plan found in TAP output
[LibXML] t/02parse.t  (Wstat: 11 Tests: 0 Failed: 0)
[LibXML] Non-zero wait status: 11
[LibXML]   Parse errors: Bad plan.  You planned 20 tests but ran 0.
[LibXML] t/03doc.t  (Wstat: 11 Tests: 6 Failed: 0)
[LibXML] Non-zero wait status: 11
[LibXML]   Parse errors: Bad plan.  You planned 9 tests but ran 6.
[LibXML] t/04node.t  (Wstat: 768 Tests: 11 Failed: 3)
[LibXML]   Failed tests:  1 5 11
[LibXML] Non-zero exit status: 3
[LibXML] t/08findnodes.t  (Wstat: 11 Tests: 1 Failed: 1)
[LibXML]   Failed tests:  1
[LibXML] Non-zero wait status: 11
[LibXML]   Parse errors: Bad plan.  You planned 13 tests but ran 1.
[LibXML] t/09xpath.t  (Wstat: 11 Tests: 0 Failed: 0)
[LibXML] Non-zero wait status: 11
[LibXML]   Parse errors: Bad plan.  You planned 10 tests but ran 0.
[LibXML] t/10ns.t  (Wstat: 256 Tests: 1 Failed: 0)
[LibXML] Non-zero exit status: 1
[LibXML]   Parse errors: Bad plan.  You planned 11 tests but ran 1.
[LibXML] t/12html.t  (Wstat: 11 Tests: 5 Failed: 1)
[LibXML]   Failed tests:  5
[LibXML] Non-zero wait status: 11
[LibXML]   Parse errors: Bad plan.  You planned 10 tests but ran 5.
[LibXML] t/14sax.t  (Wstat: 11 Tests: 0 Failed: 0)
[LibXML] Non-zero wait status: 11
[LibXML]   Parse errors: Bad plan.  You planned 34 tests but ran 0.
[LibXML] t/15nodelist.t  (Wstat: 256 Tests: 16 Failed: 1)
[LibXML]   Failed tests:  2
[LibXML] Non-zero exit status: 1
[LibXML] t/17callbacks.t  (Wstat: 256 Tests: 4 Failed: 1)
[LibXML]   Failed tests:  2
[LibXML] Non-zero exit status: 1
[LibXML] t/24c14n.t  (Wstat: 11 Tests: 7 Failed: 0)
[LibXML] Non-zero wait status: 11
[LibXML]   Parse errors: Bad plan.  You planned 12 tests but ran 7.
[LibXML] t/25relaxng.t  (Wstat: 11 Tests: 2 Failed: 0)
[LibXML] Non-zero wait status: 11
[LibXML]   Parse errors: Bad plan.  You planned 5 tests but ran 2.
[LibXML] t/26schema.t  (Wstat: 256 Tests: 5 Failed: 1)
[LibXML]   Failed tests:  5
[LibXML] Non-zero exit status: 1
[LibXML] t/30keep_blanks.t  (Wstat: 256 Tests: 2 Failed: 1)
[LibXML]   Failed tests:  2
[LibXML] Non-zero exit status: 1
[LibXML] t/30xpathcontext.t  (Wstat: 256 Tests: 5 Failed: 2)
[LibXML]   Failed tests:  4 5
[LibXML] Non-zero exit status: 1
[LibXML]   Parse errors: Bad plan.  You planned 24 tests but ran 5.
[LibXML] t/31xpc_functions.t  (Wstat: 256 Tests: 0 Failed: 0)
[LibXML] Non-zero exit status: 1
[LibXML]   Parse errors: Bad plan.  You planned 13 tests but ran 0.
[LibXML] t/32xpc_variables.t  (Wstat: 65280 Tests: 2 Failed: 0)
[LibXML] Non-zero exit status: 255
[LibXML]   Parse errors: Bad plan.  You planned 11 tests but ran 2.
[LibXML] t/40reader.t  (Wstat: 256 Tests: 11 Failed: 1)
[LibXML]   Failed tests:  10
[LibXML] Non-zero exit status: 1
[LibXML] t/44extent.t  (Wstat: 512 Tests: 7 Failed: 2)
[LibXML]   Failed tests:  1 2
[LibXML] Non-zero exit status: 2
[LibXML] t/49global_extent.t  (Wstat: 256 Tests: 1 Failed: 1)
[LibXML]   Failed tests:  1
[LibXML] Non-zero exit status: 1
[LibXML] t/90threads.t  (Wstat: 11 Tests: 15 Failed: 0)
[LibXML] Non-zero wait status: 11
[LibXML]   Parse errors: Bad plan.  You planned 24 tests but ran 15.
[LibXML] t/99doc-examples.t  (Wstat: 65280 Tests: 16 Failed: 2)
[LibXML]   Failed tests:  2 8
[LibXML] Non-zero exit status: 255
[LibXML]   Parse errors: Bad plan.  You planned 18 tests but ran 16.
[LibXML] t/issue#025.t  (Wstat: 256 Tests: 2 Failed: 1)
[LibXML]   Failed tests:  2
[LibXML] Non-zero exit status: 1
[LibXML] Files=67, Tests=597,  123 wallclock secs
[LibXML] Result: FAILED
===> Testing [FAIL]: LibXML:ver<0.9.1>:auth<zef:dwarring>:api<0.9.0>
Aborting due to test failure: LibXML:ver<0.9.1>:auth<zef:dwarring>:api<0.9.0> (use --force-test to override)

@dwarring
Copy link
Contributor

Hmm. The zef output is a bit messy, but I can see that there's a number of segfaults. I can't see an underlying underlying pattern yet. Most likely some memory issue in libxml2, or the Raku bindings, but I suspect it would take some debugging.

@dwarring
Copy link
Contributor

dwarring commented Dec 1, 2022

@jubilatious1 I can't make any promises, but I did fix a valgrind error in the widely used xmlEncodingStr, so possibly worthwhile trying again with the latest LibXML 0.9.2 release. It should also have fixed those XML_DOCB_DOCUMENT_NODE warnings from dom.c.

@jubilatious1
Copy link
Author

Not sure why I missed notification of your Dec 1, 2022 note, @dwarring ! Let me take a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants