[Python-checkins] buildbot failure in g4 osx.4 3.0

buildbot at python.org buildbot at python.org
Mon May 26 17:36:18 CEST 2008


The Buildbot has detected a new failure of g4 osx.4 3.0.
Full details are available at:
 http://www.python.org/dev/buildbot/all/g4%20osx.4%203.0/builds/896

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

Buildslave for this Build: psf-g4

Build Reason: 
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: benjamin.peterson,christian.heimes

BUILD FAILED: failed test

Excerpt from the test logfile:
1 test failed:
    test_ctypes

======================================================================
ERROR: test_PyString_FromString (ctypes.test.test_python_api.PythonAPITestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/ctypes/test/test_python_api.py", line 29, in test_PyString_FromString
    pythonapi.PyString_FromString.restype = py_object
  File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/ctypes/__init__.py", line 333, in __getattr__
    func = self.__getitem__(name)
  File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/ctypes/__init__.py", line 338, in __getitem__
    func = self._FuncPtr((name_or_ordinal, self))
AttributeError: dlsym(RTLD_DEFAULT, PyString_FromString): symbol not found

======================================================================
ERROR: test_PyString_FromStringAndSize (ctypes.test.test_python_api.PythonAPITestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/ctypes/test/test_python_api.py", line 21, in test_PyString_FromStringAndSize
    PyString_FromStringAndSize = pythonapi.PyString_FromStringAndSize
  File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/ctypes/__init__.py", line 333, in __getattr__
    func = self.__getitem__(name)
  File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/ctypes/__init__.py", line 338, in __getitem__
    func = self._FuncPtr((name_or_ordinal, self))
AttributeError: dlsym(RTLD_DEFAULT, PyString_FromStringAndSize): symbol not found

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list