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

Net::DNS #480

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module Net::DNS 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: Net::DNS
===> Found: Net::DNS:ver<1.1.0>:auth<github:retupmoca> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: Net::DNS:ver<1.1.0>:auth<github:retupmoca> to /home/alex/Blin/data/zef-data/tmp/1549579595.15892.8061/P6-Net-DNS.git
===> Extraction [OK]: Net::DNS to /home/alex/Blin/data/zef-data/store/P6-Net-DNS.git
===> Testing: Net::DNS:ver<1.1.0>:auth<github:retupmoca>
t/01-basic.t ....... ok
t/02-lookup-ips.t .. ok
# Failed test '...Got a valid response!'
# at t/03-lookup-mx.t line 16
# Looks like you failed 1 test of 3
t/03-lookup-mx.t ... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/3 subtests 

Test Summary Report
-------------------
t/03-lookup-mx.t (Wstat: 256 Tests: 3 Failed: 1)
  Failed test:  3
  Non-zero exit status: 1
Files=3, Tests=12, 27 wallclock secs ( 0.04 usr  0.01 sys + 21.20 cusr  1.55 csys = 22.80 CPU)
Result: FAIL
===> Testing [FAIL]: Net::DNS:ver<1.1.0>:auth<github:retupmoca>
Failed to get passing tests, but continuing with --force-test
===> Installing: Net::DNS:ver<1.1.0>:auth<github:retupmoca>
===> Install [OK] for Net::DNS:ver<1.1.0>:auth<github:retupmoca>

Ping @retupmoca

lukasvalle commented 5 years ago

===> Testing: Net::DNS:ver<1.1.0>:auth ===> Testing [OK] for Net::DNS:ver<1.1.0>:auth ===> Installing: Net::DNS:ver<1.1.0>:auth The command "zef install ." exited with 0.

JJ commented 5 years ago

@lukasvalle, it's better if you don't close any issue; just tag it and it will be taken care of down the line.

lukasvalle commented 5 years ago

as recommend by JJ

AlexDaniel commented 5 years ago

To expand on that a little bit: if the PR is not merged fast enough, a new ticket will be created for the same module. So it's more convenient to leave it open and let it be closed by the script when the time comes.

PR in question: https://github.com/retupmoca/P6-Net-DNS/pull/17