Guest User

Untitled

a guest
Jul 15th, 2018
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.12 KB | None | 0 0
  1. running ssh eric.larson@dev_machine "hg -R my_project serve --stdio"
  2. sending hello command
  3. sending between command
  4. eric.larson@dev.polimetrix.com's password:
  5. eric.larson@dev.polimetrix.com's password:
  6. eric.larson@dev.polimetrix.com's password:
  7. remote: 56
  8. remote: capabilities: unbundle lookup changegroupsubset forests
  9. remote: 1
  10. pushing to ssh://eric.larson@dev_machine/my_project
  11. sending heads command
  12. searching for changes
  13. common changesets up to 891702406575 a36d74fe9b8f c87cc46f32e7 023977983d00 b9d381a81497 6ab9e400dcaa f802e0c7f5d0 be362364187e e1d06ea45f1f c9155549e465 279da3962e06 5b713e356980 28084163dcd6 63d7ad2ae62f 44d04e1a90e1 064c1fc4201a 366c8cc7d43f 5795316bce8c 49b1f78f7fd9 5ecec406d345 ec53d941728e 41eb20e348bd 03464d1614a8 18318c699261 9ccc7a866180 81440b2372e0 c091f288570d 9b6b8a66e939 fb05fe665243 404cfb9dc441 88293cbac2d9 f96c310a2b47 2db093af758b 8910aca79903 ff0336313e1f e1d90278b6f4 e1c007ed37a2 ebd070dbddbf 7a4e70b3778d eecb6e7ed96e ad2f704719f7 ae4fc8315bad fe5e001d717b ea687bec94ec f7e263bfa794 e8d088e1d775 74150c744e3e 901e48f3414b 40e921bd39dd 7b8a64f5a0a4 292dc37a9f47 45ae1aea40c4 9178bade2515 57188f24f1e4 1a12450f035c f086c2d42d43 0400c1488bca 74cdc7f553ea a50dead6637a 6bffecf4459a 4a7feafea0a3 240e9aeb729f 07905f7fac52 138067e28ce8 fa9db935c59f e86a9b5049ba 223e20483425 61ce412dfa26 6ff357320d9c 3ca759f74206 3f51d04bb9ce 08e6b4664b46 ef1aba847b25 910b100cd8fa 5f318c297108 91ae5eb4d11b 8c977f5faf73 e65e8e726aeb b4febf03f016 ef566deb32fa 9e94a21f4b9d 9dca510d5ef4 15e62fecac17 75c527ede95b 84a87562133c f6d116a2041c 2d9085f14a0c e4354d2c33bc 941a31949e74 5b2f3d5deab1 d221b2963c41 fb3b96159e47 0f2c6c6d1230 6874a8784f1f 50c1d4efed16 2fbc18e5b638 4e029e822203
  14. 5 changesets found
  15. list of changesets:
  16. 4449ee4890bcebec4294c01f337b530847763e57
  17. c448e896440433f1a7df06fb727e48bb3902e9b0
  18. 6da87ec2205953e43e7fac354755f1aa50feaabb
  19. 1ac393a7d5885b804899ea94f6623a1a16a001b4
  20. acb0d6ff02ee81d8d5e58f024d5586360586c1ab
  21. sending unbundle command
  22. remote: Permission denied, please try again.
  23. remote: Permission denied, please try again.
  24. remote: Received disconnect from 10.2.2.104: 2: Timeout, your session not responding.
  25. Traceback (most recent call last):
  26. File "/home/eric/.virtualenvs/gryphon/lib/python2.5/site-packages/mercurial-1.3.1-py2.5-linux-i686.egg/mercurial/dispatch.py", line 43, in _runcatch
  27. return _dispatch(ui, args)
  28. File "/home/eric/.virtualenvs/gryphon/lib/python2.5/site-packages/mercurial-1.3.1-py2.5-linux-i686.egg/mercurial/dispatch.py", line 449, in _dispatch
  29. return runcommand(lui, repo, cmd, fullargs, ui, options, d)
  30. File "/home/eric/.virtualenvs/gryphon/lib/python2.5/site-packages/mercurial-1.3.1-py2.5-linux-i686.egg/mercurial/dispatch.py", line 317, in runcommand
  31. ret = _runcommand(ui, options, cmd, d)
  32. File "/home/eric/.virtualenvs/gryphon/lib/python2.5/site-packages/mercurial-1.3.1-py2.5-linux-i686.egg/mercurial/dispatch.py", line 501, in _runcommand
  33. return checkargs()
  34. File "/home/eric/.virtualenvs/gryphon/lib/python2.5/site-packages/mercurial-1.3.1-py2.5-linux-i686.egg/mercurial/dispatch.py", line 454, in checkargs
  35. return cmdfunc()
  36. File "/home/eric/.virtualenvs/gryphon/lib/python2.5/site-packages/mercurial-1.3.1-py2.5-linux-i686.egg/mercurial/dispatch.py", line 448, in <lambda>
  37. d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
  38. File "/home/eric/.virtualenvs/gryphon/lib/python2.5/site-packages/mercurial-1.3.1-py2.5-linux-i686.egg/mercurial/util.py", line 402, in check
  39. return func(*args, **kwargs)
  40. File "/home/eric/.virtualenvs/gryphon/lib/python2.5/site-packages/mercurial-1.3.1-py2.5-linux-i686.egg/mercurial/commands.py", line 2333, in push
  41. r = repo.push(other, opts.get('force'), revs=revs)
  42. File "/home/eric/.virtualenvs/gryphon/lib/python2.5/site-packages/mercurial-1.3.1-py2.5-linux-i686.egg/hgext/mq.py", line 2423, in push
  43. return super(mqrepo, self).push(remote, force, revs)
  44. File "/home/eric/.virtualenvs/gryphon/lib/python2.5/site-packages/mercurial-1.3.1-py2.5-linux-i686.egg/mercurial/localrepo.py", line 1480, in push
  45. return self.push_unbundle(remote, force, revs)
  46. File "/home/eric/.virtualenvs/gryphon/lib/python2.5/site-packages/mercurial-1.3.1-py2.5-linux-i686.egg/mercurial/localrepo.py", line 1616, in push_unbundle
  47. return remote.unbundle(cg, remote_heads, 'push')
  48. File "/home/eric/.virtualenvs/gryphon/lib/python2.5/site-packages/mercurial-1.3.1-py2.5-linux-i686.egg/mercurial/sshrepo.py", line 211, in unbundle
  49. d = self.call("unbundle", heads=' '.join(map(hex, heads)))
  50. File "/home/eric/.virtualenvs/gryphon/lib/python2.5/site-packages/mercurial-1.3.1-py2.5-linux-i686.egg/mercurial/sshrepo.py", line 127, in call
  51. return self._recv()
  52. File "/home/eric/.virtualenvs/gryphon/lib/python2.5/site-packages/mercurial-1.3.1-py2.5-linux-i686.egg/mercurial/sshrepo.py", line 135, in _recv
  53. self.abort(error.ResponseError(_("unexpected response:"), l))
  54. File "/home/eric/.virtualenvs/gryphon/lib/python2.5/site-packages/mercurial-1.3.1-py2.5-linux-i686.egg/mercurial/sshrepo.py", line 100, in abort
  55. raise exception
  56. ResponseError: ('unexpected response:', '')
  57. abort: unexpected response: empty string
Add Comment
Please, Sign In to add comment