[Python-checkins] buildbot failure in x86 W2k8 3.0

buildbot at python.org buildbot at python.org
Sat May 3 22:22:42 CEST 2008


The Buildbot has detected a new failure of x86 W2k8 3.0.
Full details are available at:
 http://www.python.org/dev/buildbot/all/x86%20W2k8%203.0/builds/242

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

Buildslave for this Build: nelson-windows

Build Reason: 
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: mark.dickinson

BUILD FAILED: failed test

Excerpt from the test logfile:
5 tests failed:
    test___all__ test_contextlib test_decimal test_fractions
    test_tokenize

======================================================================
ERROR: test_all (test.test___all__.AllTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\test\test___all__.py", line 56, in test_all
    self.check_all("decimal")
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\test\test___all__.py", line 11, in check_all
    exec("import %s" % modname, names)
  File "<string>", line 1, in <module>
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\decimal.py", line 5485, in <module>
    Inf = Decimal('Inf')
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\decimal.py", line 539, in __new__
    self = object.__new__(cls)
TypeError: Can't instantiate abstract class Decimal with abstract methods __ceil__, __floor__, __round__

Traceback (most recent call last):
  File "../lib/test/regrtest.py", line 595, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\test\test_contextlib.py", line 7, in <module>
    import decimal
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\decimal.py", line 5485, in <module>
    Inf = Decimal('Inf')
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\decimal.py", line 539, in __new__
    self = object.__new__(cls)
TypeError: Can't instantiate abstract class Decimal with abstract methods __ceil__, __floor__, __round__

Traceback (most recent call last):
  File "../lib/test/regrtest.py", line 595, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\test\test_decimal.py", line 33, in <module>
    from decimal import *
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\decimal.py", line 5485, in <module>
    Inf = Decimal('Inf')
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\decimal.py", line 539, in __new__
    self = object.__new__(cls)
TypeError: Can't instantiate abstract class Decimal with abstract methods __ceil__, __floor__, __round__

Traceback (most recent call last):
  File "../lib/test/regrtest.py", line 595, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\test\test_fractions.py", line 3, in <module>
    from decimal import Decimal
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\decimal.py", line 5485, in <module>
    Inf = Decimal('Inf')
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\decimal.py", line 539, in __new__
    self = object.__new__(cls)
TypeError: Can't instantiate abstract class Decimal with abstract methods __ceil__, __floor__, __round__

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list