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

GGE #399

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module GGE 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: GGE
===SORRY!=== Error while compiling /home/alex/Blin/installed/GGE_*/sources/C37BAB0268C7E82DE8A15EFCB0CCAC6941BC8BB4 (GGE::Exp)
EVAL is a very dangerous function!!! (use the MONKEY-SEE-NO-EVAL pragma to override this error,
but only if you're VERY sure your data contains no injection attacks)
at /home/alex/Blin/installed/GGE_*/sources/C37BAB0268C7E82DE8A15EFCB0CCAC6941BC8BB4 (GGE::Exp):80
------>             my $binary = EVAL $source⏏<EOL>
    expecting any of:
        infix
        infix stopper

===> Found: GGE [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: GGE to /home/alex/Blin/data/zef-data/tmp/1549579529.13696.7614/gge.git
===> Extraction: Failed to find a META6.json file for GGE -- failure is likely
===> Extraction [OK]: GGE to /home/alex/Blin/data/zef-data/store/gge.git
===> Testing: GGE
Too many positionals passed; expected 1 argument but got 2
  in method new at /home/alex/Blin/data/zef-data/store/gge.git/d6a018cdd3e5391e59e1e8d20548997708c330be/lib/GGE/Match.pm (GGE::Match) line 38
  in method parse at /home/alex/Blin/data/zef-data/store/gge.git/d6a018cdd3e5391e59e1e8d20548997708c330be/lib/GGE/OPTable.pm (GGE::OPTable) line 92
  in sub optable_output_is at t/03-optable.t line 174
  in block <unit> at t/03-optable.t line 36

t/03-optable.t ........... 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
===SORRY!=== Error while compiling /home/alex/Blin/data/zef-data/store/gge.git/d6a018cdd3e5391e59e1e8d20548997708c330be/lib/GGE/Exp.pm (GGE::Exp)
EVAL is a very dangerous function!!! (use the MONKEY-SEE-NO-EVAL pragma to override this error,
but only if you're VERY sure your data contains no injection attacks)
at /home/alex/Blin/data/zef-data/store/gge.git/d6a018cdd3e5391e59e1e8d20548997708c330be/lib/GGE/Exp.pm (GGE::Exp):80
------>             my $binary = EVAL $source⏏<EOL>
    expecting any of:
        infix
        infix stopper
t/perl6regex/01-regex.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 

Test Summary Report
-------------------
t/03-optable.t         (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
t/perl6regex/01-regex.t (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
Files=2, Tests=0, 13 wallclock secs ( 0.03 usr  0.00 sys + 10.06 cusr  0.60 csys = 10.69 CPU)
Result: FAIL
===> Testing [FAIL]: GGE
Failed to get passing tests, but continuing with --force-test
===> Installing: GGE
===> Install [FAIL] for GGE: ===SORRY!=== Error while compiling /home/alex/Blin/installed/GGE_*/sources/C37BAB0268C7E82DE8A15EFCB0CCAC6941BC8BB4 (GGE::Exp)
EVAL is a very dangerous function!!! (use the MONKEY-SEE-NO-EVAL pragma to override this error,
but only if you're VERY sure your data contains no injection attacks)
at /home/alex/Blin/installed/GGE_*/sources/C37BAB0268C7E82DE8A15EFCB0CCAC6941BC8BB4 (GGE::Exp):80
------>             my $binary = EVAL $source⏏<EOL>
    expecting any of:
        infix
        infix stopper

Ping @masak

Previous ticket: #212