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

Web::Scraper #541

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module Web::Scraper 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: Web::Scraper
===> Found: Web::Scraper:ver<0.1.3>:auth<github:tony-o> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: Web::Scraper:ver<0.1.3>:auth<github:tony-o> to /home/alex/Blin/data/zef-data/tmp/1549582112.25592.7317/perl6-web-scraper.git
===> Extraction [OK]: Web::Scraper to /home/alex/Blin/data/zef-data/store/perl6-web-scraper.git
===> Testing: Web::Scraper:ver<0.1.3>:auth<github:tony-o>
t/01_basic.t .. ok
Couldn't determine data type or parse XML
  in method scrape at /home/alex/Blin/data/zef-data/store/perl6-web-scraper.git/ff19075b3db215a88f718c76778dd57dd26961db/lib/Web/Scraper.pm6 (Web::Scraper) line 106
  in block <unit> at t/02_http.t line 13

t/02_http.t ... 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
t/03_chain.t .. ok

Test Summary Report
-------------------
t/02_http.t (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
Files=3, Tests=26, 11 wallclock secs ( 0.03 usr  0.00 sys +  8.88 cusr  0.37 csys =  9.28 CPU)
Result: FAIL
===> Testing [FAIL]: Web::Scraper:ver<0.1.3>:auth<github:tony-o>
Failed to get passing tests, but continuing with --force-test
===> Installing: Web::Scraper:ver<0.1.3>:auth<github:tony-o>
===> Install [OK] for Web::Scraper:ver<0.1.3>:auth<github:tony-o>

Ping @tony-o

lukasvalle commented 5 years ago

Site in test file does redirect to https. Maybe missing dependency:

501 Protocol scheme 'https' is only supported if IO::Socket::SSL is installed <URL:https://design.perl6.org/S05.html>

lukasvalle commented 5 years ago

not failing, but missing dependency

lukasvalle commented 5 years ago

https://github.com/tony-o/perl6-web-scraper/pull/7