bzr push failed critically - asked to report bug

Bug #416011 reported by tanderson
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MySQL Forge
In Progress
Undecided
Unassigned

Bug Description

bzr: ERROR: bzrlib.errors.ErrorFromSmartServer: Error received from smart server: ('PermissionDenied', 'o1sch2zmmr00igev94di.pack', ": [Errno 13] Permission denied: '/bzrroot/server/.bzr/repository/upload/o1sch2zmmr00igev94di.pack'")

Traceback (most recent call last):
  File "/Library/Python/2.5/site-packages/bzrlib/commands.py", line 716, in exception_to_return_code
    return the_callable(*args, **kwargs)
  File "/Library/Python/2.5/site-packages/bzrlib/commands.py", line 911, in run_bzr
    ret = run(*run_argv)
  File "/Library/Python/2.5/site-packages/bzrlib/commands.py", line 547, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/Library/Python/2.5/site-packages/bzrlib/builtins.py", line 1033, in run
    use_existing_dir=use_existing_dir)
  File "/Library/Python/2.5/site-packages/bzrlib/push.py", line 159, in _show_push_branch
    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 2071, in push
    _override_hook_source_branch=_override_hook_source_branch)
  File "/Library/Python/2.5/site-packages/bzrlib/branch.py", line 2757, in _run_with_write_locked_target
    result = callable(*args, **kwargs)
  File "/Library/Python/2.5/site-packages/bzrlib/branch.py", line 2110, in _push_with_bound_branches
    result = self._basic_push(target, overwrite, stop_revision)
  File "/Library/Python/2.5/site-packages/bzrlib/branch.py", line 2133, 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 725, in update_revisions
    overwrite, graph)
  File "/Library/Python/2.5/site-packages/bzrlib/branch.py", line 2828, in update_revisions
    self.target.fetch(self.source, 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/branch.py", line 495, in fetch
    pb=nested_pb)
  File "/Library/Python/2.5/site-packages/bzrlib/remote.py", line 1126, in fetch
    find_ghosts=find_ghosts, fetch_spec=fetch_spec)
  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/repository.py", line 3414, in fetch
    pb, find_ghosts, fetch_spec=fetch_spec)
  File "/Library/Python/2.5/site-packages/bzrlib/fetch.py", line 103, in __init__
    self.__fetch()
  File "/Library/Python/2.5/site-packages/bzrlib/fetch.py", line 130, in __fetch
    self._fetch_everything_for_search(search, pp)
  File "/Library/Python/2.5/site-packages/bzrlib/fetch.py", line 156, in _fetch_everything_for_search
    stream, from_format, [])
  File "/Library/Python/2.5/site-packages/bzrlib/remote.py", line 1544, in insert_stream
    ('Repository.insert_stream', path, ''), byte_stream)
  File "/Library/Python/2.5/site-packages/bzrlib/smart/client.py", line 178, in call_with_body_stream
    expect_response_body=False)
  File "/Library/Python/2.5/site-packages/bzrlib/smart/client.py", line 78, in _call_and_read_response
    expect_body=expect_response_body),
  File "/Library/Python/2.5/site-packages/bzrlib/smart/message.py", line 304, in read_response_tuple
    _translate_error(self.args)
  File "/Library/Python/2.5/site-packages/bzrlib/smart/message.py", line 355, in _translate_error
    raise errors.ErrorFromSmartServer(error_tuple)
ErrorFromSmartServer: Error received from smart server: ('PermissionDenied', 'o1sch2zmmr00igev94di.pack', ": [Errno 13] Permission denied: '/bzrroot/server/.bzr/repository/upload/o1sch2zmmr00igev94di.pack'")

bzr 1.13.1 on python 2.5.1 (darwin)
arguments: ['/usr/local/bin/bzr', 'push', 'bzr+ssh://<email address hidden>/bzrroot/server/mysql-summit-0.3-innodb_plugin/']
encoding: 'UTF-8', fsenc: 'utf-8', lang: 'en_US.UTF-8'
plugins:
  bzrtools /Library/Python/2.5/site-packages/bzrlib/plugins/bzrtools [1.13]
  difftools /Users/thomasanderson/.bazaar/plugins/difftools [0.91]
  email /Library/Python/2.5/site-packages/bzrlib/plugins/email [unknown]
  extmerge /Users/thomasanderson/.bazaar/plugins/extmerge [unknown]
  gtk /Users/thomasanderson/.bazaar/plugins/gtk [0.96.0.dev.1]
  launchpad /Library/Python/2.5/site-packages/bzrlib/plugins/launchpad [unknown]
  loom /Library/Python/2.5/site-packages/bzrlib/plugins/loom [1.4dev]
  mysql /Users/thomasanderson/.bazaar/plugins/mysql [0.4.2]
  netrc_credential_store /Library/Python/2.5/site-packages/bzrlib/plugins/netrc_credential_store [unknown]
  qbzr /Library/Python/2.5/site-packages/bzrlib/plugins/qbzr [0.9.9]
  rebase /Library/Python/2.5/site-packages/bzrlib/plugins/rebase [0.4.5dev]
  search /Library/Python/2.5/site-packages/bzrlib/plugins/search [1.7dev]
  svn /Library/Python/2.5/site-packages/bzrlib/plugins/svn [0.5.3]
*** Bazaar has encountered an internal error.
    Please report a bug at https://bugs.launchpad.net/bzr/+filebug
    including this traceback, and a description of what you
    were doing when the error occurred.

me (qldaus09)
Changed in mysql-forge:
status: New → In Progress
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.