[Python-checkins] buildbot failure in ppc Debian unstable 3.0

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


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

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

Buildslave for this Build: klose-debian-ppc

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

BUILD FAILED: failed test

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

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test___all__.py", line 56, in test_all
    self.check_all("decimal")
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test___all__.py", line 11, in check_all
    exec("import %s" % modname, names)
  File "<string>", line 1, in <module>
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/decimal.py", line 5485, in <module>
    Inf = Decimal('Inf')
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/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 "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_contextlib.py", line 7, in <module>
    import decimal
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/decimal.py", line 5485, in <module>
    Inf = Decimal('Inf')
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/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 "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_decimal.py", line 33, in <module>
    from decimal import *
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/decimal.py", line 5485, in <module>
    Inf = Decimal('Inf')
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/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 "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_fractions.py", line 3, in <module>
    from decimal import Decimal
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/decimal.py", line 5485, in <module>
    Inf = Decimal('Inf')
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/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__

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list