Comment 0 for bug 388020

Revision history for this message
Martin Albisetti (beuno) wrote : UnknownErrorFromSmartServer when pushing a bbc branch to bzr 1.16rc1 server from 1.14.1

When pushing to 1.16rc1 server from 1.14.1 (OSX), even though the push seems to complete, I get the following traceback:

Tue 2009-06-16 14:21:41 -0300
0.040 bzr arguments: [u'push']
0.064 looking for plugins in /Users/lisandromartinezbasabilvaso/.bazaar/plugins
0.064 looking for plugins in /Library/Python/2.5/site-packages/bzrlib/plugins
0.249 encoding stdout as osutils.get_user_encoding() 'ascii'
0.414 ssh implementation is OpenSSH
4.660 Using fetch logic to copy between CHKInventoryRepository('file:///Users/lisandromartinezbasabilvaso/Sites/activa2000/.bzr/repository/')(<RepositoryFormatCHK1>) and RemoteRepository(bzr+ssh://<email address hidden>:1122/var/www/private/activa2000/.bzr/)(<RemoteRepositoryFormat>)
4.661 fetch up to rev {<email address hidden>}
11.333 Traceback (most recent call last):
  File "/Library/Python/2.5/site-packages/bzrlib/commands.py", line 727, in exception_to_return_code
    return the_callable(*args, **kwargs)
  File "/Library/Python/2.5/site-packages/bzrlib/commands.py", line 922, in run_bzr
    ret = run(*run_argv)
  File "/Library/Python/2.5/site-packages/bzrlib/commands.py", line 559, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/Library/Python/2.5/site-packages/bzrlib/builtins.py", line 1055, in run
    use_existing_dir=use_existing_dir)
  File "/Library/Python/2.5/site-packages/bzrlib/push.py", line 146, in _show_push_branch
    remember)
  File "/Library/Python/2.5/site-packages/bzrlib/bzrdir.py", line 1241, in push_branch
    overwrite, stop_revision=revision_id)
  File "/Library/Python/2.5/site-packages/bzrlib/decorators.py", line 138, in read_locked
    result = unbound(self, *args, **kwargs)
  File "/Library/Python/2.5/site-packages/bzrlib/branch.py", line 2120, in push
    _override_hook_source_branch=_override_hook_source_branch)
  File "/Library/Python/2.5/site-packages/bzrlib/branch.py", line 2767, in _run_with_write_locked_target
    result = callable(*args, **kwargs)
  File "/Library/Python/2.5/site-packages/bzrlib/branch.py", line 2159, in _push_with_bound_branches
    result = self._basic_push(target, overwrite, stop_revision)
  File "/Library/Python/2.5/site-packages/bzrlib/branch.py", line 2182, in _basic_push
    graph=graph)
  File "/Library/Python/2.5/site-packages/bzrlib/decorators.py", line 192, in write_locked
    result = unbound(self, *args, **kwargs)
  File "/Library/Python/2.5/site-packages/bzrlib/branch.py", line 776, in update_revisions
    overwrite, graph)
  File "/Library/Python/2.5/site-packages/bzrlib/branch.py", line 2856, in update_revisions
    self.target.set_last_revision_info(stop_revno, stop_revision)
  File "/Library/Python/2.5/site-packages/bzrlib/decorators.py", line 192, in write_locked
    result = unbound(self, *args, **kwargs)
  File "/Library/Python/2.5/site-packages/bzrlib/remote.py", line 2349, in set_last_revision_info
    str(revno), revision_id)
  File "/Library/Python/2.5/site-packages/bzrlib/remote.py", line 57, in _call
    self._translate_error(err, **err_context)
  File "/Library/Python/2.5/site-packages/bzrlib/remote.py", line 2009, in _translate_error
    self.repository._translate_error(err, branch=self, **context)
  File "/Library/Python/2.5/site-packages/bzrlib/remote.py", line 688, in _translate_error
    self.bzrdir._translate_error(err, repository=self, **context)
  File "/Library/Python/2.5/site-packages/bzrlib/remote.py", line 129, in _translate_error
    _translate_error(err, bzrdir=self, **context)
  File "/Library/Python/2.5/site-packages/bzrlib/remote.py", line 2559, in _translate_error
    raise errors.UnknownErrorFromSmartServer(err)
UnknownErrorFromSmartServer: Server sent an unexpected error: ('error', "'smeinardo@pentaserv-20090605170656-x0kas6gjdw5ev1wl'")