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

Map::Agnostic #463

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module Map::Agnostic 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: Map::Agnostic
===SORRY!===
Could not find Hash::Agnostic:ver<0.0.3>:auth<cpan:ELIZABETH> at line 3 in:
    inst#/home/alex/Blin/installed/Map::Agnostic_0.0.1
    file#/home/alex/Blin/data/zef/lib
    inst#/home/alex/Blin/installed/Hash::Agnostic_0.0.4
    inst#/home/alex/.perl6
    inst#/tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6/site
    inst#/tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6/vendor
    inst#/tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6
    ap#
    nqp#
    perl5#

===> Found: Map::Agnostic:ver<0.0.1>:auth<cpan:ELIZABETH> [via Zef::Repository::Ecosystems<cpan>]
===> Fetching [OK]: Map::Agnostic:ver<0.0.1>:auth<cpan:ELIZABETH> to /home/alex/Blin/data/zef-data/tmp/1549580546.14677.9470/Map-Agnostic-0.0.1.tar.gz
===> Extraction [OK]: Map::Agnostic to /home/alex/Blin/data/zef-data/store/Map-Agnostic-0.0.1.tar.gz
===> Testing: Map::Agnostic:ver<0.0.1>:auth<cpan:ELIZABETH>
===SORRY!===
Could not find Hash::Agnostic:ver<0.0.3>:auth<cpan:ELIZABETH> at line 3 in:
    file#/home/alex/Blin/data/zef-data/store/Map-Agnostic-0.0.1.tar.gz/Map-Agnostic-0.0.1
    file#/home/alex/Blin/data/zef-data/store/Map-Agnostic-0.0.1.tar.gz/Map-Agnostic-0.0.1/lib
    file#/home/alex/Blin/data/zef-data/store/Map-Agnostic-0.0.1.tar.gz/Map-Agnostic-0.0.1/data/zef/lib
    inst#/home/alex/Blin/installed/Hash::Agnostic_0.0.4
    inst#/home/alex/.perl6
    inst#/tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6/site
    inst#/tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6/vendor
    inst#/tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6
    ap#
    nqp#
    perl5#
t/01-basic.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 

Test Summary Report
-------------------
t/01-basic.t (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
Files=1, Tests=0,  2 wallclock secs ( 0.02 usr  0.01 sys +  1.38 cusr  0.16 csys =  1.57 CPU)
Result: FAIL
===> Testing [FAIL]: Map::Agnostic:ver<0.0.1>:auth<cpan:ELIZABETH>
Failed to get passing tests, but continuing with --force-test
===> Installing: Map::Agnostic:ver<0.0.1>:auth<cpan:ELIZABETH>
===> Install [FAIL] for Map::Agnostic:ver<0.0.1>:auth<cpan:ELIZABETH>: ===SORRY!===
Could not find Hash::Agnostic:ver<0.0.3>:auth<cpan:ELIZABETH> at line 3 in:
    inst#/home/alex/Blin/installed/Map::Agnostic_0.0.1
    file#/home/alex/Blin/data/zef/lib
    inst#/home/alex/Blin/installed/Hash::Agnostic_0.0.4
    inst#/home/alex/.perl6
    inst#/tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6/site
    inst#/tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6/vendor
    inst#/tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6
    ap#
    nqp#
    perl5#

Ping @lizmat

lizmat commented 5 years ago

Hmmm... I wonder if the META6.JSON of Map::Agnostic needs a + somewhere in the dependency on Hash::Agnostic? In any case, I've found another issue in Map::Agnostic, so I've just uploaded a new release that depends on Hash::Agnostic:ver<0.0.4>. So we should be good here.