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

Perl6::Parser #499

Closed AlexDaniel closed 5 years ago

AlexDaniel commented 5 years ago

Module Perl6::Parser 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: Perl6::Parser
===> Found: Perl6::Parser:ver<0.0.5>:auth<github:drforr> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: Perl6::Parser:ver<0.0.5>:auth<github:drforr> to /home/alex/Blin/data/zef-data/tmp/1549579902.25550.2703/perl6-Perl6-Parser.git
===> Extraction [OK]: Perl6::Parser to /home/alex/Blin/data/zef-data/store/perl6-Perl6-Parser.git
===> Testing: Perl6::Parser:ver<0.0.5>:auth<github:drforr>
t/00-classes.t ............. ok
    # Failed test 'document has correct hash keys'
    # at t/01-parse-text.t line 23
    # expected: $["statementlist"]
    #      got: $["statementlist", "lang-version"]
    # Looks like you failed 1 test of 11
# Failed test 'Smoketest hash structure'
# at t/01-parse-text.t line 19
# Looks like you failed 1 test of 3
t/01-parse-text.t .......... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/3 subtests 
t/02-build-tree.t .......... ok
t/03-walk.t ................ ok
t/04-parse.t ............... ok
t/05-iterator.t ............ ok
t/06-editing.t ............. ok
t/10-multi-declarator.t .... ok
===SORRY!=== Error while compiling /home/alex/Blin/data/zef-data/store/perl6-Perl6-Parser.git/51711e2daf08db1fe0749713733ed3336892dc1b/t/11-package-declarator.t
Redeclaration of symbol 'Foo'
at /home/alex/Blin/data/zef-data/store/perl6-Perl6-Parser.git/51711e2daf08db1fe0749713733ed3336892dc1b/t/11-package-declarator.t:1
------> module Foo⏏     {}
    expecting any of:
        generic role
        # Looks like you planned 4 tests, but ran 1
t/11-package-declarator.t .. 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 21/22 subtests 
t/12-regex-declarator.t .... ok
===SORRY!=== Error while compiling /home/alex/Blin/data/zef-data/store/perl6-Perl6-Parser.git/51711e2daf08db1fe0749713733ed3336892dc1b/t/13-scope-declarator.t
Redeclaration of symbol 'Foo'
at /home/alex/Blin/data/zef-data/store/perl6-Perl6-Parser.git/51711e2daf08db1fe0749713733ed3336892dc1b/t/13-scope-declarator.t:1
------> class Foo⏏{has     $x}
    expecting any of:
        generic role
t/13-scope-declarator.t .... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 6/8 subtests 
===SORRY!=== Error while compiling /home/alex/Blin/data/zef-data/store/perl6-Perl6-Parser.git/51711e2daf08db1fe0749713733ed3336892dc1b/t/14-type-declarator.t
Redeclaration of symbol 'Foo'
at /home/alex/Blin/data/zef-data/store/perl6-Perl6-Parser.git/51711e2daf08db1fe0749713733ed3336892dc1b/t/14-type-declarator.t:1
------> enum Foo⏏()  
        # Looks like you planned 4 tests, but ran 2
t/14-type-declarator.t ..... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 6/6 subtests 
===SORRY!=== Error while compiling /home/alex/Blin/data/zef-data/store/perl6-Perl6-Parser.git/51711e2daf08db1fe0749713733ed3336892dc1b/t/15-routine-declarator.t
Redeclaration of routine 'MAIN' (already defined in package GLOBAL) (did you mean to declare a multi-sub?)
at /home/alex/Blin/data/zef-data/store/perl6-Perl6-Parser.git/51711e2daf08db1fe0749713733ed3336892dc1b/t/15-routine-declarator.t:2
------> <BOL>⏏<EOL>
        # Looks like you planned 2 tests, but ran 1
t/15-routine-declarator.t .. 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 6/6 subtests 
t/16-quote.t ............... ok
===SORRY!=== Error while compiling /home/alex/Blin/data/zef-data/store/perl6-Perl6-Parser.git/51711e2daf08db1fe0749713733ed3336892dc1b/t/999-regression.t
Redeclaration of symbol 'Foo'
at /home/alex/Blin/data/zef-data/store/perl6-Perl6-Parser.git/51711e2daf08db1fe0749713733ed3336892dc1b/t/999-regression.t:1
------> grammar Foo⏏ {
    expecting any of:
        generic role
t/999-regression.t ......... 
Dubious, test returned 1 (wstat 256, 0x100)
All 4 subtests passed 
t/comments.t ............... ok
===SORRY!=== Error while compiling /home/alex/Blin/data/zef-data/store/perl6-Perl6-Parser.git/51711e2daf08db1fe0749713733ed3336892dc1b/t/corpus/rosetta-1.t
Redeclaration of symbol 'Term::termios'
at /home/alex/Blin/data/zef-data/store/perl6-Perl6-Parser.git/51711e2daf08db1fe0749713733ed3336892dc1b/t/corpus/rosetta-1.t:1
------> class Term::termios⏏ { has $fd; method getattr {}; method un
    expecting any of:
        generic role
t/corpus/rosetta-1.t ....... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 12/14 subtests 
Type check failed in assignment to @keys-with-content; expected Str but got Any (Any)
  in method fall-through at /home/alex/Blin/data/zef-data/store/perl6-Perl6-Parser.git/51711e2daf08db1fe0749713733ed3336892dc1b/lib/Perl6/Parser/Factory.pm6 (Perl6::Parser::Factory) line 536
  in method _statement at /home/alex/Blin/data/zef-data/store/perl6-Perl6-Parser.git/51711e2daf08db1fe0749713733ed3336892dc1b/lib/Perl6/Parser/Factory.pm6 (Perl6::Parser::Factory) line 6730
  in method _statementlist at /home/alex/Blin/data/zef-data/store/perl6-Perl6-Parser.git/51711e2daf08db1fe0749713733ed3336892dc1b/lib/Perl6/Parser/Factory.pm6 (Perl6::Parser::Factory) line 6740
  in method build at /home/alex/Blin/data/zef-data/store/perl6-Perl6-Parser.git/51711e2daf08db1fe0749713733ed3336892dc1b/lib/Perl6/Parser/Factory.pm6 (Perl6::Parser::Factory) line 1879
  in method build-tree at /home/alex/Blin/data/zef-data/store/perl6-Perl6-Parser.git/51711e2daf08db1fe0749713733ed3336892dc1b/lib/Perl6/Parser.pm6 (Perl6::Parser) line 453
  in method to-tree at /home/alex/Blin/data/zef-data/store/perl6-Perl6-Parser.git/51711e2daf08db1fe0749713733ed3336892dc1b/lib/Perl6/Parser.pm6 (Perl6::Parser) line 514
  in method _roundtrip at /home/alex/Blin/data/zef-data/store/perl6-Perl6-Parser.git/51711e2daf08db1fe0749713733ed3336892dc1b/lib/Perl6/Parser.pm6 (Perl6::Parser) line 383
  in block  at t/corpus/rosetta-a.t line 96
  in block <unit> at t/corpus/rosetta-a.t line 12

t/corpus/rosetta-a.t ....... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 82/84 subtests 
===SORRY!=== Error while compiling /home/alex/Blin/data/zef-data/store/perl6-Perl6-Parser.git/51711e2daf08db1fe0749713733ed3336892dc1b/t/corpus/rosetta-b.t
Redeclaration of symbol 'Pixel'
at /home/alex/Blin/data/zef-data/store/perl6-Perl6-Parser.git/51711e2daf08db1fe0749713733ed3336892dc1b/t/corpus/rosetta-b.t:1
------> class Pixel⏏ { has UInt ($.R, $.G, $.B) }
    expecting any of:
        generic role
t/corpus/rosetta-b.t ....... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 39/54 subtests 
t/declaration.t ............ ok
t/operators.t .............. ok
t/pair.t ................... ok
t/pod.t .................... ok
t/regex.t .................. ok
t/single-term.t ............ ok
t/subroutine.t ............. ok

Test Summary Report
-------------------
t/01-parse-text.t        (Wstat: 256 Tests: 3 Failed: 1)
  Failed test:  3
  Non-zero exit status: 1
t/11-package-declarator.t (Wstat: 65280 Tests: 1 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 22 tests but ran 1.
t/13-scope-declarator.t  (Wstat: 256 Tests: 2 Failed: 0)
  Non-zero exit status: 1
  Parse errors: Bad plan.  You planned 8 tests but ran 2.
t/14-type-declarator.t   (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 6 tests but ran 0.
t/15-routine-declarator.t (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 6 tests but ran 0.
t/999-regression.t       (Wstat: 256 Tests: 4 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
t/corpus/rosetta-1.t     (Wstat: 256 Tests: 2 Failed: 0)
  Non-zero exit status: 1
  Parse errors: Bad plan.  You planned 14 tests but ran 2.
t/corpus/rosetta-a.t     (Wstat: 256 Tests: 2 Failed: 0)
  Non-zero exit status: 1
  Parse errors: Bad plan.  You planned 84 tests but ran 2.
t/corpus/rosetta-b.t     (Wstat: 256 Tests: 15 Failed: 0)
  Non-zero exit status: 1
  Parse errors: Bad plan.  You planned 54 tests but ran 15.
Files=26, Tests=230, 171 wallclock secs ( 0.88 usr  0.08 sys + 137.84 cusr  3.25 csys = 142.05 CPU)
Result: FAIL
===> Testing [FAIL]: Perl6::Parser:ver<0.0.5>:auth<github:drforr>
Failed to get passing tests, but continuing with --force-test
===> Installing: Perl6::Parser:ver<0.0.5>:auth<github:drforr>
===> Install [OK] for Perl6::Parser:ver<0.0.5>:auth<github:drforr>

Ping @drforr