[ 
https://issues.apache.org/jira/browse/ARROW-11633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318591#comment-17318591
 ] 

Weston Pace commented on ARROW-11633:
-------------------------------------

It appears to be random what artifact it fails to download.  Some searching led 
to a number of discussions:

[https://github.com/apache/pulsar/issues/6231]

https://issues.apache.org/jira/browse/WAGON-545

[https://developercommunity.visualstudio.com/t/maven-project-build-failing-with-connection-reset/357696]

 

>From what I can glean from the logs the following should help:
 * Upgrade maven to 3.6.3, this will grab a more recent version of wagon-http 
which is smarter about how it manages keepalives / timeouts on CI systems 
(which often auto-close idle connections)
 * Add -Dmaven.wagon.httpconnectionManager.ttlSeconds=240 (or add to 
MAVEN_OPTS) to builds if we want to use Azure pipelines (Azure is extra strict 
about idle connections so the default of 300 seconds is too large)

 

I will try and add these changes on Monday if no one else wants to work on this.

> [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
>          Time Spent: 1h 50m
>  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)

Reply via email to