[Python-checkins] buildbot warnings in g4 osx.4 2.5

buildbot at python.org buildbot at python.org
Wed Jan 10 21:52:13 CET 2007


The Buildbot has detected a new failure of g4 osx.4 2.5.
Full details are available at:
 http://www.python.org/dev/buildbot/all/g4%2520osx.4%25202.5/builds/160

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

Build Reason: 
Build Source Stamp: [branch branches/release25-maint] HEAD
Blamelist: thomas.heller

Build had warnings: warnings test

Excerpt from the test logfile:
2 tests failed:
    test_ctypes test_threading

Traceback (most recent call last):
  File "./Lib/test/regrtest.py", line 546, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
  File "/Users/buildslave/bb/2.5.psf-g4/build/Lib/test/test_ctypes.py", line 4, in <module>
    import ctypes.test
  File "/Users/buildslave/bb/2.5.psf-g4/build/Lib/ctypes/__init__.py", line 20, in <module>
    raise Exception, ("Version number mismatch", __version__, _ctypes_version)
Exception: ('Version number mismatch', '1.0.2', '1.0.1')

======================================================================
ERROR: test_PyThreadState_SetAsyncExc (test.test_threading.ThreadTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildslave/bb/2.5.psf-g4/build/Lib/test/test_threading.py", line 138, in test_PyThreadState_SetAsyncExc
    import ctypes
  File "/Users/buildslave/bb/2.5.psf-g4/build/Lib/ctypes/__init__.py", line 20, in <module>
    raise Exception, ("Version number mismatch", __version__, _ctypes_version)
Exception: ('Version number mismatch', '1.0.2', '1.0.1')

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list