[Python-checkins] buildbot failure in sparc solaris10 gcc trunk

buildbot at python.org buildbot at python.org
Mon Mar 3 20:17:28 CET 2008


The Buildbot has detected a new failure of sparc solaris10 gcc trunk.
Full details are available at:
 http://www.python.org/dev/buildbot/all/sparc%20solaris10%20gcc%20trunk/builds/2907

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

Buildslave for this Build: loewis-sun

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 "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_inspect.py", line 215, in test_getfile
    self.assertEqual(inspect.getfile(mod.StupidGit), mod.__file__)
  File "/opt/users/buildbot/slave/trunk.loewis-sun/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 "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_inspect.py", line 208, in test_getsource
    self.assertSourceEqual(mod.StupidGit, 21, 46)
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_inspect.py", line 152, in assertSourceEqual
    self.assertEqual(inspect.getsource(obj),
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/inspect.py", line 684, in getsource
    lines, lnum = getsourcelines(object)
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/inspect.py", line 673, in getsourcelines
    lines, lnum = findsource(object)
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/inspect.py", line 516, in findsource
    file = getsourcefile(object) or getfile(object)
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/inspect.py", line 438, in getsourcefile
    filename = getfile(object)
  File "/opt/users/buildbot/slave/trunk.loewis-sun/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 "/opt/users/buildbot/slave/trunk.loewis-sun/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 "/opt/users/buildbot/slave/trunk.loewis-sun/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 '/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/test/inspect_fodder.py'>

======================================================================
FAIL: test_fifteen (test.test_inspect.TestPredicates)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/opt/users/buildbot/slave/trunk.loewis-sun/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

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list