Upgrading from Ubuntu 24.04.3 to 24.04.4 breaks the netty io_uring integration on x86_64. Inconveniently we found this out when GitHub upgraded all their Linux build runners… ugh 
The problem does not show up on aarch64, emulating x86_64 on aarch64 has io_uring disabled in the system I'm using, my Intel Mac can't run devcontainers for other reasons and I'm about to throw furniture...
Tried running the test in a VM on an Intel machine, with the guest OS being ubuntu 24.04.4, and I _still_ can’t recreate the failure we see on CI. This is driving me nuts.