[
https://issues.apache.org/jira/browse/ARROW-11633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Krisztian Szucs resolved ARROW-11633.
-------------------------------------
Fix Version/s: 5.0.0
Resolution: Fixed
Issue resolved by pull request 10163
[https://github.com/apache/arrow/pull/10163]
> [CI] [Documentation] Maven default skin not found
> -------------------------------------------------
>
> Key: ARROW-11633
> URL: https://issues.apache.org/jira/browse/ARROW-11633
> Project: Apache Arrow
> Issue Type: Bug
> Components: CI, Continuous Integration, Documentation
> Reporter: Jonathan Keane
> Priority: Major
> Labels: pull-request-available
> Fix For: 5.0.0
>
> Time Spent: 3.5h
> Remaining Estimate: 0h
>
> The docs nightly build has been failing for a few days with:
> {code}
> 2021-02-15T07:26:05.8699084Z [INFO] Arrow Algorithms
> ................................... SUCCESS [ 15.498 s]
> 2021-02-15T07:26:05.8700080Z [INFO] Arrow Performance Benchmarks
> 4.0.0-SNAPSHOT ........ FAILURE [15:45 min]
> 2021-02-15T07:26:05.8700992Z [INFO]
> ------------------------------------------------------------------------
> 2021-02-15T07:26:05.8701554Z [INFO] BUILD FAILURE
> 2021-02-15T07:26:05.8702879Z [INFO]
> ------------------------------------------------------------------------
> 2021-02-15T07:26:05.8703563Z [INFO] Total time: 29:46 min (Wall Clock)
> 2021-02-15T07:26:05.8704366Z [INFO] Finished at: 2021-02-15T07:26:05Z
> 2021-02-15T07:26:05.8705209Z [INFO]
> ------------------------------------------------------------------------
> 2021-02-15T07:26:05.8707032Z [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-site-plugin:3.3:site (default-site) on project
> arrow-performance: SiteToolException: ArtifactResolutionException: Unable to
> find skin: Could not transfer artifact
> org.apache.maven.skins:maven-default-skin:jar:1.0 from/to central
> (https://repo.maven.apache.org/maven2): Connection timed out (Read failed)
> 2021-02-15T07:26:05.8708593Z [ERROR]
> org.apache.maven.skins:maven-default-skin:jar:1.0
> 2021-02-15T07:26:05.8709136Z [ERROR]
> 2021-02-15T07:26:05.8709618Z [ERROR] from the specified remote repositories:
> 2021-02-15T07:26:05.8710313Z [ERROR] apache.snapshots
> (https://repository.apache.org/snapshots, releases=false, snapshots=true),
> 2021-02-15T07:26:05.8711035Z [ERROR] central
> (https://repo.maven.apache.org/maven2, releases=true, snapshots=false)
> 2021-02-15T07:26:05.8711775Z [ERROR] -> [Help 1]
> 2021-02-15T07:26:05.8712234Z [ERROR]
> 2021-02-15T07:26:05.8712989Z [ERROR] To see the full stack trace of the
> errors, re-run Maven with the -e switch.
> 2021-02-15T07:26:05.8714323Z [ERROR] Re-run Maven using the -X switch to
> enable full debug logging.
> 2021-02-15T07:26:05.8714873Z [ERROR]
> 2021-02-15T07:26:05.8715478Z [ERROR] For more information about the errors
> and possible solutions, please read the following articles:
> 2021-02-15T07:26:05.8716188Z [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> 2021-02-15T07:26:05.8716717Z [ERROR]
> 2021-02-15T07:26:05.8717187Z [ERROR] After correcting the problems, you can
> resume the build with the command
> 2021-02-15T07:26:05.8717946Z [ERROR] mvn <goals> -rf :arrow-performance
> 2021-02-15T07:26:07.0376588Z 1
> 2021-02-15T07:26:07.1031165Z Error: `docker-compose --file
> /home/vsts/work/1/s/arrow/docker-compose.yml run --rm -e
> SETUPTOOLS_SCM_PRETEND_VERSION=3.1.0.dev183 ubuntu-docs` exited with a
> non-zero exit code 1, see the process log above.
> {code}
> And, indeed the 1.0 version of maven-default-skin is not at
> https://repository.apache.org/content/groups/snapshots/org/apache/maven/skins/maven-default-skin/
> (though it does appear to be
> https://repo.maven.apache.org/maven2/org/apache/maven/skins/maven-default-skin/)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)