[New-bugs-announce] [issue34325] test_zipfile gets OverflowError in multiple buildbots

Pablo Galindo Salgado report at bugs.python.org
Thu Aug 2 19:52:26 EDT 2018


New submission from Pablo Galindo Salgado <pablogsal at gmail.com>:

test_zipfile gets OverflowError in multiple buildbots:

https://buildbot.python.org/all/#/builders/106/builds/1374
https://buildbot.python.org/all/#/builders/106/builds/1375
https://buildbot.python.org/all/#/builders/106/builds/1376

Example error log:


======================================================================
ERROR: test_add_file_after_2107 (test.test_zipfile.StoredTestsWithSourceFile)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/ssd/buildbot/buildarea/3.x.gps-ubuntu-exynos5-armv7l/build/Lib/test/test_zipfile.py", line 559, in test_add_file_after_2107
    os.utime(TESTFN, (4386268800, 4386268800))
OverflowError: timestamp out of range for platform time_t
----------------------------------------------------------------------
Ran 208 tests in 39.261s
FAILED (errors=1, skipped=1)
1 test failed again:

----------
components: Tests
messages: 322999
nosy: pablogsal
priority: normal
severity: normal
status: open
title: test_zipfile gets OverflowError in multiple buildbots
type: behavior
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34325>
_______________________________________


More information about the New-bugs-announce mailing list