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] Documentation job fails due to missing java folder #44998

Closed
raulcd opened this issue Dec 11, 2024 · 3 comments
Closed

[CI] Documentation job fails due to missing java folder #44998

raulcd opened this issue Dec 11, 2024 · 3 comments

Comments

@raulcd
Copy link
Member

raulcd commented Dec 11, 2024

Describe the bug, including details regarding any error messages, version, and platform.

The AMD64 Debian 12 Complete Documentation job fails with:

 + rm -rf /build/java
+ cp -aL /arrow/java /build/
cp: cannot stat '/arrow/java': No such file or directory
Error: `docker compose --file=/home/runner/work/arrow/arrow/docker-compose.yml run --rm debian-docs` exited with a non-zero exit code 1, see the process log above.

See example: https://github.com/apache/arrow/actions/runs/12273365665/job/34243998087

Component(s)

Continuous Integration

@raulcd
Copy link
Member Author

raulcd commented Dec 11, 2024

Do we want to continue building java docs on this repo? We probably should move the Java reference (javadoc) to be generated on the arrow-java repository:

if [ "${BUILD_DOCS_JAVA}" == "ON" ]; then
  # HTTP pooling is turned of to avoid download issues https://issues.apache.org/jira/browse/ARROW-11633
  # GH-43378: Maven site plugins not compatible with multithreading
  mkdir -p ${build_dir}/docs/java/reference
  ${mvn} -Dcheckstyle.skip=true -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false clean install site
  rsync -a target/site/apidocs/ ${build_dir}/docs/java/reference
fi

@lidavidm @kou what are your thoughts about this?

@lidavidm
Copy link
Member

#44843

@raulcd
Copy link
Member Author

raulcd commented Dec 11, 2024

Thanks, I'll close it as a duplicate but I'll add there that the current jobs are failing.

@raulcd raulcd closed this as not planned Won't fix, can't repro, duplicate, stale Dec 11, 2024
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