[issue34325] test_zipfile gets OverflowError in multiple buildbots

2018-08-03 Thread STINNER Victor
STINNER Victor added the comment: A possible enhancement is to mock os.stat() instead of really modifying the real filesystem modification time, it would allow to test the bug on any platform. But I'm not sure that it's worth it, and if anyone is interested, I would suggest to discuss on bpo

[issue34325] test_zipfile gets OverflowError in multiple buildbots

2018-08-03 Thread STINNER Victor
STINNER Victor added the comment: The two buildbots are back to green. -- nosy: +vstinner resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker _

[issue34325] test_zipfile gets OverflowError in multiple buildbots

2018-08-03 Thread Petr Viktorin
Petr Viktorin added the comment: New changeset 7b41dbad78c6b03ca2f98800a92a1977d3946643 by Petr Viktorin (Marcel Plch) in branch 'master': bpo-34325: Skip zipfile test for large timestamps when filesystem don't support them. (GH-8656) https://github.com/python/cpython/commit/7b41dbad78c6b03c

[issue34325] test_zipfile gets OverflowError in multiple buildbots

2018-08-03 Thread Marcel Plch
Change by Marcel Plch : -- keywords: +patch pull_requests: +8151 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list

[issue34325] test_zipfile gets OverflowError in multiple buildbots

2018-08-03 Thread Petr Viktorin
Change by Petr Viktorin : -- nosy: +Dormouse759 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue34325] test_zipfile gets OverflowError in multiple buildbots

2018-08-02 Thread Petr Viktorin
Change by Petr Viktorin : -- nosy: +petr.viktorin ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue34325] test_zipfile gets OverflowError in multiple buildbots

2018-08-02 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +xtreak ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue34325] test_zipfile gets OverflowError in multiple buildbots

2018-08-02 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This is the result of issue34097. -- nosy: +serhiy.storchaka ___ Python tracker ___ ___ Python-

[issue34325] test_zipfile gets OverflowError in multiple buildbots

2018-08-02 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: More failures on x86 Gentoo Installed with X 3.x: https://buildbot.python.org/all/#/builders/103/builds/1240 https://buildbot.python.org/all/#/builders/103/builds/1241 https://buildbot.python.org/all/#/builders/103/builds/1242 -- _

[issue34325] test_zipfile gets OverflowError in multiple buildbots

2018-08-02 Thread Pablo Galindo Salgado
New submission from Pablo Galindo Salgado : 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: