Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Nov 8, 2022

No description provided.

@vstinner
Copy link
Member Author

vstinner commented Nov 8, 2022

Recent example: https://buildbot.python.org/all/#/builders/531/builds/2842

On "s390x Fedora Clang Installed 3.x", the git fetch -f -t https://github.com/python/cpython.git main --progress command failed with:

fatal: unable to access 'https://github.com/python/cpython.git/': The requested URL returned error: 503

The "git" step fails but has warnOnFailure = True. Problem: the "uninstall" also failed because the target/ directory doesn't exist. It marked the whole step as a failure, whereas it's expected that uninstall fails. It's not a bug in Python, just a network issue.

@vstinner vstinner merged commit 1c8901a into main Nov 8, 2022
@vstinner vstinner deleted the uninstall_warning branch November 8, 2022 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants