-
-
Notifications
You must be signed in to change notification settings - Fork 169
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
Tests failing on riscv64 #883
Comments
It is not a platform I have run any test on. As far as I can see, several failures come from the shell or the signal handling in the tests not behaving as expected. Those tests run correctly on all the Linix/macOS platforms tested in the Github test grid, unless specifically disabled (but most likely they are only disabled on Windows and they are reasonably portable on *nix architectures). The datetime failure is curious, especially because there are datetime tests much more extensive and comprehensive that passed no problem... or not? I don't see If you have MR to propose one-off, no problem accepting them. If you want us to consider the riscv64 platform supported you should add it to the CI test grid so we can monitor regressions. |
Thank you for having a look. I'm not sure why I agree the tests are not showing any issue on other platforms. Those tests passed here; https://koji.fedoraproject.org/koji/buildinfo?buildID=2518656 on others. Do you think there are any chances we're hitting a timeout? The riscv64 hardware at present is not particulary fast. We can skip them easily enough to build, but I thought I'd try to do a little digging in my spare time as well. I apologize if my questions are a bit basic. I just got pypy bootstrapped for Fedora 41 on riscv64 and figured I'd build this and asv, which are the two packages currently dependent on pypy in Fedora and I have not done a lot of digging yet. |
We are hitting issues trying to build psycopg on Fedora 41 / rawhide riscv64
The full log is at http://fedora.riscv.rocks/kojifiles/work/tasks/7774/1737774/build.log
Failing tests:
If there is additional information I can gather or suggestions to try, please let me know and I'll be happy to.
The text was updated successfully, but these errors were encountered: