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

PrettyDump #507

Closed AlexDaniel closed 5 years ago

AlexDaniel commented 5 years ago

Module PrettyDump 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: PrettyDump
===> Found: PrettyDump:ver<1.1.7> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: PrettyDump:ver<1.1.7> to /home/alex/Blin/data/zef-data/tmp/1549583069.14236.5107/perl6-PrettyDump.git
===> Extraction [OK]: PrettyDump to /home/alex/Blin/data/zef-data/store/perl6-PrettyDump.git
===> Testing: PrettyDump:ver<1.1.7>
t/00.load.t .......... ok
t/00.meta.t .......... ok
# Module version is 1.1.7
# META6 version is 1.1.7
t/00.version.t ....... ok
t/01.dump.t .......... ok
t/03.Array.t ......... ok
t/03.ChildTypes.t .... ok
t/03.ClassWithStr.t .. ok
t/03.Hash.t .......... ok
t/03.List.t .......... ok
t/03.Map.t ........... ok
    # Failed test 'Dumping Match works'
    # at t/03.Match.t line 43
    # expected: 'Match=(
    #   :from(2),
    #   :hash(Map=()),
    #   :list(List=()),
    #   :made(Mu),
    #   :orig("abcdef"),
    #   :pos(4),
    #   :to(4)
    # )'
    #      got: 'Match=(
    #   :pos(4),
    #   :made(Any),
    #   :from(2),
    #   :to(4),
    #   :list(List=()),
    #   :orig("abcdef"),
    #   :hash(Map=())
    # )'
    # expected: 'Match=(
    #   :from(2),
    #   :hash(Map=()),
    #   :list(List=()),
    #   :made(Any),
    #   :orig("abcdef"),
    #   :pos(4),
    #   :to(4)
    # )'
    #      got: 'Match=(
    #   :pos(4),
    #   :made(Any),
    #   :from(2),
    #   :to(4),
    #   :list(List=()),
    #   :orig("abcdef"),
    #   :hash(Map=())
    # )'
    # Looks like you failed 1 test of 3
# Failed test 'Match'
# at t/03.Match.t line 36
# Looks like you failed 1 test of 5
t/03.Match.t ......... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/5 subtests 
t/03.Numeric.t ....... ok
t/03.Pair.t .......... ok
t/03.Range.t ......... ok
t/03.Unknown.t ....... ok
t/04.handlers.t ...... ok
t/05.but-role.t ...... ok
t/05.ignore-type.t ... ok

Test Summary Report
-------------------
t/03.Match.t       (Wstat: 256 Tests: 5 Failed: 1)
  Failed test:  5
  Non-zero exit status: 1
Files=18, Tests=107, 29 wallclock secs ( 0.12 usr  0.03 sys + 21.88 cusr  1.34 csys = 23.37 CPU)
Result: FAIL
===> Testing [FAIL]: PrettyDump:ver<1.1.7>
Failed to get passing tests, but continuing with --force-test
===> Installing: PrettyDump:ver<1.1.7>
===> Install [OK] for PrettyDump:ver<1.1.7>

Ping @briandfoy

Previous ticket: #87

AlexDaniel commented 5 years ago