I encountered a problem with the scap release pipeline today:
#14 [binary-dist-bookworm-build] 🖥️ $ python3 "-m" "pip" "install" "-U" "setuptools!=60.9.0" && python3 "-m" "pip" "install" "-U" "wheel" "tox" "pip"
#14 0.922 Requirement already satisfied: setuptools!=60.9.0 in /opt/lib/venv/lib/python3.11/site-packages (66.1.1)
#14 60.99 WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fc54ae27b50>: Failed to establish a new connection: [Errno 101] Network is unreachable')': /simple/setuptools/
... last message repeats until job is cancelled...xref: https://gitlab.wikimedia.org/repos/releng/scap/-/jobs/288113
This is with frontend docker-registry.wikimedia.org/repos/releng/blubber/buildkit:experimental-native-llb@sha256:981c1e756fa8a0b3df51b3d90930fb92031b098bd097f9d6f8abb866e4e62799
It seems like the HTTP proxy stuff is not being handled correctly.