[Python-checkins] buildbot failure in x86 XP-3 trunk

buildbot at python.org buildbot at python.org
Sat Mar 15 21:29:12 CET 2008


The Buildbot has detected a new failure of x86 XP-3 trunk.
Full details are available at:
 http://www.python.org/dev/buildbot/all/x86%20XP-3%20trunk/builds/1048

Buildbot URL: http://www.python.org/dev/buildbot/all/

Buildslave for this Build: heller-windows

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: raymond.hettinger

BUILD FAILED: failed test

Excerpt from the test logfile:
3 tests failed:
    test_abstract_numbers test_builtin test_fractions

Traceback (most recent call last):
  File "../lib/test/regrtest.py", line 550, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
  File "C:\buildbot\work\trunk.heller-windows\build\lib\test\test_abstract_numbers.py", line 6, in <module>
    from numbers import Complex, Real, Rational, Integral
  File "C:\buildbot\work\trunk.heller-windows\build\lib\numbers.py", line 262, in <module>
    class Rational(Real, Exact):
NameError: name 'Exact' is not defined

Traceback (most recent call last):
  File "../lib/test/regrtest.py", line 550, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
  File "C:\buildbot\work\trunk.heller-windows\build\lib\test\test_builtin.py", line 8, in <module>
    import sys, warnings, cStringIO, random, fractions, UserDict
  File "C:\buildbot\work\trunk.heller-windows\build\lib\fractions.py", line 8, in <module>
    import numbers
  File "C:\buildbot\work\trunk.heller-windows\build\lib\numbers.py", line 262, in <module>
    class Rational(Real, Exact):
NameError: name 'Exact' is not defined

Traceback (most recent call last):
  File "../lib/test/regrtest.py", line 550, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
  File "C:\buildbot\work\trunk.heller-windows\build\lib\test\test_fractions.py", line 7, in <module>
    import fractions
  File "C:\buildbot\work\trunk.heller-windows\build\lib\fractions.py", line 8, in <module>
    import numbers
  File "C:\buildbot\work\trunk.heller-windows\build\lib\numbers.py", line 262, in <module>
    class Rational(Real, Exact):
NameError: name 'Exact' is not defined

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list