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

HTTP::Server::Router #585

Open
AlexDaniel opened this issue Feb 27, 2019 · 2 comments
Open

HTTP::Server::Router #585

AlexDaniel opened this issue Feb 27, 2019 · 2 comments
Labels
PR sent Sent a pull review to the issue

Comments

@AlexDaniel
Copy link
Member

Module HTTP::Server::Router cannot be installed (AlwaysFail), 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: HTTP::Server::Router
===SORRY!===
Could not find HTTP::Server at line 1 in:
    inst#/home/alex/Blin/installed/HTTP::Server::Router_0.1.7
    file#/home/alex/Blin/data/zef/lib
    inst#/home/alex/Blin/installed/HTTP::Server_0.1.1
    inst#/home/alex/Blin/installed/HTTP::Server::Async_0.1.8
    inst#/home/alex/.perl6
    inst#/tmp/whateverable/rakudo-moar/845433b47f415c73e9e7cdbfd0423a793b829910/share/perl6/site
    inst#/tmp/whateverable/rakudo-moar/845433b47f415c73e9e7cdbfd0423a793b829910/share/perl6/vendor
    inst#/tmp/whateverable/rakudo-moar/845433b47f415c73e9e7cdbfd0423a793b829910/share/perl6
    ap#
    nqp#
    perl5#

===> Found: HTTP::Server::Router:ver<0.1.7>:auth<github:tony-o> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: HTTP::Server::Router:ver<0.1.7>:auth<github:tony-o> to /home/alex/Blin/data/zef-data/tmp/1551237339.7194.9302/perl6-http-server-router.git
===> Extraction [OK]: HTTP::Server::Router to /home/alex/Blin/data/zef-data/store/perl6-http-server-router.git
===> Testing: HTTP::Server::Router:ver<0.1.7>:auth<github:tony-o>
===SORRY!===
Could not find HTTP::Server::Role at line 1 in:
    file#/home/alex/Blin/data/zef-data/store/perl6-http-server-router.git/6a9c4d37128338f69ba10c15d23479b81ae2d3ee
    file#/home/alex/Blin/data/zef-data/store/perl6-http-server-router.git/6a9c4d37128338f69ba10c15d23479b81ae2d3ee/lib
    file#/home/alex/Blin/data/zef-data/store/perl6-http-server-router.git/6a9c4d37128338f69ba10c15d23479b81ae2d3ee/data/zef/lib
    inst#/home/alex/Blin/installed/HTTP::Server_0.1.1
    inst#/home/alex/Blin/installed/HTTP::Server::Async_0.1.8
    inst#/home/alex/.perl6
    inst#/tmp/whateverable/rakudo-moar/845433b47f415c73e9e7cdbfd0423a793b829910/share/perl6/site
    inst#/tmp/whateverable/rakudo-moar/845433b47f415c73e9e7cdbfd0423a793b829910/share/perl6/vendor
    inst#/tmp/whateverable/rakudo-moar/845433b47f415c73e9e7cdbfd0423a793b829910/share/perl6
    ap#
    nqp#
    perl5#
t/01-routes.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 

Test Summary Report
-------------------
t/01-routes.t (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
Files=1, Tests=0,  1 wallclock secs ( 0.03 usr  0.00 sys +  0.95 cusr  0.17 csys =  1.15 CPU)
Result: FAIL
===> Testing [FAIL]: HTTP::Server::Router:ver<0.1.7>:auth<github:tony-o>
Failed to get passing tests, but continuing with --force-test
===> Installing: HTTP::Server::Router:ver<0.1.7>:auth<github:tony-o>
===> Install [FAIL] for HTTP::Server::Router:ver<0.1.7>:auth<github:tony-o>: ===SORRY!===
Could not find HTTP::Server at line 1 in:
    inst#/home/alex/Blin/installed/HTTP::Server::Router_0.1.7
    file#/home/alex/Blin/data/zef/lib
    inst#/home/alex/Blin/installed/HTTP::Server_0.1.1
    inst#/home/alex/Blin/installed/HTTP::Server::Async_0.1.8
    inst#/home/alex/.perl6
    inst#/tmp/whateverable/rakudo-moar/845433b47f415c73e9e7cdbfd0423a793b829910/share/perl6/site
    inst#/tmp/whateverable/rakudo-moar/845433b47f415c73e9e7cdbfd0423a793b829910/share/perl6/vendor
    inst#/tmp/whateverable/rakudo-moar/845433b47f415c73e9e7cdbfd0423a793b829910/share/perl6
    ap#
    nqp#
    perl5#


Ping @tony-o

@jonathanstowe
Copy link

The HTTP::Server got renamed in the squashathon. I'll PR this when I get home.

@JJ JJ added the PR sent Sent a pull review to the issue label Jun 5, 2020
@JJ
Copy link
Collaborator

JJ commented Jun 5, 2020

@jonathanstowe PR done for this one, maybe you can do one of the other dependencies?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR sent Sent a pull review to the issue
Projects
None yet
Development

No branches or pull requests

3 participants