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

HTTP::Client #415

Closed AlexDaniel closed 5 years ago

AlexDaniel commented 5 years ago

Module HTTP::Client 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: HTTP::Client
===> Found: HTTP::Client:ver<0.0.2> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: HTTP::Client:ver<0.0.2> to /home/alex/Blin/data/zef-data/tmp/1549581317.4320.2817/perl6-http-client.git
===> Extraction [OK]: HTTP::Client to /home/alex/Blin/data/zef-data/store/perl6-http-client.git
===> Testing: HTTP::Client:ver<0.0.2>
# Failed test 'Result was successful.'
# at t/01-get.t line 14
# Failed test 'Content was correct.'
# at t/01-get.t line 19
# Looks like you failed 2 tests of 6
t/01-get.t ............. 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/6 subtests 
# Failed test 'Result was successful.'
# at t/02-post.t line 18
# Failed test 'Content was correct.'
# at t/02-post.t line 23
# Looks like you failed 2 tests of 5
t/02-post.t ............ 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/5 subtests 
# Failed test 'Result was successful.'
# at t/03-post-multipart.t line 22
# Failed test 'Content was correct.'
# at t/03-post-multipart.t line 27
# Looks like you failed 2 tests of 5
t/03-post-multipart.t .. 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/5 subtests 

Test Summary Report
-------------------
t/01-get.t           (Wstat: 512 Tests: 6 Failed: 2)
  Failed tests:  2, 4
  Non-zero exit status: 2
t/02-post.t          (Wstat: 512 Tests: 5 Failed: 2)
  Failed tests:  2, 4
  Non-zero exit status: 2
t/03-post-multipart.t (Wstat: 512 Tests: 5 Failed: 2)
  Failed tests:  2, 4
  Non-zero exit status: 2
Files=3, Tests=16, 10 wallclock secs ( 0.03 usr  0.01 sys +  9.82 cusr  0.57 csys = 10.43 CPU)
Result: FAIL
===> Testing [FAIL]: HTTP::Client:ver<0.0.2>
Failed to get passing tests, but continuing with --force-test
===> Installing: HTTP::Client:ver<0.0.2>
===> Install [OK] for HTTP::Client:ver<0.0.2>

Ping @supernovus