Describe the bug
The following fails for me on Mac and a graviton EC2 instance running Ubuntu. I tested on an x64 EC2 host running Amazon Linux and it succeeded. I'm not familiar with this test suite so haven't begun debugging yet.
./gradlew :build-tools:integTest --tests 'DistributionDownloadPluginFuncTest'
=======================================
OpenSearch Build Hamster says Hello!
Gradle Version : 9.1.0
OS Info : Linux 6.14.0-1015-aws (aarch64)
JDK Version : 25 (Eclipse Temurin JDK 25 (25+36-LTS))
JAVA_HOME : /home/ubuntu/.sdkman/candidates/java/25-tem
Random Testing Seed : 2AAC3CEF3983FFAE
Crypto Standard : any-supported
=======================================
> Task :build-tools:compileJava
DistributionDownloadPluginFuncTest > #distType version can be resolved > current version can be resolved FAILED
org.gradle.testkit.runner.UnexpectedBuildFailure at DistributionDownloadPluginFuncTest.groovy:49
DistributionDownloadPluginFuncTest > #distType version can be resolved > bwc version can be resolved FAILED
org.gradle.testkit.runner.UnexpectedBuildFailure at DistributionDownloadPluginFuncTest.groovy:49
DistributionDownloadPluginFuncTest > #distType version can be resolved > released version can be resolved FAILED
org.gradle.testkit.runner.UnexpectedBuildFailure at DistributionDownloadPluginFuncTest.groovy:49
DistributionDownloadPluginFuncTest > transformed versions are kept across builds FAILED
org.gradle.testkit.runner.UnexpectedBuildFailure at DistributionDownloadPluginFuncTest.groovy:79
DistributionDownloadPluginFuncTest > transforms are reused across projects FAILED
org.gradle.testkit.runner.UnexpectedBuildFailure at DistributionDownloadPluginFuncTest.groovy:120
5 tests completed, 5 failed
> Task :build-tools:integTest FAILED
Related component
Build
To Reproduce
./gradlew :build-tools:integTest
Describe the bug
The following fails for me on Mac and a graviton EC2 instance running Ubuntu. I tested on an x64 EC2 host running Amazon Linux and it succeeded. I'm not familiar with this test suite so haven't begun debugging yet.
Related component
Build
To Reproduce