[Python-checkins] buildbot warnings in g4 osx.4 trunk
buildbot at python.org
buildbot at python.org
Sat May 19 03:56:37 CEST 2007
The Buildbot has detected a new failure of g4 osx.4 trunk.
Full details are available at:
http://www.python.org/dev/buildbot/all/g4%2520osx.4%2520trunk/builds/2025
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 "/Users/buildslave/bb/trunk.psf-g4/build/Lib/test/test_collections.py", line 8, in test_factory
Point = NamedTuple('Point', 'x y')
File "/Users/buildslave/bb/trunk.psf-g4/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 "/Users/buildslave/bb/trunk.psf-g4/build/Lib/test/test_collections.py", line 16, in test_instance
Point = NamedTuple('Point', 'x y')
File "/Users/buildslave/bb/trunk.psf-g4/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 "/Users/buildslave/bb/trunk.psf-g4/build/Lib/test/test_collections.py", line 32, in test_tupleness
Point = NamedTuple('Point', 'x y')
File "/Users/buildslave/bb/trunk.psf-g4/build/Lib/collections.py", line 41, in NamedTuple
exec template in m
File "<string>", line 8
x = property(itemgetter(0))
^
make: *** [buildbottest] Error 1
sincerely,
-The Buildbot
More information about the Python-checkins
mailing list