Closed Bug 1732255 Opened 3 years ago Closed 3 years ago

AttributeError: module 'mozbuild.build_commands' has no attribute '_run_make'

Categories

(Firefox Build System :: Mach Core, defect)

defect

Tracking

(firefox-esr78 unaffected, firefox-esr91 unaffected, firefox92 unaffected, firefox93 unaffected, firefox94 fixed)

RESOLVED FIXED
Tracking Status
firefox-esr78 --- unaffected
firefox-esr91 --- unaffected
firefox92 --- unaffected
firefox93 --- unaffected
firefox94 --- fixed

People

(Reporter: gerard-majax, Unassigned)

References

(Regression)

Details

(Keywords: regression)

Breakage for running clang checks on Phabricator

https://treeherder.mozilla.org/jobs?repo=try&revision=4eabe98c2ffda19e60c2986dccfdeabcc7b1eb5c

task 2021-09-23T08:01:52.046Z] Error running mach:
[task 2021-09-23T08:01:52.046Z] 
[task 2021-09-23T08:01:52.046Z]     ['--log-no-times', 'static-analysis', 'check', '--outgoing', '--output', '/builds/worker/clang-tidy.json', '--format', 'json']
[task 2021-09-23T08:01:52.046Z] 
[task 2021-09-23T08:01:52.046Z] The error occurred in the implementation of the invoked mach command.
[task 2021-09-23T08:01:52.046Z] 
[task 2021-09-23T08:01:52.046Z] This should never occur and is likely a bug in the implementation of that
[task 2021-09-23T08:01:52.046Z] command.
[task 2021-09-23T08:01:52.046Z] You can invoke |./mach busted| to check if this issue is already on file. If it
[task 2021-09-23T08:01:52.046Z] isn't, please use |./mach busted file static-analysis| to report it. If |./mach busted| is
[task 2021-09-23T08:01:52.046Z] misbehaving, you can also inspect the dependencies of bug 1543241.
[task 2021-09-23T08:01:52.046Z] 
[task 2021-09-23T08:01:52.046Z] If filing a bug, please include the full output of mach, including this error
[task 2021-09-23T08:01:52.046Z] message.
[task 2021-09-23T08:01:52.046Z] 
[task 2021-09-23T08:01:52.046Z] The details of the failure are as follows:
[task 2021-09-23T08:01:52.046Z] 
[task 2021-09-23T08:01:52.046Z] AttributeError: module 'mozbuild.build_commands' has no attribute '_run_make'
[task 2021-09-23T08:01:52.046Z] 
[task 2021-09-23T08:01:52.046Z]   File "/builds/worker/checkouts/gecko/python/mozbuild/mozbuild/code_analysis/mach_commands.py", line 328, in check
[task 2021-09-23T08:01:52.047Z]     rc = rc or _build_export(command_context, jobs=jobs, verbose=verbose)
[task 2021-09-23T08:01:52.047Z]   File "/builds/worker/checkouts/gecko/python/mozbuild/mozbuild/code_analysis/mach_commands.py", line 2174, in _build_export
[task 2021-09-23T08:01:52.047Z]     rc = build_commands._run_make(

This brakes the static analysis implemented via mach.

Flags: needinfo?(mhentges)

I could fix bug 1732216 by just switching build_commands to command_context. I'm guessing it should work here as well, but harder for me to verify.

See Also: → 1732216

The issue that was causing this, https://hg.mozilla.org/mozilla-central/rev/53b1fa0faa6d78f7cf72f9cbe3dc85221a04eea3, has been backed out.

Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Flags: needinfo?(mhentges)

Set release status flags based on info from the regressing bug 1696251

Has Regression Range: --- → yes
You need to log in before you can comment on or make changes to this bug.