Page MenuHomePhabricator

Scap release pipeline failing with blubber/buildkit:experimental-native-llb
Closed, ResolvedPublic

Description

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.

Details

Related Changes in GitLab:
TitleReferenceAuthorSource BranchDest Branch
build: Support proxy build argumentsrepos/releng/blubber!98dduvallexperimental/native-llb-I70534841d23d61e470cc2d8f5383f8bb02856655experimental/native-llb
Customize query in GitLab

Event Timeline

dancy triaged this task as High priority.Jun 20 2024, 4:26 PM
dancy updated the task description. (Show Details)
dduvall changed the task status from Open to In Progress.Jun 20 2024, 11:18 PM
dduvall claimed this task.
dduvall moved this task from Backlog to Doing on the Release Pipeline (Blubber) board.

I was able to successfully build a scap release today. Thanks @dduvall !