Diff for "FailingBzrSvnImports"

Not logged in - Log In / Register

Differences between revisions 14 and 17 (spanning 3 versions)
Revision 14 as of 2010-08-13 07:23:38
Size: 3289
Editor: maxb
Comment:
Revision 17 as of 2010-09-05 09:03:53
Size: 3754
Editor: maxb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
 * lp:~vcs-imports/choco/trunk -- suspended... should we suspend a failure???
 * lp:~vcs-imports/enlightment/trunk -- suspended... should we suspend a failure???
 * https://code.launchpad.net/~vcs-imports/choco/trunk -- suspended... should we suspend a failure???
 * https://code.launchpad.net/~vcs-imports/enlightment/trunk -- suspended... should we suspend a failure???
Line 13: Line 13:
 * lp:~vcs-imports/freeswitch/trunk -- suspended... should we suspend a failure???  * https://code.launchpad.net/~vcs-imports/freeswitch/trunk -- suspended... should we suspend a failure???
Line 18: Line 18:
 * lp:~teamkarl/karl3/trunk
 * lp:~tully.foote/ros/trunk
 * lp:~tully.foote/ros-wg-pkg-unreleased/svn_trunk
 * https://code.launchpad.net/~teamkarl/karl3/trunk
 * https://code.launchpad.net/~tully.foote/ros/trunk
 * https://code.launchpad.net/~tully.foote/ros-wg-pkg-unreleased/svn_trunk
Line 24: Line 24:
 * lp:~vcs-imports/screengrab/screengrab-1-series
 * lp:~mwhudson/irony/trunk

=== logwalker iter_changes assert len(prefixes) == 1 ===
[[Bug:579491|bzr-svn bug 579491]]
 * lp:~kb9vqf/trinity-desktop/kdegraphics
 * lp:~vcs-imports/kdemultimedia/trunk
(Fixed, now just need retrying, subject to locking errors with other code import processes from the same upstream repo)
 * https://code.launchpad.net/~vcs-imports/screengrab/screengrab-1-series
 * https://code.launchpad.net/~mwhudson/irony/trunk
Line 35: Line 29:
 * lp:~paul-climbing/winff/trunk
 * lp:~gusions/ubucompilator/trunk
 * https://code.launchpad.net/~paul-climbing/winff/trunk
 * https://code.launchpad.net/~gusions/ubucompilator/trunk
Line 43: Line 37:
 * lp:~vcs-imports/jeliot3/trunk
 * lp:~vcs-imports/ebdl/trunk
 * lp:~vcs-imports/iterm/trunk
 * lp:
~swish-e/swish-e/trunk
 * lp:~vcs-imports/greenstone/greenstone3
 * lp:~vcs-imports/chromium-browser/trunk
 * https://code.launchpad.net/~vcs-imports/jeliot3/trunk
 * https://code.launchpad.net/~vcs-imports/ebdl/trunk
 * https://code.launchpad.net/~vcs-imports/iterm/trunk
 * https://code.launchpad.net/
~swish-e/swish-e/trunk
 * https://code.launchpad.net/~vcs-imports/greenstone/greenstone3
 * https://code.launchpad.net/~vcs-imports/chromium-browser/trunk
Line 52: Line 46:
 * lp:~vcs-imports/pypy/trunk  * https://code.launchpad.net/~vcs-imports/pypy/trunk
Line 58: Line 52:
  * lp:~vcs-imports/imagemagick/trunk   * https://code.launchpad.net/~vcs-imports/imagemagick/trunk
Line 60: Line 54:
  * lp:~vcs-imports/alpine/trunk
  * lp:
~vcs-imports/magento/trunk
  * lp:~vcs-imports/openfreeway/trunk
  * lp:~vcs-imports/pyohio/trunk
  * lp:~vcs-imports/zoneminder/trunk
  * https://code.launchpad.net/~vcs-imports/alpine/trunk
  * https://code.launchpad.net/
~vcs-imports/magento/trunk
  * https://code.launchpad.net/~vcs-imports/openfreeway/trunk
  * https://code.launchpad.net/~vcs-imports/pyohio/trunk
  * https://code.launchpad.net/~vcs-imports/zoneminder/trunk
Line 67: Line 61:
Both of these succeed for me locally, so perhaps the issue is fixed in a newer subversion/subvertpy/bzr-svn than the importds are running.
 * lp:~vcs-imports/almidon/trunk
Succeeds for me locally, so perhaps the issue is fixed in a newer subversion/subvertpy/bzr-svn than the importds are running.
 * https://code.launchpad.net/~vcs-imports/almidon/trunk
Line 72: Line 66:
 * lp:~vcs-imports/fun3compiler/trunk
 * lp:~soren/squeezebox/7.5
 * lp:~soren/squeezebox/7.3
 * lp:~soren/j/squeezebox/7.4
 * https://code.launchpad.net/~vcs-imports/fun3compiler/trunk
 * https://code.launchpad.net/~soren/squeezebox/7.5
 * https://code.launchpad.net/~soren/squeezebox/7.3
 * https://code.launchpad.net/~soren/j/squeezebox/7.4
Line 78: Line 72:
 * lp:~vcs-imports/subvertpy/trunk-svn  * https://code.launchpad.net/~vcs-imports/subvertpy/trunk-svn
Line 84: Line 78:
 * lp:~javivf/lrut/trunk  * https://code.launchpad.net/~javivf/lrut/trunk
 * https://code.launchpad.net/~vcs-imports/opentk/trunk

Overview / analysis of failing bzr-svn imports

An attempt to classify persistently failing bzr-svn code imports by cause.

Bazaar does not support something present in Subversion

Unable to convert Subversion path ... because it contains characters invalid in Bazaar.

bzr-svn bugs

apply_txdelta_window assert len(tview) == tview_len

bzr-svn bug 480102

assert svn_revprops.has_key(properties.PROP_REVISION_DATE)

bzr-svn bug 498925

Something to do with spaces in branch URL

bzr-svn bug 496721

Supposedly fixed, but these are still failing

Subversion bugs

get_log REPORT failed

subversion bug 312043

get_dir PROPFIND failed

subversion bug 203975

Some analysis done, culprit uncertain

get_uuid PROPFIND failed

This failure mode seems to correspond with being unable to make a successful PROPFIND against the repository root URL. This can be because:

revprop_list PROPFIND failed

Succeeds for me locally, so perhaps the issue is fixed in a newer subversion/subvertpy/bzr-svn than the importds are running.

Needs investigation

Empty parent '...' added, but child '...' wasn't added !?

CHKInventoryRepository(...) has no revision ...

Tried registering ... as parent while ... already was parent for ...

  • lp~registry/koffice/trunk

AssertionError: Inconsistent revnum, prefixes: 0,set([''])

FailingBzrSvnImports (last edited 2011-06-08 19:47:42 by jelmer)