Perma signingscript.exceptions.SigningServerError: Cannot retrieve signing token from any signing server.
Categories
(Release Engineering :: Release Automation, defect, P1)
Tracking
(Not tracked)
People
(Reporter: intermittent-bug-filer, Assigned: mtabara)
References
Details
(Keywords: intermittent-failure)
Filed by: rmaries [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=274473764&repo=mozilla-release
Full log: https://queue.taskcluster.net/v1/task/VQTfw3YDQ66PBpKfO5q4Ew/runs/0/artifacts/public/logs/live_backing.log
2019-11-04 20:40:12,418 - asyncio - DEBUG - Using selector: EpollSelector
2019-11-04 20:40:12,421 - signingscript.utils - INFO - Loading signing server config from /app/configs/passwords.json
2019-11-04 20:40:12,421 - signingscript.utils - INFO - Signing server config loaded from /app/configs/passwords.json
2019-11-04 20:40:12,421 - signingscript.script - INFO - getting signingserver token
2019-11-04 20:40:12,422 - scriptworker.client - ERROR - Failed to run async_main
Traceback (most recent call last):
File "/app/lib/python3.7/site-packages/scriptworker/client.py", line 205, in _handle_asyncio_loop
await async_main(context)
File "/app/src/signingscript/script.py", line 68, in async_main
all_signing_formats,
File "/app/src/signingscript/task.py", line 191, in get_token
"Cannot retrieve signing token from any signing server."
signingscript.exceptions.SigningServerError: Cannot retrieve signing token from any signing server.
exit code: 5
Updated•6 years ago
|
| Assignee | ||
Comment 1•6 years ago
|
||
I've uplifted the GCP patches (all of the workers) from beta to release in the light of upcoming TCW 9th of Nov.
For some reason, the {win32,64} on-push signing jobs are failing with the error from comment 0.
Tom suggested we might need to adjust the format.
| Assignee | ||
Comment 2•6 years ago
|
||
Bumping priority as this is CI on mozilla-release and it's also blocking the migration.
If we can't find the fix in good time, we could also backout the patch.
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 3•6 years ago
|
||
Turns out I forgot to also uplift patches from bug 1540276. Thanks @aki and @tomprince for letting me know.
Grafting those now too to fix the mozilla-release
| Assignee | ||
Comment 4•6 years ago
|
||
| Assignee | ||
Comment 5•6 years ago
•
|
||
The follow-up uplifts fixed the broken signing jobs: https://treeherder.mozilla.org/#/jobs?repo=mozilla-release&revision=2d7eef3ae040515738746128dcbf718b8cfee1bb
Feel free to reopen this if I missed anything.
| Comment hidden (Intermittent Failures Robot) |
Updated•1 year ago
|
Description
•