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

Java::Generate #561

Closed AlexDaniel closed 5 years ago

AlexDaniel commented 5 years ago

Module Java::Generate cannot be installed (Flapper), 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: Java::Generate
===> Found: Java::Generate:ver<1.0.0> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: Java::Generate:ver<1.0.0> to /home/alex/Blin/data/zef-data/tmp/1549725693.11268.3010/perl6-Java-Generate.git
===> Extraction [OK]: Java::Generate to /home/alex/Blin/data/zef-data/store/perl6-Java-Generate.git
===> Testing: Java::Generate:ver<1.0.0>
===SORRY!===
finish_code_object
t/01-hello-world.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
t/02-literal.t ...... ok
t/03-operators.t .... ok
t/04-interface.t .... ok
t/05-class.t ........ ok
t/06-variables.t .... ok
t/07-statement.t .... ok
t/08-generics.t ..... ok
t/09-comp-unit.t .... ok

Test Summary Report
-------------------
t/01-hello-world.t (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
Files=9, Tests=80, 39 wallclock secs ( 0.05 usr  0.02 sys + 33.88 cusr  2.08 csys = 36.03 CPU)
Result: FAIL
===> Testing [FAIL]: Java::Generate:ver<1.0.0>
Failed to get passing tests, but continuing with --force-test
===> Installing: Java::Generate:ver<1.0.0>
===> Install [OK] for Java::Generate:ver<1.0.0>

Ping @Altai-man

Previous ticket: #163

Altai-man commented 5 years ago

This seem like a rakudobug to me, a weird one. I can

➜  perl6-Java-Generate git:(master) prove --jobs=1 -e "perl6-m -Ilib -It" t/
t/01-hello-world.t .. ok   
t/02-literal.t ...... ok     
t/03-operators.t .... ok     
t/04-interface.t .... ok   
t/05-class.t ........ ok   
t/06-variables.t .... ok   
t/07-statement.t .... ok     
t/08-generics.t ..... ok   
t/09-comp-unit.t .... ok   
All tests successful.
Files=9, Tests=81, 10 wallclock secs ( 0.04 usr  0.01 sys + 15.19 cusr  1.18 csys = 16.42 CPU)
Result: PASS
➜  perl6-Java-Generate git:(master) 

and it installs just fine with zef.

The whole module is a simple bunch of classes that generate source code, no magic to fail every time... So marking it as works for me and rakudobug.