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

deredere #594

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module deredere cannot be installed (ZefFailure), 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: deredere

Ping @Altai-man

Previous ticket: #3

Altai-man commented 5 years ago

Looks like a Zef hang to me, the module is ok:

➜  ~ zef install deredere
===> Searching for: deredere
===> Searching for missing dependencies: HTTP::UserAgent, Gumbo
===> Searching for missing dependencies: HTTP::Status, Encode, IO::Socket::SSL, IO::Capture::Simple, Test::Util::ServerPort, XML
===> Searching for missing dependencies: HTML::Escape
===> Testing: HTTP::Status
===> Testing [OK] for HTTP::Status
===> Testing: Encode:ver<0.0.2>:auth<github:sergot>
===> Testing [OK] for Encode:ver<0.0.2>:auth<github:sergot>
===> Testing: IO::Socket::SSL:ver<0.0.1>:auth<github:sergot>
# NETWORK_TESTING was not set
===> Testing [OK] for IO::Socket::SSL:ver<0.0.1>:auth<github:sergot>
===> Testing: IO::Capture::Simple
===> Testing [OK] for IO::Capture::Simple
===> Testing: Test::Util::ServerPort:ver<0.0.2>:auth<github:jonathanstowe>:api<1.0>
===> Testing [OK] for Test::Util::ServerPort:ver<0.0.2>:auth<github:jonathanstowe>:api<1.0>
===> Testing: HTTP::UserAgent:ver<1.1.46>:auth<github:sergot>
# NETWORK_TESTING was not set
# NETWORK_TESTING was not set
# NETWORK_TESTING was not set
# NETWORK_TESTING was not set
# NETWORK_TESTING was not set
# NETWORK_TESTING was not set
# NETWORK_TESTING was not set
===> Testing [OK] for HTTP::UserAgent:ver<1.1.46>:auth<github:sergot>
===> Testing: HTML::Escape:ver<0.0.1>
===> Testing [OK] for HTML::Escape:ver<0.0.1>
===> Testing: XML:ver<0.0.4>:auth<Timothy Totten>
===> Testing [OK] for XML:ver<0.0.4>:auth<Timothy Totten>
===> Testing: Gumbo:auth<Sylvain Colinet>
===> Testing [OK] for Gumbo:auth<Sylvain Colinet>
===> Testing: deredere:ver<0.1.0>:auth<github:Altai-man>
===> Testing [OK] for deredere:ver<0.1.0>:auth<github:Altai-man>
===> Installing: HTTP::Status
===> Installing: Encode:ver<0.0.2>:auth<github:sergot>
===> Installing: IO::Socket::SSL:ver<0.0.1>:auth<github:sergot>
===> Installing: IO::Capture::Simple
===> Installing: Test::Util::ServerPort:ver<0.0.2>:auth<github:jonathanstowe>:api<1.0>
===> Installing: HTTP::UserAgent:ver<1.1.46>:auth<github:sergot>
===> Installing: HTML::Escape:ver<0.0.1>
===> Installing: XML:ver<0.0.4>:auth<Timothy Totten>
===> Installing: Gumbo:auth<Sylvain Colinet>
===> Installing: deredere:ver<0.1.0>:auth<github:Altai-man>
➜  ~