Closed
Bug 1697794
Opened 5 years ago
Closed 5 years ago
Intermittent mach.base.MachError: Mach command 'cmd_foo' implemented incorrectly. Conditions argument must take a list of functions. Found <class 'str'> instead.
Categories
(Developer Infrastructure :: Source Documentation, defect, P5)
Developer Infrastructure
Source Documentation
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: whimboo, Unassigned)
References
Details
(Keywords: intermittent-failure)
+++ This bug was initially created as a clone of Bug #1652286 +++
This hasn't been fixed yet, so lets have a new bug for it. Here the most recent failure:
[task 2021-03-11T09:49:28.377Z] WARNING: the mozbuild.sphinx extension does not declare if it is safe for parallel reading, assuming it isn't - please ask the extension author to check and make it explicit
[task 2021-03-11T09:49:28.377Z] WARNING: doing serial read
[task 2021-03-11T09:49:28.377Z] WARNING: autodoc: failed to import module 'conditions_invalid' from module 'mach.test.providers'; the following exception was raised:
[task 2021-03-11T09:49:28.377Z] Traceback (most recent call last):
[task 2021-03-11T09:49:28.377Z] File "/builds/worker/checkouts/gecko/obj-x86_64-pc-linux-gnu/_virtualenvs/docs/lib/python3.6/site-packages/sphinx/ext/autodoc/importer.py", line 71, in import_module
[task 2021-03-11T09:49:28.377Z] return importlib.import_module(modname)
[task 2021-03-11T09:49:28.377Z] File "/usr/lib/python3.6/importlib/__init__.py", line 126, in import_module
[task 2021-03-11T09:49:28.377Z] return _bootstrap._gcd_import(name[level:], package, level)
[task 2021-03-11T09:49:28.377Z] File "<frozen importlib._bootstrap>", line 994, in _gcd_import
[task 2021-03-11T09:49:28.377Z] File "<frozen importlib._bootstrap>", line 971, in _find_and_load
[task 2021-03-11T09:49:28.377Z] File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
[task 2021-03-11T09:49:28.377Z] File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
[task 2021-03-11T09:49:28.377Z] File "<frozen importlib._bootstrap_external>", line 678, in exec_module
[task 2021-03-11T09:49:28.377Z] File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
[task 2021-03-11T09:49:28.377Z] File "/builds/worker/checkouts/gecko/python/mach/mach/test/providers/conditions_invalid.py", line 16, in <module>
[task 2021-03-11T09:49:28.377Z] class ConditionsProvider(MachCommandBase):
[task 2021-03-11T09:49:28.377Z] File "/builds/worker/checkouts/gecko/python/mach/mach/decorators.py", line 206, in CommandProvider
[task 2021-03-11T09:49:28.377Z] return finalize(_cls)
[task 2021-03-11T09:49:28.378Z] File "/builds/worker/checkouts/gecko/python/mach/mach/decorators.py", line 162, in finalize
[task 2021-03-11T09:49:28.378Z] raise MachError(msg)
[task 2021-03-11T09:49:28.378Z] mach.base.MachError: Mach command 'cmd_foo' implemented incorrectly. Conditions argument must take a list of functions. Found <class 'str'> instead.
Updated•5 years ago
|
Component: General → Documentation Infrastructure
Comment 1•5 years ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit auto_nag documentation.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INCOMPLETE
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•