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

buildbot at python.org buildbot at python.org
Sat May 19 03:54:03 CEST 2007


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%2520solaris10%2520gcc%2520trunk/builds/2017

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

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: raymond.hettinger

Build had warnings: warnings test

Excerpt from the test logfile:
1 test failed:
    test_collections

======================================================================
ERROR: test_factory (test.test_collections.TestNamedTuple)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_collections.py", line 8, in test_factory
    Point = NamedTuple('Point', 'x y')
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/collections.py", line 41, in NamedTuple
    exec template in m
  File "<string>", line 8
    x = property(itemgetter(0))
                              
^

======================================================================
ERROR: test_instance (test.test_collections.TestNamedTuple)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_collections.py", line 16, in test_instance
    Point = NamedTuple('Point', 'x y')
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/collections.py", line 41, in NamedTuple
    exec template in m
  File "<string>", line 8
    x = property(itemgetter(0))
                              
^

======================================================================
ERROR: test_tupleness (test.test_collections.TestNamedTuple)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_collections.py", line 32, in test_tupleness
    Point = NamedTuple('Point', 'x y')
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/collections.py", line 41, in NamedTuple
    exec template in m
  File "<string>", line 8
    x = property(itemgetter(0))
                              
^

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list