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

Pod::Strip #505

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module Pod::Strip 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: Pod::Strip
===SORRY!=== Error while compiling /home/alex/Blin/installed/Pod::Strip_v.0.0.1/sources/349ADF4D61BE9DFB93F6297AB0B7D611E4B9C5C4 (Pod::Strip)
For parameter '@in', '@' sigil containers don't need 'is rw' to be writable
Can only use 'is rw' on a scalar ('$' sigil) parameter, not '@in'
at /home/alex/Blin/installed/Pod::Strip_v.0.0.1/sources/349ADF4D61BE9DFB93F6297AB0B7D611E4B9C5C4 (Pod::Strip):24

===> Found: Pod::Strip:ver<.0.0.1>:auth<Jorn van Engelen> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: Pod::Strip:ver<.0.0.1>:auth<Jorn van Engelen> to /home/alex/Blin/data/zef-data/tmp/1549579837.23560.7111/perl6-pod-strip.git
===> Extraction: Failed to find a META6.json file for Pod::Strip:ver<.0.0.1>:auth<Jorn van Engelen> -- failure is likely
===> Extraction [OK]: Pod::Strip to /home/alex/Blin/data/zef-data/store/perl6-pod-strip.git
===> Testing: Pod::Strip:ver<.0.0.1>:auth<Jorn van Engelen>
===SORRY!=== Error while compiling /home/alex/Blin/data/zef-data/store/perl6-pod-strip.git/2bb9b9dc3d593cbddc53092dcc3519b2a666afeb/t/test.t
An exception occurred while evaluating a BEGIN
at /home/alex/Blin/data/zef-data/store/perl6-pod-strip.git/2bb9b9dc3d593cbddc53092dcc3519b2a666afeb/t/test.t:2
Exception details:
  Dynamic variable @*INC not found
    in block  at t/test.t line 2

t/test.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 

Test Summary Report
-------------------
t/test.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.01 sys +  0.42 cusr  0.06 csys =  0.52 CPU)
Result: FAIL
===> Testing [FAIL]: Pod::Strip:ver<.0.0.1>:auth<Jorn van Engelen>
Failed to get passing tests, but continuing with --force-test
===> Installing: Pod::Strip:ver<.0.0.1>:auth<Jorn van Engelen>
===> Install [FAIL] for Pod::Strip:ver<.0.0.1>:auth<Jorn van Engelen>: ===SORRY!=== Error while compiling /home/alex/Blin/installed/Pod::Strip_v.0.0.1/sources/349ADF4D61BE9DFB93F6297AB0B7D611E4B9C5C4 (Pod::Strip)
For parameter '@in', '@' sigil containers don't need 'is rw' to be writable
Can only use 'is rw' on a scalar ('$' sigil) parameter, not '@in'
at /home/alex/Blin/installed/Pod::Strip_v.0.0.1/sources/349ADF4D61BE9DFB93F6297AB0B7D611E4B9C5C4 (Pod::Strip):24

Ping @jpve

Previous ticket: #90

AlexDaniel commented 5 years ago

There is a PR: https://github.com/jpve/perl6-pod-strip/pull/9