Closed
Bug 1715710
Opened 4 years ago
Closed 4 years ago
mach hazards bootstrap - TypeError: should_replace_task() missing 1 required positional argument: 'index_paths'
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 1715493
People
(Reporter: valentin, Unassigned)
References
(Blocks 1 open bug)
Details
xps:~/mozilla-unified$ ./mach hazards bootstrap
Error running mach:
['hazards', 'bootstrap']
The error occurred in code that was called by the mach command. This is either
a bug in the called code itself or in the way that mach is calling it.
You can invoke |./mach busted| to check if this issue is already on file. If it
isn't, please use |./mach busted file hazards| to report it. If |./mach busted| is
misbehaving, you can also inspect the dependencies of bug 1543241.
If filing a bug, please include the full output of mach, including this error
message.
The details of the failure are as follows:
TypeError: should_replace_task() missing 1 required positional argument: 'index_paths'
File "/home/icecold/mozilla-unified/js/src/devtools/rootAnalysis/mach_commands.py", line 124, in bootstrap
self._mach_context.commands.dispatch(
File "/home/icecold/mozilla-unified/python/mach/mach/registrar.py", line 161, in dispatch
return self._run_command_handler(handler, context, **kwargs)
File "/home/icecold/mozilla-unified/python/mach/mach/registrar.py", line 107, in _run_command_handler
result = fn(instance, **kwargs)
File "/home/icecold/mozilla-unified/python/mozbuild/mozbuild/artifact_commands.py", line 431, in artifact_toolchain
task_id = IndexSearch().should_replace_task(
Sentry event ID: 2b721470b1eb484cb73d233c7a89c38d
Sentry is attempting to send 0 pending error messages
Waiting up to 2 seconds
Press Ctrl-C to quit
Reporter | ||
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•