-
Notifications
You must be signed in to change notification settings - Fork 1.4k
test_arm64_mem_hook_read_write
fails on riscv64
and s390x
#2124
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
Comments
Building unicorn 2.1.3 on Fedora Rawhide has similar results. A log of the build is available at the URL below. The bottom of the log documents the failing tests. |
Thanks for updating here. Unfortunately, as I replied elsewhere, I can't do too much without access to a s390x environment. I will tey to emulate one via qemu later. |
hi @wtdcode , if access to a s390x system would help, then please let me know, I can arrange that. |
Thanks for that. You might send the way to access the environment by emailing me: mio@lazym.io |
mail sent |
During porting to s390x, I submitted another patch to QEMU: https://lore.kernel.org/qemu-devel/20250413172242.3430944-1-ziqiaokong@gmail.com/T/#t |
I'm done with initial port to s390x in acb638c but still we need some further testing for the incoming 2.2.0 with several big changes.
However, as this is no CI support, we are likely to break it some time in the future, I would appreciate it if anyone would like to offer a s390x CI environment =). |
I think we can add one more matrix element in the workflow using the qemu action with that arch settings |
Isn't s390x available in the github actions? I have found some references that it should be ... |
Github doesn't provide officially hosted runners and thus the only way is to spin up a qemu emulated s390x, which is painful slow. As previously tested, this could take ~30 minutes to complete building and testing. |
Ah, I see, then self-hosted runners can be used per https://community.ibm.com/community/user/ibmz-and-linuxone/blogs/mingmay-pang2/2024/02/05/github-actions-runner-for-ibm-z-and-linuxone |
I submitted a request there. Let's see. =) |
I am experiencing the following
test_arm
andtest_arm64
errors after successful build from currentmaster
onriscv64
ands390x
arch under Alpine Linux 3.21:and
Additionally
s390x
throws errors fortest_mem
,test_riscv
andtest_x86
, I'll open a separate issue for that if necessary after this one.Build logs are here: https://gitlab.alpinelinux.org/strophy/aports/-/pipelines/304520
I'm happy to push builds from specific commits through the Alpine CI system when you tag me, or you can do this yourself with a free account.
The text was updated successfully, but these errors were encountered: