Message 322999 - Python tracker

Message322999

Author pablogsal
Recipients pablogsal
Date 2018-08-02.23:52:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533253946.81.0.56676864532.issue34325@psf.upfronthosting.co.za>
In-reply-to
Content
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:
History
Date User Action Args
2018-08-02 23:52:26pablogsalsetrecipients: + pablogsal
2018-08-02 23:52:26pablogsalsetmessageid: <1533253946.81.0.56676864532.issue34325@psf.upfronthosting.co.za>
2018-08-02 23:52:26pablogsallinkissue34325 messages
2018-08-02 23:52:26pablogsalcreate