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

Jupyter::Kernel #444

Closed AlexDaniel closed 5 years ago

AlexDaniel commented 5 years ago

Module Jupyter::Kernel 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: Jupyter::Kernel
===> Found: Jupyter::Kernel:ver<0.0.9> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: Jupyter::Kernel:ver<0.0.9> to /home/alex/Blin/data/zef-data/tmp/1549582410.32505.5318/p6-jupyter-kernel.git
===> Extraction [OK]: Jupyter::Kernel to /home/alex/Blin/data/zef-data/store/p6-jupyter-kernel.git
===> Testing: Jupyter::Kernel:ver<0.0.9>
t/01-basic.t ......... 
Failed 1/1 subtests 
t/02-sandbox.t ....... ok
t/03-service.t ....... ok
t/04-completions.t ... skipped: Set P6_JUPYTER_TEST_AUTOCOMPLETE to run these
t/05-autocomplete.t .. ok
t/06-magic.t ......... ok
t/07-comms.t ......... ok
t/99-meta.t .......... ok

Test Summary Report
-------------------
t/01-basic.t       (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 1 tests but ran 0.
Files=8, Tests=144, 58 wallclock secs ( 0.07 usr  0.01 sys + 49.80 cusr  1.82 csys = 51.70 CPU)
Result: FAIL
===> Testing [FAIL]: Jupyter::Kernel:ver<0.0.9>
Failed to get passing tests, but continuing with --force-test
===> Installing: Jupyter::Kernel:ver<0.0.9>
===> Install [OK] for Jupyter::Kernel:ver<0.0.9>

1 bin/ script [jupyter-kernel.p6] installed to:
/home/alex/Blin/installed/Jupyter::Kernel_0.0.9/bin

Ping @bduggan

Previous ticket: #160

bduggan commented 5 years ago

I see this is closed but I'll comment anyway -- I couldn't reproduce this -- looks like maybe it's just that the first run takes too long (precompilation?)

AlexDaniel commented 5 years ago

@bduggan this is an actual issue and it was closed by “mistake”. In the OP it says that the status is Flapper, meaning that it succeeds sometimes but other times it fails. It was closed because on the most recent run in succeeded (just luck), so it was closed automatically.

looks like maybe it's just that the first run takes too long (precompilation?)

No. It segfaulted. See this:

  Non-zero wait status: 11

That's a segfault. I don't know if there's an issue with Rakudo or with this module, but it's not OK.

AlexDaniel commented 5 years ago

Also, if you have troubles reproducing this, I recommend something like:

time while PERL6LIB=lib/ prove --exec=perl6 t/; do :; done

That is, keep running the tests until it fails.