You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could not determine the dependencies of task ':qa:full-cluster-restart:v1.2.0#upgradedClusterTest'.
* What went wrong:
Could not determine the dependencies of task ':qa:full-cluster-restart:v1.2.0#upgradedClusterTest'.
> Could not resolve all task dependencies for configuration ':qa:full-cluster-restart:opensearch_distro_extracted_testclusters-qa-full-cluster-restart-v1.2.0-1-1.2.0-'.
> Could not resolve project :distribution:bwc:minor.
Required by:
project :qa:full-cluster-restart
> Project :qa:full-cluster-restart declares a dependency from configuration 'opensearch_distro_extracted_testclusters-qa-full-cluster-restart-v1.2.0-1-1.2.0-' to configuration 'expanded-windows-zip' which is not declared in the descriptor for project :distribution:bwc:minor.
and related tests
InternalDistributionBwcSetupPluginFuncTest. builds distribution from branches via archives assemble
InternalDistributionBwcSetupPluginFuncTest. bwc distribution archives can be resolved as bwc project artifact
InternalDistributionBwcSetupPluginFuncTest. bwc expanded distribution folder can be resolved as bwc project artifact
Docker (checked [/usr/bin/docker, /usr/local/bin/docker]) is required
* What went wrong:
Docker (checked [/usr/bin/docker, /usr/local/bin/docker]) is required to run the following tasks:
:distribution:docker:buildArm64DockerImage
:distribution:docker:buildDockerImage
Symlink of /c/Program Files/... to /user/bin/docker didn't work.
4.:distribution:docker:buildDockerImage
Execution failed for task ':distribution:docker:buildDockerImage'.
> A failure occurred while executing org.opensearch.gradle.docker.DockerBuildTask$DockerBuildAction
> Failed to pull Docker base image [centos:8], all attempts failed
OpenSearch Build Hamster says Hello!
Gradle Version : 6.6.1
OS Info : Windows Server 2019 10.0 (amd64)
JDK Version : 11 (JDK)
JAVA_HOME : C:\Program Files\Eclipse Foundation\jdk-11.0.12.7-hotspot
Random Testing Seed : F4F90A8BD55D9DFA
In FIPS 140 mode : false
=======================================
Docker version 20.10.8, build 3967b7d
Docker Desktop 4.1.1 (69879)
2021-10-22T17:22:24.908+0000 [INFO] [org.gradle.process.internal.DefaultExecHandle] Successfully started process 'command 'C:\Program Files\Docker\Docker\resources\bin\docker-compose.exe''
2021-10-22T17:22:24.908+0000 [DEBUG] [org.gradle.process.internal.ExecHandleRunner] waiting until streams are handled...
2021-10-22T17:22:26.289+0000 [ERROR] [system.err] not implemented
2021-10-22T17:22:26.333+0000 [DEBUG] [org.gradle.process.internal.DefaultExecHandle] Changing state to: FAILED
2021-10-22T17:22:26.333+0000 [DEBUG] [org.gradle.process.internal.DefaultExecHandle] Process 'command 'C:\Program Files\Docker\Docker\resources\bin\docker-compose.exe'' finished with exit value 17 (state: FAILED)
./gradlew assemble tries to assemble docker images for CentOS
To Reproduce
Run ./gradlew build on Windows.
The text was updated successfully, but these errors were encountered:
dblock
changed the title
[BUG] configuration 'expanded-windows-zip' which is not declared in the descriptor for project :distribution:bwc:minor (Windows build broken)
[BUG] Windows build broken
Oct 18, 2021
We have a docker problem on my machine (works on @reta's machine with Docker 3.6) in #1425, and a cross-platform build issue in #1430. Otherwise windows build works A-OK after #1412, so I am going to close this.
Describe the bug
Trying to build on Windows fails in multiple ways.
1. `Unable to allocate an initial java heap of ...`Workaround:
export _JAVA_OPTIONS: -Xmx4096M
Install 64-bit Java from https://adoptium.net/releases.html?variant=openjdk11.
Could not determine the dependencies of task ':qa:full-cluster-restart:v1.2.0#upgradedClusterTest'.
and related tests
Docker (checked [/usr/bin/docker, /usr/local/bin/docker]) is required
Symlink of
/c/Program Files/...
to/user/bin/docker
didn't work.4.
:distribution:docker:buildDockerImage
^ fixed in #1412
./gradlew :test:fixtures:azure-fixture:composeUp
./gradlew assemble
tries to assemble docker images for CentOSTo Reproduce
Run
./gradlew build
on Windows.The text was updated successfully, but these errors were encountered: