[CI] BuildExamplePluginsIT fails on MacOS #42607
Labels
:Delivery/Build
Build or test infrastructure
Team:Delivery
Meta label for Delivery team
>test-failure
Triaged test failures from CI
Build failure
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+7.2+multijob-darwin-compatibility/9/
Failure output
Reproducability
The Gradle command that has been run is
./gradlew --parallel precommit buildBwc
. The failure only happens on the7.2
builds in CI; I could not spot any problems on other builds nor could I reproduce this locally.Analysis
The root cause is that the fully qualified name of the security manager class is wrong. Instead of
worker.org.gradle.process.internal.worker.child.BootstrapSecurityManager
it should beorg.gradle.process.internal.worker.child.BootstrapSecurityManager
.The text was updated successfully, but these errors were encountered: