Project CodeBlocks fails to update

Asked by MortenMacFly

The project "CodeBlocks" (https://launchpad.net/codeblocks) fails continuously to update. The error seems to be the inability to update from SVN. Obtained from here:
https://code.launchpad.net/~vcs-imports/codeblocks/trunk
...is the error log as following:
2011-01-21 13:07:49 INFO [chan bzr SocketAsChannelAdapter] Opened sftp connection (server version 3)
2011-01-21 13:08:18 INFO [chan bzr SocketAsChannelAdapter] Opened sftp connection (server version 3)
2011-01-21 13:08:32 WARNING N changeset 6733
2011-01-21 13:08:32 WARNING ignored change outside branch: action=A path='/trunk' copyfrom_revision=6732 copyfrom_path=u'/branches/codecompletion_refactoring'
2011-01-21 13:08:32 WARNING ignored change outside branch: action=D path='/branches/codecompletion_refactoring' copyfrom_revision=None copyfrom_path=None
2011-01-21 13:08:34 WARNING N changeset 6734
2011-01-21 13:08:39 WARNING N changeset 6735
2011-01-21 13:08:42 WARNING N changeset 6736
2011-01-21 13:08:45 WARNING N changeset 6737
2011-01-21 13:08:47 WARNING N changeset 6740
2011-01-21 13:08:48 WARNING N changeset 6741
2011-01-21 13:08:57 WARNING N changeset 6742
2011-01-21 13:08:58 WARNING N changeset 6743
2011-01-21 13:09:01 WARNING N changeset 6744
2011-01-21 13:09:02 WARNING N changeset 6745
2011-01-21 13:09:04 WARNING N changeset 6746
2011-01-21 13:09:07 WARNING N changeset 6747
2011-01-21 13:09:10 WARNING N changeset 6748
2011-01-21 13:09:12 WARNING N changeset 6749
2011-01-21 13:09:14 WARNING N changeset 6750
Traceback (most recent call last):
  File "/srv/importd.launchpad.net/production/launchpad-rev-12214/scripts/code-import-worker.py", line 82, in <module>
    sys.exit(script.main())
  File "/srv/importd.launchpad.net/production/launchpad-rev-12214/scripts/code-import-worker.py", line 77, in main
    return import_worker.run()
  File "/srv/importd.launchpad.net/production/launchpad-rev-12214/lib/lp/codehosting/codeimport/worker.py", line 452, in run
    return self._doImport()
  File "/srv/importd.launchpad.net/production/launchpad-rev-12214/lib/lp/codehosting/codeimport/worker.py", line 536, in _doImport
    self.importToBazaar(foreign_tree, bazaar_branch)
  File "/srv/importd.launchpad.net/production/launchpad-rev-12214/lib/lp/codehosting/codeimport/worker.py", line 514, in importToBazaar
    foreign_directory, "-SC", "%s::" % last_commit, bzr_directory)
  File "/srv/importd.launchpad.net/production/launchpad-rev-12214/lib/lp/codehosting/codeimport/worker.py", line 531, in _runToBaz
    totla.totla(config, self._logger, config.args, SCM.tree(source_dir))
  File "/srv/importd.launchpad.net/production/launchpad-rev-12214/lib/cscvs/cmds/totla.py", line 252, in totla
    apply_changeset(source_tree, logger, apply, revision, target_tree, revisions)
  File "/srv/importd.launchpad.net/production/launchpad-rev-12214/lib/cscvs/cmds/totla.py", line 122, in apply_changeset
    fileChange.apply(logger, target_tree, prune)
  File "/srv/importd.launchpad.net/production/launchpad-rev-12214/lib/svn_oo/PatchedFile.py", line 30, in apply
    % (self.relpath(), target_tree.abspath(), self.log))
RuntimeError: file src/plugins/codecompletion/parser/frame.cpp not present in tree /srv/importd.launchpad.net/data/worker-for-branch-13884/bzr_branch, log {'path': u'/trunk/src/plugins/codecompletion/parser/frame.cpp'}
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.

What does that mean? How to fix?

Any help is greatly appreciated.

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Curtis Hovey
Solved:
Last query:
Last reply:
Revision history for this message
Best Curtis Hovey (sinzui) said :
#1

This looks like an issue with the old importer (cscvs). The newer importer that uses bzr-svn can handle situations like this. I deleted the branch and registered a new import, which will use the new importer. Maybe I rushed this. Registry Admins is now the owner. If you need to be the owner of this branch I can delete it and you can register it using the link to "Configure code hosting" found on the series page and the code page.

The import is running now. We will know if it succeeds in about 30 minutes.

Revision history for this message
MortenMacFly (mac-fly-gmx) said :
#2

Works again like a charm. Thanks a lot for the FAST help! :-)

Revision history for this message
MortenMacFly (mac-fly-gmx) said :
#3

Thanks Curtis Hovey, that solved my question.