-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI: intermittent linkcheck failure for https://www.gnu.org/licenses/agpl-3.0.en.html #1933
Comments
I saw this several times last week but forgot to report. +1 for ignoring. |
This error
is ultimately not the fault of the remote host (i.e. gnu.org), but a configuration issue on the local host (i.e. GitHub Actions runner). I'm guessing that something in For example, a host with working IPv6 vs. one without: $ ping 2001:470:142:5::116
PING 2001:470:142:5::116(2001:470:142:5::116) 56 data bytes
64 bytes from 2001:470:142:5::116: icmp_seq=1 ttl=55 time=12.8 ms
64 bytes from 2001:470:142:5::116: icmp_seq=2 ttl=55 time=12.8 ms
^C
--- 2001:470:142:5::116 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1002ms
rtt min/avg/max/mdev = 12.835/12.839/12.844/0.004 ms $ ping 2001:470:142:5::116
ping: connect: Network is unreachable Ignoring this particular link is fine for now, but if we find ourselves repeatedly hitting |
First noticed in CI run for #1924:
Maybe the link should be added to the
linkcheck_ignore
list?The text was updated successfully, but these errors were encountered: