BMR COT ERROR - Hit ScriptWorkerException: 'path public/build/target.langpack.xpi not in beetmover:build eTHQdaMYQMyjIsrnmVncxA chain of trust artifacts!'
Categories
(Firefox Build System :: Task Configuration, task)
Tracking
(firefox-esr60 unaffected, firefox66 unaffected, firefox67 unaffected, firefox68 fixed)
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox66 | --- | unaffected |
firefox67 | --- | unaffected |
firefox68 | --- | fixed |
People
(Reporter: apavel, Unassigned)
References
Details
2019-03-22T04:24:13 CRITICAL - Chain of Trust verification error!
Traceback (most recent call last):
File "/builds/scriptworker/lib/python3.6/site-packages/scriptworker/cot/verify.py", line 2212, in verify_chain_of_trust
await download_cot_artifacts(chain)
File "/builds/scriptworker/lib/python3.6/site-packages/scriptworker/cot/verify.py", line 739, in download_cot_artifacts
mandatory_artifacts_paths = await raise_future_exceptions(mandatory_artifact_tasks)
File "/builds/scriptworker/lib/python3.6/site-packages/scriptworker/utils.py", line 327, in raise_future_exceptions
succeeded_results, _ = await _process_future_exceptions(tasks, raise_at_first_error=True)
File "/builds/scriptworker/lib/python3.6/site-packages/scriptworker/utils.py", line 361, in _process_future_exceptions
raise exc
File "/builds/scriptworker/lib/python3.6/site-packages/scriptworker/cot/verify.py", line 687, in download_cot_artifact
raise CoTError("path {} not in {} {} chain of trust artifacts!".format(path, link.name, link.task_id))
scriptworker.exceptions.CoTError: 'path public/build/target.langpack.xpi not in beetmover:build eTHQdaMYQMyjIsrnmVncxA chain of trust artifacts!'
2019-03-22T04:24:13 ERROR - Hit ScriptWorkerException: 'path public/build/target.langpack.xpi not in beetmover:build eTHQdaMYQMyjIsrnmVncxA chain of trust artifacts!'
2019-03-22T04:24:13 DEBUG - "/builds/scriptworker/artifacts/public/logs/chain_of_trust.log" is encoded with "None" and has mime/type "text/plain"
2019-03-22T04:24:13 INFO - "/builds/scriptworker/artifacts/public/logs/chain_of_trust.log" can be gzip'd. Compressing...
Mike, please take a look.
Comment 1•6 years ago
|
||
from #releaseduty:
09:21 < jcristau> https://tools.taskcluster.net/groups/SPmSTdYTT2udPMXsetxccg/tasks/fyTsb2nBSgy-eblC8q0fnQ/details explains the missing en-US i guess
09:21 < jcristau> CoT failure
09:30 <@nthomas> looks like eTHQdaMYQMyjIsrnmVncxA didn’t produce the langpack
09:34 <@nthomas> previous nightly failed in the same way
09:35 <@nthomas> something between 25398e555020 and b2f1edb41241
09:39 <@nthomas> I would hazard a guess it’s fallout from https://hg.mozilla.org/mozilla-central/rev/74b3bf36f5e8
09:40 <@nthomas> yielding no target.langpack.xpi on the Windows 2012 AArch64 opt N (eg https://taskcluster-web.netlify.com/tasks/GhXHjG9zReuz1dMy6p096A)
09:40 <@nthomas> when there was on PCfl3sP8THezkVImAvgehA
Reporter | ||
Comment 2•6 years ago
|
||
Bug 1527463 got backed out https://hg.mozilla.org/mozilla-central/rev/cc2984b1f9f28bc2ab198efd1378db80db36f4d6
Updated•6 years ago
|
Comment hidden (Intermittent Failures Robot) |
Description
•