When i try to start a job to import my git repo into the bzr branch, the job fails and i get the following message in the logs :
2010-05-15 11:16:45 INFO Starting job.
2010-05-15 11:16:45 INFO Getting exising bzr branch from central store.
2010-05-15 11:16:45 INFO 35 bytes transferred |
2010-05-15 11:16:46 INFO Importing foreign branch.
2010-05-15 11:16:48 INFO Counting objects: 370
Counting objects: 377, done. 0
2010-05-15 11:16:49 INFO finding revisions to fetch:generating index 0/377
2010-05-15 11:16:49 INFO finding revisions to fetch 1/356
2010-05-15 11:16:49 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 535, in fetch_objects
objects_iter, store, recorded_wants, pb, limit)
File "/srv/importd.launchpad.net/production/launchpad-rev-9329/optionalbzrplugins/git/fetch.py", line 420, in import_git_objects
trees_cache)
File "/srv/importd.launchpad.net/production/launchpad-rev-9329/optionalbzrplugins/git/fetch.py", line 335, in import_git_commit
allow_submodules=getattr(repo._format, "supports_tree_reference", False))
File "/srv/importd.launchpad.net/production/launchpad-rev-9329/optionalbzrplugins/git/fetch.py", line 222, in import_git_tree
base_tree = lookup_object(base_hexsha)
File "/srv/importd.launchpad.net/production/launchpad-rev-9329/optionalbzrplugins/git/fetch.py", line 371, in lookup_object
return target_git_object_retriever[sha]
File "/srv/importd.launchpad.net/production/launchpad-rev-9329/optionalbzrplugins/git/object_store.py", line 479, in __getitem__
unusual_modes, expected_sha=sha)
File "/srv/importd.launchpad.net/production/launchpad-rev-9329/optionalbzrplugins/git/object_store.py", line 389, in _reconstruct_tree
_check_expected_sha(expected_sha, tree)
File "/srv/importd.launchpad.net/production/launchpad-rev-9329/optionalbzrplugins/git/object_store.py", line 107, in _check_expected_sha
expected_sha))
AssertionError: Invalid sha for <Tree 4a698785d734daf98f3aee3a3318f5b32d94de98>: 97f1ccb990d78f6b7a1c9aec69c367594c8fa56f
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.
Which import is this?