Raku / ecosystem-unbitrot

Which modules are not installable?
https://perl6.github.io/ecosystem-unbitrot/
GNU General Public License v3.0
5 stars 4 forks source link

HTML::MyHTML #413

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module HTML::MyHTML cannot be installed (AlwaysFail), perhaps it has some failing tests.

If you can't self-assign yourself or attach a label, please let us know on #perl6 channel on freenode or just leave a comment here. We will try to give you privileges as fast as possible.

Output:

===> Searching for: HTML::MyHTML
===SORRY!=== Error while compiling /home/alex/Blin/installed/HTML::MyHTML_0.3.0/sources/688543FF6ACE3CAEF429E87B46FD60E15E131DF2 (HTML::MyHTML::Raw)
Class HTML::MyHTML::Raw::Tag has no attributes, which is illegal with the CStruct representation.
at /home/alex/Blin/installed/HTML::MyHTML_0.3.0/sources/688543FF6ACE3CAEF429E87B46FD60E15E131DF2 (HTML::MyHTML::Raw):54

===> Found: HTML::MyHTML:ver<0.3.0> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: HTML::MyHTML:ver<0.3.0> to /home/alex/Blin/data/zef-data/tmp/1549580237.2940.5979/p6-myhtml.git
===> Extraction [OK]: HTML::MyHTML to /home/alex/Blin/data/zef-data/store/p6-myhtml.git
===> Testing: HTML::MyHTML:ver<0.3.0>
# Failed test 'HTML::MyHTML module can be use-d ok'
# at t/010-use.t line 4
# ===SORRY!=== Error while compiling /home/alex/Blin/data/zef-data/store/p6-myhtml.git/38d9f79d7ceb45ba799ab58a517f33830b726506/lib/HTML/MyHTML/Raw.pm6 (HTML::MyHTML::Raw)
# Class HTML::MyHTML::Raw::Tag has no attributes, which is illegal with the CStruct representation.
# at /home/alex/Blin/data/zef-data/store/p6-myhtml.git/38d9f79d7ceb45ba799ab58a517f33830b726506/lib/HTML/MyHTML/Raw.pm6 (HTML::MyHTML::Raw):54
# 
# Failed test 'HTML::MyHTML::Raw module can be use-d ok'
# at t/010-use.t line 6
# ===SORRY!=== Error while compiling /home/alex/Blin/data/zef-data/store/p6-myhtml.git/38d9f79d7ceb45ba799ab58a517f33830b726506/lib/HTML/MyHTML/Raw.pm6 (HTML::MyHTML::Raw)
# Class HTML::MyHTML::Raw::Tag has no attributes, which is illegal with the CStruct representation.
# at /home/alex/Blin/data/zef-data/store/p6-myhtml.git/38d9f79d7ceb45ba799ab58a517f33830b726506/lib/HTML/MyHTML/Raw.pm6 (HTML::MyHTML::Raw):54
# 
# Looks like you failed 2 tests of 2
t/010-use.t .. 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests 
===SORRY!=== Error while compiling /home/alex/Blin/data/zef-data/store/p6-myhtml.git/38d9f79d7ceb45ba799ab58a517f33830b726506/lib/HTML/MyHTML/Raw.pm6 (HTML::MyHTML::Raw)
Class HTML::MyHTML::Raw::Tag has no attributes, which is illegal with the CStruct representation.
at /home/alex/Blin/data/zef-data/store/p6-myhtml.git/38d9f79d7ceb45ba799ab58a517f33830b726506/lib/HTML/MyHTML/Raw.pm6 (HTML::MyHTML::Raw):54
t/020-raw.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 

Test Summary Report
-------------------
t/010-use.t (Wstat: 512 Tests: 2 Failed: 2)
  Failed tests:  1-2
  Non-zero exit status: 2
t/020-raw.t (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
Files=2, Tests=2,  7 wallclock secs ( 0.03 usr  0.01 sys +  6.23 cusr  0.64 csys =  6.91 CPU)
Result: FAIL
===> Testing [FAIL]: HTML::MyHTML:ver<0.3.0>
Failed to get passing tests, but continuing with --force-test
===> Installing: HTML::MyHTML:ver<0.3.0>
===> Install [FAIL] for HTML::MyHTML:ver<0.3.0>: ===SORRY!=== Error while compiling /home/alex/Blin/installed/HTML::MyHTML_0.3.0/sources/688543FF6ACE3CAEF429E87B46FD60E15E131DF2 (HTML::MyHTML::Raw)
Class HTML::MyHTML::Raw::Tag has no attributes, which is illegal with the CStruct representation.
at /home/alex/Blin/installed/HTML::MyHTML_0.3.0/sources/688543FF6ACE3CAEF429E87B46FD60E15E131DF2 (HTML::MyHTML::Raw):54

Ping @MadcapJake

Previous ticket: #198