Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI][Python] test-conda-python-3.10-substrait build failing #43045

Closed
jorisvandenbossche opened this issue Jun 25, 2024 · 1 comment
Closed

Comments

@jorisvandenbossche
Copy link
Member

Failing nightly build: test-conda-python-3.10-substrait

Something in the install_substrait_consumer.sh script goes wrong:

 #10 80.86 FAILURE: Build failed with an exception.
#10 80.86 
#10 80.86 * What went wrong:
#10 80.86 Execution failed for task ':core:compileJava'.
#10 80.86 > Error while evaluating property 'javaCompiler' of task ':core:compileJava'.
#10 80.86    > Failed to calculate the value of task ':core:compileJava' property 'javaCompiler'.
#10 80.86       > Cannot find a Java installation on your machine matching this tasks requirements: {languageVersion=17, vendor=any, implementation=vendor-specific} for LINUX on x86_64.
#10 80.86          > No locally installed toolchains match and toolchain download repositories have not been configured.
@jorisvandenbossche jorisvandenbossche added this to the 17.0.0 milestone Jun 25, 2024
danepitkin added a commit that referenced this issue Jun 26, 2024
…#43051)

### Rationale for this change

Substrait builds and releases using JDK 17.

In the Substrait repo, Gradle was updated from 7.4.2 -> 8.8. substrait-io/substrait-java@77e79ad

Gradle 8.8 can not be used with openjdk 22 yet, which is the latest version downloaded from condaforge. My testing showed that openjdk 21 also fails with the same error.

### What changes are included in this PR?

* Pin openjdk=17

### Are these changes tested?

Testing via crossbow

### Are there any user-facing changes?

No
* GitHub Issue: #43045

Authored-by: Dane Pitkin <dpitkin@apache.org>
Signed-off-by: Dane Pitkin <dpitkin@apache.org>
@danepitkin
Copy link
Member

Issue resolved by pull request 43051
#43051

zanmato1984 pushed a commit to zanmato1984/arrow that referenced this issue Jul 9, 2024
…ration (apache#43051)

### Rationale for this change

Substrait builds and releases using JDK 17.

In the Substrait repo, Gradle was updated from 7.4.2 -> 8.8. substrait-io/substrait-java@77e79ad

Gradle 8.8 can not be used with openjdk 22 yet, which is the latest version downloaded from condaforge. My testing showed that openjdk 21 also fails with the same error.

### What changes are included in this PR?

* Pin openjdk=17

### Are these changes tested?

Testing via crossbow

### Are there any user-facing changes?

No
* GitHub Issue: apache#43045

Authored-by: Dane Pitkin <dpitkin@apache.org>
Signed-off-by: Dane Pitkin <dpitkin@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants