Skip to content

Issue with PyPy on Travis #1730

@pganssle

Description

@pganssle

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:

  1. Try updating the pypy version in the job.
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions