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

OO::Plugin #488

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module OO::Plugin 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:

Use of uninitialized value of type Any in string context.
Methods .^name, .perl, .gist, or .say can be used to stringify it to something meaningful.
===> Searching for: OO::Plugin
===> Found: OO::Plugin:ver<0.0.5>:auth<github:vrurg> [via Zef::Repository::Ecosystems<cpan>]
===> Fetching [OK]: OO::Plugin:ver<0.0.5>:auth<github:vrurg> to /home/alex/Blin/data/zef-data/tmp/1549583908.423.6016/OO-Plugin-v0.0.5.tar.gz
===> Extraction [OK]: OO::Plugin to /home/alex/Blin/data/zef-data/store/OO-Plugin-v0.0.5.tar.gz
===> Testing: OO::Plugin:ver<0.0.5>:auth<github:vrurg>
t/005-meta.t ............. ok
# 'zef install' exit code: [1]
# Module install output:
# > Stdout:
# 
# > Stderr:
# ===SORRY!===
# No candidate found for 'zef'.
# 
# 
failed to install plugin distro from ./t/p6-Foo-Plugin-Test
  in sub MAIN at ./build-tools/pre-install-mod.p6 line 7
  in block <unit> at ./build-tools/pre-install-mod.p6 line 4

Bailout called.  Further testing stopped:  Can't install package Foo::Plugin::Test
FAILED--Further testing stopped: Can't install package Foo::Plugin::Test
===> Testing [FAIL]: OO::Plugin:ver<0.0.5>:auth<github:vrurg>
Failed to get passing tests, but continuing with --force-test
===> Installing: OO::Plugin:ver<0.0.5>:auth<github:vrurg>
===> Install [OK] for OO::Plugin:ver<0.0.5>:auth<github:vrurg>
  in code  at /home/alex/Blin/data/zef/lib/Zef.pm6 (Zef) line 133
Use of uninitialized value of type Any in string context.
Methods .^name, .perl, .gist, or .say can be used to stringify it to something meaningful.
  in code  at /home/alex/Blin/data/zef/lib/Zef.pm6 (Zef) line 133
Use of uninitialized value of type Any in string context.
Methods .^name, .perl, .gist, or .say can be used to stringify it to something meaningful.
  in code  at /home/alex/Blin/data/zef/lib/Zef.pm6 (Zef) line 133
Use of uninitialized value of type Any in string context.
Methods .^name, .perl, .gist, or .say can be used to stringify it to something meaningful.
  in code  at /home/alex/Blin/data/zef/lib/Zef.pm6 (Zef) line 133

Ping @vrurg

vrurg commented 5 years ago

I hope I've got this one fixed.