[Python-checkins] buildbot failure in alpha Debian 3.x

buildbot at python.org buildbot at python.org
Sun Feb 22 20:13:50 CET 2009


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

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

Buildslave for this Build: klose-debian-alpha

Build Reason: 
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: benjamin.peterson,brett.cannon,mark.dickinson,matthias.klose,raymond.hettinger,tarek.ziade

BUILD FAILED: failed test

Excerpt from the test logfile:
4 tests failed:
    test___all__ test_cprofile test_profile test_site

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

Traceback (most recent call last):
  File "/home/doko/buildarea/3.x.klose-debian-alpha/build/Lib/test/test___all__.py", line 104, in test_all
    self.check_all("profile")
  File "/home/doko/buildarea/3.x.klose-debian-alpha/build/Lib/test/test___all__.py", line 15, in check_all
    exec("import %s" % modname, names)
  File "<string>", line 1, in <module>
  File "/home/doko/buildarea/3.x.klose-debian-alpha/build/Lib/profile.py", line 125, in <module>
    class Profile:
  File "/home/doko/buildarea/3.x.klose-debian-alpha/build/Lib/profile.py", line 231, in Profile
    self.t = t[0] + t[1]
NameError: name 'trace_dispatch_call' is not defined

Traceback (most recent call last):
  File "./Lib/test/regrtest.py", line 598, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
  File "/home/doko/buildarea/3.x.klose-debian-alpha/build/Lib/test/test_cprofile.py", line 8, in <module>
    from test.test_profile import ProfileTest, regenerate_expected_output
  File "/home/doko/buildarea/3.x.klose-debian-alpha/build/Lib/test/test_profile.py", line 11, in <module>
    import profile
  File "/home/doko/buildarea/3.x.klose-debian-alpha/build/Lib/profile.py", line 125, in <module>
    class Profile:
  File "/home/doko/buildarea/3.x.klose-debian-alpha/build/Lib/profile.py", line 231, in Profile
    self.t = t[0] + t[1]
NameError: name 'trace_dispatch_call' is not defined

Traceback (most recent call last):
  File "./Lib/test/regrtest.py", line 598, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
  File "/home/doko/buildarea/3.x.klose-debian-alpha/build/Lib/test/test_profile.py", line 11, in <module>
    import profile
  File "/home/doko/buildarea/3.x.klose-debian-alpha/build/Lib/profile.py", line 125, in <module>
    class Profile:
  File "/home/doko/buildarea/3.x.klose-debian-alpha/build/Lib/profile.py", line 231, in Profile
    self.t = t[0] + t[1]
NameError: name 'trace_dispatch_call' is not defined

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list