Closed
Bug 1493056
Opened 6 years ago
Closed 6 years ago
Partner repack bustage in 63.0b8 from fetch-content changes
Categories
(Release Engineering :: Release Automation: Other, enhancement)
Release Engineering
Release Automation: Other
Tracking
(firefox-esr60 fixed, firefox63 fixed, firefox64 fixed)
RESOLVED
FIXED
People
(Reporter: nthomas, Assigned: nthomas)
References
Details
Attachments
(2 files)
This was revealed by 63.0b8 and partner repacks being re-enabled:
https://taskcluster-artifacts.net/JA2VYFb0Q1eHoUWcmqej3g/0/public/logs/live_backing.log
Assignee | ||
Updated•6 years ago
|
Summary: fetch-content tries to use https for private urls, should use http → fetch-content tries to use https for private urls with the proxy, should use http
Assignee | ||
Comment 1•6 years ago
|
||
Comment 2•6 years ago
|
||
Comment on attachment 9010830 [details]
Bug 1493056 - fetch-content tries to use https for private urls with the proxy, should use http, r?tomprince
Tom Prince [:tomprince] has approved the revision.
Attachment #9010830 -
Flags: review+
Pushed by nthomas@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/416efb95f0a5
fetch-content tries to use https for private urls with the proxy, should use http, r=tomprince
Assignee | ||
Comment 4•6 years ago
|
||
Uplifted to 63 beta: https://hg.mozilla.org/releases/mozilla-beta/rev/b414ce0c7b967dc0adcc357f5385979f4964a327
status-firefox63:
--- → fixed
Assignee | ||
Comment 5•6 years ago
|
||
I ran an edited task with that change at https://tools.taskcluster.net/groups/SCfv3DyaR4ODO2hVMT1v2g/tasks/SCfv3DyaR4ODO2hVMT1v2g/details and the download worked, but hit an error
[task 2018-09-21T03:31:26.587Z] 03:31:26 FATAL - Uncaught exception: Traceback (most recent call last):
[task 2018-09-21T03:31:26.587Z] 03:31:26 FATAL - File "/builds/worker/workspace/build/src/testing/mozharness/mozharness/base/script.py", line 2100, in run
[task 2018-09-21T03:31:26.587Z] 03:31:26 FATAL - self.run_action(action)
[task 2018-09-21T03:31:26.588Z] 03:31:26 FATAL - File "/builds/worker/workspace/build/src/testing/mozharness/mozharness/base/script.py", line 2039, in run_action
[task 2018-09-21T03:31:26.588Z] 03:31:26 FATAL - self._possibly_run_method(method_name, error_if_missing=True)
[task 2018-09-21T03:31:26.588Z] 03:31:26 FATAL - File "/builds/worker/workspace/build/src/testing/mozharness/mozharness/base/script.py", line 1979, in _possibly_run_method
[task 2018-09-21T03:31:26.588Z] 03:31:26 FATAL - return getattr(self, method_name)()
[task 2018-09-21T03:31:26.588Z] 03:31:26 FATAL - File "/builds/worker/workspace/build/src/testing/mozharness/scripts/repackage.py", line 35, in setup
[task 2018-09-21T03:31:26.588Z] 03:31:26 FATAL - self.chmod(mar_path, 0755)
[task 2018-09-21T03:31:26.588Z] 03:31:26 FATAL - File "/builds/worker/workspace/build/src/testing/mozharness/mozharness/base/script.py", line 845, in chmod
[task 2018-09-21T03:31:26.589Z] 03:31:26 FATAL - os.chmod(path, mode)
[task 2018-09-21T03:31:26.589Z] 03:31:26 FATAL - OSError: [Errno 2] No such file or directory: '/builds/worker/fetches/mar'
Also:
[task 2018-09-21T03:31:21.941Z] 03:31:21 INFO - Running main action method: download_input
[task 2018-09-21T03:31:21.941Z] 03:31:21 ERROR - No such method download_input!
Summary: fetch-content tries to use https for private urls with the proxy, should use http → Partner repack bustage in 63.0b8 from fetch-content changes
Assignee | ||
Comment 6•6 years ago
|
||
Comment 7•6 years ago
|
||
Comment on attachment 9010839 [details]
Bug 1493056 - check for mar existence before chmoding it, and remove deprecated action, r?aki
Aki Sasaki [:aki] has approved the revision.
Attachment #9010839 -
Flags: review+
Updated•6 years ago
|
Attachment #9010839 -
Attachment description: Bug 1493056 - check for mar existence before chmoding it, and remove depreacted action, r?aki → Bug 1493056 - check for mar existence before chmoding it, and remove deprecated action, r?aki
Pushed by nthomas@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b42a6c69fed4
check for mar existence before chmoding it, and remove deprecated action, r=aki
Assignee | ||
Comment 9•6 years ago
|
||
Assignee | ||
Comment 10•6 years ago
|
||
https://tools.taskcluster.net/groups/dDQMHhrQQyagYeXOAmkZbw/tasks/dDQMHhrQQyagYeXOAmkZbw is green, so we should be good here now.
Comment 11•6 years ago
|
||
bugherder |
Comment 12•6 years ago
|
||
bugherder uplift |
https://hg.mozilla.org/releases/mozilla-esr60/rev/387fb140c05d
https://hg.mozilla.org/releases/mozilla-esr60/rev/da7e08bb409b
status-firefox-esr60:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•