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][Java] Nightly job to build docs fails due to missing arrow-c-data pom on snapshots repository #39468

Closed
raulcd opened this issue Jan 5, 2024 · 6 comments · Fixed by #39471

Comments

@raulcd
Copy link
Member

raulcd commented Jan 5, 2024

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

The nightly job to build docs:

Is currently failing due to a missing pom:

 Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Failure to find org.apache.arrow:arrow-c-data:pom:15.0.0-SNAPSHOT in https://repository.apache.org/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of apache.snapshots has elapsed or updates are forced

This is indeed missing from:
https://repository.apache.org/content/groups/snapshots/org/apache/arrow/

I am unsure if this is new or was removed as the java-jars job failed for a long time.

Component(s)

Continuous Integration, Java

@raulcd
Copy link
Member Author

raulcd commented Jan 5, 2024

cc some people that might know @jduo @lidavidm @jbonofre

@lidavidm
Copy link
Member

lidavidm commented Jan 5, 2024

Hmm, but a local build shouldn't need to find it in the remote repo.

Also, that's a warning. This is the actual reported error:

Error:  Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.3:site (default-site) on project arrow-maven-plugins: Execution default-site of goal org.apache.maven.plugins:maven-site-plugin:3.3:site failed: A required class was missing while executing org.apache.maven.plugins:maven-site-plugin:3.3:site: org/apache/maven/doxia/siterenderer/DocumentContent

@lidavidm
Copy link
Member

lidavidm commented Jan 5, 2024

@raulcd
Copy link
Member Author

raulcd commented Jan 5, 2024

Also, that's a warning. This is the actual reported error:

Oops, I am looking at too many logs :)

@lidavidm
Copy link
Member

lidavidm commented Jan 5, 2024

#39471 appears to fix it.

@jbonofre
Copy link
Member

jbonofre commented Jan 5, 2024

The error seems to be related to maven-site-plugin and related (doxia, ...), not really the SNAPSHOT.

lidavidm added a commit that referenced this issue Jan 5, 2024
### Rationale for this change

Pin plugins we use for docs build.

### Are there any user-facing changes?

No.
* Closes: #39468

Authored-by: David Li <li.davidm96@gmail.com>
Signed-off-by: David Li <li.davidm96@gmail.com>
clayburn pushed a commit to clayburn/arrow that referenced this issue Jan 23, 2024
### Rationale for this change

Pin plugins we use for docs build.

### Are there any user-facing changes?

No.
* Closes: apache#39468

Authored-by: David Li <li.davidm96@gmail.com>
Signed-off-by: David Li <li.davidm96@gmail.com>
dgreiss pushed a commit to dgreiss/arrow that referenced this issue Feb 19, 2024
### Rationale for this change

Pin plugins we use for docs build.

### Are there any user-facing changes?

No.
* Closes: apache#39468

Authored-by: David Li <li.davidm96@gmail.com>
Signed-off-by: David Li <li.davidm96@gmail.com>
zanmato1984 pushed a commit to zanmato1984/arrow that referenced this issue Feb 28, 2024
### Rationale for this change

Pin plugins we use for docs build.

### Are there any user-facing changes?

No.
* Closes: apache#39468

Authored-by: David Li <li.davidm96@gmail.com>
Signed-off-by: David Li <li.davidm96@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants