On Wed, May 19, 2010 at 01:56:07PM -0400, W. Trevor King wrote:
> You can try running
>   bzr selftest --no-plugins

I just did this myself and I got some very similar errors:

  /usr/lib/python2.6/site-packages/bzrlib/lockable_files.py:62: UserWarning: 
'LockableFiles(<bzrlib.transport.local.LocalTransport 
url=file:///tmp/testbzr-Ya3ef_.tmp/bzrlib.tests.per_bzrdir.test_bzrdir.TestBzrDir.test_format_initialize_on_transport_ex_force_new_repo_False%28BzrDirFormat5%29/work/repo/branch/.bzr/>)'
 was gc'd while locked
    warnings.warn("%r was gc'd while locked" % self.repr)
  /usr/lib/python2.6/site-packages/bzrlib/lock.py:163: UserWarning: lock on 
<open file 
u'/tmp/testbzr-Ya3ef_.tmp/bzrlib.tests.per_bzrdir.test_bzrdir.TestBzrDir.test_format_initialize_on_transport_ex_force_new_repo_False(BzrDirFormat5)/work/repo/branch/.bzr/branch-lock',
 mode 'rb+' at 0xfa06700> not released
    warn("lock on %r not released" % self.f)

If it's a race condition in Bazaar, that might explain why I didn't
have problems when I ran the BE tests earlier.

-- 
This email may be signed or encrypted with GPG (http://www.gnupg.org).
The GPG signature (if present) will be attached as 'signature.asc'.
For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy

My public key is at http://www.physics.drexel.edu/~wking/pubkey.txt

Attachment: pgpvF0jXXa9Z9.pgp
Description: PGP signature

_______________________________________________
Be-devel mailing list
[email protected]
http://void.printf.net/cgi-bin/mailman/listinfo/be-devel

Reply via email to