(api/developer/augur.merge: line 7) broken https://www.gnu.org/software/bash/manual/bash.html#ANSI_002dC-Quoting - HTTPSConnectionPool(host='www.gnu.org', port=443): Max retries exceeded with url: /software/bash/manual/bash.html (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f4835cbc1c0>: Failed to establish a new connection: [Errno 101] Network is unreachable'))
build finished with problems.
make: *** [Makefile:20: linkcheck] Error 1
This seems like a transient network error which shows up as a failing check ❌ on the PR which confused me at first.
I've just run into this error on an Augur PR which did not change any docs links:
This seems like a transient network error which shows up as a failing check ❌ on the PR which confused me at first.
Possible solutions
linkcheckinto a separate job on docs-ci and usecontinue-on-error: truemake linkcheckout into a distinct job [#106] #107linkcheckin CI but instead on a weekly scheduletimeoutcodesbrokencodes on a case-by-case basis. If it's intermittent, add tolinkcheck_ignore. Otherwise, update or remove the link.