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

HTTP::Server::Router #585

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module HTTP::Server::Router 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: 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 commented 5 years ago

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

JJ commented 4 years ago

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