Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in CI with Windows pypy-3.9-nightly on master #2776

Closed
jakkdl opened this issue Aug 26, 2023 · 7 comments
Closed

Error in CI with Windows pypy-3.9-nightly on master #2776

jakkdl opened this issue Aug 26, 2023 · 7 comments

Comments

@jakkdl
Copy link
Member

jakkdl commented Aug 26, 2023

 =========================== short test summary info ===========================
ERROR ..\..\..\_temp\146b9dda-2979-45d0-83a5-aafce08d7dac\pypy-c-jit-107681-7eff72a343df-win64\lib\site-packages\trio\_tests\test_dtls.py - SystemError: cpyext: Failure to allocate 'ABCMeta' (with a non-zero tp_itemsize) when len(obj) cannot be calculated
ERROR ..\..\..\_temp\146b9dda-2979-45d0-83a5-aafce08d7dac\pypy-c-jit-107681-7eff72a343df-win64\lib\site-packages\trio\_tests\test_highlevel_ssl_helpers.py - SystemError: cpyext: Failure to allocate 'ABCMeta' (with a non-zero tp_itemsize) when len(obj) cannot be calculated
ERROR ..\..\..\_temp\146b9dda-2979-45d0-83a5-aafce08d7dac\pypy-c-jit-107681-7eff72a343df-win64\lib\site-packages\trio\_tests\test_ssl.py - SystemError: cpyext: Failure to allocate 'ABCMeta' (with a non-zero tp_itemsize) when len(obj) cannot be calculated
!!!!!!!!!!!!!!!!!!! Interrupted: 3 errors during collection !!!!!!!!!!!!!!!!!!!
============================= 3 errors in 30.49s ==============================

Test run: https://github.com/python-trio/trio/actions/runs/5952689117/job/16235722709

I'm pretty sure this is caused by something upstream, I reran the test on ef6d8ee which passed at the time, and it now fails.

@jakkdl
Copy link
Member Author

jakkdl commented Oct 19, 2023

Tried fixing with switching to pypy-3.9 in #2825, but that just failed earlier. With #2678 both windows+pypy builds are now completely broken. Is it time to simply state that we don't support windows+pypy, or does anybody care to look into these?

@jakkdl
Copy link
Member Author

jakkdl commented Oct 19, 2023

ubuntu pypy-3.9-nightly also seem to be failing

@A5rocks
Copy link
Contributor

A5rocks commented Oct 19, 2023

I've mentioned the CFFI install failure over at https://foss.heptapod.net/pypy/pypy/-/issues/4005 and I thought the issue sounded like they were already fixing that, but I welcome looking at that more.

@jakkdl jakkdl mentioned this issue Feb 12, 2024
17 tasks
@CoolCat467
Copy link
Member

Is this still an issue?

@A5rocks
Copy link
Contributor

A5rocks commented Jun 13, 2024

Possibly? We don't have CI for pypy on windows (or macos) atm

@jakkdl
Copy link
Member Author

jakkdl commented Jun 13, 2024

Possibly? We don't have CI for pypy on windows (or macos) atm

they were removed from CI due to being broken, so yeah need to run tests to see if it's been fixed.

@A5rocks
Copy link
Contributor

A5rocks commented Aug 29, 2024

Given PyPy's Python 3.10 (the only thing they support nowadays) seems to work fine in #3074, I think this issue can be closed.

@A5rocks A5rocks closed this as completed Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants