rbt post error

59 views
Skip to first unread message

ladner...@gmail.com

unread,
Sep 17, 2020, 12:48:21 PM9/17/20
to Review Board Community
I am trying to do rbt post and it errors with errno 32
RBT v 0.7.10 with py 2.7
Here is the log with debug:

ckent$ rbt post -o --tracking-branch=rc/treasure -g --repository-url=g...@gitlab.eng.illumon.com:illumon/iris.git --branch dkent_tp_pydoc --debug
>>> RBTools 0.7.10
>>> Python 2.7.16 (default, Jun 5 2020, 22:59:21)
[GCC 4.2.1 Compatible Apple LLVM 11.0.3 (clang-1103.0.29.20) (-macos10.15-objc-
>>> Running on Darwin-19.6.0-x86_64-i386-64bit
>>> Home = /Users/ckent
>>> Current directory = /Users/ckent/dev/iris-3
>>> Command line: rbt post -o --tracking-branch=rc/treasure -g --repository-url=g...@gitlab.eng.illumon.com:illumon/iris.git --branch dkent_tp_pydoc --debug
>>> Running: tf vc help
>>> Checking for a Subversion repository...
>>> Running: svn --non-interactive info g...@gitlab.eng.illumon.com:illumon/iris.git
>>> Command exited with rc 72: ['svn', '--non-interactive', u'info', 'g...@gitlab.eng.illumon.com:illumon/iris.git']
svn: error: Failed to locate 'svn'.
svn: error: The subversion command line tools are no longer provided by Xcode.
---
>>> Checking for a Git repository...
>>> Running: git rev-parse --git-dir
>>> Running: git config core.bare
>>> Running: git rev-parse --show-toplevel
>>> Running: git symbolic-ref -q HEAD
>>> Running: git config --get branch.dkent_tp_pydoc.merge
>>> Running: git config --get branch.dkent_tp_pydoc.remote
>>> Running: git config --get remote.rc.url
>>> Command exited with rc 1: ['git', 'config', '--get', 'remote.rc.url']
---
>>> repository info: Path: g...@gitlab.eng.illumon.com:illumon/iris.git, Base path: , Supports changesets: False
>>> Making HTTP GET request to https://reviewboard.eng.illumon.com/api/
>>> Running: git rev-parse refs/heads/dkent_tp_pydoc
>>> Running: git merge-base 1b03d4324375ae22941bccf6c47ad910bc68d4aa rc/treasure
>>> Running: git rev-parse 0b0eed96b3ac70a8cbbcf31dc4b096715ab4ab72
>>> Running: git status --porcelain --untracked-files=no --ignore-submodules=dirty
>>> Running: git rev-parse --git-dir
>>> Running: git version
>>> Running: git -c core.quotepath=false -c diff.noprefix=false diff --no-color --full-index --ignore-submodules -M --no-ext-diff 0b0eed96b3ac70a8cbbcf31dc4b096715ab4ab72..1b03d4324375ae22941bccf6c47ad910bc68d4aa
>>> Making HTTP GET request to https://reviewboard.eng.illumon.com/api/validation/diffs/
>>> Cached response for HTTP GET https://reviewboard.eng.illumon.com/api/validation/diffs/ expired and was modified
>>> Making HTTP POST request to https://reviewboard.eng.illumon.com/api/validation/diffs/
Traceback (most recent call last):
File "/usr/local/bin/rbt", line 9, in <module>
load_entry_point('RBTools==0.7.10', 'console_scripts', 'rbt')()
File "/Library/Python/2.7/site-packages/RBTools-0.7.10-py2.7.egg/rbtools/commands/main.py", line 133, in main
command.run_from_argv([RB_MAIN, command_name] + args)
File "/Library/Python/2.7/site-packages/RBTools-0.7.10-py2.7.egg/rbtools/commands/__init__.py", line 663, in run_from_argv
exit_code = self.main(*args) or 0
File "/Library/Python/2.7/site-packages/RBTools-0.7.10-py2.7.egg/rbtools/commands/post.py", line 804, in main
**validate_kwargs)
File "/Library/Python/2.7/site-packages/RBTools-0.7.10-py2.7.egg/rbtools/api/decorators.py", line 27, in request_method
*args, **kwargs)
File "/Library/Python/2.7/site-packages/RBTools-0.7.10-py2.7.egg/rbtools/api/transport/sync.py", line 75, in execute_request_method
return self._execute_request(request)
File "/Library/Python/2.7/site-packages/RBTools-0.7.10-py2.7.egg/rbtools/api/transport/sync.py", line 84, in _execute_request
rsp = self.server.make_request(request)
File "/Library/Python/2.7/site-packages/RBTools-0.7.10-py2.7.egg/rbtools/api/request.py", line 589, in make_request
raise ServerInterfaceError('%s' % e.reason)
rbtools.api.errors.ServerInterfaceError: [Errno 32] Broken pipe

On the server side tailing reviewboard.log i only see this:

2020-09-17 16:42:41,358 - DEBUG - None - chipkent - /api/ - djblets.webapi.auth.backends.base - Attempting authentication on API: token=************

The diff is big though, is it because it's big it's timing out?
How else can I troubleshoot this?
It only happens with one user.
Thank you.

David Trowbridge

unread,
Sep 17, 2020, 12:53:17 PM9/17/20
to reviewboard
Hi,

It definitely could be timing out because of the size of the diff. How big is "big"?

I highly recommend upgrading to the latest RBTools as well. It's quite a bit smarter about how it deals with git.

David

--
Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
---
You received this message because you are subscribed to the Google Groups "Review Board Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to reviewboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/reviewboard/62e621bd-3c26-4c0d-a770-8fc0456d8d55n%40googlegroups.com.

Danila Ladner

unread,
Sep 17, 2020, 12:57:10 PM9/17/20
to revie...@googlegroups.com

Danila Ladner

unread,
Sep 17, 2020, 1:01:59 PM9/17/20
to revie...@googlegroups.com
Upgraded to 1.0.3 and now i get

rbt post -o --tracking-branch=rc/treasure -g --repository-url=g...@gitlab.eng.illumon.com:illumon/iris.git --branch dkent_tp_pydoc --debug
>>> RBTools 1.0.3

>>> Python 2.7.16 (default, Jun  5 2020, 22:59:21)
[GCC 4.2.1 Compatible Apple LLVM 11.0.3 (clang-1103.0.29.20) (-macos10.15-objc-
>>> Running on Darwin-19.6.0-x86_64-i386-64bit
>>> Home = /Users/ckent
>>> Current directory = /Users/ckent/dev/iris-3
>>> Command line: rbt post -o --tracking-branch=rc/treasure -g --repository-url=g...@gitlab.eng.illumon.com:illumon/iris.git --branch dkent_tp_pydoc --debug
>>> Running: tf vc help
>>> Checking for a Subversion repository...
>>> Running: svn --non-interactive info g...@gitlab.eng.illumon.com:illumon/iris.git
>>> Command exited with rc 72: [u'svn', u'--non-interactive', u'info', 'g...@gitlab.eng.illumon.com:illumon/iris.git']

>>> Checking for a Git repository...
>>> Running: git rev-parse --git-dir
>>> Running: git config core.bare
>>> Running: git rev-parse --show-toplevel
>>> Running: git symbolic-ref -q HEAD
>>> Repository info: Path: g...@gitlab.eng.illumon.com:illumon/iris.git, Base path: , Supports changesets: False
>>> Checking for a Mercurial repository...
>>> Running: hg root
>>> Command exited with rc 1: [u'hg', u'root']
ERROR:root:code for hash md5 was not found.

Traceback (most recent call last):
  File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 147, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
    raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type md5
ERROR:root:code for hash sha1 was not found.

Traceback (most recent call last):
  File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 147, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
    raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha1
ERROR:root:code for hash sha224 was not found.

Traceback (most recent call last):
  File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 147, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
    raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha224
ERROR:root:code for hash sha256 was not found.

Traceback (most recent call last):
  File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 147, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
    raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha256
ERROR:root:code for hash sha384 was not found.

Traceback (most recent call last):
  File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 147, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
    raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha384
ERROR:root:code for hash sha512 was not found.

Traceback (most recent call last):
  File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 147, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
    raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha512

Traceback (most recent call last):
  File "/usr/local/bin/hg", line 43, in <module>
    dispatch.run()
  File "/usr/local/Cellar/mercurial/4.9.1/lib/python2.7/site-packages/hgdemandimport/demandimportpy2.py", line 150, in __getattr__
    self._load()
  File "/usr/local/Cellar/mercurial/4.9.1/lib/python2.7/site-packages/hgdemandimport/demandimportpy2.py", line 94, in _load
    _origimport, head, globals, locals, None, level)
  File "/usr/local/Cellar/mercurial/4.9.1/lib/python2.7/site-packages/hgdemandimport/demandimportpy2.py", line 43, in _hgextimport
    return importfunc(name, globals, *args, **kwargs)
  File "/usr/local/Cellar/mercurial/4.9.1/lib/python2.7/site-packages/mercurial/dispatch.py", line 625, in <module>
    class lazyaliasentry(object):
  File "/usr/local/Cellar/mercurial/4.9.1/lib/python2.7/site-packages/mercurial/dispatch.py", line 636, in lazyaliasentry
    @util.propertycache
  File "/usr/local/Cellar/mercurial/4.9.1/lib/python2.7/site-packages/hgdemandimport/demandimportpy2.py", line 150, in __getattr__
    self._load()
  File "/usr/local/Cellar/mercurial/4.9.1/lib/python2.7/site-packages/hgdemandimport/demandimportpy2.py", line 94, in _load
    _origimport, head, globals, locals, None, level)
  File "/usr/local/Cellar/mercurial/4.9.1/lib/python2.7/site-packages/hgdemandimport/demandimportpy2.py", line 43, in _hgextimport
    return importfunc(name, globals, *args, **kwargs)
  File "/usr/local/Cellar/mercurial/4.9.1/lib/python2.7/site-packages/mercurial/util.py", line 180, in <module>
    'md5': hashlib.md5,
  File "/usr/local/Cellar/mercurial/4.9.1/lib/python2.7/site-packages/hgdemandimport/demandimportpy2.py", line 151, in __getattr__
    return getattr(self._module, attr)
AttributeError: 'module' object has no attribute 'md5'
---
>>> Running: hg showconfig
>>> Command exited with rc 1: [u'hg', u'showconfig']
[u'ERROR:root:code for hash md5 was not found.\n', u'Traceback (most recent call last):\n', u'  File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 147, in <module>\n', u'    globals()[__func_name] = __get_hash(__func_name)\n', u'  File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor\n', u"    raise ValueError('unsupported hash type ' + name)\n", u'ValueError: unsupported hash type md5\n', u'ERROR:root:code for hash sha1 was not found.\n', u'Traceback (most recent call last):\n', u'  File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 147, in <module>\n', u'    globals()[__func_name] = __get_hash(__func_name)\n', u'  File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor\n', u"    raise ValueError('unsupported hash type ' + name)\n", u'ValueError: unsupported hash type sha1\n', u'ERROR:root:code for hash sha224 was not found.\n', u'Traceback (most recent call last):\n', u'  File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 147, in <module>\n', u'    globals()[__func_name] = __get_hash(__func_name)\n', u'  File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor\n', u"    raise ValueError('unsupported hash type ' + name)\n", u'ValueError: unsupported hash type sha224\n', u'ERROR:root:code for hash sha256 was not found.\n', u'Traceback (most recent call last):\n', u'  File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 147, in <module>\n', u'    globals()[__func_name] = __get_hash(__func_name)\n', u'  File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor\n', u"    raise ValueError('unsupported hash type ' + name)\n", u'ValueError: unsupported hash type sha256\n', u'ERROR:root:code for hash sha384 was not found.\n', u'Traceback (most recent call last):\n', u'  File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 147, in <module>\n', u'    globals()[__func_name] = __get_hash(__func_name)\n', u'  File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor\n', u"    raise ValueError('unsupported hash type ' + name)\n", u'ValueError: unsupported hash type sha384\n', u'ERROR:root:code for hash sha512 was not found.\n', u'Traceback (most recent call last):\n', u'  File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 147, in <module>\n', u'    globals()[__func_name] = __get_hash(__func_name)\n', u'  File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor\n', u"    raise ValueError('unsupported hash type ' + name)\n", u'ValueError: unsupported hash type sha512\n', u'Traceback (most recent call last):\n', u'  File "/usr/local/bin/hg", line 43, in <module>\n', u'    dispatch.run()\n', u'  File "/usr/local/Cellar/mercurial/4.9.1/lib/python2.7/site-packages/hgdemandimport/demandimportpy2.py", line 150, in __getattr__\n', u'    self._load()\n', u'  File "/usr/local/Cellar/mercurial/4.9.1/lib/python2.7/site-packages/hgdemandimport/demandimportpy2.py", line 94, in _load\n', u'    _origimport, head, globals, locals, None, level)\n', u'  File "/usr/local/Cellar/mercurial/4.9.1/lib/python2.7/site-packages/hgdemandimport/demandimportpy2.py", line 43, in _hgextimport\n', u'    return importfunc(name, globals, *args, **kwargs)\n', u'  File "/usr/local/Cellar/mercurial/4.9.1/lib/python2.7/site-packages/mercurial/dispatch.py", line 625, in <module>\n', u'    class lazyaliasentry(object):\n', u'  File "/usr/local/Cellar/mercurial/4.9.1/lib/python2.7/site-packages/mercurial/dispatch.py", line 636, in lazyaliasentry\n', u'    @util.propertycache\n', u'  File "/usr/local/Cellar/mercurial/4.9.1/lib/python2.7/site-packages/hgdemandimport/demandimportpy2.py", line 150, in __getattr__\n', u'    self._load()\n', u'  File "/usr/local/Cellar/mercurial/4.9.1/lib/python2.7/site-packages/hgdemandimport/demandimportpy2.py", line 94, in _load\n', u'    _origimport, head, globals, locals, None, level)\n', u'  File "/usr/local/Cellar/mercurial/4.9.1/lib/python2.7/site-packages/hgdemandimport/demandimportpy2.py", line 43, in _hgextimport\n', u'    return importfunc(name, globals, *args, **kwargs)\n', u'  File "/usr/local/Cellar/mercurial/4.9.1/lib/python2.7/site-packages/mercurial/util.py", line 180, in <module>\n', u"    'md5': hashlib.md5,\n", u'  File "/usr/local/Cellar/mercurial/4.9.1/lib/python2.7/site-packages/hgdemandimport/demandimportpy2.py", line 151, in __getattr__\n', u'    return getattr(self._module, attr)\n', u"AttributeError: 'module' object has no attribute 'md5'\n"]---

Traceback (most recent call last):
  File "/usr/local/bin/rbt", line 11, in <module>
    load_entry_point('RBTools==1.0.3', 'console_scripts', 'rbt')()
  File "/Library/Python/2.7/site-packages/RBTools-1.0.3-py2.7.egg/rbtools/commands/main.py", line 120, in main

    command.run_from_argv([RB_MAIN, command_name] + args)
  File "/Library/Python/2.7/site-packages/RBTools-1.0.3-py2.7.egg/rbtools/commands/__init__.py", line 725, in run_from_argv

    exit_code = self.main(*args) or 0
  File "/Library/Python/2.7/site-packages/RBTools-1.0.3-py2.7.egg/rbtools/commands/post.py", line 756, in main
    client_name=self.options.repository_type)
  File "/Library/Python/2.7/site-packages/RBTools-1.0.3-py2.7.egg/rbtools/commands/__init__.py", line 754, in initialize_scm_tool
    client_name=client_name)
  File "/Library/Python/2.7/site-packages/RBTools-1.0.3-py2.7.egg/rbtools/clients/__init__.py", line 803, in scan_usable_client
    repository_info = tool.get_repository_info()
  File "/Library/Python/2.7/site-packages/RBTools-1.0.3-py2.7.egg/rbtools/clients/mercurial.py", line 172, in get_repository_info
    self._init()
  File "/Library/Python/2.7/site-packages/RBTools-1.0.3-py2.7.egg/rbtools/clients/mercurial.py", line 138, in _init
    self._load_hgrc()
  File "/Library/Python/2.7/site-packages/RBTools-1.0.3-py2.7.egg/rbtools/clients/mercurial.py", line 428, in _load_hgrc
    for line in execute(['hg', 'showconfig'], split_lines=True):
  File "/Library/Python/2.7/site-packages/RBTools-1.0.3-py2.7.egg/rbtools/utils/process.py", line 189, in execute
    raise Exception('Failed to execute command: %s' % command)
Exception: Failed to execute command: [u'hg', u'showconfig']

On Thu, Sep 17, 2020 at 12:53 PM David Trowbridge <trow...@gmail.com> wrote:

David Trowbridge

unread,
Sep 17, 2020, 1:10:42 PM9/17/20
to revie...@googlegroups.com
Those errors look like your installed mercurial is not compatible with your installed python.


In our view, a review request with hundreds of files is not reviewable by humans. You’ll have more success both posting it and getting useful code review by splitting it up and/or using rbt post’s exclude functionality to avoid posting any unnecessary/auto generated files.


David


Danila Ladner

unread,
Sep 17, 2020, 1:11:47 PM9/17/20
to revie...@googlegroups.com
Okay, fixing python for now. Thank you.

Danila Ladner

unread,
Sep 17, 2020, 2:12:54 PM9/17/20
to revie...@googlegroups.com
Okay, so it ran on the new version and timed out again, this time it tells me that diff is 168MB, is that a lot?
Thank you.

Danila Ladner

unread,
Sep 17, 2020, 2:34:39 PM9/17/20
to revie...@googlegroups.com
David so even with excludes i think i get 160 size

>>> Generated diff size: 164597355 bytes

>>> Making HTTP GET request to https://reviewboard.eng.illumon.com/api/validation/diffs/
>>> Cached response for HTTP GET https://reviewboard.eng.illumon.com/api/validation/diffs/ expired and was modified
>>> Making HTTP POST request to https://reviewboard.eng.illumon.com/api/validation/diffs/
Traceback (most recent call last):
  File "/usr/local/bin/rbt", line 11, in <module>
    load_entry_point('RBTools==1.0.3', 'console_scripts', 'rbt')()
  File "/Library/Python/2.7/site-packages/RBTools-1.0.3-py2.7.egg/rbtools/commands/main.py", line 120, in main
    command.run_from_argv([RB_MAIN, command_name] + args)
  File "/Library/Python/2.7/site-packages/RBTools-1.0.3-py2.7.egg/rbtools/commands/__init__.py", line 725, in run_from_argv
    exit_code = self.main(*args) or 0
  File "/Library/Python/2.7/site-packages/RBTools-1.0.3-py2.7.egg/rbtools/commands/post.py", line 867, in main
    **validate_kwargs)
  File "/Library/Python/2.7/site-packages/RBTools-1.0.3-py2.7.egg/rbtools/api/decorators.py", line 27, in request_method
    *args, **kwargs)
  File "/Library/Python/2.7/site-packages/RBTools-1.0.3-py2.7.egg/rbtools/api/transport/sync.py", line 77, in execute_request_method
    return self._execute_request(request)
  File "/Library/Python/2.7/site-packages/RBTools-1.0.3-py2.7.egg/rbtools/api/transport/sync.py", line 86, in _execute_request
    rsp = self.server.make_request(request)
  File "/Library/Python/2.7/site-packages/RBTools-1.0.3-py2.7.egg/rbtools/api/request.py", line 689, in make_request

    raise ServerInterfaceError('%s' % e.reason)
rbtools.api.errors.ServerInterfaceError: [Errno 32] Broken pipe
So nothing i can do about it, right? Can I maybe use some other transport to upload?
Thank you.

Danila Ladner

unread,
Sep 17, 2020, 2:45:22 PM9/17/20
to revie...@googlegroups.com
Aslo with exclude now it shows tons of files in that log that I did not change.  Not sure what is going on

ommand line: rbt post -o --tracking-branch=rc/treasure -g --repository-url=g...@gitlab.eng.illumon.com:illumon/iris.git --branch dkent_tp_pydoc --debug --exclude *.json

>>> Running: tf vc help
>>> Checking for a Subversion repository...
>>> Running: svn --non-interactive info g...@gitlab.eng.illumon.com:illumon/iris.git
>>> Command exited with rc 72: [u'svn', u'--non-interactive', u'info', 'g...@gitlab.eng.illumon.com:illumon/iris.git']
>>> Checking for a Git repository...
>>> Running: git rev-parse --git-dir
>>> Running: git config core.bare
>>> Running: git rev-parse --show-toplevel
>>> Running: git symbolic-ref -q HEAD
>>> Repository info: Path: g...@gitlab.eng.illumon.com:illumon/iris.git, Base path: , Supports changesets: False
>>> Checking for a Mercurial repository...
>>> Running: hg root
>>> Command exited with rc 255: [u'hg', u'root']
abort: no repository found in '/Users/ckent/dev/iris-3' (.hg not found)!
---
>>> Checking for a CVS repository...
>>> Unable to execute "cvs": skipping CVS
>>> Checking for a Perforce repository...
>>> Unable to execute "p4 help": skipping Perforce
>>> Checking for a Plastic repository...
>>> Unable to execute "cm version": skipping Plastic
>>> Checking for a ClearCase repository...
>>> Unable to execute "cleartool help": skipping ClearCase
>>> Checking for a Bazaar repository...
>>> Unable to execute "bzr help": skipping Bazaar
>>> Checking for a Team Foundation Server repository...
>>> Unable to execute "tf help": skipping TFS

>>> Making HTTP GET request to https://reviewboard.eng.illumon.com/api/
>>> Running: git rev-parse refs/heads/dkent_tp_pydoc
>>> Running: git branch --remotes
>>> Running: git config --get branch.rc/treasure.remote
>>> Running: git rev-parse rc/treasure
>>> Running: git rev-list 0b0eed96b3ac70a8cbbcf31dc4b096715ab4ab72 --not --remotes=origin

>>> Running: git status --porcelain --untracked-files=no --ignore-submodules=dirty
>>> Running: git version
>>> Running: git -c core.quotepath=false -c diff.noprefix=false diff-tree --no-color --full-index --ignore-submodules -M --no-ext-diff -r 0b0eed96b3ac70a8cbbcf31dc4b096715ab4ab72..1b03d4324375ae22941bccf6c47ad910bc68d4aa
>>> Running: git -c core.quotepath=false -c diff.noprefix=false diff --no-color --full-index --ignore-submodules -M --no-ext-diff 0b0eed96b3ac70a8cbbcf31dc4b096715ab4ab72..1b03d4324375ae22941bccf6c47ad910bc68d4aa -- .gitignore
>>> Running: git -c core.quotepath=false -c diff.noprefix=false diff --no-color --full-index --ignore-submodules -M --no-ext-diff 0b0eed96b3ac70a8cbbcf31dc4b096715ab4ab72..1b03d4324375ae22941bccf6c47ad910bc68d4aa -- Authentication/java/com/illumon/iris/auth/AuthProbe.java
>>> Running: git -c core.quotepath=false -c diff.noprefix=false diff --no-color --full-index --ignore-submodules -M --no-ext-diff 0b0eed96b3ac70a8cbbcf31dc4b096715ab4ab72..1b03d4324375ae22941bccf6c47ad910bc68d4aa -- Authentication/java/com/illumon/iris/auth/AuthenticationServer.java
>>> Running: git -c core.quotepath=false -c diff.noprefix=false diff --no-color --full-index --ignore-submodules -M --no-ext-diff 0b0eed96b3ac70a8cbbcf31dc4b096715ab4ab72..1b03d4324375ae22941bccf6c47ad910bc68d4aa -- Automation/Automation.gradle
>>> Running: git -c core.quotepath=false -c diff.noprefix=false diff --no-color --full-index --ignore-submodules -M --no-ext-diff 0b0eed96b3ac70a8cbbcf31dc4b096715ab4ab72..1b03d4324375ae22941bccf6c47ad910bc68d4aa -- Automation/README.md
>>> Running: git -c core.quotepath=false -c diff.noprefix=false diff --no-color --full-index --ignore-submodules -M --no-ext-diff 0b0eed96b3ac70a8cbbcf31dc4b096715ab4ab72..1b03d4324375ae22941bccf6c47ad910bc68d4aa -- Automation/src/test/java/com/deephaven/generator/CreateMissingTestcases.java
>>> Running: git -c core.quotepath=false -c diff.noprefix=false diff --no-color --full-index --ignore-submodules -M --no-ext-diff 0b0eed96b3ac70a8cbbcf31dc4b096715ab4ab72..1b03d4324375ae22941bccf6c47ad910bc68d4aa -- Automation/src/test/java/com/deephaven/generator/CreateTestcasesFromExport.java
>>> Running: git -c core.quotepath=false -c diff.noprefix=false diff --no-color --full-index --ignore-submodules -M --no-ext-diff 0b0eed96b3ac70a8cbbcf31dc4b096715ab4ab72..1b03d4324375ae22941bccf6c47ad910bc68d4aa -- Automation/src/test/java/com/deephaven/generator/NormalizeElements.java
>>> Running: git -c core.quotepath=false -c diff.noprefix=false diff --no-color --full-index --ignore-submodules -M --no-ext-diff 0b0eed96b3ac70a8cbbcf31dc4b096715ab4ab72..1b03d4324375ae22941bccf6c47ad910bc68d4aa -- Automation/src/test/java/com/deephaven/generator/QueryMatcher.java
>>> Running: git -c core.quotepath=false -c diff.noprefix=false diff --no-color --full-index --ignore-submodules -M --no-ext-diff 0b0eed96b3ac70a8cbbcf31dc4b096715ab4ab72..1b03d4324375ae22941bccf6c47ad910bc68d4aa -- Automation/src/test/java/com/deephaven/generator/QueryWriter.java
>>> Running: git -c core.quotepath=false -c diff.noprefix=false diff --no-color --full-index --ignore-submodules -M --no-ext-diff 0b0eed96b3ac70a8cbbcf31dc4b096715ab4ab72..1b03d4324375ae22941bccf6c47ad910bc68d4aa -- Automation/src/test/java/com/deephaven/testType/JDBC/JDBCAbstractTestCase.java
>>> Running: git -c core.quotepath=false -c diff.noprefix=false diff --no-color --full-index --ignore-submodules -M --no-ext-diff 0b0eed96b3ac70a8cbbcf31dc4b096715ab4ab72..1b03d4324375ae22941bccf6c47ad910bc68d4aa -- Automation/src/test/java/com/deephaven/testType/persistentQueries/GetPersistentQueryLanguageAction.java
>>> Running: git -c core.quotepath=false -c diff.noprefix=false diff --no-color --full-index --ignore-submodules -M --no-ext-diff 0b0eed96b3ac70a8cbbcf31dc4b096715ab4ab72..1b03d4324375ae22941bccf6c47ad910bc68d4aa -- Automation/src/test/java/com/deephaven/testcase/JDBCSmokeTestDefinition.java
>>> Running: git -c core.quotepath=false -c diff.noprefix=false diff --no-color --full-index --ignore-submodules -M --no-ext-diff 0b0eed96b3ac70a8cbbcf31dc4b096715ab4ab72..1b03d4324375ae22941bccf6c47ad910bc68d4aa -- Automation/src/test/java/com/deephaven/utils/FileUtils.java
>>> Running: git -c core.quotepath=false -c diff.noprefix=false diff --no-color --full-index --ignore-submodules -M --no-ext-diff 0b0eed96b3ac70a8cbbcf31dc4b096715ab4ab72..1b03d4324375ae22941bccf6c47ad910bc68d4aa -- Automation/src/test/java/com/deephaven/utils/XmlUtils.java
>>> Running: git -c core.quotepath=false -c diff.noprefix=false diff --no-color --full-index --ignore-submodules -M --no-ext-diff 0b0eed96b3ac70a8cbbcf31dc4b096715ab4ab72..1b03d4324375ae22941bccf6c47ad910bc68d4aa -- Automation/src/test/java/com/deephaven/wip/DoRemoteQuery.java
>>> Running: git -c core.quotepath=false -c diff.noprefix=false diff --no-color --full-index --ignore-submodules -M --no-ext-diff 0b0eed96b3ac70a8cbbcf31dc4b096715ab4ab72..1b03d4324375ae22941bccf6c47ad910bc68d4aa -- Automation/src/test/java/com/deephaven/wip/RunJDBCSmokeTest.java
>>> Running: git -c core.quotepath=false -c diff.noprefix=false diff --no-color --full-index --ignore-submodules -M --no-ext-diff 0b0eed96b3ac70a8cbbcf31dc4b096715ab4ab72..1b03d4324375ae22941bccf6c47ad910bc68d4aa -- Automation/src/test/resources/TADriver.prop
>>> Running: git -c core.quotepath=false -c diff.noprefix=false diff --no-color --full-index --ignore-submodules -M --no-ext-diff 0b0eed96b3ac70a8cbbcf31dc4b096715ab4ab72..1b03d4324375ae22941bccf6c47ad910bc68d4aa -- Automation/src/test/resources/TestSuites/Pe

...
It goes more here.
Reply all
Reply to author
Forward
0 new messages