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

TST: OSX job sometimes fails with Illegal instruction #45

Open
pllim opened this issue Jan 2, 2024 · 6 comments
Open

TST: OSX job sometimes fails with Illegal instruction #45

pllim opened this issue Jan 2, 2024 · 6 comments
Labels

Comments

@pllim
Copy link
Member

pllim commented Jan 2, 2024

Seems transient. I see different jobs failing in the last 2 scheduled runs, but both are OSX; e.g., py310-test-pytest70 (macos-latest), py311-test-pytest73 (macos-latest)

Fatal Python error: Illegal instruction

@pllim pllim added the bug label Jan 2, 2024
@pllim pllim changed the title TST: OSX job sometimes fails with Illegal instructions TST: OSX job sometimes fails with Illegal instruction Jan 2, 2024
@bsipocz
Copy link
Member

bsipocz commented Jan 4, 2024

Interesting, I wonder what goes wrong with those OSX virtual machines, as we do see (totally different, yet always OSX) issues with them with sphinx-automodapi, too.

@bsipocz
Copy link
Member

bsipocz commented Jan 4, 2024

And now pytest-doctesplus is also experiencing OSX issues, and of course, it's yet a different one: https://github.com/scientific-python/pytest-doctestplus/actions/runs/7382066201/job/20176149354#step:5:112

However, it's really hard to believe these there issues are not connected in some ways as the common theme that the errors started to show up out of the blue and only affect OSX CI (I haven't been able to reproduce the problems locally on a mac)

@pllim
Copy link
Member Author

pllim commented Jan 4, 2024

The doctestplus failure is due to pytest-dev, not OSX. I see a similar failure on astropy running Linux but also using pytest-dev: https://github.com/astropy/astropy/actions/runs/7375363390/job/20170602594

xref astropy/astropy#15810

@bsipocz
Copy link
Member

bsipocz commented Jan 5, 2024

The doctestplus failure is due to pytest-dev, not OSX

ah, interesting that it doesn't effect either linux or windows.

@pllim
Copy link
Member Author

pllim commented Jan 5, 2024

Ah, I didn't see that you also have pytest-dev in Linux and Windows. Yes, that is indeed perplexing and also does not explain why astropy sees a similar error (but from a different plugin) in Linux.

@bsipocz
Copy link
Member

bsipocz commented Jan 5, 2024

you also have pytest-dev in Linux and Windows

maybe an overkill, but it's a pytest plugin with a really quick test suite, so I think it makes most sense to test thoroughly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants