Module Net::Curl 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).
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: Net::Curl
===> Found: Net::Curl:ver<0.1.0>:auth<github:azawawi> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: Net::Curl:ver<0.1.0>:auth<github:azawawi> to /home/alex/Blin/data/zef-data/tmp/1549579675.18481.3130/perl6-net-curl.git
===> Extraction [OK]: Net::Curl to /home/alex/Blin/data/zef-data/store/perl6-net-curl.git
===> Testing: Net::Curl:ver<0.1.0>:auth<github:azawawi>
t/01-load.t ........... ok
t/02-nativecall.t ..... ok
Cannot locate native library 'libcurl.so': libcurl.so: cannot open shared object file: No such file or directory
in method setup at /tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6/sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 287
in method CALL-ME at /tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6/sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 576
in method download at /home/alex/Blin/data/zef-data/store/perl6-net-curl.git/6058c370112a2477b71608ee273231cde1d8f4ae/lib/Net/Curl/Easy.pm6 (Net::Curl::Easy) line 11
in block <unit> at t/03-easy_encoding.t line 16
t/03-easy_encoding.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests
Test Summary Report
-------------------
t/03-easy_encoding.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 1 tests but ran 0.
Files=3, Tests=2, 21 wallclock secs ( 0.02 usr 0.02 sys + 18.59 cusr 0.51 csys = 19.14 CPU)
Result: FAIL
===> Testing [FAIL]: Net::Curl:ver<0.1.0>:auth<github:azawawi>
Failed to get passing tests, but continuing with --force-test
===> Installing: Net::Curl:ver<0.1.0>:auth<github:azawawi>
===> Install [OK] for Net::Curl:ver<0.1.0>:auth<github:azawawi>
Module Net::Curl cannot be installed (
AlwaysFail
), perhaps it has some failing tests.works for me
label, leave a comment saying that it works for you and mention any details that you feel are important.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.PR sent
label.failing dependency
label and write a comment explaining the situation. Feel free to work on the corresponding ticket for the failing dependency.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:
Ping @azawawi
Previous ticket: #123