You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/07/06 10:15:16 UTC

Build failed in Jenkins: olingo-odata4 #1087

See <https://builds.apache.org/job/olingo-odata4/1087/>

------------------------------------------
Started by user mibo
Building remotely on ubuntu3 (Ubuntu ubuntu legacy-ubuntu) in workspace <https://builds.apache.org/job/olingo-odata4/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/olingo-odata4.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/olingo-odata4.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/olingo-odata4.git +refs/heads/master:refs/remotes/origin/master
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision de64c3189b201b1604fcc7749b7f83b6a96095b9 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f de64c3189b201b1604fcc7749b7f83b6a96095b9
 > git rev-list de64c3189b201b1604fcc7749b7f83b6a96095b9 # timeout=10
[olingo-odata4] $ /home/jenkins/jenkins-slave/tools/hudson.tasks.Maven_MavenInstallation/maven-3.2.1/bin/mvn clean deploy
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Olingo-OData
[INFO] odata-lib
[INFO] odata-commons-api
[INFO] odata-commons-core
[INFO] odata-client-api
[INFO] odata-client-core
[INFO] odata-server-api
[INFO] odata-server-core
[INFO] odata-server-core-ext
[INFO] odata-server-tecsvc
[INFO] odata-server-test
[INFO] odata-ext
[INFO] odata-client-proxy
[INFO] pojogen-maven-plugin
[INFO] odata-client-android
[INFO] odata-fit
[INFO] odata-dist
[INFO] Olingo-OData-Client-for-Android
[INFO] Olingo-OData-Client-for-Java
[INFO] Olingo-OData-Server-for-Java
[INFO] Olingo-OData-JavaDoc
[INFO] odata-samples
[INFO] odata-server-sample
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Olingo-OData 4.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ odata-parent ---
[INFO] Deleting /x1/jenkins/jenkins-slave/workspace/olingo-odata4/target
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ odata-parent ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ odata-parent ---
[INFO] 56 implicit excludes (use -debug for more details).
[INFO] Exclude: **/target/**
[INFO] Exclude: **/META-INF/**
[INFO] Exclude: **/*.txt
[INFO] Exclude: **/*.ini
[INFO] Exclude: **/*.bin
[INFO] Exclude: **/MANIFEST.MF
[INFO] Exclude: .gitignore
[INFO] Exclude: .git/**
[INFO] Exclude: bin/**
[INFO] Exclude: **/*.local
[INFO] Exclude: **/*.project
[INFO] Exclude: **/*.classpath
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.batch
[INFO] Exclude: **/NOTICE
[INFO] Exclude: **/DEPENDENCIES
[INFO] Exclude: **/nb-configuration.xml
[INFO] Exclude: **/.externalToolBuilders/**
[INFO] Exclude: **/maven-eclipse.xml
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/ref/**
[INFO] Exclude: **/server-ref/**
[INFO] Exclude: **/dependency-reduced-pom.xml
[INFO] 7 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 5 licence.
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ odata-parent ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.17:integration-test (integration-test) @ odata-parent ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ odata-parent ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.17:verify (integration-test) @ odata-parent ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.12.1:check (checkstyle) @ odata-parent ---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ odata-parent ---
[INFO] Installing /x1/jenkins/jenkins-slave/workspace/olingo-odata4/pom.xml to /home/jenkins/.m2/repository/org/apache/olingo/odata-parent/4.0.0-SNAPSHOT/odata-parent-4.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ odata-parent ---
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/olingo/odata-parent/4.0.0-SNAPSHOT/maven-metadata.xml

[WARNING] Could not transfer metadata org.apache.olingo:odata-parent:4.0.0-SNAPSHOT/maven-metadata.xml from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): java.lang.RuntimeException: Could not generate DH keypair
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Olingo-OData ...................................... FAILURE [ 11.070 s]
[INFO] odata-lib ......................................... SKIPPED
[INFO] odata-commons-api ................................. SKIPPED
[INFO] odata-commons-core ................................ SKIPPED
[INFO] odata-client-api .................................. SKIPPED
[INFO] odata-client-core ................................. SKIPPED
[INFO] odata-server-api .................................. SKIPPED
[INFO] odata-server-core ................................. SKIPPED
[INFO] odata-server-core-ext ............................. SKIPPED
[INFO] odata-server-tecsvc ............................... SKIPPED
[INFO] odata-server-test ................................. SKIPPED
[INFO] odata-ext ......................................... SKIPPED
[INFO] odata-client-proxy ................................ SKIPPED
[INFO] pojogen-maven-plugin .............................. SKIPPED
[INFO] odata-client-android .............................. SKIPPED
[INFO] odata-fit ......................................... SKIPPED
[INFO] odata-dist ........................................ SKIPPED
[INFO] Olingo-OData-Client-for-Android ................... SKIPPED
[INFO] Olingo-OData-Client-for-Java ...................... SKIPPED
[INFO] Olingo-OData-Server-for-Java ...................... SKIPPED
[INFO] Olingo-OData-JavaDoc .............................. SKIPPED
[INFO] odata-samples ..................................... SKIPPED
[INFO] odata-server-sample ............................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12.778 s
[INFO] Finished at: 2015-07-06T08:15:20+00:00
[INFO] Final Memory: 18M/83M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on project odata-parent: Failed to retrieve remote metadata org.apache.olingo:odata-parent:4.0.0-SNAPSHOT/maven-metadata.xml: Could not transfer metadata org.apache.olingo:odata-parent:4.0.0-SNAPSHOT/maven-metadata.xml from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): java.lang.RuntimeException: Could not generate DH keypair: Prime size must be multiple of 64, and can only range from 512 to 1024 (inclusive) -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Invoke top-level Maven targets' marked build as failure

Jenkins build is back to normal : olingo-odata4 #1089

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/olingo-odata4/1089/>


Build failed in Jenkins: olingo-odata4 #1088

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/olingo-odata4/1088/>

------------------------------------------
Started by user mibo
Building remotely on ubuntu3 (Ubuntu ubuntu legacy-ubuntu) in workspace <https://builds.apache.org/job/olingo-odata4/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/olingo-odata4.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/olingo-odata4.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/olingo-odata4.git +refs/heads/master:refs/remotes/origin/master
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision de64c3189b201b1604fcc7749b7f83b6a96095b9 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f de64c3189b201b1604fcc7749b7f83b6a96095b9
 > git rev-list de64c3189b201b1604fcc7749b7f83b6a96095b9 # timeout=10
[olingo-odata4] $ /home/jenkins/jenkins-slave/tools/hudson.tasks.Maven_MavenInstallation/maven-3.2.1/bin/mvn clean deploy
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Olingo-OData
[INFO] odata-lib
[INFO] odata-commons-api
[INFO] odata-commons-core
[INFO] odata-client-api
[INFO] odata-client-core
[INFO] odata-server-api
[INFO] odata-server-core
[INFO] odata-server-core-ext
[INFO] odata-server-tecsvc
[INFO] odata-server-test
[INFO] odata-ext
[INFO] odata-client-proxy
[INFO] pojogen-maven-plugin
[INFO] odata-client-android
[INFO] odata-fit
[INFO] odata-dist
[INFO] Olingo-OData-Client-for-Android
[INFO] Olingo-OData-Client-for-Java
[INFO] Olingo-OData-Server-for-Java
[INFO] Olingo-OData-JavaDoc
[INFO] odata-samples
[INFO] odata-server-sample
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Olingo-OData 4.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ odata-parent ---
[INFO] Deleting /x1/jenkins/jenkins-slave/workspace/olingo-odata4/target
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ odata-parent ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ odata-parent ---
[INFO] 56 implicit excludes (use -debug for more details).
[INFO] Exclude: **/target/**
[INFO] Exclude: **/META-INF/**
[INFO] Exclude: **/*.txt
[INFO] Exclude: **/*.ini
[INFO] Exclude: **/*.bin
[INFO] Exclude: **/MANIFEST.MF
[INFO] Exclude: .gitignore
[INFO] Exclude: .git/**
[INFO] Exclude: bin/**
[INFO] Exclude: **/*.local
[INFO] Exclude: **/*.project
[INFO] Exclude: **/*.classpath
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.batch
[INFO] Exclude: **/NOTICE
[INFO] Exclude: **/DEPENDENCIES
[INFO] Exclude: **/nb-configuration.xml
[INFO] Exclude: **/.externalToolBuilders/**
[INFO] Exclude: **/maven-eclipse.xml
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/ref/**
[INFO] Exclude: **/server-ref/**
[INFO] Exclude: **/dependency-reduced-pom.xml
[INFO] 7 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 5 licence.
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ odata-parent ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.17:integration-test (integration-test) @ odata-parent ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ odata-parent ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.17:verify (integration-test) @ odata-parent ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.12.1:check (checkstyle) @ odata-parent ---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ odata-parent ---
[INFO] Installing /x1/jenkins/jenkins-slave/workspace/olingo-odata4/pom.xml to /home/jenkins/.m2/repository/org/apache/olingo/odata-parent/4.0.0-SNAPSHOT/odata-parent-4.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ odata-parent ---
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/olingo/odata-parent/4.0.0-SNAPSHOT/maven-metadata.xml

[WARNING] Could not transfer metadata org.apache.olingo:odata-parent:4.0.0-SNAPSHOT/maven-metadata.xml from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): java.lang.RuntimeException: Could not generate DH keypair
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Olingo-OData ...................................... FAILURE [  5.201 s]
[INFO] odata-lib ......................................... SKIPPED
[INFO] odata-commons-api ................................. SKIPPED
[INFO] odata-commons-core ................................ SKIPPED
[INFO] odata-client-api .................................. SKIPPED
[INFO] odata-client-core ................................. SKIPPED
[INFO] odata-server-api .................................. SKIPPED
[INFO] odata-server-core ................................. SKIPPED
[INFO] odata-server-core-ext ............................. SKIPPED
[INFO] odata-server-tecsvc ............................... SKIPPED
[INFO] odata-server-test ................................. SKIPPED
[INFO] odata-ext ......................................... SKIPPED
[INFO] odata-client-proxy ................................ SKIPPED
[INFO] pojogen-maven-plugin .............................. SKIPPED
[INFO] odata-client-android .............................. SKIPPED
[INFO] odata-fit ......................................... SKIPPED
[INFO] odata-dist ........................................ SKIPPED
[INFO] Olingo-OData-Client-for-Android ................... SKIPPED
[INFO] Olingo-OData-Client-for-Java ...................... SKIPPED
[INFO] Olingo-OData-Server-for-Java ...................... SKIPPED
[INFO] Olingo-OData-JavaDoc .............................. SKIPPED
[INFO] odata-samples ..................................... SKIPPED
[INFO] odata-server-sample ............................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.139 s
[INFO] Finished at: 2015-07-06T08:16:57+00:00
[INFO] Final Memory: 21M/256M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on project odata-parent: Failed to retrieve remote metadata org.apache.olingo:odata-parent:4.0.0-SNAPSHOT/maven-metadata.xml: Could not transfer metadata org.apache.olingo:odata-parent:4.0.0-SNAPSHOT/maven-metadata.xml from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): java.lang.RuntimeException: Could not generate DH keypair: Prime size must be multiple of 64, and can only range from 512 to 1024 (inclusive) -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Invoke top-level Maven targets' marked build as failure