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 #8

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

Changes:

[Kai Hudalla] [#140] Set options from URI according to RFC 7252.

[Kai Hudalla] [#225] Use algorithm layed out by CoAP spec for deriving URI.

------------------------------------------
[...truncated 981 lines...]
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.eclipse.californium.core.test.lockstep.LockstepEndpoint$MessageExpectation$7.check(LockstepEndpoint.java:253)
	at org.eclipse.californium.core.test.lockstep.LockstepEndpoint$MessageExpectation$7.check(LockstepEndpoint.java:249)
	at org.eclipse.californium.core.test.lockstep.LockstepEndpoint$MessageExpectation.check(LockstepEndpoint.java:310)
	at org.eclipse.californium.core.test.lockstep.LockstepEndpoint$RequestExpectation.check(LockstepEndpoint.java:395)
	at org.eclipse.californium.core.test.lockstep.LockstepEndpoint$RequestExpectation.go(LockstepEndpoint.java:410)
	at org.eclipse.californium.core.test.lockstep.BlockwiseClientSideTest.testGETLateNegotionAndLostACK(BlockwiseClientSideTest.java:280)

Running org.eclipse.californium.core.test.SmallServerClientTest

Start SmallServerClientTest
 1 INFO [CoapServer]: Starting server - (org.eclipse.californium.core.CoapServer.java:180) start() in thread main at (2017-03-29 02:06:55)
 1 INFO [CoapEndpoint]: Starting endpoint at localhost/127.0.0.1:0 - (org.eclipse.californium.core.network.CoapEndpoint.java:192) start() in thread main at (2017-03-29 02:06:55)
client sent request
server received request
client received response
End SmallServerClientTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.498 sec - in org.eclipse.californium.core.test.SmallServerClientTest
Running org.eclipse.californium.core.test.MessageTypeTest

Start MessageTypeTest
 1 INFO [CoapServer]: Starting server - (org.eclipse.californium.core.CoapServer.java:180) start() in thread main at (2017-03-29 02:06:55)
 1 INFO [CoapEndpoint]: Starting endpoint at localhost/127.0.0.1:0 - (org.eclipse.californium.core.network.CoapEndpoint.java:192) start() in thread main at (2017-03-29 02:06:55)
 1 WARNING [Request]: update your code to supply an RFC 7252 compliant URI including a valid scheme - (org.eclipse.californium.core.coap.Request.java:126) setURI() in thread main at (2017-03-29 02:06:55)
gotit
 1 INFO [CoapServer]: Destroy server - (org.eclipse.californium.core.CoapServer.java:220) destroy() in thread main at (2017-03-29 02:06:55)
 1 INFO [CoapEndpoint]: Destroying endpoint at address /127.0.0.1:44470 - (org.eclipse.californium.core.network.CoapEndpoint.java:222) destroy() in thread main at (2017-03-29 02:06:55)
 1 INFO [CoapEndpoint]: Stopping endpoint at address /127.0.0.1:44470 - (org.eclipse.californium.core.network.CoapEndpoint.java:311) stop() in thread main at (2017-03-29 02:06:55)
End MessageTypeTest

Start MessageTypeTest
 1 INFO [CoapServer]: Starting server - (org.eclipse.californium.core.CoapServer.java:180) start() in thread main at (2017-03-29 02:06:55)
 1 INFO [CoapEndpoint]: Starting endpoint at localhost/127.0.0.1:0 - (org.eclipse.californium.core.network.CoapEndpoint.java:192) start() in thread main at (2017-03-29 02:06:55)
 1 WARNING [Request]: update your code to supply an RFC 7252 compliant URI including a valid scheme - (org.eclipse.californium.core.coap.Request.java:98) setURI() in thread main at (2017-03-29 02:06:55)
gotit
 1 INFO [CoapServer]: Destroy server - (org.eclipse.californium.core.CoapServer.java:220) destroy() in thread main at (2017-03-29 02:06:55)
 1 INFO [CoapEndpoint]: Destroying endpoint at address /127.0.0.1:38084 - (org.eclipse.californium.core.network.CoapEndpoint.java:222) destroy() in thread main at (2017-03-29 02:06:55)
 1 INFO [CoapEndpoint]: Stopping endpoint at address /127.0.0.1:38084 - (org.eclipse.californium.core.network.CoapEndpoint.java:311) stop() in thread main at (2017-03-29 02:06:55)
End MessageTypeTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.eclipse.californium.core.test.MessageTypeTest
Running org.eclipse.californium.core.test.StartStopTest

Start StartStopTest
Socket port: 60086
Start server 1
 1 INFO [CoapServer]: Starting server - (org.eclipse.californium.core.CoapServer.java:180) start() in thread main at (2017-03-29 02:06:56)
 1 INFO [CoapEndpoint]: Starting endpoint at 0.0.0.0/0.0.0.0:60086 - (org.eclipse.californium.core.network.CoapEndpoint.java:192) start() in thread main at (2017-03-29 02:06:56)

 1 WARNING [Request]: update your code to supply an RFC 7252 compliant URI including a valid scheme - (org.eclipse.californium.core.coap.Request.java:124) setURI() in thread main at (2017-03-29 02:06:56)
Stop server 1 and start server 2
 1 INFO [CoapServer]: Stopping server - (org.eclipse.californium.core.CoapServer.java:210) stop() in thread main at (2017-03-29 02:06:56)
 1 INFO [CoapEndpoint]: Stopping endpoint at address 0.0.0.0/0.0.0.0:60086 - (org.eclipse.californium.core.network.CoapEndpoint.java:212) stop() in thread main at (2017-03-29 02:06:56)
 1 INFO [CoapServer]: Starting server - (org.eclipse.californium.core.CoapServer.java:180) start() in thread main at (2017-03-29 02:06:56)
 1 INFO [CoapEndpoint]: Starting endpoint at 0.0.0.0/0.0.0.0:60086 - (org.eclipse.californium.core.network.CoapEndpoint.java:192) start() in thread main at (2017-03-29 02:06:56)

 1 WARNING [Request]: update your code to supply an RFC 7252 compliant URI including a valid scheme - (org.eclipse.californium.core.coap.Request.java:124) setURI() in thread main at (2017-03-29 02:06:56)
Stop server 2 and start server 1
 1 INFO [CoapServer]: Stopping server - (org.eclipse.californium.core.CoapServer.java:210) stop() in thread main at (2017-03-29 02:06:56)
 1 INFO [CoapEndpoint]: Stopping endpoint at address 0.0.0.0/0.0.0.0:60086 - (org.eclipse.californium.core.network.CoapEndpoint.java:212) stop() in thread main at (2017-03-29 02:06:56)
 1 INFO [CoapServer]: Starting server - (org.eclipse.californium.core.CoapServer.java:180) start() in thread main at (2017-03-29 02:06:56)
 1 INFO [CoapEndpoint]: Starting endpoint at 0.0.0.0/0.0.0.0:60086 - (org.eclipse.californium.core.network.CoapEndpoint.java:192) start() in thread main at (2017-03-29 02:06:56)

 1 WARNING [Request]: update your code to supply an RFC 7252 compliant URI including a valid scheme - (org.eclipse.californium.core.coap.Request.java:124) setURI() in thread main at (2017-03-29 02:06:56)
Stop server 1 and start server 2
 1 INFO [CoapServer]: Stopping server - (org.eclipse.californium.core.CoapServer.java:210) stop() in thread main at (2017-03-29 02:06:56)
 1 INFO [CoapEndpoint]: Stopping endpoint at address 0.0.0.0/0.0.0.0:60086 - (org.eclipse.californium.core.network.CoapEndpoint.java:212) stop() in thread main at (2017-03-29 02:06:56)
 1 INFO [CoapServer]: Starting server - (org.eclipse.californium.core.CoapServer.java:180) start() in thread main at (2017-03-29 02:06:56)
 1 INFO [CoapEndpoint]: Starting endpoint at 0.0.0.0/0.0.0.0:60086 - (org.eclipse.californium.core.network.CoapEndpoint.java:192) start() in thread main at (2017-03-29 02:06:56)

 1 WARNING [Request]: update your code to supply an RFC 7252 compliant URI including a valid scheme - (org.eclipse.californium.core.coap.Request.java:124) setURI() in thread main at (2017-03-29 02:06:56)
Stop server 2 and start server 1
 1 INFO [CoapServer]: Stopping server - (org.eclipse.californium.core.CoapServer.java:210) stop() in thread main at (2017-03-29 02:06:56)
 1 INFO [CoapEndpoint]: Stopping endpoint at address 0.0.0.0/0.0.0.0:60086 - (org.eclipse.californium.core.network.CoapEndpoint.java:212) stop() in thread main at (2017-03-29 02:06:56)
 1 INFO [CoapServer]: Starting server - (org.eclipse.californium.core.CoapServer.java:180) start() in thread main at (2017-03-29 02:06:57)
 1 INFO [CoapEndpoint]: Starting endpoint at 0.0.0.0/0.0.0.0:60086 - (org.eclipse.californium.core.network.CoapEndpoint.java:192) start() in thread main at (2017-03-29 02:06:57)

 1 WARNING [Request]: update your code to supply an RFC 7252 compliant URI including a valid scheme - (org.eclipse.californium.core.coap.Request.java:124) setURI() in thread main at (2017-03-29 02:06:57)
Stop server 1 and start server 2
 1 INFO [CoapServer]: Stopping server - (org.eclipse.californium.core.CoapServer.java:210) stop() in thread main at (2017-03-29 02:06:57)
 1 INFO [CoapEndpoint]: Stopping endpoint at address 0.0.0.0/0.0.0.0:60086 - (org.eclipse.californium.core.network.CoapEndpoint.java:212) stop() in thread main at (2017-03-29 02:06:57)
 1 INFO [CoapServer]: Starting server - (org.eclipse.californium.core.CoapServer.java:180) start() in thread main at (2017-03-29 02:06:57)
 1 INFO [CoapEndpoint]: Starting endpoint at 0.0.0.0/0.0.0.0:60086 - (org.eclipse.californium.core.network.CoapEndpoint.java:192) start() in thread main at (2017-03-29 02:06:57)

 1 WARNING [Request]: update your code to supply an RFC 7252 compliant URI including a valid scheme - (org.eclipse.californium.core.coap.Request.java:124) setURI() in thread main at (2017-03-29 02:06:57)
Stop server 2 and start server 1
 1 INFO [CoapServer]: Stopping server - (org.eclipse.californium.core.CoapServer.java:210) stop() in thread main at (2017-03-29 02:06:57)
 1 INFO [CoapEndpoint]: Stopping endpoint at address 0.0.0.0/0.0.0.0:60086 - (org.eclipse.californium.core.network.CoapEndpoint.java:212) stop() in thread main at (2017-03-29 02:06:57)
 1 INFO [CoapServer]: Starting server - (org.eclipse.californium.core.CoapServer.java:180) start() in thread main at (2017-03-29 02:06:57)
 1 INFO [CoapEndpoint]: Starting endpoint at 0.0.0.0/0.0.0.0:60086 - (org.eclipse.californium.core.network.CoapEndpoint.java:192) start() in thread main at (2017-03-29 02:06:57)

 1 WARNING [Request]: update your code to supply an RFC 7252 compliant URI including a valid scheme - (org.eclipse.californium.core.coap.Request.java:124) setURI() in thread main at (2017-03-29 02:06:57)
Stop server 1
 1 INFO [CoapServer]: Stopping server - (org.eclipse.californium.core.CoapServer.java:210) stop() in thread main at (2017-03-29 02:06:57)
 1 INFO [CoapEndpoint]: Stopping endpoint at address 0.0.0.0/0.0.0.0:60086 - (org.eclipse.californium.core.network.CoapEndpoint.java:212) stop() in thread main at (2017-03-29 02:06:57)
 1 INFO [CoapServer]: Destroy server - (org.eclipse.californium.core.CoapServer.java:220) destroy() in thread main at (2017-03-29 02:06:57)
 1 INFO [CoapEndpoint]: Destroying endpoint at address 0.0.0.0/0.0.0.0:60086 - (org.eclipse.californium.core.network.CoapEndpoint.java:222) destroy() in thread main at (2017-03-29 02:06:57)
 1 INFO [CoapServer]: Destroy server - (org.eclipse.californium.core.CoapServer.java:220) destroy() in thread main at (2017-03-29 02:06:57)
 1 INFO [CoapEndpoint]: Destroying endpoint at address 0.0.0.0/0.0.0.0:60086 - (org.eclipse.californium.core.network.CoapEndpoint.java:222) destroy() in thread main at (2017-03-29 02:06:57)
End StartStopTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.838 sec - in org.eclipse.californium.core.test.StartStopTest
Running org.eclipse.californium.core.test.ObserveTest

Start ObserveTest
Resource resX changed to "resX says hi for the 1 time"
Resource resY changed to "resY says hi for the 1 time"
 1 INFO [CoapServer]: Starting server - (org.eclipse.californium.core.CoapServer.java:180) start() in thread main at (2017-03-29 02:06:57)
 1 INFO [CoapEndpoint]: Starting endpoint at localhost/127.0.0.1:0 - (org.eclipse.californium.core.network.CoapEndpoint.java:192) start() in thread main at (2017-03-29 02:06:57)
 1 WARNING [Request]: update your code to supply an RFC 7252 compliant URI including a valid scheme - (org.eclipse.californium.core.coap.Request.java:691) setURI() in thread main at (2017-03-29 02:06:57)
137 INFO [CoapResource]: Successfully established observe relation between /127.0.0.1:45769#4b47799d55fea432 and resource /resX - (org.eclipse.californium.core.CoapResource.java:688) addObserveRelation() in thread pool-12-thread-1 at (2017-03-29 02:06:57)
Received Notification: 30520
Resource resX changed to "resX says hi for the 2 time"
Received RST: 30521
Resource resX changed to "resX says hi for the 3 time"
Received RST: 30522
Resource resX changed to "resX says hi for the 4 time"
Received RST: 30523
 1 INFO [CoapServer]: Destroy server - (org.eclipse.californium.core.CoapServer.java:220) destroy() in thread main at (2017-03-29 02:06:57)
 1 INFO [CoapEndpoint]: Destroying endpoint at address /127.0.0.1:40649 - (org.eclipse.californium.core.network.CoapEndpoint.java:222) destroy() in thread main at (2017-03-29 02:06:57)
 1 INFO [CoapEndpoint]: Stopping endpoint at address /127.0.0.1:40649 - (org.eclipse.californium.core.network.CoapEndpoint.java:311) stop() in thread main at (2017-03-29 02:06:57)
End ObserveTest

Start ObserveTest
Resource resX changed to "resX says hi for the 1 time"
Resource resY changed to "resY says hi for the 1 time"
 1 INFO [CoapServer]: Starting server - (org.eclipse.californium.core.CoapServer.java:180) start() in thread main at (2017-03-29 02:06:57)
 1 INFO [CoapEndpoint]: Starting endpoint at localhost/127.0.0.1:0 - (org.eclipse.californium.core.network.CoapEndpoint.java:192) start() in thread main at (2017-03-29 02:06:57)
 1 WARNING [Request]: update your code to supply an RFC 7252 compliant URI including a valid scheme - (org.eclipse.californium.core.coap.Request.java:127) setURI() in thread main at (2017-03-29 02:06:57)
 1 WARNING [Request]: update your code to supply an RFC 7252 compliant URI including a valid scheme - (org.eclipse.californium.core.coap.Request.java:132) setURI() in thread main at (2017-03-29 02:06:57)
147 INFO [CoapResource]: Successfully established observe relation between /127.0.0.1:45769#9cd8e6188e62 and resource /resX - (org.eclipse.californium.core.CoapResource.java:688) addObserveRelation() in thread pool-13-thread-1 at (2017-03-29 02:06:57)
151 INFO [CoapResource]: Successfully established observe relation between /127.0.0.1:45769#04d97f36 and resource /resY - (org.eclipse.californium.core.CoapResource.java:688) addObserveRelation() in thread pool-13-thread-3 at (2017-03-29 02:06:57)

Observe relation established, resource changes
Resource resX changed to "resX says hi for the 2 time"

Lose response 3 with MID 37167, payload = "resX says hi for the 2 time"

Lose response 4 with MID 37167, payload = "resX says hi for the 2 time"

Lose response 5 with MID 37167, payload = "resX says hi for the 2 time"
Resource resX changed to "resX says hi for the 3 time"

Lose response 6 with MID 37167, payload = "resX says hi for the 3 time"

Lose response 7 with MID 37167, payload = "resX says hi for the 3 time"
150 INFO [ObserveLayer$NotificationController]: Notification 9cd8e6188e62 timed out. Cancel all relations with source /127.0.0.1:45769 - (org.eclipse.californium.core.network.stack.ObserveLayer$NotificationController.java:225) onTimeout() in thread pool-13-thread-2 at (2017-03-29 02:06:58)
 1 INFO [CoapServer]: Destroy server - (org.eclipse.californium.core.CoapServer.java:220) destroy() in thread main at (2017-03-29 02:06:59)
 1 INFO [CoapEndpoint]: Destroying endpoint at address /127.0.0.1:35790 - (org.eclipse.californium.core.network.CoapEndpoint.java:222) destroy() in thread main at (2017-03-29 02:06:59)
 1 INFO [CoapEndpoint]: Stopping endpoint at address /127.0.0.1:35790 - (org.eclipse.californium.core.network.CoapEndpoint.java:311) stop() in thread main at (2017-03-29 02:06:59)
End ObserveTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.769 sec - in org.eclipse.californium.core.test.ObserveTest
Running org.eclipse.californium.core.test.ResourceTreeTest

Start ResourceTreeTest
 1 INFO [CoapServer]: Starting server - (org.eclipse.californium.core.CoapServer.java:180) start() in thread main at (2017-03-29 02:06:59)
 1 INFO [CoapEndpoint]: Starting endpoint at localhost/127.0.0.1:0 - (org.eclipse.californium.core.network.CoapEndpoint.java:192) start() in thread main at (2017-03-29 02:06:59)
Check that the resource reacts
Check that the child of (now) 'second' is also reachable
Check that the resource is not found at the old URI
167 INFO [ServerMessageDeliverer]: Did not find resource [A, AA, first] requested by /127.0.0.1:45769 - (org.eclipse.californium.core.server.ServerMessageDeliverer.java:85) deliverRequest() in thread pool-14-thread-3 at (2017-03-29 02:06:59)
Check that the child of (now) 'second' is not reachable under 'first'
163 INFO [ServerMessageDeliverer]: Did not find resource [A, AA, first, child] requested by /127.0.0.1:45769 - (org.eclipse.californium.core.server.ServerMessageDeliverer.java:85) deliverRequest() in thread pool-14-thread-1 at (2017-03-29 02:06:59)
 1 INFO [CoapServer]: Destroy server - (org.eclipse.californium.core.CoapServer.java:220) destroy() in thread main at (2017-03-29 02:06:59)
 1 INFO [CoapEndpoint]: Destroying endpoint at address /127.0.0.1:39563 - (org.eclipse.californium.core.network.CoapEndpoint.java:222) destroy() in thread main at (2017-03-29 02:06:59)
 1 INFO [CoapEndpoint]: Stopping endpoint at address /127.0.0.1:39563 - (org.eclipse.californium.core.network.CoapEndpoint.java:311) stop() in thread main at (2017-03-29 02:06:59)
End ResourceTreeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.californium.core.test.ResourceTreeTest
Running org.eclipse.californium.core.test.RandomAccessBlockTest

Start RandomAccessBlockTest
 1 INFO [CoapServer]: Starting server - (org.eclipse.californium.core.CoapServer.java:180) start() in thread main at (2017-03-29 02:06:59)
 1 INFO [CoapEndpoint]: Starting endpoint at localhost/127.0.0.1:0 - (org.eclipse.californium.core.network.CoapEndpoint.java:192) start() in thread main at (2017-03-29 02:06:59)
Request block number 2
Request block number 1
Request block number 3
 1 INFO [CoapServer]: Destroy server - (org.eclipse.californium.core.CoapServer.java:220) destroy() in thread main at (2017-03-29 02:06:59)
 1 INFO [CoapEndpoint]: Destroying endpoint at address /127.0.0.1:35598 - (org.eclipse.californium.core.network.CoapEndpoint.java:222) destroy() in thread main at (2017-03-29 02:06:59)
 1 INFO [CoapEndpoint]: Stopping endpoint at address /127.0.0.1:35598 - (org.eclipse.californium.core.network.CoapEndpoint.java:311) stop() in thread main at (2017-03-29 02:06:59)
End RandomAccessBlockTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.eclipse.californium.core.test.RandomAccessBlockTest
Running org.eclipse.californium.core.test.ClientSynchronousTest
 1 INFO [CoapServer]: Starting server - (org.eclipse.californium.core.CoapServer.java:180) start() in thread main at (2017-03-29 02:06:59)
 1 INFO [CoapEndpoint]: Starting endpoint at localhost/127.0.0.1:0 - (org.eclipse.californium.core.network.CoapEndpoint.java:192) start() in thread main at (2017-03-29 02:06:59)

Start ClientSynchronousTest on port 46990
188 INFO [CoapResource]: Successfully established observe relation between /127.0.0.1:45769#21d6db578e71 and resource /storage - (org.eclipse.californium.core.CoapResource.java:688) addObserveRelation() in thread pool-16-thread-3 at (2017-03-29 02:06:59)
 1 WARNING [Request]: update your code to supply an RFC 7252 compliant URI including a valid scheme - (org.eclipse.californium.core.coap.Request.java:337) setURI() in thread main at (2017-03-29 02:07:00)
 1 INFO [CoapServer]: Destroy server - (org.eclipse.californium.core.CoapServer.java:220) destroy() in thread main at (2017-03-29 02:07:00)
 1 INFO [CoapEndpoint]: Destroying endpoint at address /127.0.0.1:46990 - (org.eclipse.californium.core.network.CoapEndpoint.java:222) destroy() in thread main at (2017-03-29 02:07:00)
 1 INFO [CoapEndpoint]: Stopping endpoint at address /127.0.0.1:46990 - (org.eclipse.californium.core.network.CoapEndpoint.java:311) stop() in thread main at (2017-03-29 02:07:00)
End ClientSynchronousTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.818 sec - in org.eclipse.californium.core.test.ClientSynchronousTest

Results :

Failed tests: 
  BlockwiseClientSideTest.testGETLateNegotionAndLostACK:280 Wrong Block2 num: expected:<2> but was:<1>

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

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Californium (Cf) Parent ............................ SUCCESS [  3.915 s]
[INFO] element-connector .................................. SUCCESS [ 10.596 s]
[INFO] Californium (Cf) Demo Certificates ................. SUCCESS [  0.807 s]
[INFO] Scandium (Sc) Core ................................. SUCCESS [ 20.006 s]
[INFO] Californium (Cf) Core .............................. FAILURE [ 14.131 s]
[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: 01:11 min
[INFO] Finished at: 2017-03-29T02:07:00-04:00
[INFO] Final Memory: 41M/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-surefire-plugin:2.18.1:test (medium-tests) on project californium-core: There are test failures.

Please refer to /jobs/genie.californium/1.0.x-nightly/workspace/californium-core/target/surefire-reports for the individual test results.
[DEBUG] Closing connection to remote
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (medium-tests) on project californium-core: There are test failures.
[ERROR] 
[ERROR] Please refer to /jobs/genie.californium/1.0.x-nightly/workspace/californium-core/target/surefire-reports for the individual test results.
[ERROR] -> [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/MojoFailureException
[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
Recording test results

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


Back to the top