-
Notifications
You must be signed in to change notification settings - Fork 41
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
Some tests hang on ppc64le and aarch64 #1196
Comments
The end of the aarch64 build (https://kojipkgs.fedoraproject.org//work/tasks/562/126510562/build.log) looks like:
and it hangs there. |
For ppc64le, some tests are actually failing (see https://kojipkgs.fedoraproject.org//work/tasks/563/126510563/build.log):
|
I tested on Power 10 system (Mammatus on Franken). Both current master and 1.7 are fine there. I wonder what's going on. I tested both Surprisingly, I can make a different fail for the clustering helpers test. Some dendrogram tests fail:
Not very surprising because that test is hard to design as dendrograms may shift slightly. |
Nevermind. Only |
Sometimes they run for weeks: https://koji.fedoraproject.org/koji/tasks?owner=junghans&state=active&view=tree&method=all&order=-id |
@junghans Is there a way to test current |
I tested master here: https://koji.fedoraproject.org/koji/taskinfo?taskID=126684443 aarch64 passed, but ppc64le still have one failing test:
|
x86_64 fails to build for a different reason due to some rocm issue, but aarch64 is also still failing on testing:
ppc64le is fine. |
Actually this is vice versa from before now that aarch64 is failing and pcc64le is fine, |
Thanks for testing! Interesting. So the failing test is actually different from the one before. |
Ah you are right, it is indeed a different test! |
c3ebac5 on the latest Fedora (F43) with gcc 15.0.1: https://koji.fedoraproject.org/koji/taskinfo?taskID=129212436 arm64 still fails now with:
x86_64 is fine. And ppc64le:
|
Thank you for the update. I haven't seen this before as it now seems to compare results with boost. Can you tell what version of boost is installed there?
This does not make any sense to me. The problem creates points I need to be able to reproduce this to figure things out. How does one usually reproduce those builds without having access to the machines? |
It is you would need a ppc64le machine to reproduce that or on Fedora you could emulate it, here is some how to from another project: https://www.votca.org/DEVELOPERS_GUIDE.html#failed-release-builds The error is on You also need my spec file. |
Give me a min and I will test it on my Fedora machine. |
Would I be able to emulate it on Ubuntu or on Mac through Docker? |
You could can always run Here is rough guide for within Fedora:
|
I would still need the proper architecture for it, right? So I would need to run Docker on a machine with ppc or aarch64? I could try on my Mac for aarch64, but I don't have powerpc with docker. |
No, |
I'm not familiar with it and getting an error
|
Just use |
Ok, if run the
that seems to build (still ongoing) |
ppc64le is still building ;-) And for aarch64, I setup a workflow here: https://github.com/junghans/ArborX.spec/actions/runs/13356584474/job/37300198190 |
E.g. see the build here: https://koji.fedoraproject.org/koji/taskinfo?taskID=126510517
The text was updated successfully, but these errors were encountered: