Comment 5 for bug 528724

Revision history for this message
Noah Silverman (noah-smartmediacorp) wrote :

I am seeing a very similar bug. Server is Fedora. "Remote" is OS X

When first checking out a BZR repository:

----------------------------------------------------
bzr checkout bzr+ssh://xxx.xxx.xxx.xxx/repo
bzr: ERROR: zlib.error: Error -3 while decompressing data: incorrect data check

Traceback (most recent call last):
  File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line 853, in exception_to_return_code
    return the_callable(*args, **kwargs)
  File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line 1055, in run_bzr
    ret = run(*run_argv)
  File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line 661, in run_argv_aliases
    return self.run_direct(**all_cmd_args)
  File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line 665, in run_direct
    return self._operation.run_simple(*args, **kwargs)
  File "/Library/Python/2.6/site-packages/bzrlib/cleanup.py", line 122, in run_simple
    self.cleanups, self.func, *args, **kwargs)
  File "/Library/Python/2.6/site-packages/bzrlib/cleanup.py", line 156, in _do_with_cleanups
    result = func(*args, **kwargs)
  File "/Library/Python/2.6/site-packages/bzrlib/builtins.py", line 1328, in run
    accelerator_tree, hardlink)
  File "/Library/Python/2.6/site-packages/bzrlib/branch.py", line 1329, in create_checkout
    checkout_branch.pull(self, stop_revision=revision_id)
  File "/Library/Python/2.6/site-packages/bzrlib/decorators.py", line 194, in write_locked
    result = unbound(self, *args, **kwargs)
  File "/Library/Python/2.6/site-packages/bzrlib/branch.py", line 962, in pull
    possible_transports=possible_transports, *args, **kwargs)
  File "/Library/Python/2.6/site-packages/bzrlib/branch.py", line 3200, in pull
    _override_hook_target=_override_hook_target)
  File "/Library/Python/2.6/site-packages/bzrlib/branch.py", line 3077, in pull
    overwrite=overwrite, graph=graph)
  File "/Library/Python/2.6/site-packages/bzrlib/decorators.py", line 194, in write_locked
    result = unbound(self, *args, **kwargs)
  File "/Library/Python/2.6/site-packages/bzrlib/branch.py", line 910, in update_revisions
    overwrite, graph)
  File "/Library/Python/2.6/site-packages/bzrlib/branch.py", line 3020, in update_revisions
    self.target.fetch(self.source, stop_revision)
  File "/Library/Python/2.6/site-packages/bzrlib/decorators.py", line 194, in write_locked
    result = unbound(self, *args, **kwargs)
  File "/Library/Python/2.6/site-packages/bzrlib/branch.py", line 593, in fetch
    pb=pb)
  File "/Library/Python/2.6/site-packages/bzrlib/repository.py", line 1704, in fetch
    find_ghosts=find_ghosts, fetch_spec=fetch_spec)
  File "/Library/Python/2.6/site-packages/bzrlib/decorators.py", line 194, in write_locked
    result = unbound(self, *args, **kwargs)
  File "/Library/Python/2.6/site-packages/bzrlib/repository.py", line 3438, in fetch
    pb=pb, find_ghosts=find_ghosts)
  File "/Library/Python/2.6/site-packages/bzrlib/fetch.py", line 83, in __init__
    self.__fetch()
  File "/Library/Python/2.6/site-packages/bzrlib/fetch.py", line 109, in __fetch
    self._fetch_everything_for_search(search)
  File "/Library/Python/2.6/site-packages/bzrlib/fetch.py", line 137, in _fetch_everything_for_search
    stream, from_format, [])
  File "/Library/Python/2.6/site-packages/bzrlib/repository.py", line 4279, in insert_stream
    return self._locked_insert_stream(stream, src_format, is_resume)
  File "/Library/Python/2.6/site-packages/bzrlib/repository.py", line 4312, in _locked_insert_stream
    self.target_repo.texts.insert_record_stream(substream)
  File "/Library/Python/2.6/site-packages/bzrlib/groupcompress.py", line 1598, in insert_record_stream
    for _ in self._insert_record_stream(stream, random_id=False):
  File "/Library/Python/2.6/site-packages/bzrlib/groupcompress.py", line 1704, in _insert_record_stream
    bytes = record.get_bytes_as('fulltext')
  File "/Library/Python/2.6/site-packages/bzrlib/groupcompress.py", line 438, in get_bytes_as
    self._manager._prepare_for_extract()
  File "/Library/Python/2.6/site-packages/bzrlib/groupcompress.py", line 538, in _prepare_for_extract
    self._block._ensure_content(self._last_byte)
  File "/Library/Python/2.6/site-packages/bzrlib/groupcompress.py", line 151, in _ensure_content
    self._content = zlib.decompress(self._z_content)
error: Error -3 while decompressing data: incorrect data check

bzr 2.1.1 on python 2.6.1 (Darwin-10.4.0-i386-64bit)
arguments: ['/usr/local/bin/bzr', 'checkout', 'bzr+ssh://192.168.1.70/home/noah/Documents/parimutuel']
encoding: 'UTF-8', fsenc: 'utf-8', lang: 'en_US.UTF-8'
plugins:
  bzrtools /Library/Python/2.6/site-packages/bzrlib/plugins/bzrtools [2.1.0]
  email /Library/Python/2.6/site-packages/bzrlib/plugins/email [unknown]
  explorer /Library/Python/2.6/site-packages/bzrlib/plugins/explorer [1.0.1]
  extmerge /Library/Python/2.6/site-packages/bzrlib/plugins/extmerge [unknown]
  keychain /Library/Python/2.6/site-packages/bzrlib/plugins/keychain [0.1.0]
  launchpad /Library/Python/2.6/site-packages/bzrlib/plugins/launchpad [2.1.1]
  netrc_credential_store /Library/Python/2.6/site-packages/bzrlib/plugins/netrc_credential_store [2.1.1]
  news_merge /Library/Python/2.6/site-packages/bzrlib/plugins/news_merge [2.1.1]
  qbzr /Library/Python/2.6/site-packages/bzrlib/plugins/qbzr [0.18.4]
  rebase /Library/Python/2.6/site-packages/bzrlib/plugins/rebase [0.5.5]
  svn /Library/Python/2.6/site-packages/bzrlib/plugins/svn [1.0.2]
  upload /Library/Python/2.6/site-packages/bzrlib/plugins/upload [1.0.0dev]
  xmloutput /Library/Python/2.6/site-packages/bzrlib/plugins/xmloutput [0.8.6]

*** Bazaar has encountered an internal error. This probably indicates a