Closed
Bug 1407175
Opened 7 years ago
Closed 7 years ago
Cannot mark 52.4.1esr as shipped: HTTPError: 401 Client Error: Authorization Required for url: https://ship-it.mozilla.org/csrf_token
Categories
(Release Engineering :: Release Automation, defect)
Release Engineering
Release Automation
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1388323
People
(Reporter: jlorenzo, Unassigned)
Details
(Whiteboard: [releaseduty])
Happened during 52.4.1[1]:
> 01:42:41 INFO - [mozharness: 2017-10-10 08:42:41.658074Z] Running mark-as-shipped step.
> 01:42:41 INFO - Running main action method: mark_as_shipped
> 01:42:41 INFO - Mark the release as shipped with 2017-10-10 08:42:41 timestamp
> /builds/slave/rel-m-esr52-fx_mark_as_shipped/build/venv/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
> SNIMissingWarning
> /builds/slave/rel-m-esr52-fx_mark_as_shipped/build/venv/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:132: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
> InsecurePlatformWarning
> 01:42:41 INFO - [mozharness: 2017-10-10 08:42:41.927495Z] Finished mark-as-shipped step (failed)
> 01:42:41 FATAL - Uncaught exception: Traceback (most recent call last):
> 01:42:41 FATAL - File "/builds/slave/rel-m-esr52-fx_mark_as_shipped/scripts/mozharness/base/script.py", line 2034, in run
> 01:42:41 FATAL - self.run_action(action)
> 01:42:41 FATAL - File "/builds/slave/rel-m-esr52-fx_mark_as_shipped/scripts/mozharness/base/script.py", line 1973, in run_action
> 01:42:41 FATAL - self._possibly_run_method(method_name, error_if_missing=True)
> 01:42:41 FATAL - File "/builds/slave/rel-m-esr52-fx_mark_as_shipped/scripts/mozharness/base/script.py", line 1913, in _possibly_run_method
> 01:42:41 FATAL - return getattr(self, method_name)()
> 01:42:41 FATAL - File "scripts/scripts/release/postrelease_mark_as_shipped.py", line 106, in mark_as_shipped
> 01:42:41 FATAL - status='shipped', shippedAt=shipped_at)
> 01:42:41 FATAL - File "/builds/slave/rel-m-esr52-fx_mark_as_shipped/build/venv/lib/python2.7/site-packages/shipitapi/shipitapi.py", line 110, in update
> 01:42:41 FATAL - url_template_vars=url_template_vars).content
> 01:42:41 FATAL - File "/builds/slave/rel-m-esr52-fx_mark_as_shipped/build/venv/lib/python2.7/site-packages/shipitapi/shipitapi.py", line 61, in request
> 01:42:41 FATAL - res.raise_for_status()
> 01:42:41 FATAL - File "/builds/slave/rel-m-esr52-fx_mark_as_shipped/build/venv/lib/python2.7/site-packages/requests/models.py", line 909, in raise_for_status
> 01:42:41 FATAL - raise HTTPError(http_error_msg, response=self)
> 01:42:41 FATAL - HTTPError: 401 Client Error: Authorization Required for url: https://ship-it.mozilla.org/csrf_token
> 01:42:41 FATAL - Running post_fatal callback...
> 01:42:41 FATAL - Exiting -1
I'm not sure what changed since then.
[1] https://archive.mozilla.org/pub/firefox/tinderbox-builds/mozilla-esr52-noarch/release-mozilla-esr52-firefox_mark_as_shipped-bm74-build1-build7.txt.gz
Reporter | ||
Comment 1•7 years ago
|
||
A rerun didn't solve the problem.
Reporter | ||
Updated•7 years ago
|
Whiteboard: [releaseduty]
Reporter | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•