[Python-checkins] buildbot failure in x86 OpenBSD trunk

buildbot at python.org buildbot at python.org
Sun Dec 14 06:37:38 CET 2008


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

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

Buildslave for this Build: cortesi

Build Reason: The web-page 'rebuild' button was pressed by '<unknown>': <no reason specified>

Build Source Stamp: [branch trunk] HEAD
Blamelist: amaury.forgeotdarc,antoine.pitrou,benjamin.peterson,facundo.batista,fred.drake,georg.brandl,jeffrey.yasskin,jeremy.hylton,lars.gustaebel,mark.dickinson,martin.v.loewis,skip.montanaro

BUILD FAILED: failed test

Excerpt from the test logfile:
4 tests failed:
    test_fileio test_kqueue test_signal test_ssl

======================================================================
FAIL: testAbles (test.test_fileio.OtherFileTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/buildbot/buildbot/trunk.cortesi/build/Lib/test/test_fileio.py", line 155, in testAbles
    self.assertEquals(f.seekable(), False)
AssertionError: True != False

======================================================================
FAIL: test_queue_event (test.test_kqueue.TestKQueue)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/buildbot/buildbot/trunk.cortesi/build/Lib/test/test_kqueue.py", line 118, in test_queue_event
    (server.fileno(), select.KQ_FILTER_WRITE, flags)])
AssertionError: [(12L, -2, 5L), (13L, -2, 5L)] != [(12, -2, 0), (13, -2, 0)]

======================================================================
FAIL: test_siginterrupt_off (test.test_signal.SiginterruptTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/buildbot/buildbot/trunk.cortesi/build/Lib/test/test_signal.py", line 295, in test_siginterrupt_off
    self.assertEquals(i, False)
AssertionError: True != False

======================================================================
FAIL: test_itimer_prof (test.test_signal.ItimerTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/buildbot/buildbot/trunk.cortesi/build/Lib/test/test_signal.py", line 382, in test_itimer_prof
    self.assertEquals(signal.getitimer(self.itimer), (0.0, 0.0))
AssertionError: (0.17999999999999999, 0.20000000000000001) != (0.0, 0.0)

======================================================================
FAIL: test_itimer_virtual (test.test_signal.ItimerTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/buildbot/buildbot/trunk.cortesi/build/Lib/test/test_signal.py", line 368, in test_itimer_virtual
    self.assertEquals(signal.getitimer(self.itimer), (0.0, 0.0))
AssertionError: (0.0, 0.01) != (0.0, 0.0)

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list