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

[BUG] Java CI times out trying to solve conda env #9976

Closed
jlowe opened this issue Jan 5, 2022 · 2 comments · Fixed by #9983
Closed

[BUG] Java CI times out trying to solve conda env #9976

jlowe opened this issue Jan 5, 2022 · 2 comments · Fixed by #9983
Labels
bug Something isn't working Java Affects Java cuDF API.

Comments

@jlowe
Copy link
Member

jlowe commented Jan 5, 2022

Describe the bug
Recent Java CI builds have been failing with a solve timeout on the conda environment. This was seen in other gpuci environments and fixed by #9951, but the Java build was not updated at that time since the changes caused CMake to fail to find the JDK native headers and libraries.

Steps/Code to reproduce bug
Run gpuci on any PR and examine the Java build logs

Expected behavior
gpuci Java build should pass

@jlowe jlowe added bug Something isn't working gpuCI Needs Triage Need team to review and classify Java Affects Java cuDF API. labels Jan 5, 2022
@ajschmidt8
Copy link
Member

I've been looking into the logs here and I think I've found something that may be contributing to this issue. After looking at the logs from this commit on Bradley's PR, it seems that mamba installed an older version of some packages.

image

That's likely due to this integration PR being merged without Jeremy's corresponding cudf PR being merged yet.

I've just merged Jeremy's cudf PR. Let's see if that resolves the cudf build issues for Java. If so, we can probably try switching the line below to use mamba install again.

conda install -c ${CONDA_ARTIFACT_PATH} "$CUDF_CONDA_FILE" "$KAFKA_CONDA_FILE"

@bdice
Copy link
Contributor

bdice commented Jan 6, 2022

@ajschmidt8 Thanks so much! I'll open a PR to test that change to the Java CI.

rapids-bot bot pushed a commit that referenced this issue Jan 10, 2022
@bdice bdice removed the Needs Triage Need team to review and classify label Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Java Affects Java cuDF API.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants