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

Lumberjack #458

Closed AlexDaniel closed 5 years ago

AlexDaniel commented 5 years ago

Module Lumberjack 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: Lumberjack
===SORRY!===
Serialization Error: missing static code ref for closure '' (src/Perl6/World.nqp:2453)

===> Found: Lumberjack:ver<0.0.7>:auth<github:jonathanstowe>:api<1.0> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: Lumberjack:ver<0.0.7>:auth<github:jonathanstowe>:api<1.0> to /home/alex/Blin/data/zef-data/tmp/1549581061.26191.9433/Lumberjack.git
===> Extraction [OK]: Lumberjack to /home/alex/Blin/data/zef-data/store/Lumberjack.git
===> Testing: Lumberjack:ver<0.0.7>:auth<github:jonathanstowe>:api<1.0>
t/001-meta.t ................ ok
# Failed test 'Can use Lumberjack module'
# at t/010-basic.t line 6
# ===SORRY!===
# Serialization Error: missing static code ref for closure '' (src/Perl6/World.nqp:2453)
# 
# Looks like you failed 1 test of 1
t/010-basic.t ............... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests 
t/020-class.t ............... ok
t/030-simple.t .............. ok
t/040-dispatcher-basic.t .... ok
t/050-formatter.t ........... ok
t/060-dispatcher-console.t .. ok
t/070-dispatcher-file.t ..... ok

Test Summary Report
-------------------
t/010-basic.t             (Wstat: 256 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
Files=8, Tests=185, 44 wallclock secs ( 0.07 usr  0.01 sys + 40.84 cusr  1.29 csys = 42.21 CPU)
Result: FAIL
===> Testing [FAIL]: Lumberjack:ver<0.0.7>:auth<github:jonathanstowe>:api<1.0>
Failed to get passing tests, but continuing with --force-test
===> Installing: Lumberjack:ver<0.0.7>:auth<github:jonathanstowe>:api<1.0>
===> Install [FAIL] for Lumberjack:ver<0.0.7>:auth<github:jonathanstowe>:api<1.0>: ===SORRY!===
Serialization Error: missing static code ref for closure '' (src/Perl6/World.nqp:2453)

Ping @jonathanstowe

jonathanstowe commented 5 years ago

Same rakudo bug. You may note that if you run the tests again it will work fine,

AlexDaniel commented 5 years ago

I assume https://github.com/perl6/ecosystem-unbitrot/issues/460

jonathanstowe commented 5 years ago

I had an unfounded faith in the inexhorable progress of Rakudo ;-) I'll roll back the change that assumed the precompilation bug was actually fixed.

jonathanstowe commented 5 years ago

The above commit reverts the change that broke it, uploaded v0.0.8 to CPAN

jonathanstowe commented 5 years ago

Ignore the travis failure that was just me being somewhat hungover.