Closed
Bug 1361413
Opened 8 years ago
Closed 8 years ago
Docker image builder tasks fail due to missing locale-gen
Categories
(NSS :: Build, enhancement)
NSS
Build
Tracking
(Not tracked)
RESOLVED
FIXED
3.31
People
(Reporter: ttaubert, Assigned: ttaubert)
Details
https://public-artifacts.taskcluster.net/HeeIhYr3QvCT0MV2jUKBZQ/0/public/logs/live_backing.log
The image builder tasks currently fails on (at least) nss-try, the setup.sh can't find locale-gen. We didn't change these images in a looong time and I have no idea what's up.
We're forced to rebuild them because it's a new month. That was explicitly merged into the context hash to detect issues like this early :)
Building the docker image locally works just fine, not sure why this permanently fails on TC.
Assignee | ||
Comment 1•8 years ago
|
||
Assignee: nobody → ttaubert
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•8 years ago
|
||
Comment 3•8 years ago
|
||
https://hg.mozilla.org/mozilla-central/file/default/taskcluster/docker/image_builder is the source for the taskcluster/image_builder docker image, if that helps.
Assignee | ||
Comment 4•8 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → 3.31
Assignee | ||
Comment 5•8 years ago
|
||
Pushed a real fix as a follow-up:
https://hg.mozilla.org/projects/nss/rev/31d19659232d
Comment 6•8 years ago
|
||
I ported this fix to the NSS_TLS13_DRAFT19_BRANCH branch:
https://hg.mozilla.org/projects/nss/rev/5753a7d5563aa890eb1dd6e1203cceb918784960
https://hg.mozilla.org/projects/nss/rev/1ea4c7ebd09bf5b1d5b9e2cb6368a6266a8940cb
Build failures suck.
Assignee | ||
Comment 7•8 years ago
|
||
Thanks and sorry about that. We might have to do that for all older branches too if we backport patches. The downsides of CI configs living in the tree when some configuration outsides of the tree changes mysteriously.
Comment 8•8 years ago
|
||
No apology necessary. I intended to track the tip of trunk with the branch, I just thought that I could cherry pick and got explosions.
You need to log in
before you can comment on or make changes to this bug.
Description
•