Troubleshooting network connectivity issues with CircleCI runners

Overview

This support article provides troubleshooting steps to address network connectivity issues with CircleCI runners. If you are experiencing timeouts and errors related to updating the launch-agent to the newest version, this article will guide you in resolving the issue. For example:

level=warning msg="could not update launch-agent to new version: error checking agent for os=\"linux\" arch=\"amd64\": Get \"https://runner.circleci.com/api/v2/launch-agent/download?arch=amd64&os=linux\": context deadline exceeded (Client.Timeout exceeded while awaiting headers)"

Troubleshooting tips

  • Check Network Latency: Use traceroute to the runner.circleci.com IPs to identify any network latency issues. Traceroute helps to visualize the network path and identify potential points of congestion or delays.

  • Verify QoS and Firewall Settings: Double-check and ensure that the hardware running the CircleCI runners does not have Quality of Service (QoS) enabled or a built-in firewall that may interfere with the network connectivity.

  • Re-run Tasks on Failing Runners: If the issue persists, re-run tasks on the failing runner to gather recent metrics and investigate further.

Solution

For runners experiencing infrastructure failure due to network connectivity issues, a restart may result then in a successful workflow once networking issues have passed. 

 

Additional Resources

Troubleshooting Self-Hosted Runner

 

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.