Closed
Bug 1516105
Opened 6 years ago
Closed 6 years ago
publishing in google play store broken: FileNotFoundError: [Errno 2] No such file or directory: '/pushapkscript/data/pushapk_task_schema.json'
Categories
(Release Engineering :: Release Automation, defect, P1)
Release Engineering
Release Automation
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: intermittent-bug-filer, Unassigned)
Details
(Keywords: intermittent-failure)
Filed by: aciure [at] mozilla.com
https://treeherder.mozilla.org/logviewer.html#?job_id=218532588&repo=mozilla-central
https://queue.taskcluster.net/v1/task/ZAyie3SMQ5-God7Ylh5m1w/runs/0/artifacts/public/logs/live_backing.log
Traceback (most recent call last):
File "/builds/scriptworker/lib/python3.6/site-packages/scriptworker/utils.py", line 457, in load_json_or_yaml
with open(string, "r") as fh:
FileNotFoundError: [Errno 2] No such file or directory: '/pushapkscript/data/pushapk_task_schema.json'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/builds/scriptworker/bin/pushapkscript", line 11, in <module>
sys.exit(main())
File "/builds/scriptworker/lib/python3.6/site-packages/pushapkscript/script.py", line 74, in main
client.sync_main(async_main, config_path=config_path, default_config=get_default_config())
File "/builds/scriptworker/lib/python3.6/site-packages/scriptworker/client.py", line 162, in sync_main
validate_task_schema(context)
File "/builds/scriptworker/lib/python3.6/site-packages/scriptworker/client.py", line 89, in validate_task_schema
task_schema = load_json_or_yaml(schema_path, is_path=True)
File "/builds/scriptworker/lib/python3.6/site-packages/scriptworker/utils.py", line 465, in load_json_or_yaml
raise exception(message % repl_dict)
scriptworker.exceptions.ScriptWorkerTaskException: Failed to load json: [Errno 2] No such file or directory: '/pushapkscript/data/pushapk_task_schema.json'
exit code: 1
![]() |
||
Comment 1•6 years ago
|
||
From https://github.com/mozilla-releng/pushapkscript/commit/08d9c2460b14db8324f9a581a0cbd94874f96616 / https://github.com/mozilla-releng/build-puppet/commit/269d308bab1c215ebbaf87ad332db52895a7930c
Component: General → Release Automation: Pushapk
Priority: P5 → P1
Product: Firefox Build System → Release Engineering
QA Contact: jlorenzo
Summary: Intermittent Andoid tier2: FileNotFoundError: [Errno 2] No such file or directory: '/pushapkscript/data/pushapk_task_schema.json' → publishing in google play store broken: FileNotFoundError: [Errno 2] No such file or directory: '/pushapkscript/data/pushapk_task_schema.json'
Comment 2•6 years ago
|
||
Aryx> has succeeded now: https://treeherder.mozilla.org/#/jobs?repo=mozilla-central&resultStatus=success%2Ctestfailed%2Cbusted%2Cexception%2Cretry%2Cusercancel%2Crunnable&group_state=expanded&revision=8330fe920aeaae610a19f76956e1c47d67dc7be5&selectedJob=218574287
I think the bug can be closed now.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Comment 3•6 years ago
|
||
reverted patch https://github.com/mozilla-releng/build-puppet/pull/344 , because it broke publishing to the play store.
This solved the issue
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Updated•3 years ago
|
Component: Release Automation: PushApk → Release Automation: Other
You need to log in
before you can comment on or make changes to this bug.
Description
•