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: Californium java8 #5

See <https://hudson.eclipse.org/californium/job/Californium%20java8/5/changes>

Changes:

[Javimka] Added test to verify that an endpoint properly empties HashMaps in

[Javimka] Fixed a bug where the length of the payload was miscalculated

[Javimka] Added possible response codes for requests to the documentation.

[Javimka] Endpoint now also acknowledges responses if the are a duplicate.

[Javimka] Fixed the expectations the test has from the program. The program was

[Javimka] Matcher no longer remembers piggy-backed responses, and therefore there

[Javimka] The BlockwiseLayer now keeps the same token for all blocks of an

[Javimka] Changed level of log statement from severe to fine.

[Javimka] The Matcher of a server is now able to proberly remove NON notifications

[Javimka] Converted test case for memory leaking hashmaps into a proper JUnit

[Javimka] The server now cancels an observe relation if a request has the observe

[Javimka] Fixed a bug where a CoapObserveRelation object did not remember over

[Javimka] Extended a test and fixed a bug where the server-side matcher did not

[Martin Lanter] Dealt with issue #7 (Block2 random access bypass for GET). Users can now

[Matthias Kovatsch] Corrected de-register Observe option to 1.

[Matthias Kovatsch] Fixed Observe check 4 (CO04).

[Matthias Kovatsch] Minor style fixes.

[Matthias Kovatsch] Fixed duplicate observe relations.

------------------------------------------
Started by an SCM change
Checkout:workspace / <https://hudson.eclipse.org/californium/job/Californium%20java8/ws/> - hudson.remoting.LocalChannel@3d05581b
Using strategy: Default
Last Built Revision: Revision 39b93fbab42cd0bc67979c9270b78abd5dd502d6 (origin/master)
Checkout:workspace / <https://hudson.eclipse.org/californium/job/Californium%20java8/ws/> - hudson.remoting.LocalChannel@3d05581b
Fetching changes from the remote Git repository
Fetching upstream changes from https://github.com/eclipse/californium.git
Commencing build of Revision 01d72d09852c87cf8b8310cbb1848b56cfdd1dc3 (origin/master)
Checking out Revision 01d72d09852c87cf8b8310cbb1848b56cfdd1dc3 (origin/master)
[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.2.1
[workspace] $ /shared/common/apache-maven-latest/bin/mvn clean install -U -V -B -Dmaven.ext.class.path=/home/hudson/genie.iot.californium/.hudson/maven/slavebundle/resources:/home/hudson/genie.iot.californium/.hudson/maven/slavebundle/lib/maven3-eventspy-3.1.jar:/home/hudson/genie.iot.californium/.hudson/war/webapp/WEB-INF/lib/hudson-remoting-3.0.0.jar -Dhudson.eventspy.port=53427 -f pom.xml
[DEBUG] Waiting for connection on port: 53427
Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9; 2014-02-14T12:37:52-05:00)
Maven home: /shared/common/apache-maven-latest
Java version: 1.8.0, vendor: Oracle Corporation
Java home: /opt/public/common/jdk1.8.0_x64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.0.101-0.35-default", arch: "amd64", family: "unix"
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/home/hudson/genie.iot.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
[INFO] o.h.m.e.h.SettingsBuildingRequestHandler - Using settings document ID: e23a0b6a-ab36-4ea3-8d97-c6ce7ba3db90
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.californium:californium-core:jar:1.0.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 29, column 18
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Californium (Cf) Root
[INFO] Californium (Cf) Core
[INFO] Californium (Cf) Proxy
[INFO] Californium (Cf) OSGi Bundle
[INFO] Cf-PlugtestClient
[INFO] Cf-PlugtestChecker
[INFO] Cf-PlugtestServer
[INFO] Cf-HelloWorldClient
[INFO] Cf-HelloWorldServer
[INFO] Cf-SecureServer
[INFO] Cf-ExampleCrossProxy
[INFO] Cf Benchmark Server
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Californium (Cf) Root 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: https://repo.eclipse.org/content/repositories/californium/org/eclipse/californium/element-connector/1.0-SNAPSHOT/maven-metadata.xml
Downloaded: https://repo.eclipse.org/content/repositories/californium/org/eclipse/californium/element-connector/1.0-SNAPSHOT/maven-metadata.xml (784 B at 1.9 KB/sec)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ root ---
[INFO] Deleting /jobs/genie.iot.californium/Californium java8/workspace/target
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ root ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /jobs/genie.iot.californium/Californium java8/workspace/target/root-1.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) @ root >>>
[INFO] 
[INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) @ root <<<
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ root ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ root ---
[INFO] Installing /jobs/genie.iot.californium/Californium java8/workspace/pom.xml to /opt/public/hipp/homes/genie.iot.californium/.m2/repository/org/eclipse/californium/root/1.0.0-SNAPSHOT/root-1.0.0-SNAPSHOT.pom
[INFO] Installing /jobs/genie.iot.californium/Californium java8/workspace/target/root-1.0.0-SNAPSHOT-tests.jar to /opt/public/hipp/homes/genie.iot.californium/.m2/repository/org/eclipse/californium/root/1.0.0-SNAPSHOT/root-1.0.0-SNAPSHOT-tests.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Californium (Cf) Core 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ californium-core ---
[INFO] Deleting /jobs/genie.iot.californium/Californium java8/workspace/californium-core/target
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ californium-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.iot.californium/Californium java8/workspace/californium-core/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ californium-core ---
[INFO] Compiling 70 source files to /jobs/genie.iot.californium/Californium java8/workspace/californium-core/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ californium-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.iot.californium/Californium java8/workspace/californium-core/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ californium-core ---
[INFO] Compiling 25 source files to /jobs/genie.iot.californium/Californium java8/workspace/californium-core/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ californium-core ---
[INFO] Surefire report directory: /jobs/genie.iot.californium/Californium java8/workspace/californium-core/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Error: Could not find or load main class java8.workspace.californium-core.target.test-classes.Californium-logging.properties

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Californium (Cf) Root ............................. SUCCESS [  1.529 s]
[INFO] Californium (Cf) Core ............................. FAILURE [  4.313 s]
[INFO] Californium (Cf) Proxy ............................ SKIPPED
[INFO] Californium (Cf) OSGi Bundle ...................... SKIPPED
[INFO] Cf-PlugtestClient ................................. SKIPPED
[INFO] Cf-PlugtestChecker ................................ SKIPPED
[INFO] Cf-PlugtestServer ................................. SKIPPED
[INFO] Cf-HelloWorldClient ............................... SKIPPED
[INFO] Cf-HelloWorldServer ............................... SKIPPED
[INFO] Cf-SecureServer ................................... SKIPPED
[INFO] Cf-ExampleCrossProxy .............................. SKIPPED
[INFO] Cf Benchmark Server ............................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.981 s
[INFO] Finished at: 2014-10-04T19:16:57-05:00
[INFO] Final Memory: 27M/101M
[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-surefire-plugin:2.12.4:test (default-test) on project californium-core: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test failed: The forked VM terminated without saying properly goodbye. VM crash or System.exit called ?
[DEBUG] Closing connection to remote
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project californium-core: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test failed: The forked VM terminated without saying properly goodbye. VM crash or System.exit called ? -> [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/PluginExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :californium-core
[DEBUG] Waiting for process to finish
[DEBUG] Result: 1

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


Back to the top