minio / mint

Collection of tests to detect overall correctness of MinIO server.
Apache License 2.0
78 stars 49 forks source link

Unable to compile with master branch aws-sdk-java-v2 #378

Open harshavardhana opened 2 months ago

harshavardhana commented 2 months ago
Processing triggers for php8.1-cli (8.1.2-1ubuntu2.15) ...
Processing triggers for libapache2-mod-php8.1 (8.1.2-1ubuntu2.15) ...
Processing triggers for libgdk-pixbuf-2.0-0:amd64 (2.42.8+dfsg-1ubuntu0.2) ...
update-alternatives: using /usr/bin/python3.10 to provide /usr/bin/python (python) in auto mode
Running /mint/build/aws-sdk-go/install.sh
go: downloading github.com/aws/aws-sdk-go v1.44.257
go: downloading github.com/sirupsen/logrus v1.9.0
go: downloading golang.org/x/sys v0.5.0
go: downloading github.com/jmespath/go-jmespath v0.4.0
Running /mint/build/aws-sdk-java-v2/install.sh
Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain
Caused by: java.lang.ClassNotFoundException: org.gradle.wrapper.GradleWrapperMain
Error: error building at STEP "RUN cd /mint && /mint/release.sh": error while running runtime: exit status 1
shtripat commented 2 months ago

Locally, with latest master branch ./gradlew clean build goes through. Also followed steps from https://github.com/minio/mint/pull/375 and tests ran successfully. Could be something with CI pipeline? Will check that.