[Python-checkins] buildbot failure in ppc Debian unstable 3.0

buildbot at python.org buildbot at python.org
Thu Mar 27 00:07:53 CET 2008


The Buildbot has detected a new failure of ppc Debian unstable 3.0.
Full details are available at:
 http://www.python.org/dev/buildbot/all/ppc%20Debian%20unstable%203.0/builds/709

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

Buildslave for this Build: klose-debian-ppc

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

BUILD FAILED: failed test

Excerpt from the test logfile:
10 tests failed:
    test___all__ test_difflib test_netrc test_shlex test_sqlite
    test_sundry test_threading_local test_unpack_ex test_xml_etree
    test_xml_etree_c

======================================================================
ERROR: test_all (test.test___all__.AllTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test___all__.py", line 91, in test_all
    self.check_all("netrc")
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test___all__.py", line 11, in check_all
    exec("import %s" % modname, names)
  File "<string>", line 1, in <module>
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/netrc.py", line 5, in <module>
    import os, shlex
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/shlex.py", line 38
SyntaxError: (unicode error) invalid data

Traceback (most recent call last):
  File "./Lib/test/regrtest.py", line 596, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_netrc.py", line 2, in <module>
    import netrc, os, unittest, sys
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/netrc.py", line 5, in <module>
    import os, shlex
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/shlex.py", line 38
 SyntaxError: (unicode error) invalid data
Re-running test 'test_shlex' in verbose mode

Traceback (most recent call last):
  File "./Lib/test/regrtest.py", line 596, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_shlex.py", line 4, in <module>
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/shlex.py", line 38
 SyntaxError: (unicode error) invalid data
Re-running test 'test_sqlite' in verbose mode

Traceback (most recent call last):
  File "./Lib/test/regrtest.py", line 596, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_sqlite.py", line 7, in <module>
    from sqlite3.test import (dbapi, types, userfunctions,
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/sqlite3/test/types.py", line 39
 SyntaxError: (unicode error) unexpected end of data
Re-running test 'test_sundry' in verbose mode

Traceback (most recent call last):
  File "./Lib/test/regrtest.py", line 596, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_sundry.py", line 111, in <module>
    import xml
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/contextlib.py", line 33, in __exit__
    self.gen.throw(type, value, traceback)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_support.py", line 312, in catch_warning
    yield warning
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_sundry.py", line 110, in <module>
    import webbrowser
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/webbrowser.py", line 6, in <module>
    import shlex
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/shlex.py", line 38
 SyntaxError: (unicode error) invalid data
Re-running test 'test_threading_local' in verbose mode

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list