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

List::Utils #454

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module List::Utils 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: List::Utils
===> Found: List::Utils [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: List::Utils to /home/alex/Blin/data/zef-data/tmp/1549579450.11411.8879/List-Utils.git
===> Extraction [OK]: List::Utils to /home/alex/Blin/data/zef-data/store/List-Utils.git
===> Testing: List::Utils
t/01-sliding-window.t .. ok
t/02-permute.t ......... ok
t/03-take-while.t ...... ok
t/04-transpose.t ....... ok
t/05-search.t .......... ok
t/06-sorted-merge.t .... ok
t/07-uniq-by.t ......... ok
Type check failed in binding; expected Positional but got Seq ($((["a", "b", "c"], [...)
  in block <unit> at t/08-combinations.t line 115

t/08-combinations.t .... 
Dubious, test returned 1 (wstat 256, 0x100)
All 44 subtests passed 

Test Summary Report
-------------------
t/08-combinations.t  (Wstat: 256 Tests: 44 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
Files=8, Tests=130, 17 wallclock secs ( 0.07 usr  0.01 sys + 12.56 cusr  0.64 csys = 13.28 CPU)
Result: FAIL
===> Testing [FAIL]: List::Utils
Failed to get passing tests, but continuing with --force-test
===> Installing: List::Utils
===> Install [OK] for List::Utils

Ping @colomon

Previous ticket: #148

AlexDaniel commented 5 years ago

PR from the previous squashathon: https://github.com/colomon/List-Utils/pull/10