Closed Bug 1577776 Opened 6 years ago Closed 6 years ago

Intermittent json.decoder.JSONDecodeError: Invalid control character at: line 27 column 173 (char 4370)

Categories

(Release Engineering :: Release Automation, defect, P5)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: intermittent-bug-filer, Assigned: catlee)

Details

(Keywords: intermittent-failure)

Filed by: cbrindusan [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=264244160&repo=autoland
Full log: https://queue.taskcluster.net/v1/task/NEf5vxQjTT2ilLl6R4L5uA/runs/0/artifacts/public/logs/live_backing.log


Traceback (most recent call last):
File "/builds/scriptworker/bin/signingscript", line 11, in <module>
sys.exit(main())
File "/builds/scriptworker/lib/python3.6/site-packages/signingscript/script.py", line 110, in main
return scriptworker.client.sync_main(async_main, default_config=get_default_config())
File "/builds/scriptworker/lib/python3.6/site-packages/scriptworker/client.py", line 164, in sync_main
loop.run_until_complete(_handle_asyncio_loop(async_main, context))
File "/tools/python3/lib/python3.6/asyncio/base_events.py", line 468, in run_until_complete
return future.result()
File "/builds/scriptworker/lib/python3.6/site-packages/scriptworker/client.py", line 205, in _handle_asyncio_loop
await async_main(context)
File "/builds/scriptworker/lib/python3.6/site-packages/signingscript/script.py", line 31, in async_main
context.signing_servers = load_signing_server_config(context)
File "/builds/scriptworker/lib/python3.6/site-packages/signingscript/utils.py", line 81, in load_signing_server_config
raw_cfg = json.load(f)
File "/tools/python3/lib/python3.6/json/init.py", line 299, in load
parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw)
File "/tools/python3/lib/python3.6/json/init.py", line 354, in loads
return _default_decoder.decode(s)
File "/tools/python3/lib/python3.6/json/decoder.py", line 339, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/tools/python3/lib/python3.6/json/decoder.py", line 355, in raw_decode
obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Invalid control character at: line 27 column 173 (char 4370)
exit code: 1

This was me - I messed up the secrets in hiera initially.

Assignee: nobody → catlee
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Component: Release Automation: Signing → Release Automation
You need to log in before you can comment on or make changes to this bug.