Comment 10 for bug 570728

Revision history for this message
Will Guaraldi Kahn-Greene (willkahngreene) wrote :

I just retried updating the branch and it failed with the same error message.

Branch:

https://code.launchpad.net/~vcs-imports/democracy/trunk

Error log:

http://launchpadlibrarian.net/49236390/vcs-imports-democracy-trunk.log

2010-05-27 23:44:32 INFO Starting job.
2010-05-27 23:44:32 INFO Getting exising bzr branch from central store.
2010-05-27 23:44:33 INFO 209 bytes transferred |
2010-05-27 23:44:34 INFO Importing foreign branch.
2010-05-27 23:44:35 INFO finding revisions to fetch 0
2010-05-27 23:45:12 INFO
Traceback (most recent call last):
  File "/srv/importd.launchpad.net/production/launchpad-rev-9329/scripts/code-import-worker.py", line 82, in <module>
    sys.exit(script.main())
  File "/srv/importd.launchpad.net/production/launchpad-rev-9329/scripts/code-import-worker.py", line 77, in main
    return import_worker.run()
  File "/srv/importd.launchpad.net/production/launchpad-rev-9329/lib/lp/codehosting/codeimport/worker.py", line 437, in run
    return self._doImport()
  File "/srv/importd.launchpad.net/production/launchpad-rev-9329/lib/lp/codehosting/codeimport/worker.py", line 575, in _doImport
    overwrite=True, **self.getExtraPullArgs())
  File "/srv/importd.launchpad.net/production/launchpad-rev-9329/optionalbzrplugins/git/branch.py", line 453, in pull
    stop_revision, overwrite=overwrite, graph=graph, limit=limit)
  File "/srv/importd.launchpad.net/production/launchpad-rev-9329/optionalbzrplugins/git/branch.py", line 403, in _update_revisions
    determine_wants, self.source.mapping, limit=limit)
  File "/srv/importd.launchpad.net/production/launchpad-rev-9329/optionalbzrplugins/git/fetch.py", line 568, in fetch_objects
    target_git_object_retriever, wants, pb, limit)
  File "/srv/importd.launchpad.net/production/launchpad-rev-9329/optionalbzrplugins/git/fetch.py", line 383, in import_git_objects
    o = lookup_object(head)
  File "/srv/importd.launchpad.net/production/launchpad-rev-9329/optionalbzrplugins/git/fetch.py", line 369, in lookup_object
    return object_iter[sha]
  File "/srv/importd.launchpad.net/production/launchpad-rev-9329/lib/dulwich/object_store.py", line 101, in __getitem__
    type_num, uncomp = self.get_raw(sha)
  File "/srv/importd.launchpad.net/production/launchpad-rev-9329/lib/dulwich/object_store.py", line 300, in get_raw
    for pack in self.packs:
  File "/srv/importd.launchpad.net/production/launchpad-rev-9329/lib/dulwich/object_store.py", line 267, in packs
    if self._pack_cache is None or self._pack_cache_stale():
  File "/srv/importd.launchpad.net/production/launchpad-rev-9329/lib/dulwich/object_store.py", line 255, in _pack_cache_stale
    raise NotImplementedError(self._pack_cache_stale)
NotImplementedError: <bound method TransportObjectStore._pack_cache_stale of <bzrlib.plugins.git.transportgit.TransportObjectStore object at 0x322fad0>>
Import failed:
Traceback (most recent call last):
Failure: twisted.internet.error.ProcessTerminated: A process has ended with a probable error condition: process ended with exit code 1.

So it seems like it's not fixed.