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.

Reply via email to