Closed
Bug 1355223
Opened 8 years ago
Closed 8 years ago
TC decision tasks getting "403 Client Error" messages on mozilla-release after the Gecko 53 uplift
Categories
(Taskcluster :: General, defect)
Taskcluster
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: RyanVM, Unassigned)
Details
https://treeherder.mozilla.org/logviewer.html#?job_id=90248444&repo=mozilla-release
[task 2017-04-10T21:18:51.758535Z] Traceback (most recent call last):
[task 2017-04-10T21:18:51.758604Z] File "/home/worker/checkouts/gecko/taskcluster/mach_commands.py", line 165, in taskgraph_decision
[task 2017-04-10T21:18:51.759614Z] return taskgraph.decision.taskgraph_decision(options)
[task 2017-04-10T21:18:51.759695Z] File "/home/worker/checkouts/gecko/taskcluster/taskgraph/decision.py", line 129, in taskgraph_decision
[task 2017-04-10T21:18:51.759749Z] create_tasks(tgg.optimized_task_graph, tgg.label_to_taskid, parameters)
[task 2017-04-10T21:18:51.759836Z] File "/home/worker/checkouts/gecko/taskcluster/taskgraph/create.py", line 89, in create_tasks
[task 2017-04-10T21:18:51.759878Z] f.result()
[task 2017-04-10T21:18:51.759941Z] File "/home/worker/checkouts/gecko/python/futures/concurrent/futures/_base.py", line 398, in result
[task 2017-04-10T21:18:51.759984Z] return self.__get_result()
[task 2017-04-10T21:18:51.760065Z] File "/home/worker/checkouts/gecko/python/futures/concurrent/futures/thread.py", line 55, in run
[task 2017-04-10T21:18:51.760157Z] result = self.fn(*self.args, **self.kwargs)
[task 2017-04-10T21:18:51.760214Z] File "/home/worker/checkouts/gecko/taskcluster/taskgraph/create.py", line 108, in create_task
[task 2017-04-10T21:18:51.760248Z] res.raise_for_status()
[task 2017-04-10T21:18:51.760303Z] File "/home/worker/checkouts/gecko/python/requests/requests/models.py", line 840, in raise_for_status
[task 2017-04-10T21:18:51.760351Z] raise HTTPError(http_error_msg, response=self)
[task 2017-04-10T21:18:51.760416Z] HTTPError: 403 Client Error: Forbidden for url: http://taskcluster/queue/v1/task/JUPPbXwBTuqjednlYE_y3w
Taskcluster builds/tests appear to be getting scheduled nonetheless, so I'm not sure what this is actually breaking at the moment.
Comment 1•8 years ago
|
||
Aiui, Dustin added cron tasks to mozilla-release, and this started working again. This is because our signing etc scopes are set for nightly cron, and m-r didn't have those roles set up yet.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•