Closed
Bug 1506920
Opened 7 years ago
Closed 7 years ago
valgrind job fails on mozilla-release due to use of image created on mozilla-esr60
Categories
(Firefox Build System :: Task Configuration, task)
Firefox Build System
Task Configuration
Tracking
(firefox-esr60 fixed, firefox63blocking fixed, firefox64 fixed, firefox65 fixed)
RESOLVED
FIXED
mozilla65
People
(Reporter: aryx, Assigned: tomprince)
Details
Attachments
(1 file)
When patches got pushed to mozilla-release today, the valgrind job permafailed: https://treeherder.mozilla.org/#/jobs?repo=mozilla-release&resultStatus=success%2Cusercancel%2Crunnable%2Ctestfailed%2Cbusted%2Cexception%2Cretry&group_state=expanded&searchStr=valgrind&tochange=9ff7289af005bc97da4ce8ff49cd899f3898494e&fromchange=d5749c65389e116c2cb6892337556f629908a9ca&selectedJob=211446017
Ignore the first failure, it's from bustage which got backed out
The image used for those jobs changed:
Old one from 2018-09-07 https://tools.taskcluster.net/groups/Nz3UpqlgRd6TnW-tqmDhZA/tasks/VU8KwwjGTQGXGMD4ze6j5Q/runs/2/logs/public%2Flogs%2Flive.log
New one from 2018-11-10, generated on ESR 60 https://tools.taskcluster.net/groups/HtaqSjBjRmCovGMtIchF1A/tasks/UAO2mhdyQ3adCHUirXY2VA/runs/0/logs/public%2Flogs%2Flive.log
ESR 60 uses valgrind 3.13.0 https://dxr.mozilla.org/mozilla-esr60/source/taskcluster/ci/packages/kind.yml#144
The other trees use 3.14.0.
Tom Prince explained that digest_data in https://searchfox.org/mozilla-central/source/taskcluster/taskgraph/transforms/docker_image.py defines how images are shared across trees.
| Assignee | ||
Comment 1•7 years ago
|
||
Updated•7 years ago
|
Attachment #9024868 -
Attachment description: Bug 1506920: Fix docker parent depedency tracking in digests; r?gps → Bug 1506920: [taskgraph] Track parent images in docker image digests; r?glandium
Updated•7 years ago
|
Assignee: nobody → mozilla
Comment 2•7 years ago
|
||
Setting as blocking for 63 as it seems that this is likely to block building 63.0.3.
status-firefox63:
--- → affected
tracking-firefox63:
--- → blocking
Pushed by rvandermeulen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7aa761d6638c
[taskgraph] Track parent images in docker image digests; r=dustin
Comment 4•7 years ago
|
||
| bugherder uplift | ||
status-firefox64:
--- → fixed
Comment 5•7 years ago
|
||
| bugherder uplift | ||
Comment 6•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
Updated•7 years ago
|
Severity: normal → major
| Assignee | ||
Comment 7•7 years ago
|
||
| bugherder uplift | ||
status-firefox-esr60:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•