[Python-checkins] buildbot warnings in alpha Debian trunk

buildbot at python.org buildbot at python.org
Thu Aug 2 03:14:08 CEST 2007


The Buildbot has detected a new failure of alpha Debian trunk.
Full details are available at:
 http://www.python.org/dev/buildbot/all/alpha%2520Debian%2520trunk/builds/78

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

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: facundo.batista

Build had warnings: warnings test

Excerpt from the test logfile:
2 tests failed:
    test_math test_pow

======================================================================
FAIL: testFloor (test.test_math.MathTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-debian-alpha/build/Lib/test/test_math.py", line 101, in testFloor
    self.ftest('floor(1.23e167)', math.floor(1.23e167), 1.23e167)
  File "/home/pybot/buildarea/trunk.klose-debian-alpha/build/Lib/test/test_math.py", line 20, in ftest
    (name, value, expected))
AssertionError: floor(1.23e167) returned 1.2299999999999997e+167, expected 1.2299999999999999e+167

======================================================================
ERROR: test_bug705231 (test.test_pow.PowTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-debian-alpha/build/Lib/test/test_pow.py", line 112, in test_bug705231
    eq(pow(a, 1.23e167), 1.0)
ValueError: negative number cannot be raised to a fractional power

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list