[New-bugs-announce] [issue27834] test_datetime fails on "x86 Gentoo Non-Debug with X 3.x" buildbot

STINNER Victor report at bugs.python.org
Tue Aug 23 05:26:05 EDT 2016


New submission from STINNER Victor:

http://buildbot.python.org/all/builders/x86%20Gentoo%20Non-Debug%20with%20X%203.x/builds/1286/steps/test/logs/stdio

======================================================================
ERROR: test_gaps (test.datetimetester.ZoneInfoTest[Asia/Qyzylorda])
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/buildbot/buildarea/3.x.ware-gentoo-x86.nondebug/build/Lib/test/datetimetester.py", line 4700, in setUp
    self.tz = ZoneInfo.fromname(self.zonename)
  File "/buildbot/buildarea/3.x.ware-gentoo-x86.nondebug/build/Lib/test/datetimetester.py", line 4531, in fromname
    return cls.fromfile(f)
  File "/buildbot/buildarea/3.x.ware-gentoo-x86.nondebug/build/Lib/test/datetimetester.py", line 4523, in fromfile
    self = cls(ut, ti)
  File "/buildbot/buildarea/3.x.ware-gentoo-x86.nondebug/build/Lib/test/datetimetester.py", line 4476, in __init__
    self.lt = self.invert(ut, ti)
  File "/buildbot/buildarea/3.x.ware-gentoo-x86.nondebug/build/Lib/test/datetimetester.py", line 4486, in invert
    lt[0][i] += ti[i-1][0] // SEC
OverflowError: Python int too large to convert to C long

----------
components: Tests
keywords: buildbot
messages: 273428
nosy: belopolsky, haypo
priority: normal
severity: normal
status: open
title: test_datetime fails on "x86 Gentoo Non-Debug with X 3.x" buildbot
versions: Python 3.6

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


More information about the New-bugs-announce mailing list