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)

defect

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
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'
reverted patch https://github.com/mozilla-releng/build-puppet/pull/344 , because it broke publishing to the play store. This solved the issue
Component: Release Automation: PushApk → Release Automation: Other
You need to log in before you can comment on or make changes to this bug.