Closed Bug 923485 Opened 11 years ago Closed 11 years ago

mach TypeError: environment can only contain strings

Categories

(Firefox Build System :: Mach Core, enhancement)

x86_64
Windows 7
enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 923039

People

(Reporter: drexler, Unassigned)

Details

As of mozilla-central revision: 0e26e6f12ad9. I cant use mach for any testing. Tried running |mach build install-tests| and even rebuilding the entire repo with |mach build|. Drexler@DREXLER-PC /c/Repos/mozilla $ ./mach mochitest-plain Error running mach: ['mochitest-plain'] 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 should consider filing a bug for this issue. If filing a bug, please include the full output of mach, including this error message. The details of the failure are as follows: TypeError: environment can only contain strings File "c:\Repos\mozilla\testing/mochitest/mach_commands.py", line 479, in run_mochitest_plain return self.run_mochitest(test_file, 'plain', **kwargs) File "c:\Repos\mozilla\testing/mochitest/mach_commands.py", line 529, in run_mochitest driver.install_tests(remove=False) File "c:\Repos\mozilla\python/mozbuild\mozbuild\controller\building.py", line 548, in install_te sts print_directory=False) File "c:\Repos\mozilla\python/mozbuild\mozbuild\base.py", line 456, in _run_make return fn(**params) File "c:\Repos\mozilla\python/mozbuild\mozbuild\base.py", line 480, in _run_command_in_objdir return self.run_process(cwd=self.topobjdir, **args) File "c:\Repos\mozilla\python/mach\mach\mixin\process.py", line 105, in run_process status = subprocess.call(args, cwd=cwd, env=use_env) File "c:\mozilla-build\python\lib\subprocess.py", line 524, in call return Popen(*popenargs, **kwargs).wait() File "c:\mozilla-build\python\lib\subprocess.py", line 711, in __init__ errread, errwrite) File "c:\mozilla-build\python\lib\subprocess.py", line 948, in _execute_child startupinfo)
The fix for this just landed today.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.