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

p6lert #552

Open
AlexDaniel opened this issue Feb 8, 2019 · 4 comments
Open

p6lert #552

AlexDaniel opened this issue Feb 8, 2019 · 4 comments
Labels
works for me Does not seem to be any problem

Comments

@AlexDaniel
Copy link
Member

Module p6lert cannot be installed (AlwaysFail), 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: p6lert
===> Found: p6lert:ver<1.002001> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: p6lert:ver<1.002001> to /home/alex/Blin/data/zef-data/tmp/1549583703.28030.1129/perl6-p6lert.git
===> Extraction [OK]: p6lert to /home/alex/Blin/data/zef-data/store/perl6-p6lert.git
===> Testing: p6lert:ver<1.002001>
===SORRY!===
Could not find Temp::Path at line 5 in:
    file#/home/alex/Blin/data/zef-data/store/perl6-p6lert.git/d93b4bd891802d2de88123dd3fb2b29d7a463245/lib
    file#/home/alex/Blin/data/zef-data/store/perl6-p6lert.git/d93b4bd891802d2de88123dd3fb2b29d7a463245
    file#/home/alex/Blin/data/zef-data/store/perl6-p6lert.git/d93b4bd891802d2de88123dd3fb2b29d7a463245/data/zef/lib
    inst#/home/alex/Blin/installed/WWW::P6lert_1.001004
    inst#/home/alex/Blin/installed/Testo_1.003006
    inst#/home/alex/Blin/installed/WWW_1.005003
    inst#/home/alex/Blin/installed/Test::META_0.0.14
    inst#/home/alex/Blin/installed/META6_0.0.21
    inst#/home/alex/Blin/installed/JSON::Fast_0.9.12
    inst#/home/alex/Blin/installed/JSON::Class_0.0.11
    inst#/home/alex/Blin/installed/JSON::Marshal_0.0.16
    inst#/home/alex/Blin/installed/JSON::Name_0.0.3
    inst#/home/alex/Blin/installed/JSON::Unmarshal_0.08
    inst#/home/alex/Blin/installed/URI_v.0.1.4
    inst#/home/alex/Blin/installed/HTTP::UserAgent_1.1.46
    inst#/home/alex/Blin/installed/File::Temp_0.0.6
    inst#/home/alex/Blin/installed/File::Directory::Tree_*
    inst#/home/alex/Blin/installed/Test::Util::ServerPort_0.0.2
    inst#/home/alex/Blin/installed/IO::Capture::Simple_*
    inst#/home/alex/Blin/installed/IO::Socket::SSL_0.0.1
    inst#/home/alex/Blin/installed/OpenSSL_0.1.21
    inst#/home/alex/Blin/installed/MIME::Base64_1.2.1
    inst#/home/alex/Blin/installed/DateTime::Parse_0.9.1
    inst#/home/alex/Blin/installed/HTTP::Status_*
    inst#/home/alex/Blin/installed/Encode_0.0.2
    inst#/home/alex/Blin/installed/Test::When_1.001008
    inst#/home/alex/.perl6
    inst#/tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6/site
    inst#/tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6/vendor
    inst#/tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6
    ap#
    nqp#
    perl5#
t/00-basics.t .. 
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run 

Test Summary Report
-------------------
t/00-basics.t (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
Files=1, Tests=0,  2 wallclock secs ( 0.03 usr  0.00 sys +  1.17 cusr  0.06 csys =  1.26 CPU)
Result: FAIL
===> Testing [FAIL]: p6lert:ver<1.002001>
Failed to get passing tests, but continuing with --force-test
===> Installing: p6lert:ver<1.002001>
===> Install [OK] for p6lert:ver<1.002001>

1 bin/ script [p6lert] installed to:
/home/alex/Blin/installed/p6lert_1.002001/bin

Ping @perl6-community-modules

Previous ticket: #2

@JJ JJ added the fixed The module was fixed, waiting for it to be closed automatically label Feb 10, 2019
@JJ
Copy link
Collaborator

JJ commented Feb 10, 2019

This fixed itself. I could find no problem with it, but I changed configuration anyway.

@AlexDaniel AlexDaniel removed the fixed The module was fixed, waiting for it to be closed automatically label Feb 10, 2019
@AlexDaniel
Copy link
Member Author

Could not find Temp::Path at line 5 in:

There's no Temp::Path in any of the depends fields:
https://github.com/perl6-community-modules/perl6-p6lert/blob/master/META6.json

@JJ
Copy link
Collaborator

JJ commented Feb 10, 2019

That too...

@JJ
Copy link
Collaborator

JJ commented Feb 10, 2019

There's something missing in these modules this issue is similar, and there's no such thing in the responses. I'm inclined to think there's some importing magic being done we're missing.

@JJ JJ added the works for me Does not seem to be any problem label Feb 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
works for me Does not seem to be any problem
Projects
None yet
Development

No branches or pull requests

2 participants