[Python-checkins] buildbot failure in i386 Ubuntu 3.x

buildbot at python.org buildbot at python.org
Mon Apr 13 15:22:30 CEST 2009


The Buildbot has detected a new failure of i386 Ubuntu 3.x.
Full details are available at:
 http://www.python.org/dev/buildbot/all/i386%20Ubuntu%203.x/builds/733

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

Buildslave for this Build: klose-ubuntu-i386

Build Reason: 
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: georg.brandl,tarek.ziade

BUILD FAILED: failed test

Excerpt from the test logfile:
Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-ubuntu-i386/build/Lib/distutils/tests/test_build_ext.py", line 65, in test_build_ext
    cmd.run()
  File "/home/pybot/buildarea/3.x.klose-ubuntu-i386/build/Lib/distutils/command/build_ext.py", line 347, in run
    self.build_extensions()
  File "/home/pybot/buildarea/3.x.klose-ubuntu-i386/build/Lib/distutils/command/build_ext.py", line 459, in build_extensions
    self.build_extension(ext)
  File "/home/pybot/buildarea/3.x.klose-ubuntu-i386/build/Lib/distutils/command/build_ext.py", line 529, in build_extension
    depends=ext.depends)
  File "/home/pybot/buildarea/3.x.klose-ubuntu-i386/build/Lib/distutils/ccompiler.py", line 649, in compile
    self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
  File "/home/pybot/buildarea/3.x.klose-ubuntu-i386/build/Lib/distutils/unixccompiler.py", line 178, in _compile
    raise CompileError(msg)
distutils.errors.CompileError: command 'gcc' failed with exit status 1

1 test failed:
    test_distutils

======================================================================
ERROR: test_build_ext (distutils.tests.test_build_ext.BuildExtTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-ubuntu-i386/build/Lib/distutils/unixccompiler.py", line 176, in _compile
    extra_postargs)
  File "/home/pybot/buildarea/3.x.klose-ubuntu-i386/build/Lib/distutils/ccompiler.py", line 982, in spawn
    spawn(cmd, dry_run=self.dry_run)
  File "/home/pybot/buildarea/3.x.klose-ubuntu-i386/build/Lib/distutils/spawn.py", line 31, in spawn
    _spawn_posix(cmd, search_path, dry_run=dry_run)
  File "/home/pybot/buildarea/3.x.klose-ubuntu-i386/build/Lib/distutils/spawn.py", line 139, in _spawn_posix
    % (cmd[0], exit_status))
distutils.errors.DistutilsExecError: command 'gcc' failed with exit status 1

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-ubuntu-i386/build/Lib/distutils/tests/test_build_ext.py", line 65, in test_build_ext
    cmd.run()
  File "/home/pybot/buildarea/3.x.klose-ubuntu-i386/build/Lib/distutils/command/build_ext.py", line 347, in run
    self.build_extensions()
  File "/home/pybot/buildarea/3.x.klose-ubuntu-i386/build/Lib/distutils/command/build_ext.py", line 459, in build_extensions
    self.build_extension(ext)
  File "/home/pybot/buildarea/3.x.klose-ubuntu-i386/build/Lib/distutils/command/build_ext.py", line 529, in build_extension
    depends=ext.depends)
  File "/home/pybot/buildarea/3.x.klose-ubuntu-i386/build/Lib/distutils/ccompiler.py", line 649, in compile
    self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
  File "/home/pybot/buildarea/3.x.klose-ubuntu-i386/build/Lib/distutils/unixccompiler.py", line 178, in _compile
    raise CompileError(msg)
distutils.errors.CompileError: command 'gcc' failed with exit status 1

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-ubuntu-i386/build/Lib/distutils/tests/test_build_ext.py", line 65, in test_build_ext
    cmd.run()
  File "/home/pybot/buildarea/3.x.klose-ubuntu-i386/build/Lib/distutils/command/build_ext.py", line 347, in run
    self.build_extensions()
  File "/home/pybot/buildarea/3.x.klose-ubuntu-i386/build/Lib/distutils/command/build_ext.py", line 459, in build_extensions
    self.build_extension(ext)
  File "/home/pybot/buildarea/3.x.klose-ubuntu-i386/build/Lib/distutils/command/build_ext.py", line 529, in build_extension
    depends=ext.depends)
  File "/home/pybot/buildarea/3.x.klose-ubuntu-i386/build/Lib/distutils/ccompiler.py", line 649, in compile
    self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
  File "/home/pybot/buildarea/3.x.klose-ubuntu-i386/build/Lib/distutils/unixccompiler.py", line 178, in _compile
    raise CompileError(msg)
distutils.errors.CompileError: command 'gcc' failed with exit status 1

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list