Closed
Bug 1956951
Opened 24 days ago
Closed 24 days ago
./mach bootstrap fails with 403 forbidden error updating macos sdk
Categories
(Firefox Build System :: Bootstrap Configuration, defect)
Firefox Build System
Bootstrap Configuration
Tracking
(firefox-esr128 unaffected, firefox136 unaffected, firefox137 unaffected, firefox138 fixed)
RESOLVED
FIXED
138 Branch
Tracking | Status | |
---|---|---|
firefox-esr128 | --- | unaffected |
firefox136 | --- | unaffected |
firefox137 | --- | unaffected |
firefox138 | --- | fixed |
People
(Reporter: keeler, Unassigned)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
./mach bootstrap on macos fails with:
Traceback (most recent call last):
File "/Users/dkeeler/mozilla-unified/taskcluster/scripts/misc/unpack-sdk.py", line 105, in <module>
unpack_sdk(*sys.argv[1:])
File "/Users/dkeeler/mozilla-unified/taskcluster/scripts/misc/unpack-sdk.py", line 26, in unpack_sdk
with urlopen(url) as fh:
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 216, in urlopen
return opener.open(url, data, timeout)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 525, in open
response = meth(req, response)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 634, in http_response
response = self.parent.error(
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 563, in error
return self._call_chain(*args)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 496, in _call_chain
result = func(*args)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 643, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 403: Forbidden
From what I can tell, the url is probably intended to be the macos sdk.
Comment 1•24 days ago
|
||
Fixed by backout.
Status: NEW → RESOLVED
Closed: 24 days ago
Resolution: --- → FIXED
Updated•23 days ago
|
No longer blocks: 1945825
status-firefox138:
--- → fixed
Keywords: regression
Regressed by: 1945825
Target Milestone: --- → 138 Branch
Comment 2•23 days ago
|
||
Set release status flags based on info from the regressing bug 1945825
status-firefox136:
--- → unaffected
status-firefox137:
--- → unaffected
status-firefox-esr128:
--- → unaffected
You need to log in
before you can comment on or make changes to this bug.
Description
•