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

LN #446

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module LN 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: LN
===> Found: LN:ver<1.001001> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: LN:ver<1.001001> to /home/alex/Blin/data/zef-data/tmp/1549583723.28449.630/perl6-LN.git
===> Extraction [OK]: LN to /home/alex/Blin/data/zef-data/store/perl6-LN.git
===> Testing: LN:ver<1.001001>
t/01-ARGFILES.t .. ok
    #                      Got: 256
    # Does not smartmatch with: 0
t/02-imports.t ... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/3 subtests 
t/meta.t ......... ok

Test Summary Report
-------------------
t/02-imports.t (Wstat: 256 Tests: 3 Failed: 1)
  Failed test:  3
  Non-zero exit status: 1
Files=3, Tests=6, 18 wallclock secs ( 0.04 usr  0.00 sys + 14.04 cusr  0.92 csys = 15.00 CPU)
Result: FAIL
===> Testing [FAIL]: LN:ver<1.001001>
Failed to get passing tests, but continuing with --force-test
===> Installing: LN:ver<1.001001>
===> Install [OK] for LN:ver<1.001001>

Ping @perl6-community-modules

Previous ticket: #157

AlexDaniel commented 5 years ago
1..3
    1..3
    ok 1 - STDOUT
    ok 2 - STDERR
    ok 3 - Status
ok 1 - no args on use line
    1..3
    ok 1 - STDOUT
    ok 2 - STDERR
    ok 3 - Status
ok 2 - reset on use line
    1..3
    ok 1 - STDOUT
    ok 2 - STDERR
    not ok 3 - Status
    #                      Got: 256
    # Does not smartmatch with: 0
not ok 3 - unknown options throw

So the exit code is 256? Huh…