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

SOAP::Client #517

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module SOAP::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: SOAP::Client
===> Found: SOAP::Client:ver<1.0.0>:auth<github:retupmoca> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: SOAP::Client:ver<1.0.0>:auth<github:retupmoca> to /home/alex/Blin/data/zef-data/tmp/1549581629.13134.2596/P6-SOAP.git
===> Extraction [OK]: SOAP::Client to /home/alex/Blin/data/zef-data/store/P6-SOAP.git
===> Testing: SOAP::Client:ver<1.0.0>:auth<github:retupmoca>
could not parse XML
  in method new at /home/alex/Blin/installed/XML_0.0.4/sources/1F37A0A146215373427BCB5802D5E14D86007C18 (XML::Document) line 75
  in sub from-xml at /home/alex/Blin/installed/XML_0.0.4/sources/A0EA222513AC108689C724A974A9B28D2CE3D0DF (XML) line 9
  in method parse at /home/alex/Blin/data/zef-data/store/P6-SOAP.git/05b4f2f6293a6975324aaac7ca8063db366a55bd/lib/SOAP/Client/WSDL.pm6 (SOAP::Client::WSDL) line 23
  in method parse-url at /home/alex/Blin/data/zef-data/store/P6-SOAP.git/05b4f2f6293a6975324aaac7ca8063db366a55bd/lib/SOAP/Client/WSDL.pm6 (SOAP::Client::WSDL) line 19
  in method new at /home/alex/Blin/data/zef-data/store/P6-SOAP.git/05b4f2f6293a6975324aaac7ca8063db366a55bd/lib/SOAP/Client.pm6 (SOAP::Client) line 20
  in block <unit> at t/05-simple-service.t line 8

t/05-simple-service.t .. 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 6/6 subtests 

Test Summary Report
-------------------
t/05-simple-service.t (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 6 tests but ran 0.
Files=1, Tests=0,  9 wallclock secs ( 0.02 usr  0.01 sys +  7.13 cusr  0.32 csys =  7.48 CPU)
Result: FAIL
===> Testing [FAIL]: SOAP::Client:ver<1.0.0>:auth<github:retupmoca>
Failed to get passing tests, but continuing with --force-test
===> Installing: SOAP::Client:ver<1.0.0>:auth<github:retupmoca>
===> Install [OK] for SOAP::Client:ver<1.0.0>:auth<github:retupmoca>

Ping @retupmoca

Previous ticket: #72

jonathanstowe commented 5 years ago

The https://github.com/retupmoca/P6-SOAP/pull/5 addresses the underlying problem with the live service that is used for the test but there is a problem with the test plan which I'll PR

jonathanstowe commented 5 years ago

Sent https://github.com/retupmoca/P6-SOAP/pull/6 to round everything up.

I also think it would be cool if plan * actually did work, perhaps inserting an END phaser or something that does what done-testing does. But that's something for another day.