Timeout while importing sf.net repository

Asked by L.Lopez

The import for eina has failed several times with the same error at diferent points of the import. Maybe it needs manual intervention.

Thanks.

Here is the traceback:
Traceback (most recent call last):
  File "/srv/importd.launchpad.net/production/launchpad-rev-8036/scripts/code-import-worker.py", line 56, in ?
    script.main()
  File "/srv/importd.launchpad.net/production/launchpad-rev-8036/scripts/code-import-worker.py", line 51, in main
    import_worker.run()
  File "/srv/importd.launchpad.net/production/launchpad-rev-8036/utilities/../lib/canonical/codehosting/codeimport/worker.py", line 335, in run
    self._doImport()
  File "/srv/importd.launchpad.net/production/launchpad-rev-8036/utilities/../lib/canonical/codehosting/codeimport/worker.py", line 427, in _doImport
    self.importToBazaar(foreign_tree, bazaar_tree)
  File "/srv/importd.launchpad.net/production/launchpad-rev-8036/utilities/../lib/canonical/codehosting/codeimport/worker.py", line 404, in importToBazaar
    self._runToBaz(
  File "/srv/importd.launchpad.net/production/launchpad-rev-8036/utilities/../lib/canonical/codehosting/codeimport/worker.py", line 422, in _runToBaz
    totla.totla(config, self._logger, config.args, SCM.tree(source_dir))
  File "/srv/importd.launchpad.net/production/launchpad-rev-8036/utilities/../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-8036/utilities/../lib/cscvs/cmds/totla.py", line 122, in apply_changeset
    fileChange.apply(logger, target_tree, prune)
  File "/srv/importd.launchpad.net/production/launchpad-rev-8036/scripts/../lib/svn_oo/PatchedFile.py", line 31, in apply
    svn_oo.util.writeFile(
  File "/srv/importd.launchpad.net/production/launchpad-rev-8036/scripts/../lib/svn_oo/util.py", line 91, in writeFile
    client.cat(url, revision=revision.rev),
pysvn._pysvn_2_4.ClientError: PROPFIND request failed on '/svnroot/eina/!svn/bc/588/trunk/eina/fs.h'
PROPFIND of '/svnroot/eina/!svn/bc/588/trunk/eina/fs.h': SSL negotiation failed: Connection reset by peer (https://eina.svn.sourceforge.net)
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.

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
Michael Hudson-Doyle Edit question
Solved by:
Michael Hudson-Doyle
Solved:
Last query:
Last reply:
Whiteboard:
20090512 henninge: poked mwhudson about the fact that he is assigned to this.
Revision history for this message
Michael Hudson-Doyle (mwhudson) said :
#1

I've changed the import over to http from https -- that usually lets an import get further.

Revision history for this message
L.Lopez (ldotlopez) said :
#2

The last two import attempts after the change (from https to http) failed too. Same error.

Revision history for this message
Best Michael Hudson-Doyle (mwhudson) said :
#3

But finally one succeeded :)

Revision history for this message
L.Lopez (ldotlopez) said :
#4

Thanks Michael Hudson, that solved my question.