[Python-checkins] buildbot failure in x86 osx.5 trunk

buildbot at python.org buildbot at python.org
Wed Sep 24 20:56:07 CEST 2008


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

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

Buildslave for this Build: heller-x86-osx5

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: andrew.kuchling,georg.brandl,thomas.heller

BUILD FAILED: failed test

Excerpt from the test logfile:
1 test failed:
    test_kqueue

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

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_kqueue.py", line 136, in test_queue_event
    (server.fileno(), select.KQ_FILTER_READ, flags)])
AssertionError: [(19L, -2, 5L), (20L, -2, 5L)] != [(19, -2, 5), (19, -1, 5), (20, -2, 5), (20, -1, 5)]

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list