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::Ordered #464

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module Map::Ordered 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::Ordered
===SORRY!===
Could not find Hash::Agnostic:ver<0.0.3>:auth<cpan:ELIZABETH> at line 3 in:
    inst#/home/alex/Blin/installed/Map::Ordered_0.0.1
    file#/home/alex/Blin/data/zef/lib
    inst#/home/alex/Blin/installed/Map::Agnostic_0.0.1
    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::Ordered:ver<0.0.1>:auth<cpan:ELIZABETH> [via Zef::Repository::Ecosystems<cpan>]
===> Fetching [OK]: Map::Ordered:ver<0.0.1>:auth<cpan:ELIZABETH> to /home/alex/Blin/data/zef-data/tmp/1549581222.1725.9386/Map-Ordered-0.0.1.tar.gz
===> Extraction [OK]: Map::Ordered to /home/alex/Blin/data/zef-data/store/Map-Ordered-0.0.1.tar.gz
===> Testing: Map::Ordered: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-Ordered-0.0.1.tar.gz/Map-Ordered-0.0.1
    file#/home/alex/Blin/data/zef-data/store/Map-Ordered-0.0.1.tar.gz/Map-Ordered-0.0.1/lib
    file#/home/alex/Blin/data/zef-data/store/Map-Ordered-0.0.1.tar.gz/Map-Ordered-0.0.1/data/zef/lib
    inst#/home/alex/Blin/installed/Map::Agnostic_0.0.1
    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,  3 wallclock secs ( 0.03 usr  0.00 sys +  2.16 cusr  0.23 csys =  2.42 CPU)
Result: FAIL
===> Testing [FAIL]: Map::Ordered:ver<0.0.1>:auth<cpan:ELIZABETH>
Failed to get passing tests, but continuing with --force-test
===> Installing: Map::Ordered:ver<0.0.1>:auth<cpan:ELIZABETH>
===> Install [FAIL] for Map::Ordered: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::Ordered_0.0.1
    file#/home/alex/Blin/data/zef/lib
    inst#/home/alex/Blin/installed/Map::Agnostic_0.0.1
    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

Probably also fixed by fixing #463

lizmat commented 5 years ago

Just in case, I've uploaded a Map::Ordered with a bumped dependency as well.