[New-bugs-announce] [issue25611] test_deque failure on Gentu and OpenIndiana buildbots on 2.7

Serhiy Storchaka report at bugs.python.org
Thu Nov 12 14:37:35 EST 2015


New submission from Serhiy Storchaka:

http://buildbot.python.org/all/builders/x86%20OpenIndiana%202.7/builds/3104/steps/test/logs/stdio
http://buildbot.python.org/all/builders/x86%20Gentoo%20Non-Debug%20with%20X%202.7/builds/107/steps/test/logs/stdio
======================================================================
FAIL: test_basics (test.test_deque.TestBasic)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/buildbot/buildarea/2.7.ware-gentoo-x86/build/Lib/test/test_deque.py", line 38, in test_basics
    self.assertEqual(list(d), range(-200, 400))
AssertionError: Lists differ: [-200, -199, -198, -197, -196,... != [-200, -199, -198, -197, -196,...

First differing element 200:
-5125
0

First list contains 125 additional elements.
First extra element 600:
275

Diff is 6032 characters long. Set self.maxDiff to None to see it.

----------------------------------------------------------------------

On other buildbots the test is passed, and I can't reproduce the failure locally.

----------
components: Extension Modules
messages: 254548
nosy: rhettinger, serhiy.storchaka
priority: normal
severity: normal
status: open
title: test_deque failure on Gentu and OpenIndiana buildbots on 2.7
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25611>
_______________________________________


More information about the New-bugs-announce mailing list