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

JSON::RPC #440

Closed AlexDaniel closed 5 years ago

AlexDaniel commented 5 years ago

Module JSON::RPC cannot be installed (Fail), 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: JSON::RPC
===> Found: JSON::RPC:ver<1.0.0>:auth<bbkr> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: JSON::RPC:ver<1.0.0>:auth<bbkr> to /home/alex/Blin/data/zef-data/tmp/1549582137.26124.5581/jsonrpc.git
===> Extraction [OK]: JSON::RPC to /home/alex/Blin/data/zef-data/store/jsonrpc.git
===> Testing: JSON::RPC:ver<1.0.0>:auth<bbkr>
getlex: outer index out of range
  in block  at /home/alex/Blin/data/zef-data/store/jsonrpc.git/3b4797efc92d501fa5d5a3198457b7c16e091f7d/lib/JSON/RPC/Client.pm6 (JSON::RPC::Client) line 27
  in block <unit> at t/00-client.t line 19

t/00-client.t ....... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 39/39 subtests 
t/01-server.t ....... ok
t/99-author-meta.t .. ok

Test Summary Report
-------------------
t/00-client.t     (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 39 tests but ran 0.
Files=3, Tests=30, 18 wallclock secs ( 0.05 usr  0.00 sys + 14.39 cusr  0.64 csys = 15.08 CPU)
Result: FAIL
===> Testing [FAIL]: JSON::RPC:ver<1.0.0>:auth<bbkr>
Failed to get passing tests, but continuing with --force-test
===> Installing: JSON::RPC:ver<1.0.0>:auth<bbkr>
===> Install [OK] for JSON::RPC:ver<1.0.0>:auth<bbkr>

Ping @bbkr

Previous ticket: #164

bbkr commented 5 years ago

Rakudo fix resolved the issue. Tests are passing now.