Comment 2 for bug 1730793

Revision history for this message
Vej (vej) wrote :

The language-packages are indeed not set up to sync with the upstream project. I am not an expert about setting these things up, but part of the cause might be, that the automatic import of the Github-Project to the "upstream"-Project here in launchpad () does not work.

I triggered this again and got the following error message:

2017-11-20 09:32:38 INFO Starting job.
2017-11-20 09:32:38 INFO Getting exising bzr branch from central store.
2017-11-20 09:32:39 INFO [chan bzr SocketAsChannelAdapter] Opened sftp connection (server version 3)
2017-11-20 09:32:39 INFO 35 bytes transferred
2017-11-20 09:32:44 INFO [chan bzr SocketAsChannelAdapter] Opened sftp connection (server version 3)
2017-11-20 09:32:45 INFO Importing branch.
2017-11-20 09:32:48 INFO Counting objects: 15036, done. 0
2017-11-20 09:32:56 INFO finding revisions to fetch:generating index 0/15036
2017-11-20 09:33:00 INFO finding revisions to fetch:generating index 0/15036
2017-11-20 09:33:03 INFO finding revisions to fetch 1/4538
2017-11-20 09:33:03 INFO
Traceback (most recent call last):
  File "/srv/importd.launchpad.net/production/launchpad-rev-18505/scripts/code-import-worker.py", line 106, in <module>
    sys.exit(script.main())
  File "/srv/importd.launchpad.net/production/launchpad-rev-18505/scripts/code-import-worker.py", line 101, in main
    return import_worker.run()
  File "/srv/importd.launchpad.net/production/launchpad-rev-18505/lib/lp/codehosting/codeimport/worker.py", line 617, in run
    return self._doImport()
  File "/srv/importd.launchpad.net/production/launchpad-rev-18505/lib/lp/codehosting/codeimport/worker.py", line 820, in _doImport
    inter_branch.fetch(limit=revision_limit)
  File "/srv/importd.launchpad.net/production/launchpad-rev-18505/bzrplugins/git/branch.py", line 722, in fetch
    self.fetch_objects(stop_revision, fetch_tags=fetch_tags, limit=limit)
  File "/srv/importd.launchpad.net/production/launchpad-rev-18505/bzrplugins/git/branch.py", line 745, in fetch_objects
    determine_wants, self.source.mapping, limit=limit)
  File "/srv/importd.launchpad.net/production/launchpad-rev-18505/bzrplugins/git/fetch.py", line 718, in fetch_objects
    limit)
  File "/srv/importd.launchpad.net/production/launchpad-rev-18505/bzrplugins/git/fetch.py", line 484, in import_git_objects
    mapping.revision_id_foreign_to_bzr)
  File "/srv/importd.launchpad.net/production/launchpad-rev-18505/bzrplugins/git/mapping.py", line 334, in import_commit
    raise UnknownCommitExtra(commit, [item[0] for item in commit.extra])
bzrlib.plugins.git.errors.UnknownCommitExtra: Unknown extra fields in <Commit 11dc93b78ad39a7bc0a6ff50194b4e6f084c9291>: ['gpgsig'].
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.

Now I am wondering who to ask about fixing that. The Launchpad team?

Coverage of this package is very poor except for Bosnian, Swedish, Ukrainian and English.

Best

Vej