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

Hydrate #423

Closed AlexDaniel closed 4 years ago

AlexDaniel commented 5 years ago

Module Hydrate 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: Hydrate
===> Found: Hydrate:auth<vendethiel> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: Hydrate:auth<vendethiel> to /home/alex/Blin/data/zef-data/tmp/1549580034.29203.2530/hydrate6.git
===> Extraction [OK]: Hydrate to /home/alex/Blin/data/zef-data/store/hydrate6.git
===> Testing: Hydrate:auth<vendethiel>
Type check failed in binding to parameter '<anon>'; expected Any but got Mu (Mu)
  in block  at /home/alex/Blin/data/zef-data/store/hydrate6.git/b8e596b31aff58546eea6eca2d1e874f4df9f9cb/lib/Hydrate.pm (Hydrate) line 20
  in sub value-for at /home/alex/Blin/data/zef-data/store/hydrate6.git/b8e596b31aff58546eea6eca2d1e874f4df9f9cb/lib/Hydrate.pm (Hydrate) line 17
  in block  at /home/alex/Blin/data/zef-data/store/hydrate6.git/b8e596b31aff58546eea6eca2d1e874f4df9f9cb/lib/Hydrate.pm (Hydrate) line 44
  in sub hydrate at /home/alex/Blin/data/zef-data/store/hydrate6.git/b8e596b31aff58546eea6eca2d1e874f4df9f9cb/lib/Hydrate.pm (Hydrate) line 40
  in block <unit> at t/01-basic.t line 14

t/01-basic.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 

Test Summary Report
-------------------
t/01-basic.t (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
Files=1, Tests=0,  3 wallclock secs ( 0.02 usr  0.00 sys +  1.76 cusr  0.14 csys =  1.92 CPU)
Result: FAIL
===> Testing [FAIL]: Hydrate:auth<vendethiel>
Failed to get passing tests, but continuing with --force-test
===> Installing: Hydrate:auth<vendethiel>
===> Install [OK] for Hydrate:auth<vendethiel>

Ping @vendethiel

Previous ticket: #187

vendethiel commented 5 years ago

also: vendethiel/hydrate6#2

vendethiel commented 5 years ago

Seems like type<> broke for Mu:

> Mu<>
Type check failed in binding to parameter '<anon>'; expected Any but got Mu (Mu)
  in block <unit> at <unknown file> line 1

it's the crux of the issue. Is it supposed to be that way?

AlexDaniel commented 5 years ago

Does that make sense?

vendethiel commented 5 years ago

I understand what happened. I'm asking whether it's intended to be so, and how I can decontainerize (without ressorting to nqp) without it.

vendethiel commented 4 years ago

Fixed at some point.