[Python-checkins] buildbot warnings in alpha Tru64 5.1 2.5

buildbot at python.org buildbot at python.org
Wed Mar 7 09:40:03 CET 2007


The Buildbot has detected a new failure of alpha Tru64 5.1 2.5.
Full details are available at:
 http://www.python.org/dev/buildbot/all/alpha%2520Tru64%25205.1%25202.5/builds/190

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

Build Reason: 
Build Source Stamp: [branch branches/release25-maint] HEAD
Blamelist: georg.brandl,walter.doerwald

Build had warnings: warnings test

Excerpt from the test logfile:
1 test failed:
    test_operator

======================================================================
ERROR: test_delslice (test.test_operator.OperatorTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/net/ringneck/scratch1/nnorwitz/python/2.5.norwitz-tru64/build/Lib/test/test_operator.py", line 146, in test_delslice
    operator.delslice(a, 0, test_support.MAX_Py_ssize_t)
OverflowError: signed integer is greater than maximum

======================================================================
ERROR: test_getslice (test.test_operator.OperatorTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/net/ringneck/scratch1/nnorwitz/python/2.5.norwitz-tru64/build/Lib/test/test_operator.py", line 175, in test_getslice
    b = operator.getslice(a, 0, test_support.MAX_Py_ssize_t)
OverflowError: signed integer is greater than maximum

======================================================================
ERROR: test_setslice (test.test_operator.OperatorTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/net/ringneck/scratch1/nnorwitz/python/2.5.norwitz-tru64/build/Lib/test/test_operator.py", line 325, in test_setslice
    operator.setslice(a, 0, test_support.MAX_Py_ssize_t, [])
OverflowError: signed integer is greater than maximum

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list