Closed
Bug 1787098
Opened 3 years ago
Closed 3 years ago
Perma exception [taskcluster:error] `task.payload` format is invalid json schema errors: "Artifact expiration for 'public/logs' must not be greater than task expiration.
Categories
(Firefox Build System :: Task Configuration, defect)
Firefox Build System
Task Configuration
Tracking
(firefox-esr91 unaffected, firefox-esr102 unaffected, firefox104 unaffected, firefox105 unaffected, firefox106 fixed)
RESOLVED
FIXED
106 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr91 | --- | unaffected |
| firefox-esr102 | --- | unaffected |
| firefox104 | --- | unaffected |
| firefox105 | --- | unaffected |
| firefox106 | --- | fixed |
People
(Reporter: CosminS, Unassigned)
References
(Regression)
Details
(Keywords: regression)
Started with this merge.
Failure log: https://firefox-ci-tc.services.mozilla.com/tasks/PCU-GRTRQaShRMWacnbGPA/runs/1/logs/public/logs/live.log
[taskcluster 2022-08-25 04:03:03.653Z] using cache "gecko-level-3-checkouts-hg58-v3-35e6d2147228a7dd8319" -> /builds/worker/checkouts
[taskcluster 2022-08-25 04:03:03.653Z] using cache "gecko-level-3-tooltool-cache-v3-35e6d2147228a7dd8319" -> /builds/worker/tooltool-cache
[taskcluster:error] `task.payload` format is invalid json schema errors:
[
"Artifact expiration for 'public/logs' must not be greater than task expiration. Artifact expiration is 'Fri Aug 25 2023 04:00:26 GMT+0000 (Coordinated Universal Time)' but task expiration is 'Wed Nov 23 2022 04:00:26 GMT+0000 (Coordinated Universal Time)'"
]
[taskcluster 2022-08-25 04:03:04.762Z] Unsuccessful task run with exit code: -1 completed in 1.11 seconds
I think this might be due to changes in Bug 1649987: https://hg.mozilla.org/mozilla-central/rev/925838f86a8033cc4d8119ba1df5bb21219e0f8c
Flags: needinfo?(bhyde)
Updated•3 years ago
|
Keywords: regression
| Reporter | ||
Comment 1•3 years ago
|
||
Looks like backing out Bug 1649987 solved the issue, treeherder link.
Comment 2•3 years ago
|
||
Fixed by backout.
Status: NEW → RESOLVED
Closed: 3 years ago
Flags: needinfo?(bhyde)
Resolution: --- → FIXED
Target Milestone: --- → 106 Branch
Comment 3•3 years ago
|
||
Shouldn't this have been caught at decision task time instead of on startup of the downstream tasks?
You need to log in
before you can comment on or make changes to this bug.
Description
•