[Bug 933123] Re: bazaar fails when importing svn project
Martin Pool
mbp at canonical.com
Wed Feb 15 22:55:54 UTC 2012
** Package changed: bzr (Ubuntu) => bzr-svn
** Description changed:
please look at this project.
https://code.launchpad.net/~blueyed/boinc/trunk
ant this log http://launchpadlibrarian.net/93016004/blueyed-boinc-trunk.log
- ---
+ ---
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
DistroRelease: Ubuntu 11.10
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
NonfreeKernelModules: nvidia
Package: bzr 2.4.2-0ubuntu1
PackageArchitecture: all
ProcVersionSignature: Ubuntu 3.0.0-16.28-generic 3.0.17
Tags: oneiric
Uname: Linux 3.0.0-16-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm admin cdrom dialout lpadmin plugdev root sambashare vboxusers
+
+ Traceback (most recent call last):
+ File "/srv/importd.launchpad.net/production/launchpad-rev-14781/scripts/code-import-worker.py", line 99, in <module>
+ sys.exit(script.main())
+ File "/srv/importd.launchpad.net/production/launchpad-rev-14781/scripts/code-import-worker.py", line 94, in main
+ return import_worker.run()
+ File "/srv/importd.launchpad.net/production/launchpad-rev-14781/lib/lp/codehosting/codeimport/worker.py", line 591, in run
+ return self._doImport()
+ File "/srv/importd.launchpad.net/production/launchpad-rev-14781/lib/lp/codehosting/codeimport/worker.py", line 745, in _doImport
+ inter_branch.fetch(limit=revision_limit)
+ File "/srv/importd.launchpad.net/production/launchpad-rev-14781/bzrplugins/svn/branch.py", line 830, in fetch
+ exclude_non_mainline=exclude_non_mainline)
+ File "/srv/importd.launchpad.net/production/launchpad-rev-14781/bzrplugins/svn/branch.py", line 842, in _fetch_revmetas
+ project=self.source.project, mapping=self.source.mapping)
+ File "/srv/importd.launchpad.net/production/launchpad-rev-14781/bzrplugins/svn/fetch.py", line 1647, in fetch
+ pack_hint = self._fetch_revisions(needed, pb)
+ File "/srv/importd.launchpad.net/production/launchpad-rev-14781/bzrplugins/svn/fetch.py", line 1568, in _fetch_revisions
+ use_replay=self._use_replay)
+ File "/srv/importd.launchpad.net/production/launchpad-rev-14781/bzrplugins/svn/fetch.py", line 1538, in _fetch_revisions_nochunks
+ parent_revmeta)
+ File "/srv/importd.launchpad.net/production/launchpad-rev-14781/bzrplugins/svn/fetch.py", line 1478, in _fetch_revision_switch
+ report_inventory_contents(reporter, parent_revnum, start_empty)
+ File "/srv/importd.launchpad.net/production/launchpad-rev-14781/bzrplugins/svn/errors.py", line 141, in convert
+ return unbound(*args, **kwargs)
+ File "/srv/importd.launchpad.net/production/launchpad-rev-14781/bzrplugins/svn/fetch.py", line 1188, in report_inventory_contents
+ reporter.finish()
+ File "/srv/importd.launchpad.net/production/launchpad-rev-14781/lib/subvertpy/delta.py", line 71, in apply_window
+ target_chunks.append(apply_txdelta_window(sbuf, window))
+ File "/srv/importd.launchpad.net/production/launchpad-rev-14781/lib/subvertpy/delta.py", line 57, in apply_txdelta_window
+ raise AssertionError("%d != %d" % (len(tview), tview_len))
+ AssertionError: 9465 != 13512
+ 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.
** Summary changed:
- bazaar fails when importing svn project
+ AssertionError in apply_txdelta_window
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to bzr in Ubuntu.
https://bugs.launchpad.net/bugs/933123
Title:
AssertionError in apply_txdelta_window
Status in Subversion branch support for Bazaar:
New
Bug description:
please look at this project.
https://code.launchpad.net/~blueyed/boinc/trunk
ant this log http://launchpadlibrarian.net/93016004/blueyed-boinc-trunk.log
---
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
DistroRelease: Ubuntu 11.10
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
NonfreeKernelModules: nvidia
Package: bzr 2.4.2-0ubuntu1
PackageArchitecture: all
ProcVersionSignature: Ubuntu 3.0.0-16.28-generic 3.0.17
Tags: oneiric
Uname: Linux 3.0.0-16-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm admin cdrom dialout lpadmin plugdev root sambashare vboxusers
Traceback (most recent call last):
File "/srv/importd.launchpad.net/production/launchpad-rev-14781/scripts/code-import-worker.py", line 99, in <module>
sys.exit(script.main())
File "/srv/importd.launchpad.net/production/launchpad-rev-14781/scripts/code-import-worker.py", line 94, in main
return import_worker.run()
File "/srv/importd.launchpad.net/production/launchpad-rev-14781/lib/lp/codehosting/codeimport/worker.py", line 591, in run
return self._doImport()
File "/srv/importd.launchpad.net/production/launchpad-rev-14781/lib/lp/codehosting/codeimport/worker.py", line 745, in _doImport
inter_branch.fetch(limit=revision_limit)
File "/srv/importd.launchpad.net/production/launchpad-rev-14781/bzrplugins/svn/branch.py", line 830, in fetch
exclude_non_mainline=exclude_non_mainline)
File "/srv/importd.launchpad.net/production/launchpad-rev-14781/bzrplugins/svn/branch.py", line 842, in _fetch_revmetas
project=self.source.project, mapping=self.source.mapping)
File "/srv/importd.launchpad.net/production/launchpad-rev-14781/bzrplugins/svn/fetch.py", line 1647, in fetch
pack_hint = self._fetch_revisions(needed, pb)
File "/srv/importd.launchpad.net/production/launchpad-rev-14781/bzrplugins/svn/fetch.py", line 1568, in _fetch_revisions
use_replay=self._use_replay)
File "/srv/importd.launchpad.net/production/launchpad-rev-14781/bzrplugins/svn/fetch.py", line 1538, in _fetch_revisions_nochunks
parent_revmeta)
File "/srv/importd.launchpad.net/production/launchpad-rev-14781/bzrplugins/svn/fetch.py", line 1478, in _fetch_revision_switch
report_inventory_contents(reporter, parent_revnum, start_empty)
File "/srv/importd.launchpad.net/production/launchpad-rev-14781/bzrplugins/svn/errors.py", line 141, in convert
return unbound(*args, **kwargs)
File "/srv/importd.launchpad.net/production/launchpad-rev-14781/bzrplugins/svn/fetch.py", line 1188, in report_inventory_contents
reporter.finish()
File "/srv/importd.launchpad.net/production/launchpad-rev-14781/lib/subvertpy/delta.py", line 71, in apply_window
target_chunks.append(apply_txdelta_window(sbuf, window))
File "/srv/importd.launchpad.net/production/launchpad-rev-14781/lib/subvertpy/delta.py", line 57, in apply_txdelta_window
raise AssertionError("%d != %d" % (len(tview), tview_len))
AssertionError: 9465 != 13512
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.
To manage notifications about this bug go to:
https://bugs.launchpad.net/bzr-svn/+bug/933123/+subscriptions
More information about the foundations-bugs
mailing list