Bug 1532344 Comment 3 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(In reply to Razvan Maries from comment #2)

> Backed out for Doc failure.
> 
> Push with failure: https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&resultStatus=testfailed%2Cbusted%2Cexception&classifiedState=unclassified&revision=962e8a03ecba09cc14ff295977f78a76a6a5aa58&selectedJob=231685757
> 
> Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=231685757&repo=mozilla-inbound&lineNumber=748
> 
> ```
> [task 2019-03-04T18:04:52.263Z] IOError: [Errno 2] No such file or directory: 'README.rst'
> [task 2019-03-04T18:04:52.263Z] 
> [task 2019-03-04T18:04:52.263Z] WARNING: autodoc: failed to import module u'invoke_mach_command' from module u'mach.test'; the following exception was raised:
> [task 2019-03-04T18:04:52.264Z] Traceback (most recent call last):
> [task 2019-03-04T18:04:52.264Z]   File "/builds/worker/checkouts/gecko/obj-x86_64-pc-linux-gnu/_virtualenvs/docs-y-qLfVwz/lib/python2.7/site-packages/sphinx/ext/autodoc/importer.py", line 154, in import_module
> [task 2019-03-04T18:04:52.264Z]     __import__(modname)
> [task 2019-03-04T18:04:52.264Z]   File "/builds/worker/checkouts/gecko/build/mach_bootstrap.py", line 390, in __call__
> [task 2019-03-04T18:04:52.264Z]     module = self._original_import(name, globals, locals, fromlist, level)
> [task 2019-03-04T18:04:52.264Z]   File "/builds/worker/checkouts/gecko/python/mach/mach/test/invoke_mach_command.py", line 4, in <module>
> [task 2019-03-04T18:04:52.264Z]     subprocess.check_call([sys.executable] + sys.argv[1:])
> [task 2019-03-04T18:04:52.264Z]   File "/usr/lib/python2.7/subprocess.py", line 541, in check_call
> [task 2019-03-04T18:04:52.264Z]     raise CalledProcessError(retcode, cmd)
> [task 2019-03-04T18:04:52.264Z] CalledProcessError: Command '['/usr/bin/python2.7', 'doc', '--outdir', 'docs-out', '--no-open', '--no-serve', '--archive']' returned non-zero exit status 2
> [task 2019-03-04T18:04:52.264Z] 
> [task 2019-03-04T18:04:52.264Z] WARNING: autodoc: failed to import module u'registrar_dispatch' from module u'mach.test'; the following exception was raised:
> [task 2019-03-04T18:04:52.264Z] Traceback (most recent call last):
> [task 2019-03-04T18:04:52.264Z]   File "/builds/worker/checkouts/gecko/obj-x86_64-pc-linux-gnu/_virtualenvs/docs-y-qLfVwz/lib/python2.7/site-packages/sphinx/ext/autodoc/importer.py", line 154, in import_module
> [task 2019-03-04T18:04:52.264Z]     __import__(modname)
> [task 2019-03-04T18:04:52.265Z]   File "/builds/worker/checkouts/gecko/build/mach_bootstrap.py", line 390, in __call__
> [task 2019-03-04T18:04:52.265Z]     module = self._original_import(name, globals, locals, fromlist, level)
> [task 2019-03-04T18:04:52.265Z]   File "/builds/worker/checkouts/gecko/python/mach/mach/test/registrar_dispatch.py", line 3, in <module>
> [task 2019-03-04T18:04:52.265Z]     self._mach_context.commands.dispatch('uuid', self._mach_context)  # noqa: F821
> [task 2019-03-04T18:04:52.265Z] NameError: name 'self' is not defined
> ```
> 
> Backout: https://hg.mozilla.org/integration/mozilla-inbound/rev/70fcbe1d49a582011185bb75f4d755e62927345c

Back to Bug 1532344 Comment 3