Closed
Bug 1630605
Opened 5 years ago
Closed 5 years ago
Passing paths to `mach try fuzzy` is broken
Categories
(Developer Infrastructure :: Try, defect)
Developer Infrastructure
Try
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1630668
People
(Reporter: jgraham, Unassigned)
References
(Regression)
Details
(Keywords: regression)
mach try fuzzy --artifact -q web-platform-tests !macosx !shippable testing/web-platform/tests/infrastructure/ testing/web-platform/tests/infrastructure/ testing/web-platform/tests/infrastructure/
CalledProcessError: Command '(u'/usr/bin/git', u'add', '/', 'a', 'p', 'p', '/', 'w', 'o', 'r', 'k', 's', 'p', 'a', 'c', 'e', '/', 'w', 'o', 'r', 'k', '/', 'g', 'e', 'c', 'k', 'o', '/', 'd', 'o', 'w', 'n', 's', 't', 'r', 'e', 'a', 'm', '/', '2', '2', '9', '8', '3', '/', 't', 'r', 'y', '_', 't', 'a', 's', 'k', '_', 'c', 'o', 'n', 'f', 'i', 'g', '.', 'j', 's', 'o', 'n')' returned non-zero exit status 128
File "/app/workspace/work/gecko/downstream/22983/tools/tryselect/mach_commands.py", line 307, in try_fuzzy
return self.run(**kwargs)
File "/app/workspace/work/gecko/downstream/22983/tools/tryselect/mach_commands.py", line 177, in run
return mod.run(**kwargs)
File "/app/workspace/work/gecko/downstream/22983/tools/tryselect/selectors/fuzzy.py", line 388, in run
closed_tree=closed_tree)
File "/app/workspace/work/gecko/downstream/22983/tools/tryselect/push.py", line 178, in push_to_try
vcs.add_remove_files(*changed_files)
File "/app/workspace/work/gecko/downstream/22983/python/mozversioncontrol/mozversioncontrol/__init__.py", line 509, in add_remove_files
self._run('add', *paths)
File "/app/workspace/work/gecko/downstream/22983/python/mozversioncontrol/mozversioncontrol/__init__.py", line 115, in _run
universal_newlines=True)
File "/usr/lib/python2.7/subprocess.py", line 223, in check_output
raise CalledProcessError(retcode, cmd, output=output)
Flags: needinfo?(mozilla)
Comment 1•5 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
Component: General → Try
Comment 3•5 years ago
|
||
Resolving as a duplicate of Bug 1630668 which has a patch.
Status: NEW → RESOLVED
Closed: 5 years ago
Flags: needinfo?(mozilla)
Resolution: --- → DUPLICATE
Updated•5 years ago
|
Has Regression Range: --- → yes
Keywords: regression
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
•