Name of Failure:
gcc: internal compiler error: Segmentation fault signal terminated program collect2
Link to task:
https://github.com/mongodb/mongo-python-driver/actions/runs/12936982942/job/36083863346?pr=2073
Context of when and why the failure occurred:
Seems to be related to https://github.com/tonistiigi/binfmt/issues/215. At first the failures were intermittent but now they are happening on every run.
I tried using podman, and updating to use ubuntu-24, but in both cases it still causes a seg fault. We can use the new ubuntu-24.04-arm runner for linux aarch64, but we won't be able to create the wheels for ppc64le and s390x until the above issue is resolved or we find another way to create the wheels.
We are still able to test the driver on these architectures in Evergreen.