SVN imports are failing

Asked by Tres Seaver

zope.rdb's import failed this morning:

  http://launchpadlibrarian.net/49482369/ztk-steering-group-zope.rdb-trunk.log

2010-06-01 06:24:10 INFO Starting job.
2010-06-01 06:24:10 INFO Getting exising bzr branch from central store.
2010-06-01 06:24:20 INFO 35 bytes transferred |
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 570, in _doImport
    foreign_branch = format.open(transport).open_branch()
  File "/srv/importd.launchpad.net/production/launchpad-rev-9329/optionalbzrplugins/svn/remote.py", line 228, in open_branch
    repos = self.find_repository()
  File "/srv/importd.launchpad.net/production/launchpad-rev-9329/optionalbzrplugins/svn/remote.py", line 142, in find_repository
    return SvnRepository(self, transport, self.branch_path)
  File "/srv/importd.launchpad.net/production/launchpad-rev-9329/optionalbzrplugins/svn/repository.py", line 400, in __init__
    self.get_config().add_location(self.base)
  File "/srv/importd.launchpad.net/production/launchpad-rev-9329/optionalbzrplugins/svn/config.py", line 294, in add_location
    locations = self.get_locations()
  File "/srv/importd.launchpad.net/production/launchpad-rev-9329/optionalbzrplugins/svn/config.py", line 284, in get_locations
    val = self._get_user_option("locations", use_global=False)
  File "/srv/importd.launchpad.net/production/launchpad-rev-9329/optionalbzrplugins/svn/config.py", line 163, in _get_user_option
    value = source()._get_user_option(option_name)
  File "/srv/importd.launchpad.net/production/launchpad-rev-9329/optionalbzrplugins/svn/config.py", line 140, in _get_uuid_config
    self._uuid_config = SubversionUUIDConfig(self.uuid)
  File "/srv/importd.launchpad.net/production/launchpad-rev-9329/optionalbzrplugins/svn/config.py", line 82, in __init__
    if not self.uuid in self._get_parser():
  File "/home/pqm/for_rollouts/production/eggs/bzr-2.1.0-py2.5-linux-x86_64.egg/bzrlib/config.py", line 360, in _get_parser
bzrlib.errors.ParseConfigError: Error(s) parsing config file /home/importd/.bazaar/subversion.conf:
Invalid line at line "526".
Duplicate keyword name at line 527.
Duplicate keyword name at line 528.
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.

At least one other zope.* project failed yesterday with the same traceback.

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Tres Seaver
Solved:
Last query:
Last reply:
Revision history for this message
Tres Seaver (tseaver) said :
#1

It looks as though maxb and / or jpds have fixed the configuration issue and rescheduled the failing imports. Thanks!