This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Buildbots: random "Failed to connect to github.com port 443: Connection timed out" errors
Type: Stage: resolved
Components: Tests Versions: Python 3.7
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: vstinner
Priority: normal Keywords: buildbot

Created on 2017-10-03 11:44 by vstinner, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg303598 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2017-10-03 11:44
Sometimes, the "git" step fails on buildbots. ARMv7 Ubuntu 3.x just failed on build 1481, atTue Oct 3 11:14:22 2017:

http://buildbot.python.org/all/builders/ARMv7%20Ubuntu%203.x/builds/1481/steps/git/logs/stdio

git fetch -t https://github.com/python/cpython.git master
(...)
fatal: unable to access 'https://github.com/python/cpython.git/': Failed to connect to github.com port 443: Connection timed out
msg304886 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2017-10-24 09:24
I didn't see the failure recently, I close the issue.
History
Date User Action Args
2022-04-11 14:58:53adminsetgithub: 75855
2017-10-24 09:24:18vstinnersetstatus: open -> closed
resolution: out of date
messages: + msg304886

stage: resolved
2017-10-03 11:44:09vstinnercreate