It looks like the MacOS CI jobs running the Android virtual device tests started failing on main ~yesterday (one, two). Kicking the jobs doesn't resolve the failure, so it's probably not a transient flake.
> Task :rustls-platform-verifier:connectedDebugAndroidTest
Starting 3 tests on test(AVD) - 9
org.rustls.platformverifier.CertificateVerifierTests > runRealWorldTestSuite[test(AVD) - 9] FAILED
org.junit.ComparisonFailure: A test failed. Check the logs above for Rust panics. expected:<[success]> but was:<[test failed!]>
at org.junit.Assert.assertEquals(Assert.java:115)
Tests on test(AVD) - 9 failed: There was 1 failure(s).
Unfortunately the mentioned Rust panic logs are not being passed through (similar to #27).
It looks like the MacOS CI jobs running the Android virtual device tests started failing on
main~yesterday (one, two). Kicking the jobs doesn't resolve the failure, so it's probably not a transient flake.Unfortunately the mentioned Rust panic logs are not being passed through (similar to #27).