You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Steve Rowe (JIRA)" <ji...@apache.org> on 2016/02/08 14:13:39 UTC

[jira] [Commented] (INFRA-11113) Errors deploying Maven artifacts from Lucene Jenkins jobs to the Nexus snapshot repository

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

Steve Rowe commented on INFRA-11113:
------------------------------------

Yesterday on my laptop I ran the same target that Jenkins runs to build and deploy Maven artifacts: "ant jenkins-maven-nightly", on the "branch_5x" branch.  It finished deploying all of the Maven artifacts to Nexus (using my credentials instead of Jenkins's).

So maybe there is something wrong with the lucene slave?  Or the network between it and the Nexus machine?

Would someone please reboot the lucene slave, to see if that helps?


> Errors deploying Maven artifacts from Lucene Jenkins jobs to the Nexus snapshot repository
> ------------------------------------------------------------------------------------------
>
>                 Key: INFRA-11113
>                 URL: https://issues.apache.org/jira/browse/INFRA-11113
>             Project: Infrastructure
>          Issue Type: Bug
>          Components: Jenkins, Nexus
>            Reporter: Steve Rowe
>         Attachments: jenkins-maven-nightly.output.1.txt, jenkins-maven-nightly.output.2.txt, jenkins-maven-nightly.output.3.txt, jenkins-maven-nightly.output.4.txt, jenkins-maven-nightly.output.5.txt, jenkins-maven-nightly.output.6.txt, jenkins-maven-nightly.output.7.txt
>
>
> The Lucene project has been having trouble deploying Maven artifact snapshots to ASF Nexus from Jenkins jobs since about January 13th.
> Jenkins jobs use Lucene's Ant build to generate Maven artifacts for each of about 40 sub-modules, then deploy them to the Nexus snapshot repo, one session per module, using Maven Ant Tasks's artifact:deploy task.
> Sometimes some artifacts successfully deploy, but none of the 4 nightly Jenkins jobs (one per dev branch) has fully succeeded in the last 10 days.
> Mostly the reported errors are connection timeouts, but we're getting a couple of other errors: in one case, a 401 return code; and in several cases, "SSL peer shut down incorrectly".
> Previously, we would see occasional failures (like once a month per job or something), but this is radically different: no success in 10 days.
> Here's an example for each of the different errors:
> ----- 
> https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1662/consoleText
> -----
> [artifact:deploy] [INFO] Retrieving previous build number from apache.snapshots.https
> [artifact:deploy] An error has occurred while processing the Maven artifact tasks.
> [artifact:deploy]  Diagnosis:
> [artifact:deploy] 
> [artifact:deploy] Error deploying artifact 'org.apache.lucene:lucene-solr-grandparent:pom': Error retrieving previous build number for artifact 'org.apache.lucene:lucene-solr-grandparent:pom': repository metadata for: 'snapshot org.apache.lucene:lucene-solr-grandparent:6.0.0-SNAPSHOT' could not be retrieved from repository: apache.snapshots.https due to an error: Error transferring file: Remote host closed connection during handshake
> [artifact:deploy] SSL peer shut down incorrectly
> ----- 
> https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1661/consoleText
> -----
> [artifact:deploy] Uploading: org/apache/lucene/lucene-test-framework/6.0.0-SNAPSHOT/lucene-test-framework-6.0.0-20160120.053514-434.jar to repository apache.snapshots.https at https://repository.apache.org/content/repositories/snapshots
> [artifact:deploy] Transferring 6373K from apache.snapshots.https
> [artifact:deploy] Uploaded 6373K
> [artifact:deploy] [INFO] Retrieving previous metadata from apache.snapshots.https
> [artifact:deploy] [INFO] Uploading repository metadata for: 'snapshot org.apache.lucene:lucene-test-framework:6.0.0-SNAPSHOT'
> [artifact:deploy] [INFO] Retrieving previous metadata from apache.snapshots.https
> [artifact:deploy] [INFO] Uploading repository metadata for: 'artifact org.apache.lucene:lucene-test-framework'
> [artifact:deploy] [INFO] Uploading project information for lucene-test-framework 6.0.0-20160120.053514-434
> [artifact:deploy] [INFO] Retrieving previous build number from apache.snapshots.https
> [artifact:deploy] An error has occurred while processing the Maven artifact tasks.
> [artifact:deploy]  Diagnosis:
> [artifact:deploy] 
> [artifact:deploy] Error deploying artifact 'org.apache.lucene:lucene-test-framework:jar': Error retrieving previous build number for artifact 'org.apache.lucene:lucene-test-framework:jar:sources': repository metadata for: 'snapshot org.apache.lucene:lucene-test-framework:6.0.0-SNAPSHOT' could not be retrieved from repository: apache.snapshots.https due to an error: Error transferring file: Connection timed out
> -----
> https://builds.apache.org/job/Lucene-Solr-Maven-5.x/1158/consoleText
> -----
> [artifact:deploy] Uploading: org/apache/lucene/lucene-parent/5.5.0-SNAPSHOT/lucene-parent-5.5.0-20160113.082837-43.pom to repository apache.snapshots.https at https://repository.apache.org/content/repositories/snapshots
> [artifact:deploy] Transferring 5K from apache.snapshots.https
> [artifact:deploy] An error has occurred while processing the Maven artifact tasks.
> [artifact:deploy]  Diagnosis:
> [artifact:deploy] 
> [artifact:deploy] Error deploying artifact 'org.apache.lucene:lucene-parent:pom': Error deploying artifact: Failed to transfer file: https://repository.apache.org/content/repositories/snapshots/org/apache/lucene/lucene-parent/5.5.0-SNAPSHOT/lucene-parent-5.5.0-20160113.082837-43.pom. Return code is: 401
>  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)