Advertisement
Guest User

Untitled

a guest
May 26th, 2015
735
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1. $ rbt post --server=https://reviewboard --repository=yelp-main --tracking-branch=origin/master --branch=dnephin/debug_rb_issues -r 98978 --debug
  2. >>> RBTools 0.8 alpha 0 (dev)
  3. >>> Python 2.7.6 (default, Feb 4 2014, 16:58:51)
  4. [GCC 4.4.3]
  5. >>> Running on Linux-3.13.0-53-generic-x86_64-with-Ubuntu-10.04-lucid
  6. >>> Home = /nail/home/dnephin
  7. >>> Current directory = /nail/home/dnephin/pg/yelp-main
  8. >>> Checking for a Subversion repository...
  9. >>> Running: svn --non-interactive info
  10. >>> Command exited with rc 1: ['svn', '--non-interactive', u'info']
  11. svn: '.' is not a working copy
  12. ---
  13. >>> Checking for a Git repository...
  14. >>> Running: git rev-parse --git-dir
  15. >>> Running: git config core.bare
  16. >>> Running: git rev-parse --show-toplevel
  17. >>> Running: git symbolic-ref -q HEAD
  18. >>> Running: git config --get branch.debug_rb_issues.merge
  19. >>> Command exited with rc 1: ['git', 'config', '--get', u'branch.debug_rb_issues.merge']
  20. ---
  21. >>> Running: git config --get branch.debug_rb_issues.remote
  22. >>> Command exited with rc 1: ['git', 'config', '--get', u'branch.debug_rb_issues.remote']
  23. ---
  24. >>> Running: git config --get remote.canon.url
  25. >>> repository info: Path: git@git:yelp-main, Base path: , Supports changesets: False
  26. >>> Making HTTP GET request to https://reviewboard/api/
  27. >>> Running: git rev-parse refs/heads/debug_rb_issues
  28. >>> Running: git merge-base cbee605479dcf52c7983fb39e278b7dc382eb42b origin/master
  29. >>> Running: git rev-parse 57193d9ea4fc0145a3f306b0a29866e9a355fcda
  30. >>> Running: git status --porcelain --untracked-files=no
  31. >>> Running: git rev-parse --git-dir
  32. >>> Running: git -c core.quotepath=false -c diff.noprefix=false diff --no-color --full-index --ignore-submodules -M --no-ext-diff 57193d9ea4fc0145a3f306b0a29866e9a355fcda..cbee605479dcf52c7983fb39e278b7dc382eb42b
  33. >>> Making HTTP GET request to https://reviewboard/api/review-requests/98978/?only-links=diffs%2Cdraft&only-fields=absolute_url%2Cbugs_closed%2Cid%2Cstatus
  34. >>> Making HTTP GET request to https://reviewboard/api/review-requests/98978/diffs/?only-fields=
  35. >>> Making HTTP POST request to https://reviewboard/api/review-requests/98978/diffs/
  36. >>> Got API Error 207 (HTTP code 400): The file was not found in the repository.
  37. >>> Error data: {u'stat': u'fail', u'file': u'yelp/tests/util/query_test.py', u'err': {u'msg': u'The file was not found in the repository.', u'code': 207}, u'revision': u''}
  38. Traceback (most recent call last):
  39. File "/home/dnephin/pg/review_branch/.tox/py27/bin/rbt", line 9, in <module>
  40. load_entry_point('RBTools==0.8alpha0.dev', 'console_scripts', 'rbt')()
  41. File "/home/dnephin/pg/rbtools/rbtools/commands/main.py", line 120, in main
  42. command.run_from_argv([RB_MAIN, command_name] + args)
  43. File "/home/dnephin/pg/rbtools/rbtools/commands/__init__.py", line 613, in run_from_argv
  44. exit_code = self.main(*args) or 0
  45. File "/home/dnephin/pg/rbtools/rbtools/commands/post.py", line 783, in main
  46. base_dir=base_dir)
  47. File "/home/dnephin/pg/rbtools/rbtools/commands/post.py", line 464, in post_request
  48. raise CommandError(u'\n'.join(error_msg))
  49. rbtools.commands.CommandError: Error uploading diff
  50.  
  51.  
  52. The file was not found in the repository. (HTTP 400, API Error 207)
  53.  
  54. Your review request still exists, but the diff is not attached.
  55.  
  56. https://reviewboard.yelpcorp.com/r/98978/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement