-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Description
All jobs are now failing on pypy
, see this job. Locally I cannot replicate this with pypy2.7-X
, but the same thing does fail with "Too many open files" in pypy3.6-7.1.0
. It's very hard to debug this. @gaborbernat replicated it on a macbook, he similarly can't replicate the 2.7 failure, and the 3.6 failure is a different error message than the one I have.
There may be two problems here, possibly with similar causes. I think it's possible that Travis has scaled down the amount of memory available and that's biting us in the pypy2.7
job? Hard to tell.
If we want a short-term mitigation, we can maybe try:
- Try updating the
pypy
version in the job. - Try migrating the
pypy
job in Azure Pipelines (though that would require getting Add Azure Pipelines #1721 working.
This is a major blocking issue IMO.