cairo code import fails

Asked by SoloTurn

i'm not sure where whis should go but viewing the log of cairo-dock import says (https://code.edge.launchpad.net/~vcs-imports/cairo-dock/trunk, view log):

2008-07-15 01:14:26 WARNING N changeset 212
Traceback (most recent call last):
  File "/srv/importd.launchpad.net/production/launchpad/scripts/../scripts/code-import-worker.py", line 46, in ?
    script.main()
  File "/srv/importd.launchpad.net/production/launchpad/scripts/../scripts/code-import-worker.py", line 41, in main
    import_worker.run()
  File "/srv/importd.launchpad.net/production/launchpad/scripts/../lib/canonical/codehosting/codeimport/worker.py", line 438, in run
    self.importToBazaar(foreign_tree, bazaar_tree)
  File "/srv/importd.launchpad.net/production/launchpad/scripts/../lib/canonical/codehosting/codeimport/worker.py", line 388, in importToBazaar
    self._runToBaz(
  File "/srv/importd.launchpad.net/production/launchpad/scripts/../lib/canonical/codehosting/codeimport/worker.py", line 406, in _runToBaz
    totla.totla(config, self._logger, config.args, SCM.tree(source_dir))
  File "/srv/importd.launchpad.net/production/launchpad/scripts/../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/scripts/../lib/cscvs/cmds/totla.py", line 122, in apply_changeset
    fileChange.apply(logger, target_tree, prune)
  File "/srv/importd.launchpad.net/production/launchpad/scripts/../lib/svn_oo/AddedFile.py", line 27, in apply
    self.url(), self.revision)
  File "/srv/importd.launchpad.net/production/launchpad/scripts/../lib/svn_oo/util.py", line 81, in addFile
    writeFile(target_tree, relpath, url, revision)
  File "/srv/importd.launchpad.net/production/launchpad/scripts/../lib/svn_oo/util.py", line 92, in writeFile
    filemode(url, revision))
  File "/srv/importd.launchpad.net/production/launchpad/cronscripts/../lib/SCM/__init__.py", line 206, in write_file_breaking_links
    file = open(newname, "w")
IOError: [Errno 2] No such file or directory: u'/srv/importd.launchpad.net/data/worker-for-branch-8150/bzr_working_tree/cairo-dock/data/,,new.0.352449323552.cairo-dock-easy-en.conf'
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:
Answered
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
SoloTurn (soloturn) said :
#1

now its

Permission denied (publickey).

Traceback (most recent call last):
  File "/srv/importd.launchpad.net/production/launchpad/scripts/../scripts/code-import-worker.py", line 46, in ?
    script.main()
  File "/srv/importd.launchpad.net/production/launchpad/scripts/../scripts/code-import-worker.py", line 41, in main
    import_worker.run()
  File "/srv/importd.launchpad.net/production/launchpad/scripts/../lib/canonical/codehosting/codeimport/worker.py", line 436, in run
    foreign_tree = self.getForeignTree()
  File "/srv/importd.launchpad.net/production/launchpad/scripts/../lib/canonical/codehosting/codeimport/worker.py", line 362, in getForeignTree
    return self.foreign_tree_store.fetch(
  File "/srv/importd.launchpad.net/production/launchpad/scripts/../lib/canonical/codehosting/codeimport/worker.py", line 262, in fetch
    return self.fetchFromArchive(source_details, target_path)
  File "/srv/importd.launchpad.net/production/launchpad/scripts/../lib/canonical/codehosting/codeimport/worker.py", line 283, in fetchFromArchive
    if not self.transport.has(tarball_name):
  File "/srv/importd.launchpad.net/production/launchpad/scripts/../lib/bzrlib/transport/sftp.py", line 213, in has
    self._get_sftp().stat(self._remote_path(relpath))
  File "/srv/importd.launchpad.net/production/launchpad/scripts/../lib/bzrlib/transport/sftp.py", line 204, in _get_sftp
    connection, credentials = self._create_connection()
  File "/srv/importd.launchpad.net/production/launchpad/scripts/../lib/bzrlib/transport/sftp.py", line 196, in _create_connection
    self._host, self._port)
  File "/srv/importd.launchpad.net/production/launchpad/cronscripts/../lib/bzrlib/transport/ssh.py", line 367, in connect_sftp
    self._raise_connection_error(host, port=port, orig_error=e)
  File "/srv/importd.launchpad.net/production/launchpad/cronscripts/../lib/bzrlib/transport/ssh.py", line 243, in _raise_connection_error
    orig_error=orig_error)
bzrlib.errors.SocketConnectionError: Unable to connect to SSH host escudero; EOF during negotiation
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.

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

The import seems to fail for a variety of reasons that basically suggests to me that the server is a bit too flaky for cscvs's fragile importing to be able to deal with :( We can do the initial import from a tarball of the repository, if you can get one of them.

(The 'permission denied' errors were a temporary operational problem that affected most imports and was quickly fixed).

Revision history for this message
Jonathan Lange (jml) said :
#3

This is an issue with a particular import rather than a systemic bug. Converting to question.

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

I found where berlios hides it's repository dumps and did the initial import from there.

Can you help with this problem?

Provide an answer of your own, or ask SoloTurn for more information if necessary.

To post a message you must log in.