Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lumberjack #458

Closed
AlexDaniel opened this issue Feb 8, 2019 · 5 comments
Closed

Lumberjack #458

AlexDaniel opened this issue Feb 8, 2019 · 5 comments
Assignees

Comments

@AlexDaniel
Copy link
Member

Module Lumberjack cannot be installed (Flapper), perhaps it has some failing tests.

  • Tickets are opened/closed in this repo automatically (though not immediately).
  • If you can install the module without any problems, add works for me label, leave a comment saying that it works for you and mention any details that you feel are important.
  • If it needs a native library, put native dependency label, describe what you did to install it and ensure that same instructions are present in the README file of the module (otherwise submit a pull request). Also try to update this wiki page.
  • If the module is broken, try to fix it and send a PR. Add PR sent label.
  • If there is a problem in one of the dependencies, add failing dependency label and write a comment explaining the situation. Feel free to work on the corresponding ticket for the failing dependency.
  • It is a good idea to assign yourself to this ticket if you're working on it (to make sure two or more people are not working on the same ticket at the same time).
  • Once you are done, search for a next ticket.

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
Copy link

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

@AlexDaniel
Copy link
Member Author

I assume #460

@jonathanstowe
Copy link

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 jonathanstowe self-assigned this Feb 8, 2019
jonathanstowe added a commit to jonathanstowe/Lumberjack that referenced this issue Feb 9, 2019
It appears that the rakudo problem that made this break wasn't
quite as fixed as I thought it was.

This should address Raku/ecosystem-unbitrot#458

This reverts commit 1bc85ac.
@jonathanstowe
Copy link

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

@jonathanstowe
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants