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::Async::Plugins::Router::Simple #417

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module HTTP::Server::Async::Plugins::Router::Simple 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::Async::Plugins::Router::Simple
===> Found: HTTP::Server::Async::Plugins::Router::Simple:ver<0.1.1>:auth<github:tony-o> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: HTTP::Server::Async::Plugins::Router::Simple:ver<0.1.1>:auth<github:tony-o> to /home/alex/Blin/data/zef-data/tmp/1549581578.12072.8653/perl6-http-server-async-plugins-router-simple.git
===> Extraction [OK]: HTTP::Server::Async::Plugins::Router::Simple to /home/alex/Blin/data/zef-data/store/perl6-http-server-async-plugins-router-simple.git
===> Testing: HTTP::Server::Async::Plugins::Router::Simple:ver<0.1.1>:auth<github:tony-o>
===SORRY!=== Error while compiling /home/alex/Blin/data/zef-data/store/perl6-http-server-async-plugins-router-simple.git/4b6d26da3e073aa9315675122826f54fd774b338/t/lib/starter.pm6 (starter)
'use lib' may not be pre-compiled
at /home/alex/Blin/data/zef-data/store/perl6-http-server-async-plugins-router-simple.git/4b6d26da3e073aa9315675122826f54fd774b338/t/lib/starter.pm6 (starter):4
------> use lib 'lib'⏏;
t/01_basic.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 

Test Summary Report
-------------------
t/01_basic.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.02 usr  0.00 sys +  0.76 cusr  0.10 csys =  0.88 CPU)
Result: FAIL
===> Testing [FAIL]: HTTP::Server::Async::Plugins::Router::Simple:ver<0.1.1>:auth<github:tony-o>
Failed to get passing tests, but continuing with --force-test
===> Installing: HTTP::Server::Async::Plugins::Router::Simple:ver<0.1.1>:auth<github:tony-o>
===> Install [OK] for HTTP::Server::Async::Plugins::Router::Simple:ver<0.1.1>:auth<github:tony-o>

Ping @tony-o

JJ commented 5 years ago

It's trying to use a function, register, that simply does not exist. I have digged into HTTP::Server, which it inherits from, but I would say it was taken away from there, if it ever was...