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 <trowb...@gmail.com>
wrote:

> 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
>
> On Thu, Sep 17, 2020 at 10:48 AM ladner...@gmail.com <
> ladner.dan...@gmail.com> wrote:
>
>> 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.
>>
>> --
>> 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+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/reviewboard/62e621bd-3c26-4c0d-a770-8fc0456d8d55n%40googlegroups.com
>> <https://groups.google.com/d/msgid/reviewboard/62e621bd-3c26-4c0d-a770-8fc0456d8d55n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/reviewboard/CAFS3VNUUoSHBVgegQW12Jebxk6Pq8xybZbouOaPD6J2HPmj5Yw%40mail.gmail.com
> <https://groups.google.com/d/msgid/reviewboard/CAFS3VNUUoSHBVgegQW12Jebxk6Pq8xybZbouOaPD6J2HPmj5Yw%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/reviewboard/CA%2BLJM-Vu95y5eGOOTSHbFP6BpL9E_XRuzWkrL7pajyDDhxb1sw%40mail.gmail.com.

Reply via email to