<div dir="ltr">Package: ruby-html-proofer<div>Version: 3.19.2-4</div><div><br></div><div>During rebuilds of debian-testing on our build systems (which have minimal network available, in particular, they can only reach the local APT mirror, we ran into the failure below.</div><div>IMHO, generally disabling checks via 'nocheck` in such an environment is not a sensible option. Instead, packages should disable these tests or have them conditional on previously successfully testing network access (i.e. not just existence of a default route).</div><div><br></div><div><br></div><div>Failures:<br><br>  1) Command test works with alt-ignore<br>     Failure/Error: expect(output).to match('successfully')<br>     <br>       expected "Running [\"ScriptCheck\", \"LinkCheck\", \"ImageCheck\"] on spec/html-proofer/fixtures/images/ignora... message (if any) from the server is: Couldn't resolve host name\n\nHTML-Proofer found 1 failure!\n" to match "successfully"<br>       Diff:<br>       @@ -1,15 +1,29 @@<br>       -successfully<br>       +Running ["ScriptCheck", "LinkCheck", "ImageCheck"] on spec/html-proofer/fixtures/images/ignorable_alt_via_options.html on *.html... <br>       +<br>       +<br>       +Checking 1 external link...<br>       +Ran on 1 file!<br>       +<br>       +<br>       +<br>       +- spec/html-proofer/fixtures/images/ignorable_alt_via_options.html<br>       +  *  External link <a href="http://upload.wikimedia.org/wikipedia/en/thumb/2/22/Heckert_GNU_white.svg/256px-Heckert_GNU_white.svg.png">http://upload.wikimedia.org/wikipedia/en/thumb/2/22/Heckert_GNU_white.svg/256px-Heckert_GNU_white.svg.png</a> failed: response code 0 means something's wrong.<br>       +             It's possible libcurl couldn't connect to the server or perhaps the request timed out.<br>       +             Sometimes, making too many requests at once also breaks things.<br>       +             Either way, the return message (if any) from the server is: Couldn't resolve host name<br>       +<br>       +HTML-Proofer found 1 failure!<br>       <br>     # ./spec/html-proofer/command_spec.rb:14:in `block (2 levels) in <top (required)>'<br></div></div>