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

Cache::Memcached #350

Closed AlexDaniel closed 5 years ago

AlexDaniel commented 5 years ago

Module Cache::Memcached 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: Cache::Memcached
===> Found: Cache::Memcached:ver<0.0.11>:auth<cosimo> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: Cache::Memcached:ver<0.0.11>:auth<cosimo> to /home/alex/Blin/data/zef-data/tmp/1549580818.20732.3167/perl6-cache-memcached.git
===> Extraction [OK]: Cache::Memcached to /home/alex/Blin/data/zef-data/store/perl6-cache-memcached.git
===> Testing: Cache::Memcached:ver<0.0.11>:auth<cosimo>
t/00050-meta.t ............... ok
t/00100-use.t ................ ok
t/00200-internals.t .......... ok
t/00300-connect.t ............ ok
t/00400-keys.t ............... ok
t/00500-stats.t .............. ok
t/00600-noreply.t ............ ok
t/00700-reconnect-timeout.t .. ok
t/00800-utf8-key.t ........... ok
A plan is required in order to use skip-rest
  in sub skip-rest at /tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6/sources/2D4A7CA10695CD2B374573413D261A660E282E2A (Test) line 399
  in block <unit> at t/00900-associative.t line 12

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

Test Summary Report
-------------------
t/00900-associative.t      (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
Files=10, Tests=81, 15 wallclock secs ( 0.06 usr  0.02 sys + 14.08 cusr  0.87 csys = 15.03 CPU)
Result: FAIL
===> Testing [FAIL]: Cache::Memcached:ver<0.0.11>:auth<cosimo>
Failed to get passing tests, but continuing with --force-test
===> Installing: Cache::Memcached:ver<0.0.11>:auth<cosimo>
===> Install [OK] for Cache::Memcached:ver<0.0.11>:auth<cosimo>

Ping @cosimo

jonathanstowe commented 5 years ago

My fault. Had been p[anning to remove the associative stuff anyway.

jonathanstowe commented 5 years ago

There seems to be a thing where zef is slightly less tolerant of TAP issues than other tools.

I'm going to remove this test altogether and remove the feature (which was dumb,) at some point in the future.

jonathanstowe commented 5 years ago

I think this is cool now. I m just waiting on Travis.

jonathanstowe commented 5 years ago

Yeah that's cool now. Imma close it.