hi peoples,<br><br>I&#39;m also having a lot of the self tests failing&nbsp; (on bzr.dev), <br>it doesn&#39;t seem like other people have the tests failing.<br><br>I don&#39;t have time to investigate now, but if some of these tests are yours, 
<br>this might help fixing/disabling them. <br><br>It looks like the problems are in the following categories:<br>*  UnicodeEncodeError/InvalidURL not raised<br>* TestCommandEncoding<br><br><br>regards<br>marius<br><br><br>
=====<br>bzr.dev$ ./bzr selftest<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bzr: /stuph/projects/bzr/bzr.repo/bzr.dev/bzr<br>&nbsp;&nbsp;&nbsp; bzrlib: /stuph/projects/bzr/bzr.repo/bzr.dev/bzrlib<br><br>/stuph/projects/bzr/bzr.repo/bzr.dev/bzrlib/transport/ftp.py:729: UserWarning: You must install medusa (
<a href="http://www.amk.ca/python/code/medusa.ht">http://www.amk.ca/python/code/medusa.ht</a><br>ml) for FTP tests<br>&nbsp; warn(&quot;You must install medusa (<a href="http://www.amk.ca/python/code/medusa.html">http://www.amk.ca/python/code/medusa.html
</a>) for FTP tests&quot;)<br>FAIL: test_lockable_files.TestLockableFiles_LockDir.test_read_write<br>&nbsp;&nbsp;&nbsp; UnicodeEncodeError not raised<br><br>FAIL: test_lockable_files.TestLockableFiles_TransportLock.test_read_write<br>&nbsp;&nbsp;&nbsp; UnicodeEncodeError not raised
<br><br>FAIL: test_urlutils.TestUrlToPath.test_unescape<br>&nbsp;&nbsp;&nbsp; InvalidURL not raised<br><br>FAIL: test_transport_implementations.TransportTests.test_unicode_paths(ChrootServer)<br>&nbsp;&nbsp;&nbsp; InvalidURL not raised<br><br>FAIL: test_transport_implementations.TransportTests.test_unicode_paths(FakeNFSServer)
<br>&nbsp;&nbsp;&nbsp; InvalidURL not raised<br><br>FAIL: test_transport_implementations.TransportTests.test_unicode_paths(FakeVFATServer)<br>&nbsp;&nbsp;&nbsp; InvalidURL not raised<br><br>FAIL: test_transport_implementations.TransportTests.test_unicode_paths(LocalURLServer)
<br>&nbsp;&nbsp;&nbsp; InvalidURL not raised<br><br>FAIL: test_transport_implementations.TransportTests.test_unicode_paths(MemoryServer)<br>&nbsp;&nbsp;&nbsp; InvalidURL not raised<br><br>FAIL: test_transport_implementations.TransportTests.test_unicode_paths(ReadonlyServer)
<br>&nbsp;&nbsp;&nbsp; InvalidURL not raised<br><br>FAIL: test_transport_implementations.TransportTests.test_unicode_paths(SFTPAbsoluteServer)<br>&nbsp;&nbsp;&nbsp; InvalidURL not raised<br><br>FAIL: test_transport_implementations.TransportTests.test_unicode_paths(SFTPHomeDirServer)
<br>&nbsp;&nbsp;&nbsp; InvalidURL not raised<br><br>FAIL: test_transport_implementations.TransportTests.test_unicode_paths(SFTPSiblingAbsoluteServer)<br>&nbsp;&nbsp;&nbsp; InvalidURL not raised<br><br>FAIL: blackbox.test_command_encoding.TestCommandEncoding.test_exact
<br>&nbsp;&nbsp;&nbsp; 3 != 0<br><br>[4643/4666 in 431s, 13 failed, 266 skipped] bzrlib.plugins.bzrtools.tests.shelf_tests.ShelfTests.test_shelf_unshelve_failure_two_hunks&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>&nbsp;out of 1 hunk FAILED -- saving rejects to file test_file.rej
<br>[4666/4666 in 434s, 13 failed, 266 skipped] bzrlib.plugins.bzrtools.zap.TestZap.test_zap_works<br>======================================================================<br>FAIL: test_read_write (bzrlib.tests.test_lockable_files.TestLockableFiles_LockDir
)<br><br>vvvv[log from bzrlib.tests.test_lockable_files.TestLockableFiles_LockDir.test_read_write]<br><br>^^^^[log from bzrlib.tests.test_lockable_files.TestLockableFiles_LockDir.test_read_write]<br>----------------------------------------------------------------------
<br>Traceback (most recent call last):<br>&nbsp; File &quot;/stuph/projects/bzr/bzr/bzr.dev/bzrlib/tests/test_lockable_files.py&quot;, line 47, in test_read_write<br>AssertionError: UnicodeEncodeError not raised<br><br>======================================================================
<br>FAIL: test_read_write (bzrlib.tests.test_lockable_files.TestLockableFiles_TransportLock)<br><br>vvvv[log from bzrlib.tests.test_lockable_files.TestLockableFiles_TransportLock.test_read_write]<br><br>^^^^[log from bzrlib.tests.test_lockable_files.TestLockableFiles_TransportLock.test_read_write
]<br>----------------------------------------------------------------------<br>Traceback (most recent call last):<br>&nbsp; File &quot;/stuph/projects/bzr/bzr/bzr.dev/bzrlib/tests/test_lockable_files.py&quot;, line 47, in test_read_write
<br>AssertionError: UnicodeEncodeError not raised<br><br>======================================================================<br>FAIL: test_unescape (bzrlib.tests.test_urlutils.TestUrlToPath)<br><br>vvvv[log from bzrlib.tests.test_urlutils.TestUrlToPath.test_unescape
]---------<br><br>^^^^[log from bzrlib.tests.test_urlutils.TestUrlToPath.test_unescape]---------<br>----------------------------------------------------------------------<br>Traceback (most recent call last):<br>&nbsp; File &quot;/stuph/projects/bzr/bzr.repo/bzr.dev/bzrlib/tests/test_urlutils.py&quot;, line 451, in test_unescape
<br>&nbsp;&nbsp;&nbsp; self.assertRaises(InvalidURL, urlutils.unescape, u&#39;\xe5&#39;)<br>AssertionError: InvalidURL not raised<br><br>======================================================================<br>FAIL: test_unicode_paths (
bzrlib.tests.test_transport_implementations.TransportTests)<br><br>vvvv[log from bzrlib.tests.test_transport_implementations.TransportTests.test_unicode_paths(ChrootServer)]<br><br>^^^^[log from bzrlib.tests.test_transport_implementations.TransportTests.test_unicode_paths
(ChrootServer)]<br>----------------------------------------------------------------------<br>Traceback (most recent call last):<br>&nbsp; File &quot;/stuph/projects/bzr/bzr.repo/bzr.dev/bzrlib/tests/test_transport_implementations.py&quot;, line 1217, in test_unicode_paths
<br>&nbsp;&nbsp;&nbsp; self.assertRaises(InvalidURL, t.get, fname)<br>AssertionError: InvalidURL not raised<br><br>======================================================================<br>FAIL: test_unicode_paths (bzrlib.tests.test_transport_implementations.TransportTests
)<br><br>vvvv[log from bzrlib.tests.test_transport_implementations.TransportTests.test_unicode_paths(FakeNFSServer)]<br><br>^^^^[log from bzrlib.tests.test_transport_implementations.TransportTests.test_unicode_paths(FakeNFSServer)]
<br>----------------------------------------------------------------------<br>Traceback (most recent call last):<br>&nbsp; File &quot;/stuph/projects/bzr/bzr.repo/bzr.dev/bzrlib/tests/test_transport_implementations.py&quot;, line 1217, in test_unicode_paths
<br>&nbsp;&nbsp;&nbsp; self.assertRaises(InvalidURL, t.get, fname)<br>AssertionError: InvalidURL not raised<br><br>======================================================================<br>FAIL: test_unicode_paths (bzrlib.tests.test_transport_implementations.TransportTests
)<br><br>vvvv[log from bzrlib.tests.test_transport_implementations.TransportTests.test_unicode_paths(FakeVFATServer)]<br><br>^^^^[log from bzrlib.tests.test_transport_implementations.TransportTests.test_unicode_paths(FakeVFATServer)]
<br>----------------------------------------------------------------------<br>Traceback (most recent call last):<br>&nbsp; File &quot;/stuph/projects/bzr/bzr.repo/bzr.dev/bzrlib/tests/test_transport_implementations.py&quot;, line 1217, in test_unicode_paths
<br>&nbsp;&nbsp;&nbsp; self.assertRaises(InvalidURL, t.get, fname)<br>AssertionError: InvalidURL not raised<br><br>======================================================================<br>FAIL: test_unicode_paths (bzrlib.tests.test_transport_implementations.TransportTests
)<br><br>vvvv[log from bzrlib.tests.test_transport_implementations.TransportTests.test_unicode_paths(LocalURLServer)]<br><br>^^^^[log from bzrlib.tests.test_transport_implementations.TransportTests.test_unicode_paths(LocalURLServer)]
<br>----------------------------------------------------------------------<br>Traceback (most recent call last):<br>&nbsp; File &quot;/stuph/projects/bzr/bzr.repo/bzr.dev/bzrlib/tests/test_transport_implementations.py&quot;, line 1217, in test_unicode_paths
<br>&nbsp;&nbsp;&nbsp; self.assertRaises(InvalidURL, t.get, fname)<br>AssertionError: InvalidURL not raised<br><br>======================================================================<br>FAIL: test_unicode_paths (bzrlib.tests.test_transport_implementations.TransportTests
)<br><br>vvvv[log from bzrlib.tests.test_transport_implementations.TransportTests.test_unicode_paths(MemoryServer)]<br><br>^^^^[log from bzrlib.tests.test_transport_implementations.TransportTests.test_unicode_paths(MemoryServer)]
<br>----------------------------------------------------------------------<br>Traceback (most recent call last):<br>&nbsp; File &quot;/stuph/projects/bzr/bzr.repo/bzr.dev/bzrlib/tests/test_transport_implementations.py&quot;, line 1217, in test_unicode_paths
<br>&nbsp;&nbsp;&nbsp; self.assertRaises(InvalidURL, t.get, fname)<br>AssertionError: InvalidURL not raised<br><br>======================================================================<br>FAIL: test_unicode_paths (bzrlib.tests.test_transport_implementations.TransportTests
)<br><br>vvvv[log from bzrlib.tests.test_transport_implementations.TransportTests.test_unicode_paths(ReadonlyServer)]<br><br>^^^^[log from bzrlib.tests.test_transport_implementations.TransportTests.test_unicode_paths(ReadonlyServer)]
<br>----------------------------------------------------------------------<br>Traceback (most recent call last):<br>&nbsp; File &quot;/stuph/projects/bzr/bzr.repo/bzr.dev/bzrlib/tests/test_transport_implementations.py&quot;, line 1217, in test_unicode_paths
<br>&nbsp;&nbsp;&nbsp; self.assertRaises(InvalidURL, t.get, fname)<br>AssertionError: InvalidURL not raised<br><br>======================================================================<br>FAIL: test_unicode_paths (bzrlib.tests.test_transport_implementations.TransportTests
)<br><br>vvvv[log from bzrlib.tests.test_transport_implementations.TransportTests.test_unicode_paths(SFTPAbsoluteServer)]<br><br>^^^^[log from bzrlib.tests.test_transport_implementations.TransportTests.test_unicode_paths(SFTPAbsoluteServer)]
<br>----------------------------------------------------------------------<br>Traceback (most recent call last):<br>&nbsp; File &quot;/stuph/projects/bzr/bzr.repo/bzr.dev/bzrlib/tests/test_transport_implementations.py&quot;, line 1217, in test_unicode_paths
<br>&nbsp;&nbsp;&nbsp; self.assertRaises(InvalidURL, t.get, fname)<br>AssertionError: InvalidURL not raised<br><br>======================================================================<br>FAIL: test_unicode_paths (bzrlib.tests.test_transport_implementations.TransportTests
)<br><br>vvvv[log from bzrlib.tests.test_transport_implementations.TransportTests.test_unicode_paths(SFTPHomeDirServer)]<br><br>^^^^[log from bzrlib.tests.test_transport_implementations.TransportTests.test_unicode_paths(SFTPHomeDirServer)]
<br>----------------------------------------------------------------------<br>Traceback (most recent call last):<br>&nbsp; File &quot;/stuph/projects/bzr/bzr.repo/bzr.dev/bzrlib/tests/test_transport_implementations.py&quot;, line 1217, in test_unicode_paths
<br>&nbsp;&nbsp;&nbsp; self.assertRaises(InvalidURL, t.get, fname)<br>AssertionError: InvalidURL not raised<br><br>======================================================================<br>FAIL: test_unicode_paths (bzrlib.tests.test_transport_implementations.TransportTests
)<br><br>vvvv[log from bzrlib.tests.test_transport_implementations.TransportTests.test_unicode_paths(SFTPSiblingAbsoluteServer)]<br><br>^^^^[log from bzrlib.tests.test_transport_implementations.TransportTests.test_unicode_paths
(SFTPSiblingAbsoluteServer)]<br>----------------------------------------------------------------------<br>Traceback (most recent call last):<br>&nbsp; File &quot;/stuph/projects/bzr/bzr.repo/bzr.dev/bzrlib/tests/test_transport_implementations.py&quot;, line 1217, in test_unicode_paths
<br>&nbsp;&nbsp;&nbsp; self.assertRaises(InvalidURL, t.get, fname)<br>AssertionError: InvalidURL not raised<br><br>======================================================================<br>FAIL: test_exact (bzrlib.tests.blackbox.test_command_encoding.TestCommandEncoding
)<br><br>vvvv[log from bzrlib.tests.blackbox.test_command_encoding.TestCommandEncoding.test_exact]<br>run bzr: (&#39;echo-exact&#39;, &#39;foo&#39;)<br>bzr arguments: [&#39;echo-exact&#39;, &#39;foo&#39;]<br>output:<br>&#39;foo&#39;
<br>run bzr: (&#39;echo-exact&#39;, &#39;foo\xb5&#39;)<br>bzr arguments: [&#39;echo-exact&#39;, &#39;foo\xb5&#39;]<br>output:<br>&#39;foo\xb5&#39;<br>run bzr: (&#39;echo-exact&#39;, u&#39;foo\xb5&#39;)<br>bzr arguments: [&#39;echo-exact&#39;, u&#39;foo\xb5&#39;]
<br>output:<br>&#39;foo\xc2\xb5&#39;<br><br>^^^^[log from bzrlib.tests.blackbox.test_command_encoding.TestCommandEncoding.test_exact]<br>----------------------------------------------------------------------<br>Traceback (most recent call last):
<br>&nbsp; File &quot;/stuph/projects/bzr/bzr/bzr.dev/bzrlib/tests/blackbox/test_command_encoding.py&quot;, line 62, in test_exact<br>&nbsp; File &quot;/stuph/projects/bzr/bzr/bzr.dev/bzrlib/tests/blackbox/test_command_encoding.py&quot;, line 53, in bzr
<br>&nbsp; File &quot;/stuph/projects/bzr/bzr.repo/bzr.dev/bzrlib/tests/__init__.py&quot;, line 1004, in run_bzr<br>&nbsp;&nbsp;&nbsp; stdin=stdin, working_dir=working_dir)<br>&nbsp; File &quot;/stuph/projects/bzr/bzr.repo/bzr.dev/bzrlib/tests/__init__.py&quot;, line 984, in run_bzr_captured
<br>&nbsp;&nbsp;&nbsp; self.assertEquals(retcode, result)<br>AssertionError: 3 != 0<br><br>----------------------------------------------------------------------<br>Ran 4666 tests in 435.058s<br><br>FAILED (failures=13)<br>=====<br><br>
<br>from the bzr.log:<br>=====<br>bzr arguments: [u&#39;selftest&#39;]<br>looking for plugins in /stuph/projects/bzr/bzr.repo/bzr.dev/bzrlib/plugins<br>Plugin name __init__ already loaded<br>Plugin name __init__ already loaded
<br>looking for plugins in /home/amanica/.bazaar/plugins<br>encoding stdout as sys.stdout encoding &#39;UTF-8&#39;<br>=====<br><br>My filesystem is ext3 <br>My distro is kubuntu<br><br><br><br clear="all"><br>-- <br><br><br>
<br>I code therefore I am.