Closed
Bug 1526410
Opened 6 years ago
Closed 6 years ago
action tasks failing due to error sanity-checking scopes
Categories
(Firefox Build System :: Task Configuration, task)
Firefox Build System
Task Configuration
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1508381
People
(Reporter: dustin, Assigned: dustin)
Details
[task 2019-02-02T12:33:44.271Z] Traceback (most recent call last):
[task 2019-02-02T12:33:44.271Z] File "/builds/worker/checkouts/gecko/taskcluster/mach_commands.py", line 262, in action_callback
[task 2019-02-02T12:33:44.271Z] test=False)
[task 2019-02-02T12:33:44.271Z] File "/builds/worker/checkouts/gecko/taskcluster/taskgraph/actions/registry.py", line 359, in trigger_action_callback
[task 2019-02-02T12:33:44.271Z] sanity_check_task_scope(callback, parameters, graph_config)
[task 2019-02-02T12:33:44.271Z] File "/builds/worker/checkouts/gecko/taskcluster/taskgraph/actions/registry.py", line 337, in sanity_check_task_scope
[task 2019-02-02T12:33:44.271Z] if expected_scope not in taskcluster.get_current_scopes():
[task 2019-02-02T12:33:44.271Z] File "/builds/worker/checkouts/gecko/taskcluster/taskgraph/util/taskcluster.py", line 248, in get_current_scopes
[task 2019-02-02T12:33:44.271Z] auth_url = liburls.api(get_root_url(use_proxy=True), 'auth', 'v1', 'scopes/current')
[task 2019-02-02T12:33:44.271Z] TypeError: __call__() got an unexpected keyword argument 'use_proxy'
(this occurred on autoland)
Assignee | ||
Comment 1•6 years ago
|
||
Huh, memoize (get_root_url is memoized) doesn't accept keyword arguments. How did this ever work??
Assignee | ||
Comment 2•6 years ago
|
||
Ah! This is an autoland push from a branch that contained the patches from bug 1508381, somehow. That patch still can't land (it's waiting on changes to the workers) but this helpfully identified another bug in that push which I will fix before re-landing.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•