[issue33764] AppVeyor builds interrupted before tests complete

2018-06-06 Thread STINNER Victor
STINNER Victor added the comment: Steve Dower: "Are we sure we haven't actually regressed something here and it's actually taking more resources? (...)" According to AppVeyor support, there was an issue on their side: "Regarding disk quota -- we are extremely sorry. This was not your fault,

[issue33764] AppVeyor builds interrupted before tests complete

2018-06-04 Thread Steve Dower
Steve Dower added the comment: Are we sure we haven't actually regressed something here and it's actually taking more resources? I can't tell from this discussion if it's memory CPU, disk or time that we're hitting problems. I'll have to look at the VSTS build history to see whether it needs

[issue33764] AppVeyor builds interrupted before tests complete

2018-06-04 Thread STINNER Victor
STINNER Victor added the comment: I asked AppVeyor to increase our quotas: https://help.appveyor.com/discussions/problems/14532-cpython-exceeded-allowed-resource-quotas-what-are-these-quotas-can-them-be-increased -- ___ Python tracker

[issue33764] AppVeyor builds interrupted before tests complete

2018-06-03 Thread Ned Deily
Ned Deily added the comment: New changeset b8f2fb52007f6d0d9eacfb459a9e813678f55f7e by Ned Deily in branch '3.6': bpo-33764: Appveyor fixes (GH-7364) (GH-7379) https://github.com/python/cpython/commit/b8f2fb52007f6d0d9eacfb459a9e813678f55f7e -- _

[issue33764] AppVeyor builds interrupted before tests complete

2018-06-03 Thread Ned Deily
Ned Deily added the comment: New changeset 1cbdbf35db16f2b06c0974b711c4d8b840c8a264 by Ned Deily in branch '2.7': bpo-33764: Appveyor fixes (GH-7364) (GH-7380) https://github.com/python/cpython/commit/1cbdbf35db16f2b06c0974b711c4d8b840c8a264 -- _

[issue33764] AppVeyor builds interrupted before tests complete

2018-06-03 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +7007 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue33764] AppVeyor builds interrupted before tests complete

2018-06-03 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +7006 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue33764] AppVeyor builds interrupted before tests complete

2018-06-03 Thread Ned Deily
Ned Deily added the comment: Steve, what do you think about a similar change to the VSTS Windows CI builds to disable the "longfile" resource for the tests? test_mmap seems to take a long time. -- nosy: +steve.dower ___ Python tracker

[issue33764] AppVeyor builds interrupted before tests complete

2018-06-03 Thread Ned Deily
Ned Deily added the comment: New changeset 37343a2db8763a114e63ac63a249603b1df2554d by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-33764: Appveyor fixes (GH-7364) (GH-7369) https://github.com/python/cpython/commit/37343a2db8763a114e63ac63a249603b1df2554d -- __

[issue33764] AppVeyor builds interrupted before tests complete

2018-06-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +6996 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33764] AppVeyor builds interrupted before tests complete

2018-06-03 Thread Ned Deily
Ned Deily added the comment: New changeset 47a6c79f0986ce9a84d0efc3c565b28255042911 by Ned Deily (Zachary Ware) in branch 'master': bpo-33764: Appveyor fixes (GH-7364) https://github.com/python/cpython/commit/47a6c79f0986ce9a84d0efc3c565b28255042911 -- _

[issue33764] AppVeyor builds interrupted before tests complete

2018-06-03 Thread Zachary Ware
Change by Zachary Ware : -- pull_requests: +6995 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue33764] AppVeyor builds interrupted before tests complete

2018-06-03 Thread STINNER Victor
STINNER Victor added the comment: > We discussed this earlier: https://bugs.python.org/issue33355#msg317587 At that time, I didn't know that AppVeyor was impacted. In my mind, the bug was specific to buildbots on slow cloud providers (slow cloud flavors). --

[issue33764] AppVeyor builds interrupted before tests complete

2018-06-03 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +6994 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-l

[issue33764] AppVeyor builds interrupted before tests complete

2018-06-03 Thread STINNER Victor
STINNER Victor added the comment: > Looks like this was another case of test_mmap on Windows taking a long time. Ah yes, bpo-33355. -- ___ Python tracker ___

[issue33764] AppVeyor builds interrupted before tests complete

2018-06-03 Thread Ned Deily
Ned Deily added the comment: Looks like this was another case of test_mmap on Windows taking a long time. If the change has now been made to disable tests with "largefile" resources, test_mmap should no longer be a hangup. -- ___ Python tracker

[issue33764] AppVeyor builds interrupted before tests complete

2018-06-03 Thread Ned Deily
Ned Deily added the comment: We discussed this earlier: https://bugs.python.org/issue33355#msg317587 -- ___ Python tracker ___ ___

[issue33764] AppVeyor builds interrupted before tests complete

2018-06-03 Thread Ned Deily
Ned Deily added the comment: Clicking on the Messages tab: https://ci.appveyor.com/project/python/cpython/build/3.8build16878/messages "Build exceeded allowed resource quotas. Fix your build to consume less resources or contact AppVeyor support to request quotas increase." -- nosy:

[issue33764] AppVeyor builds interrupted before tests complete

2018-06-03 Thread STINNER Victor
STINNER Victor added the comment: See also bpo-33765: "AppVeyor didn't start on my PR 7365". -- ___ Python tracker ___ ___ Python-b

[issue33764] AppVeyor builds interrupted before tests complete

2018-06-03 Thread STINNER Victor
New submission from STINNER Victor : While looking at AppVeyor history, I saw two builds which seem like interrupted in the middle of the test 3.6: https://ci.appveyor.com/project/python/cpython/build/3.6build16876/job/t9nyt59wkwcn68nk ... 0:04:32 [312/407] test_genexps passed -- running: tes