Skip to content

[BUG] :build-tools:integTest fails on Mac and aarch64 Ubuntu #19826

@andrross

Description

@andrross

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

Metadata

Metadata

Assignees

Labels

BuildBuild Tasks/Gradle Plugin, groovy scripts, build tools, Javadoc enforcement.bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions