Closed Bug 1435241 Opened 7 years ago Closed 7 years ago

Intermittent KeyError: 'taskcluster_scope_prefix'

Categories

(Taskcluster :: General, defect, P5)

defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1421062

People

(Reporter: intermittent-bug-filer, Unassigned)

Details

(Keywords: intermittent-failure)

Filed by: archaeopteryx [at] coole-files.de https://treeherder.mozilla.org/logviewer.html#?job_id=160071130&repo=mozilla-central https://queue.taskcluster.net/v1/task/SZVw1k2aSdWPNWJh-OzY2g/runs/0/artifacts/public/logs/live_backing.log 2018-02-02 13:07:43,041 - asyncio - DEBUG - Using selector: EpollSelector 2018-02-02 13:07:43,043 - signingscript.script - INFO - validating task 2018-02-02 13:07:43,043 - signingscript.task - DEBUG - {'title': 'Taskcluster signing task minimal schema', 'properties': {'scopes': {'items': {'type': 'string'}, 'uniqueItems': True, 'minItems': 1, 'type': 'array'}, 'payload': {'properties': {'upstreamArtifacts': {'minItems': 1, 'uniqueItems': True, 'items': {'properties': {'taskType': {'type': 'string'}, 'formats': {'uniqueItems': True, 'items': {'type': 'string'}, 'type': 'array'}, 'taskId': {'type': 'string'}, 'paths': {'items': {'type': 'string'}, 'uniqueItems': True, 'minItems': 1, 'type': 'array'}}, 'required': ['taskId', 'taskType', 'paths', 'formats'], 'type': 'object'}, 'type': 'array'}}, 'required': ['upstreamArtifacts'], 'type': 'object'}, 'dependencies': {'items': {'type': 'string'}, 'uniqueItems': True, 'minItems': 1, 'type': 'array'}}, 'required': ['scopes', 'payload'], 'type': 'object'} 2018-02-02 13:07:43,045 - signingscript.utils - INFO - Loading signing server config from /builds/scriptworker/passwords.json 2018-02-02 13:07:43,046 - signingscript.utils - INFO - Signing server config loaded from /builds/scriptworker/passwords.json Traceback (most recent call last): File "/builds/scriptworker/bin/signingscript", line 9, in <module> load_entry_point('signingscript==5.0.0', 'console_scripts', 'signingscript')() File "/builds/scriptworker/lib/python3.5/site-packages/signingscript/script.py", line 144, in main loop.run_until_complete(async_main(context, conn=conn)) File "/tools/python35/lib/python3.5/asyncio/base_events.py", line 387, in run_until_complete return future.result() File "/tools/python35/lib/python3.5/asyncio/futures.py", line 274, in result raise self._exception File "/tools/python35/lib/python3.5/asyncio/tasks.py", line 239, in _step result = coro.send(None) File "/builds/scriptworker/lib/python3.5/site-packages/signingscript/script.py", line 57, in async_main cert_type = task_cert_type(context) File "/builds/scriptworker/lib/python3.5/site-packages/signingscript/task.py", line 59, in task_cert_type prefix = _get_cert_prefix(context) File "/builds/scriptworker/lib/python3.5/site-packages/signingscript/task.py", line 83, in _get_cert_prefix return _get_scope_prefix(context, 'cert') File "/builds/scriptworker/lib/python3.5/site-packages/signingscript/task.py", line 91, in _get_scope_prefix prefix = context.config['taskcluster_scope_prefix'] KeyError: 'taskcluster_scope_prefix' exit code: 1
@aki, this looks like a configuration error for script-worker or something, any ideas where this bug belongs?
Flags: needinfo?(aki)
I think this is fallout from bug 1421062, and should be fixed now.
Status: NEW → RESOLVED
Closed: 7 years ago
Flags: needinfo?(aki)
Resolution: --- → DUPLICATE
Yeah, SZVw1k2aSdWPNWJh-OzY2g run 0 failed, run 1 completed. https://tools.taskcluster.net/groups/WRJkw3JRRnWXE4oIGOKybg/tasks/SZVw1k2aSdWPNWJh-OzY2g/runs/1 . I think this is fixed.
You need to log in before you can comment on or make changes to this bug.