[Python-checkins] buildbot failure in sparc Ubuntu trunk
buildbot at python.org
buildbot at python.org
Mon Mar 3 21:27:59 CET 2008
The Buildbot has detected a new failure of sparc Ubuntu trunk.
Full details are available at:
http://www.python.org/dev/buildbot/all/sparc%20Ubuntu%20trunk/builds/303
Buildbot URL: http://www.python.org/dev/buildbot/all/
Buildslave for this Build: klose-ubuntu-sparc
Build Reason:
Build Source Stamp: [branch trunk] HEAD
Blamelist: christian.heimes
BUILD FAILED: failed test
Excerpt from the test logfile:
1 test failed:
test_inspect
======================================================================
ERROR: test_getfile (test.test_inspect.TestRetrievingSourceCode)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/test/test_inspect.py", line 215, in test_getfile
self.assertEqual(inspect.getfile(mod.StupidGit), mod.__file__)
File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/inspect.py", line 405, in getfile
raise TypeError('arg is a built-in class')
TypeError: arg is a built-in class
======================================================================
ERROR: test_getsource (test.test_inspect.TestRetrievingSourceCode)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/test/test_inspect.py", line 208, in test_getsource
self.assertSourceEqual(mod.StupidGit, 21, 46)
File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/test/test_inspect.py", line 152, in assertSourceEqual
self.assertEqual(inspect.getsource(obj),
File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/inspect.py", line 684, in getsource
lines, lnum = getsourcelines(object)
File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/inspect.py", line 673, in getsourcelines
lines, lnum = findsource(object)
File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/inspect.py", line 516, in findsource
file = getsourcefile(object) or getfile(object)
File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/inspect.py", line 438, in getsourcefile
filename = getfile(object)
File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/inspect.py", line 405, in getfile
raise TypeError('arg is a built-in class')
TypeError: arg is a built-in class
======================================================================
FAIL: test_getcomments (test.test_inspect.TestRetrievingSourceCode)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/test/test_inspect.py", line 190, in test_getcomments
self.assertEqual(inspect.getcomments(mod.StupidGit), '# line 20\n')
AssertionError: None != '# line 20\n'
======================================================================
FAIL: test_getmodule (test.test_inspect.TestRetrievingSourceCode)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/test/test_inspect.py", line 196, in test_getmodule
self.assertEqual(inspect.getmodule(mod.StupidGit), mod)
AssertionError: None != <module 'test.inspect_fodder' from '/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/test/inspect_fodder.py'>
======================================================================
FAIL: test_fifteen (test.test_inspect.TestPredicates)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/test/test_inspect.py", line 59, in test_fifteen
self.assertEqual(count, expected, err_msg)
AssertionError: There are 16 (not 15) is* functions
make: *** [buildbottest] Error 1
sincerely,
-The Buildbot
More information about the Python-checkins
mailing list