[Python-checkins] buildbot warnings in x86 XP trunk

buildbot at python.org buildbot at python.org
Tue Mar 6 22:20:18 CET 2007


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

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

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: walter.doerwald

Build had warnings: warnings test

Excerpt from the test logfile:
1 test failed:
    test_datetime

======================================================================
ERROR: test_negative_float_fromtimestamp (test.test_datetime.TestDateTime)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot_py25\trunk.mcintyre-windows\build\lib\test\test_datetime.py", line 1431, in test_negative_float_fromtimestamp
    self.theclass.fromtimestamp(-1.05)
ValueError: timestamp out of range for platform localtime()/gmtime() function

======================================================================
ERROR: test_negative_float_utcfromtimestamp (test.test_datetime.TestDateTime)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot_py25\trunk.mcintyre-windows\build\lib\test\test_datetime.py", line 1434, in test_negative_float_utcfromtimestamp
    d = self.theclass.utcfromtimestamp(-1.05)
ValueError: timestamp out of range for platform localtime()/gmtime() function

======================================================================
ERROR: test_negative_float_fromtimestamp (test.test_datetime.TestDateTimeTZ)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot_py25\trunk.mcintyre-windows\build\lib\test\test_datetime.py", line 1431, in test_negative_float_fromtimestamp
    self.theclass.fromtimestamp(-1.05)
ValueError: timestamp out of range for platform localtime()/gmtime() function

======================================================================
ERROR: test_negative_float_utcfromtimestamp (test.test_datetime.TestDateTimeTZ)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot_py25\trunk.mcintyre-windows\build\lib\test\test_datetime.py", line 1434, in test_negative_float_utcfromtimestamp
    d = self.theclass.utcfromtimestamp(-1.05)
ValueError: timestamp out of range for platform localtime()/gmtime() function

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list