Intermittent [tier 2] RuntimeError: Command returned error: 1 | after raise RuntimeError("Command returned error: {}".format(exit_code))
Categories
(Release Engineering :: General, defect, P5)
Tracking
(Not tracked)
People
(Reporter: intermittent-bug-filer, Unassigned)
Details
(Keywords: intermittent-failure)
Filed by: mlaza [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=367125077&repo=mozilla-beta
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/JGMxsrkSRPmLyAhCJbr0Kg/runs/0/artifacts/public/logs/live_backing.log
2022-02-08 21:36:48,800 - scriptworker.client - DEBUG - Task is validated against this schema: {'title': 'Taskcluster PushFlatpak task minimal schema', 'type': 'object', 'properties': {'dependencies': {'type': 'array', 'minItems': 1, 'uniqueItems': True, 'items': {'type': 'string'}}, 'scopes': {'type': 'array', 'uniqueItems': True, 'items': {'type': 'string'}}, 'payload': {'type': 'object', 'properties': {'channel': {'type': 'string'}, 'upstreamArtifacts': {'type': 'array', 'items': {'type': 'object', 'properties': {'taskType': {'type': 'string'}, 'taskId': {'type': 'string'}, 'paths': {'type': 'array', 'minItems': 1, 'uniqueItems': True, 'items': {'type': 'string'}}}, 'required': ['taskId', 'taskType', 'paths'], 'additionalProperties': False}, 'minItems': 1, 'uniqueItems': True}}, 'required': ['upstreamArtifacts'], 'additionalProperties': False}}, 'required': ['dependencies', 'scopes', 'payload']}
2022-02-08 21:36:48,815 - pushflatpakscript.flathub - INFO - Grab a flatpak buildid from Flathub ...
Api call to https://hub.flathub.org/api/v1/build failed with status 408, details: {'status': 408, 'error-type': 'no-error', 'message': 'No json error details from server'}
Traceback (most recent call last):
File "/app/bin/pushflatpakscript", line 8, in <module>
sys.exit(main())
File "/app/lib/python3.9/site-packages/pushflatpakscript/script.py", line 41, in main
return client.sync_main(async_main, config_path=config_path, default_config=get_default_config())
File "/app/lib/python3.9/site-packages/scriptworker/client.py", line 166, in sync_main
loop.run_until_complete(_handle_asyncio_loop(async_main, context))
File "/usr/local/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete
return future.result()
File "/app/lib/python3.9/site-packages/scriptworker/client.py", line 205, in _handle_asyncio_loop
await async_main(context)
File "/app/lib/python3.9/site-packages/pushflatpakscript/script.py", line 22, in async_main
flathub.push(context, flatpak_file_path, channel)
File "/app/lib/python3.9/site-packages/pushflatpakscript/flathub.py", line 128, in push
publish_build_output = run_flat_manager_client_process(context, token_args + ["create", context.config["flathub_url"], channel])
File "/app/lib/python3.9/site-packages/pushflatpakscript/flathub.py", line 29, in run_flat_manager_client_process
raise RuntimeError("Command returned error: {}".format(exit_code))
RuntimeError: Command returned error: 1
exit code: 1
![]() |
||
Updated•3 years ago
|
Comment 1•3 years ago
|
||
Curious if this is intermittent or a first-time version bug (though we should have seen it before) or a server hiccup or what.
We don't have a retry around this call if it's an intermittent/server issue.
Comment hidden (Intermittent Failures Robot) |
Updated•3 years ago
|
Comment hidden (Intermittent Failures Robot) |
Comment 4•2 years ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit BugBot documentation.
Reporter | ||
Comment 5•2 years ago
|
||
treeherder |
New failure instance: https://treeherder.mozilla.org/logviewer?job_id=427372086&repo=mozilla-release
Comment hidden (Intermittent Failures Robot) |
Comment 7•2 years ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit BugBot documentation.
Reporter | ||
Comment 8•2 years ago
|
||
treeherder |
New failure instance: https://treeherder.mozilla.org/logviewer?job_id=442304254&repo=mozilla-beta
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 11•1 years ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit BugBot documentation.
Reporter | ||
Comment 12•1 years ago
|
||
treeherder |
New failure instance: https://treeherder.mozilla.org/logviewer?job_id=446151375&repo=mozilla-release
Comment hidden (Intermittent Failures Robot) |
Comment 14•1 year ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit BugBot documentation.
Reporter | ||
Comment 15•1 year ago
|
||
treeherder |
New failure instance: https://treeherder.mozilla.org/logviewer?job_id=449413252&repo=mozilla-beta
Comment hidden (Intermittent Failures Robot) |
Comment 17•1 year ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit BugBot documentation.
Description
•