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::Application #459

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

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

===> Found: Lumberjack::Application:ver<0.0.7>:auth<github:jonathanstowe>:api<1.0> [via Zef::Repository::Ecosystems<cpan>]
===> Fetching [OK]: Lumberjack::Application:ver<0.0.7>:auth<github:jonathanstowe>:api<1.0> to /home/alex/Blin/data/zef-data/tmp/1549583671.27492.2544/Lumberjack-Application-0.0.7.tar.gz
===> Extraction [OK]: Lumberjack::Application to /home/alex/Blin/data/zef-data/store/Lumberjack-Application-0.0.7.tar.gz
===> Testing: Lumberjack::Application:ver<0.0.7>:auth<github:jonathanstowe>:api<1.0>
t/001-meta.t ...... ok
# Failed test 'lib/Lumberjack/Dispatcher/Proxy.pm'
# at t/010-use-all.t line 9
# ===SORRY!===
# Serialization Error: missing static code ref for closure '' (src/Perl6/World.nqp:2453)
# 
# Looks like you failed 1 test of 8
t/010-use-all.t ... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/8 subtests 
t/020-template.t .. ok
t/030-message.t ... ok
t/040-supply.t .... ok
proxy-dispatch failed
# Failed test 'got the message in the receiver'
# at t/050-proxy.t line 44
# expected: '1'
#      got: '0'
# Failed test 'got the message'
# at t/050-proxy.t line 45
# Actual type: Any
No such method 'message' for invocant of type 'Any'
  in block <unit> at t/050-proxy.t line 46

t/050-proxy.t ..... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/3 subtests 

Test Summary Report
-------------------
t/010-use-all.t (Wstat: 256 Tests: 8 Failed: 1)
  Failed test:  2
  Non-zero exit status: 1
t/050-proxy.t   (Wstat: 512 Tests: 3 Failed: 2)
  Failed tests:  2-3
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
Files=6, Tests=32, 49 wallclock secs ( 0.06 usr  0.00 sys + 39.37 cusr  1.80 csys = 41.23 CPU)
Result: FAIL
===> Testing [FAIL]: Lumberjack::Application:ver<0.0.7>:auth<github:jonathanstowe>:api<1.0>
Failed to get passing tests, but continuing with --force-test
===> Installing: Lumberjack::Application:ver<0.0.7>:auth<github:jonathanstowe>:api<1.0>
===> Install [FAIL] for Lumberjack::Application: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

Previous ticket: #145

jonathanstowe commented 5 years ago

Will retest but I suspect that is the same rakudo bug.

jonathanstowe commented 5 years ago

I'm going to make another release of Lumberjack that rolls back the thing that provokes this but this is so a bug in the compiler.

A different form of https://github.com/rakudo/rakudo/issues/2620 which appeared to have been fixed. It's just manifesting differently.

jonathanstowe commented 5 years ago

This particular problem is fixed by new release of Lumberjack, however I'm fairly certain that other dependencies out of my control are broken too.