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

p6lert #552

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module p6lert 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: 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 commented 5 years ago

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

AlexDaniel commented 5 years ago

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 commented 5 years ago

That too...

JJ commented 5 years ago

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.