test_ucn fails for trunk on x86 Ubuntu Edgy

One of the Pybots buildslaves running x86 Ubuntu Edgy has been failing the unit test step for the trunk, specifically the test_ucn test. Here's the error:
test_ucn test test_ucn failed -- Traceback (most recent call last): File "/home/pybot/pybot/trunk.bear-x86/build/Lib/test/test_ucn.py", line 102, in test_bmp_characters self.assertEqual(unicodedata.lookup(name), char) KeyError: "undefined character name 'EIGHT PETALLED OUTLINED BLACK FLORETTE'"
Here's the entire log for the failed step:
http://www.python.org/dev/buildbot/community/all/x86%20Ubuntu%20Edgy%20trunk...
Note that this test passes on all the other plaforms running in the Pybots farm, including an amd64 Ubuntu Edgy machine.
Looks like the failure started to happen after this checkin:
http://svn.python.org/view?rev=52621&view=rev
Grig

Grig Gheorghiu schrieb:
One of the Pybots buildslaves running x86 Ubuntu Edgy has been failing the unit test step for the trunk, specifically the test_ucn test.
Something is wrong with the machine. I forced a clean rebuild, and now it crashes in test_doctest2:
http://www.python.org/dev/buildbot/community/all/x86%20Ubuntu%20Edgy%20trunk...
So either the compiler or some library has been updated in a strange way, or there is a hardware problem. One would need access to the machine to find out (and analyzing it is likely time-consuming).
Regards, Martin

On 11/7/06, "Martin v. Löwis" martin@v.loewis.de wrote:
Grig Gheorghiu schrieb:
One of the Pybots buildslaves running x86 Ubuntu Edgy has been failing the unit test step for the trunk, specifically the test_ucn test.
Something is wrong with the machine. I forced a clean rebuild, and now it crashes in test_doctest2:
http://www.python.org/dev/buildbot/community/all/x86%20Ubuntu%20Edgy%20trunk...
So either the compiler or some library has been updated in a strange way, or there is a hardware problem. One would need access to the machine to find out (and analyzing it is likely time-consuming).
Regards, Martin
Thanks for looking into it. I'll contact the owner of that machine and we'll try to figure out what's going on.
Grig
participants (2)
-
"Martin v. Löwis"
-
Grig Gheorghiu