Closed
Bug 1252725
Opened 10 years ago
Closed 10 years ago
artifacts tasks should be reclaimed to avoid timeouts
Categories
(Release Engineering :: Release Automation, defect)
Release Engineering
Release Automation
Tracking
(firefox47 fixed)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox47 | --- | fixed |
People
(Reporter: rail, Assigned: rail)
References
Details
Attachments
(1 file)
|
1.21 KB,
patch
|
jlund
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
We should reclaim the artifacts tasks, because it may take a while to upload all l10n artifacts.
https://tools.taskcluster.net/task-inspector/#UCqE3SwQTk6xBkm-BEPV0w/0
and
17:39:06 INFO - Starting new HTTPS connection (1): queue.taskcluster.net
c:\builds\moz2_slave\rel-date_fx_w64_l10n_rpk-00000\build\venv\Lib\site-packages\requests\packages\urllib3\util\ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
17:39:28 FATAL - Uncaught exception: Traceback (most recent call last):
17:39:28 FATAL - File "c:\builds\moz2_slave\rel-date_fx_w64_l10n_rpk-00000\scripts\mozharness\base\script.py", line 1765, in run
17:39:28 FATAL - self.run_action(action)
17:39:28 FATAL - File "c:\builds\moz2_slave\rel-date_fx_w64_l10n_rpk-00000\scripts\mozharness\base\script.py", line 1707, in run_action
17:39:28 FATAL - self._possibly_run_method(method_name, error_if_missing=True)
17:39:28 FATAL - File "c:\builds\moz2_slave\rel-date_fx_w64_l10n_rpk-00000\scripts\mozharness\base\script.py", line 1647, in _possibly_run_method
17:39:28 FATAL - return getattr(self, method_name)()
17:39:28 FATAL - File "scripts/scripts/desktop_l10n.py", line 1046, in taskcluster_upload
17:39:28 FATAL - artifacts_tc.report_completed(artifacts_task)
17:39:28 FATAL - File "c:\builds\moz2_slave\rel-date_fx_w64_l10n_rpk-00000\scripts\mozharness\mozilla\taskcluster_helper.py", line 135, in report_completed
17:39:28 FATAL - self.taskcluster_queue.reportCompleted(task_id, run_id)
17:39:28 FATAL - File "c:\builds\moz2_slave\rel-date_fx_w64_l10n_rpk-00000\build\venv\Lib\site-packages\taskcluster\client.py", line 455, in apiCall
17:39:28 FATAL - return self._makeApiCall(e, *args, **kwargs)
17:39:28 FATAL - File "c:\builds\moz2_slave\rel-date_fx_w64_l10n_rpk-00000\build\venv\Lib\site-packages\taskcluster\client.py", line 232, in _makeApiCall
17:39:28 FATAL - return self._makeHttpRequest(entry['method'], route, payload)
17:39:28 FATAL - File "c:\builds\moz2_slave\rel-date_fx_w64_l10n_rpk-00000\build\venv\Lib\site-packages\taskcluster\client.py", line 424, in _makeHttpRequest
17:39:28 FATAL - superExc=rerr
17:39:28 FATAL - TaskclusterRestFailure: Run 0 on task UCqE3SwQTk6xBkm-BEPV0w is resolved or not running.
17:39:28 FATAL - ----
17:39:28 FATAL - errorCode: RequestConflict
17:39:28 FATAL - statusCode: 409
17:39:28 FATAL - requestInfo:
17:39:28 FATAL - method: reportCompleted
17:39:28 FATAL - params: {"taskId":"UCqE3SwQTk6xBkm-BEPV0w","runId":"0"}
17:39:28 FATAL - payload: {}
17:39:28 FATAL - time: 2016-03-02T01:39:30.055Z
17:39:28 FATAL - details:
17:39:28 FATAL - {
17:39:28 FATAL - "taskId": "UCqE3SwQTk6xBkm-BEPV0w",
17:39:28 FATAL - "runId": 0
17:39:28 FATAL - }
| Assignee | ||
Comment 1•10 years ago
|
||
pushed https://hg.mozilla.org/projects/date/rev/89835deb9c61 to test
| Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8725974 -
Flags: review?(jlund)
Comment 3•10 years ago
|
||
Comment on attachment 8725974 [details] [diff] [review]
artifacts.diff
Review of attachment 8725974 [details] [diff] [review]:
-----------------------------------------------------------------
shweet!
Attachment #8725974 -
Flags: review?(jlund) → review+
| Assignee | ||
Comment 5•10 years ago
|
||
Comment on attachment 8725974 [details] [diff] [review]
artifacts.diff
https://hg.mozilla.org/integration/mozilla-inbound/rev/77a8ffe34d94
https://hg.mozilla.org/mozilla-central/rev/52cfda4c6bae
Attachment #8725974 -
Flags: checked-in+
Comment 6•10 years ago
|
||
| bugherder | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•