Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cf-dev] [Hudson] Build failed in Hudson: 1.0.x-nightly #6

See <https://hudson.eclipse.org/californium/job/1.0.x-nightly/6/changes>

Changes:

[Kai Hudalla] Add method to check for existence of registered observer.

[Kai Hudalla] Fix JavaDoc.

------------------------------------------
Started by an SCM change
Checkout:workspace / <https://hudson.eclipse.org/californium/job/1.0.x-nightly/ws/> - hudson.remoting.LocalChannel@4045edda
Using strategy: Default
Git Exe: /usr/local/bin/git
Last Built Revision: Revision 5c00f9637ee48b9941e4287450134b5dbf491bc4 (origin/1.0.x)
Checkout:workspace / <https://hudson.eclipse.org/californium/job/1.0.x-nightly/ws/> - hudson.remoting.LocalChannel@4045edda
Fetching changes from the remote Git repository
Fetching upstream changes from https://github.com/eclipse/californium.git
Commencing build of Revision 48bbaf218f080bd22efa232095a8ad11032b0d93 (origin/1.0.x)
Checking out Revision 48bbaf218f080bd22efa232095a8ad11032b0d93 (origin/1.0.x)
[INFO] Using Maven 3 installation: apache-maven-latest
[INFO] Checking Maven 3 installation environment
[workspace] $ /shared/common/apache-maven-latest/bin/mvn --help
[INFO] Checking Maven 3 installation version
[INFO] Detected Maven 3 installation version: 3.3.9
[workspace] $ /shared/common/apache-maven-latest/bin/mvn clean install -V -B -DcreateJavadoc=true -Dmaven.ext.class.path=/home/hudson/genie.californium/.hudson/maven/slavebundle/resources:/home/hudson/genie.californium/.hudson/maven/slavebundle/lib/maven3-eventspy-3.1.jar:/home/hudson/genie.californium/.hudson/war/webapp/WEB-INF/lib/hudson-remoting-3.0.3.jar -Dhudson.eventspy.port=49640 -f pom.xml
[DEBUG] Waiting for connection on port: 49640
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T11:41:47-05:00)
Maven home: /shared/common/apache-maven-latest
Java version: 1.7.0_80, vendor: Oracle Corporation
Java home: /opt/public/common/jdk1.7.0_80/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.12.62-60.64.8-default", arch: "amd64", family: "unix"
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/home/hudson/genie.californium/.hudson/maven/slavebundle/lib/maven3-eventspy-runtime.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/shared/common/apache-maven-latest/lib/slf4j-simple-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
[DEBUG] Connected to remote
[WARN] o.h.m.e.EventSpyProcessor - Unhandled event: org.apache.maven.toolchain.building.DefaultToolchainsBuildingRequest@21b579c9 (org.apache.maven.toolchain.building.DefaultToolchainsBuildingRequest)
[WARN] o.h.m.e.EventSpyProcessor - Unhandled event: org.apache.maven.toolchain.building.DefaultToolchainsBuildingRequest@21b579c9 (org.apache.maven.toolchain.building.DefaultToolchainsBuildingRequest)
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 19 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 19 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Californium (Cf) Parent
[INFO] element-connector
[INFO] Californium (Cf) Demo Certificates
[INFO] Scandium (Sc) Core
[INFO] Californium (Cf) Core
[INFO] Californium (Cf) Proxy
[INFO] Californium (Cf) OSGi Bundle
[INFO] Californium (Cf) Demo Applications
[INFO] Sc-DTLS-Example
[INFO] Cf-PlugtestClient
[INFO] Cf-PlugtestChecker
[INFO] Cf-PlugtestServer
[INFO] Cf-HelloWorldClient
[INFO] Cf-HelloWorldServer
[INFO] Cf-CoCoAClient
[INFO] Cf-SecureServer
[INFO] Cf-ExampleCrossProxy
[INFO] Cf-BenchmarkServer
[INFO] Cf-ObserveBenchmarkClient
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Californium (Cf) Parent 1.0.6-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ parent ---
[INFO] Deleting /jobs/genie.californium/1.0.x-nightly/workspace/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ parent ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ parent ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ parent ---
[INFO] Installing /jobs/genie.californium/1.0.x-nightly/workspace/pom.xml to /opt/public/hipp/homes/genie.californium/.m2/repository/org/eclipse/californium/parent/1.0.6-SNAPSHOT/parent-1.0.6-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Californium (Cf) Parent ............................ FAILURE [  3.805 s]
[INFO] element-connector .................................. SKIPPED
[INFO] Californium (Cf) Demo Certificates ................. SKIPPED
[INFO] Scandium (Sc) Core ................................. SKIPPED
[INFO] Californium (Cf) Core .............................. SKIPPED
[INFO] Californium (Cf) Proxy ............................. SKIPPED
[INFO] Californium (Cf) OSGi Bundle ....................... SKIPPED
[INFO] Californium (Cf) Demo Applications ................. SKIPPED
[INFO] Sc-DTLS-Example .................................... SKIPPED
[INFO] Cf-PlugtestClient .................................. SKIPPED
[INFO] Cf-PlugtestChecker ................................. SKIPPED
[INFO] Cf-PlugtestServer .................................. SKIPPED
[INFO] Cf-HelloWorldClient ................................ SKIPPED
[INFO] Cf-HelloWorldServer ................................ SKIPPED
[INFO] Cf-CoCoAClient ..................................... SKIPPED
[INFO] Cf-SecureServer .................................... SKIPPED
[INFO] Cf-ExampleCrossProxy ............................... SKIPPED
[INFO] Cf-BenchmarkServer ................................. SKIPPED
[INFO] Cf-ObserveBenchmarkClient .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11.550 s
[INFO] Finished at: 2017-03-23T02:06:02-04:00
[INFO] Final Memory: 47M/1934M
[INFO] ------------------------------------------------------------------------
[INFO] o.h.m.e.h.MavenExecutionResultHandler - Build failed with exception(s)
[INFO] o.h.m.e.h.MavenExecutionResultHandler - [1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install (default-install) on project parent: Failed to install metadata org.eclipse.californium:parent/maven-metadata.xml: Could not read metadata /opt/public/hipp/homes/genie.californium/.m2/repository/org/eclipse/californium/parent/maven-metadata-local.xml: input contained no data
[DEBUG] Closing connection to remote
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install (default-install) on project parent: Failed to install metadata org.eclipse.californium:parent/maven-metadata.xml: Could not read metadata /opt/public/hipp/homes/genie.californium/.m2/repository/org/eclipse/californium/parent/maven-metadata-local.xml: input contained no data -> [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
[DEBUG] Waiting for process to finish
[DEBUG] Result: 1
Recording test results

--
This message is automatically generated by Hudson. 
For more information on Hudson, see: http://hudson-ci.org/


Back to the top