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)

enhancement
Not set
normal

Tracking

(firefox-esr60 fixed, firefox63 fixed, firefox64 fixed)

RESOLVED FIXED
Tracking Status
firefox-esr60 --- fixed
firefox63 --- fixed
firefox64 --- 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
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
Blocks: 1484012
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
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
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+
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
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: