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

Algorithm::BloomFilter #327

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module Algorithm::BloomFilter 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: Algorithm::BloomFilter
===> Found: Algorithm::BloomFilter:ver<0.1.0> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: Algorithm::BloomFilter:ver<0.1.0> to /home/alex/Blin/data/zef-data/tmp/1549583273.18271.8718/p6-Algorithm-BloomFilter.git
===> Extraction [OK]: Algorithm::BloomFilter to /home/alex/Blin/data/zef-data/store/p6-Algorithm-BloomFilter.git
===> Testing: Algorithm::BloomFilter:ver<0.1.0>
    # source git@github.com:yowcow/p6-Algorithm-BloomFilter.git is not a valid URI
    # Failed test 'have usable source'
    # at /home/alex/Blin/installed/Test::META_0.0.14/sources/0EE4A84CB58AE245F9AA20A97A25BD144F7548F8 (Test::META) line 106
    # Looks like you failed 1 test of 10
# Failed test 'Project META file is good'
# at /home/alex/Blin/installed/Test::META_0.0.14/sources/0EE4A84CB58AE245F9AA20A97A25BD144F7548F8 (Test::META) line 78
# Looks like you failed 1 test of 1
t/00-meta.t ....... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests 
t/01-basic.t ...... ok
t/02-functions.t .. ok
t/03-instance.t ... ok

Test Summary Report
-------------------
t/00-meta.t     (Wstat: 256 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
Files=4, Tests=9,  9 wallclock secs ( 0.03 usr  0.01 sys +  7.48 cusr  0.42 csys =  7.94 CPU)
Result: FAIL
===> Testing [FAIL]: Algorithm::BloomFilter:ver<0.1.0>
Failed to get passing tests, but continuing with --force-test
===> Installing: Algorithm::BloomFilter:ver<0.1.0>
===> Install [OK] for Algorithm::BloomFilter:ver<0.1.0>

Ping @yowcow

Previous ticket: #307

JJ commented 5 years ago

Maybe we should check source-url when they are added to the ecosystem... This is like the 4th with the same problem.