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

JSON::RPC #440

Closed
AlexDaniel opened this issue Feb 8, 2019 · 1 comment
Closed

JSON::RPC #440

AlexDaniel opened this issue Feb 8, 2019 · 1 comment

Comments

@AlexDaniel
Copy link
Member

Module JSON::RPC cannot be installed (Fail), perhaps it has some failing tests.

  • Tickets are opened/closed in this repo automatically (though not immediately).
  • If you can install the module without any problems, add works for me label, leave a comment saying that it works for you and mention any details that you feel are important.
  • If it needs a native library, put native dependency label, describe what you did to install it and ensure that same instructions are present in the README file of the module (otherwise submit a pull request). Also try to update this wiki page.
  • If the module is broken, try to fix it and send a PR. Add PR sent label.
  • If there is a problem in one of the dependencies, add failing dependency label and write a comment explaining the situation. Feel free to work on the corresponding ticket for the failing dependency.
  • It is a good idea to assign yourself to this ticket if you're working on it (to make sure two or more people are not working on the same ticket at the same time).
  • Once you are done, search for a next ticket.

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
Copy link

bbkr commented Feb 18, 2019

Rakudo fix resolved the issue. Tests are passing now.

@bbkr bbkr closed this as completed Feb 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants