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

See <https://hudson.eclipse.org/californium/job/1.0.x/37/changes>

Changes:

[Achim Kraus] Make fields final.

------------------------------------------
[...truncated 1366 lines...]
 1 INFO [CoapEndpoint]: Stopping endpoint at address 0.0.0.0/0.0.0.0:8235 - (org.eclipse.californium.core.network.CoapEndpoint.java:311) stop() in thread main at (07:03:38.141)
 1 FINE [DirectDatagramSocketImpl]: closing port 8,235, address 0.0.0.0/0.0.0.0 - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:1232) close() in thread main at (07:03:38.141)
 1 INFO [NetworkRule]: 1 rules active. - (org.eclipse.californium.elements.rule.NetworkRule.java:80) applyConfig() in thread main at (07:03:38.142)
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.eclipse.californium.core.test.MessageTypeTest
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 (07:03:38.145)
 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 (07:03:38.145)
 1 INFO [NetworkRule]: 1 rules active. - (org.eclipse.californium.elements.rule.NetworkRule.java:124) isActive() in thread main at (07:03:38.146)
 1 FINE [DirectDatagramSocketImpl]: binding to port 0, address localhost/127.0.0.1 - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:397) bind() in thread main at (07:03:38.146)
 1 FINE [DirectDatagramSocketImpl]: assigned port 8,237 - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:155) bind() in thread main at (07:03:38.147)
Request block number 2
 1 INFO [CoapEndpoint]: Starting endpoint at 0.0.0.0/0.0.0.0:0 - (org.eclipse.californium.core.network.CoapEndpoint.java:116) start() in thread main at (07:03:38.149)
 1 INFO [NetworkRule]: 1 rules active. - (org.eclipse.californium.elements.rule.NetworkRule.java:124) isActive() in thread main at (07:03:38.149)
 1 FINE [DirectDatagramSocketImpl]: binding to port 0, address 0.0.0.0/0.0.0.0 - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:397) bind() in thread main at (07:03:38.150)
 1 FINE [DirectDatagramSocketImpl]: assigned port 8,238 - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:155) bind() in thread main at (07:03:38.151)
 1 INFO [EndpointManager]: Created implicit default endpoint 0.0.0.0/0.0.0.0:8238 - (org.eclipse.californium.core.network.EndpointManager.java:99) createDefaultEndpoint() in thread main at (07:03:38.152)
252 FINE [DirectDatagramSocketImpl]: (E191,T252) 127.0.0.1:8,238 ==> :8,237 [CON-GET    MID=62570, Token=f29aa0dd0ff6da, OptionSet={"Uri-Port":8237, "Uri-Path":"test", "Block2":"(szx=0/16, m=false, num=2)"}, no payload] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (07:03:38.153)
256 FINE [DirectDatagramSocketImpl]: (E192,T256) 127.0.0.1:8,237 ==> :8,238 [ACK-2.05   MID=62570, Token=f29aa0dd0ff6da, OptionSet={"Content-Format":"text/plain", "Block2":"(szx=0/16, m=false, num=2)"}, "34567890"] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-0.0.0.0/0.0.0.0:0[0] at (07:03:38.156)
Request block number 1
252 FINE [DirectDatagramSocketImpl]: (E193,T252) 127.0.0.1:8,238 ==> :8,237 [CON-GET    MID=62571, Token=3fd6a718, OptionSet={"Uri-Port":8237, "Uri-Path":"test", "Block2":"(szx=0/16, m=false, num=1)"}, no payload] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (07:03:38.158)
256 FINE [DirectDatagramSocketImpl]: (E194,T256) 127.0.0.1:8,237 ==> :8,238 [ACK-2.05   MID=62571, Token=3fd6a718, OptionSet={"Content-Format":"text/plain", "Block2":"(szx=0/16, m=true, num=1)"}, "789_123456789_12"] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-0.0.0.0/0.0.0.0:0[0] at (07:03:38.160)
Request block number 3
252 FINE [DirectDatagramSocketImpl]: (E195,T252) 127.0.0.1:8,238 ==> :8,237 [CON-GET    MID=62572, Token=2fdbd2688af1ee3e, OptionSet={"Uri-Port":8237, "Uri-Path":"test", "Block2":"(szx=0/16, m=false, num=3)"}, no payload] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (07:03:38.162)
256 FINE [DirectDatagramSocketImpl]: (E196,T256) 127.0.0.1:8,237 ==> :8,238 [ACK-2.05   MID=62572, Token=2fdbd2688af1ee3e, OptionSet={"Content-Format":"text/plain", "Block2":"(szx=0/16, m=false, num=3)"}, no payload] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-0.0.0.0/0.0.0.0:0[0] at (07:03:38.164)
 1 INFO [CoapServer]: Destroy server - (org.eclipse.californium.core.CoapServer.java:220) destroy() in thread main at (07:03:38.165)
 1 INFO [CoapEndpoint]: Destroying endpoint at address localhost/127.0.0.1:8237 - (org.eclipse.californium.core.network.CoapEndpoint.java:222) destroy() in thread main at (07:03:38.165)
 1 INFO [CoapEndpoint]: Stopping endpoint at address localhost/127.0.0.1:8237 - (org.eclipse.californium.core.network.CoapEndpoint.java:311) stop() in thread main at (07:03:38.166)
 1 FINE [DirectDatagramSocketImpl]: closing port 8,237, address localhost/127.0.0.1 - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:1232) close() in thread main at (07:03:38.166)
End RandomAccessBlockTest
 1 INFO [NetworkRule]: 0 rules active. - (org.eclipse.californium.elements.rule.NetworkRule.java:80) closeConfig() in thread main at (07:03:38.168)
 1 INFO [CoapEndpoint]: Destroying endpoint at address 0.0.0.0/0.0.0.0:8238 - (org.eclipse.californium.core.network.CoapEndpoint.java:233) destroy() in thread main at (07:03:38.169)
 1 INFO [CoapEndpoint]: Stopping endpoint at address 0.0.0.0/0.0.0.0:8238 - (org.eclipse.californium.core.network.CoapEndpoint.java:311) stop() in thread main at (07:03:38.169)
 1 FINE [DirectDatagramSocketImpl]: closing port 8,238, address 0.0.0.0/0.0.0.0 - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:1232) close() in thread main at (07:03:38.170)
 1 INFO [NetworkRule]: 1 rules active. - (org.eclipse.californium.elements.rule.NetworkRule.java:80) applyConfig() in thread main at (07:03:38.171)

Start ClientAsynchronousTest
 1 INFO [CoapServer]: Starting server - (org.eclipse.californium.core.CoapServer.java:180) start() in thread main at (07:03:38.173)
 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 (07:03:38.173)
 1 INFO [NetworkRule]: 1 rules active. - (org.eclipse.californium.elements.rule.NetworkRule.java:124) isActive() in thread main at (07:03:38.174)
 1 FINE [DirectDatagramSocketImpl]: binding to port 0, address localhost/127.0.0.1 - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:397) bind() in thread main at (07:03:38.174)
 1 FINE [DirectDatagramSocketImpl]: assigned port 8,239 - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:155) bind() in thread main at (07:03:38.175)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.eclipse.californium.core.test.RandomAccessBlockTest
Running org.eclipse.californium.core.test.ClientAsynchronousTest
 1 INFO [CoapEndpoint]: Starting endpoint at 0.0.0.0/0.0.0.0:0 - (org.eclipse.californium.core.network.CoapEndpoint.java:116) start() in thread main at (07:03:38.178)
 1 INFO [NetworkRule]: 1 rules active. - (org.eclipse.californium.elements.rule.NetworkRule.java:124) isActive() in thread main at (07:03:38.179)
 1 FINE [DirectDatagramSocketImpl]: binding to port 0, address 0.0.0.0/0.0.0.0 - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:397) bind() in thread main at (07:03:38.179)
 1 FINE [DirectDatagramSocketImpl]: assigned port 8,240 - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:155) bind() in thread main at (07:03:38.180)
 1 INFO [EndpointManager]: Created implicit default endpoint 0.0.0.0/0.0.0.0:8240 - (org.eclipse.californium.core.network.EndpointManager.java:99) createDefaultEndpoint() in thread main at (07:03:38.181)
265 FINE [DirectDatagramSocketImpl]: (E197,T265) 127.0.0.1:8,240 ==> :8,239 [CON-PUT    MID= 6210, Token=c14301, OptionSet={"Uri-Host":"localhost", "Uri-Port":8239, "Uri-Path":"storage", "Content-Format":"text/plain"}, "two"] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (07:03:38.182)
270 FINE [DirectDatagramSocketImpl]: (E198,T270) 127.0.0.1:8,239 ==> :8,240 [ACK-4.05   MID= 6210, Token=c14301, OptionSet={}, no payload] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-0.0.0.0/0.0.0.0:0[0] at (07:03:38.183)
 1 WARNING [Request]: update your code to supply an RFC 7252 compliant URI including a valid scheme - (org.eclipse.californium.core.coap.Request.java:360) setURI() in thread main at (07:03:38.185)
265 FINE [DirectDatagramSocketImpl]: (E199,T265) 127.0.0.1:8,240 ==> :8,239 [CON-GET    MID= 6211, Token=e9b88a4b7b7a8d, OptionSet={"Uri-Host":"localhost", "Uri-Port":8239, "Uri-Path":"storage", "Uri-Query":"uppercase"}, no payload] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (07:03:38.187)
270 FINE [DirectDatagramSocketImpl]: (E200,T270) 127.0.0.1:8,239 ==> :8,240 [ACK-2.05   MID= 6211, Token=e9b88a4b7b7a8d, OptionSet={"Content-Format":"text/plain"}, "ONE"] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-0.0.0.0/0.0.0.0:0[0] at (07:03:38.188)
265 FINE [DirectDatagramSocketImpl]: (E201,T265) 127.0.0.1:8,240 ==> :8,239 [CON-GET    MID= 6212, Token=2525c2, OptionSet={"Uri-Host":"localhost", "Observe":0, "Uri-Port":8239, "Uri-Path":"storage"}, no payload] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (07:03:38.191)
264 INFO [CoapResource]: Successfully established observe relation between localhost/127.0.0.1:8240#2525c2 and resource /storage - (org.eclipse.californium.core.CoapResource.java:688) addObserveRelation() in thread pool-16-thread-1 at (07:03:38.192)
270 FINE [DirectDatagramSocketImpl]: (E202,T270) 127.0.0.1:8,239 ==> :8,240 [ACK-2.05   MID= 6212, Token=2525c2, OptionSet={"Observe":0, "Content-Format":"text/plain"}, "one"] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-0.0.0.0/0.0.0.0:0[0] at (07:03:38.193)
270 FINE [DirectDatagramSocketImpl]: (E203,T270) 127.0.0.1:8,239 ==> :8,240 [NON-2.05   MID=21644, Token=2525c2, OptionSet={"Observe":1, "Content-Format":"text/plain"}, "one"] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-0.0.0.0/0.0.0.0:0[0] at (07:03:38.194)
270 FINE [DirectDatagramSocketImpl]: (E204,T270) 127.0.0.1:8,239 ==> :8,240 [NON-2.05   MID=21645, Token=2525c2, OptionSet={"Observe":2, "Content-Format":"text/plain"}, "one"] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-0.0.0.0/0.0.0.0:0[0] at (07:03:38.195)
270 FINE [DirectDatagramSocketImpl]: (E205,T270) 127.0.0.1:8,239 ==> :8,240 [NON-2.05   MID=21646, Token=2525c2, OptionSet={"Observe":3, "Content-Format":"text/plain"}, "one"] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-0.0.0.0/0.0.0.0:0[0] at (07:03:38.196)
270 FINE [DirectDatagramSocketImpl]: (E206,T270) 127.0.0.1:8,239 ==> :8,240 [NON-2.05   MID=21647, Token=2525c2, OptionSet={"Observe":4, "Content-Format":"text/plain"}, "one"] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-0.0.0.0/0.0.0.0:0[0] at (07:03:38.197)
265 FINE [DirectDatagramSocketImpl]: (E207,T265) 127.0.0.1:8,240 ==> :8,239 [RST        MID=21647] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (07:03:38.198)
265 FINE [DirectDatagramSocketImpl]: (E208,T265) 127.0.0.1:8,240 ==> :8,239 [CON-GET    MID= 6213, Token=3b2df8f0, OptionSet={"Uri-Host":"localhost", "Uri-Port":8239, "Uri-Path":"storage"}, no payload] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (07:03:38.249)
270 FINE [DirectDatagramSocketImpl]: (E209,T270) 127.0.0.1:8,239 ==> :8,240 [ACK-2.05   MID= 6213, Token=3b2df8f0, OptionSet={"Content-Format":"text/plain"}, "one"] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-0.0.0.0/0.0.0.0:0[0] at (07:03:38.250)
265 FINE [DirectDatagramSocketImpl]: (E210,T265) 127.0.0.1:8,240 ==> :8,239 [CON-POST   MID= 6214, Token=8896, OptionSet={"Uri-Host":"localhost", "Uri-Port":8239, "Uri-Path":"storage", "Content-Format":"text/plain"}, "two"] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (07:03:38.253)
270 FINE [DirectDatagramSocketImpl]: (E211,T270) 127.0.0.1:8,239 ==> :8,240 [ACK-2.04   MID= 6214, Token=8896, OptionSet={"Content-Format":"text/plain"}, "one"] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-0.0.0.0/0.0.0.0:0[0] at (07:03:38.254)
 1 INFO [CoapServer]: Destroy server - (org.eclipse.californium.core.CoapServer.java:220) destroy() in thread main at (07:03:38.254)
 1 INFO [CoapEndpoint]: Destroying endpoint at address localhost/127.0.0.1:8239 - (org.eclipse.californium.core.network.CoapEndpoint.java:222) destroy() in thread main at (07:03:38.255)
 1 INFO [CoapEndpoint]: Stopping endpoint at address localhost/127.0.0.1:8239 - (org.eclipse.californium.core.network.CoapEndpoint.java:311) stop() in thread main at (07:03:38.255)
 1 FINE [DirectDatagramSocketImpl]: closing port 8,239, address localhost/127.0.0.1 - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:1232) close() in thread main at (07:03:38.255)
End ClientAsynchronousTest
 1 INFO [NetworkRule]: 0 rules active. - (org.eclipse.californium.elements.rule.NetworkRule.java:80) closeConfig() in thread main at (07:03:38.257)
 1 INFO [CoapEndpoint]: Destroying endpoint at address 0.0.0.0/0.0.0.0:8240 - (org.eclipse.californium.core.network.CoapEndpoint.java:233) destroy() in thread main at (07:03:38.257)
 1 INFO [CoapEndpoint]: Stopping endpoint at address 0.0.0.0/0.0.0.0:8240 - (org.eclipse.californium.core.network.CoapEndpoint.java:311) stop() in thread main at (07:03:38.257)
 1 FINE [DirectDatagramSocketImpl]: closing port 8,240, address 0.0.0.0/0.0.0.0 - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:1232) close() in thread main at (07:03:38.258)
 1 INFO [NetworkRule]: 1 rules active. - (org.eclipse.californium.elements.rule.NetworkRule.java:80) applyConfig() in thread main at (07:03:38.258)
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec - in org.eclipse.californium.core.test.ClientAsynchronousTest
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 (07:03:38.260)
 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 (07:03:38.260)
 1 INFO [NetworkRule]: 1 rules active. - (org.eclipse.californium.elements.rule.NetworkRule.java:124) isActive() in thread main at (07:03:38.260)
 1 FINE [DirectDatagramSocketImpl]: binding to port 0, address localhost/127.0.0.1 - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:397) bind() in thread main at (07:03:38.261)
 1 FINE [DirectDatagramSocketImpl]: assigned port 8,241 - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:155) bind() in thread main at (07:03:38.261)
 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 (07:03:38.263)
 1 INFO [CoapEndpoint]: Starting endpoint at 0.0.0.0/0.0.0.0:0 - (org.eclipse.californium.core.network.CoapEndpoint.java:116) start() in thread main at (07:03:38.263)
 1 INFO [NetworkRule]: 1 rules active. - (org.eclipse.californium.elements.rule.NetworkRule.java:124) isActive() in thread main at (07:03:38.264)
 1 FINE [DirectDatagramSocketImpl]: binding to port 0, address 0.0.0.0/0.0.0.0 - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:397) bind() in thread main at (07:03:38.264)
 1 FINE [DirectDatagramSocketImpl]: assigned port 8,242 - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:155) bind() in thread main at (07:03:38.264)
 1 INFO [EndpointManager]: Created implicit default endpoint 0.0.0.0/0.0.0.0:8242 - (org.eclipse.californium.core.network.EndpointManager.java:99) createDefaultEndpoint() in thread main at (07:03:38.265)
283 FINE [DirectDatagramSocketImpl]: (E212,T283) 127.0.0.1:8,242 ==> :8,241 [CON-GET    MID=37412, Token=c17f54cf0706bcdf, OptionSet={"Uri-Host":"localhost", "Observe":0, "Uri-Port":8241, "Uri-Path":"resX"}, no payload] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (07:03:38.266)
282 INFO [CoapResource]: Successfully established observe relation between localhost/127.0.0.1:8242#c17f54cf0706bcdf and resource /resX - (org.eclipse.californium.core.CoapResource.java:688) addObserveRelation() in thread pool-22-thread-1 at (07:03:38.267)
287 FINE [DirectDatagramSocketImpl]: (E213,T287) 127.0.0.1:8,241 ==> :8,242 [CON-2.05   MID=51739, Token=c17f54cf0706bcdf, OptionSet={"Observe":1}, ""resX says hi for the 1 ".. 29 bytes] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-0.0.0.0/0.0.0.0:0[0] at (07:03:38.268)
Received Notification: 51739
283 FINE [DirectDatagramSocketImpl]: (E214,T283) 127.0.0.1:8,242 ==> :8,241 [ACK        MID=51739] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (07:03:38.268)
Resource resX changed to "resX says hi for the 2 time"
287 FINE [DirectDatagramSocketImpl]: (E215,T287) 127.0.0.1:8,241 ==> :8,242 [NON-2.05   MID=51740, Token=c17f54cf0706bcdf, OptionSet={"Observe":2}, ""resX says hi for the 2 ".. 29 bytes] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-0.0.0.0/0.0.0.0:0[0] at (07:03:38.319)
283 FINE [DirectDatagramSocketImpl]: (E216,T283) 127.0.0.1:8,242 ==> :8,241 [RST        MID=51740] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (07:03:38.320)
Received RST: 51740
Resource resX changed to "resX says hi for the 3 time"
287 FINE [DirectDatagramSocketImpl]: (E217,T287) 127.0.0.1:8,241 ==> :8,242 [NON-2.05   MID=51741, Token=c17f54cf0706bcdf, OptionSet={"Observe":3}, ""resX says hi for the 3 ".. 29 bytes] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-0.0.0.0/0.0.0.0:0[0] at (07:03:38.370)
283 FINE [DirectDatagramSocketImpl]: (E218,T283) 127.0.0.1:8,242 ==> :8,241 [RST        MID=51741] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (07:03:38.370)
Received RST: 51741
Resource resX changed to "resX says hi for the 4 time"
287 FINE [DirectDatagramSocketImpl]: (E219,T287) 127.0.0.1:8,241 ==> :8,242 [NON-2.05   MID=51742, Token=c17f54cf0706bcdf, OptionSet={"Observe":4}, ""resX says hi for the 4 ".. 29 bytes] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-0.0.0.0/0.0.0.0:0[0] at (07:03:38.420)
283 FINE [DirectDatagramSocketImpl]: (E220,T283) 127.0.0.1:8,242 ==> :8,241 [RST        MID=51742] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (07:03:38.421)
Received RST: 51742
 1 INFO [CoapServer]: Destroy server - (org.eclipse.californium.core.CoapServer.java:220) destroy() in thread main at (07:03:38.470)
 1 INFO [CoapEndpoint]: Destroying endpoint at address localhost/127.0.0.1:8241 - (org.eclipse.californium.core.network.CoapEndpoint.java:222) destroy() in thread main at (07:03:38.470)
 1 INFO [CoapEndpoint]: Stopping endpoint at address localhost/127.0.0.1:8241 - (org.eclipse.californium.core.network.CoapEndpoint.java:311) stop() in thread main at (07:03:38.470)
 1 FINE [DirectDatagramSocketImpl]: closing port 8,241, address localhost/127.0.0.1 - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:1232) close() in thread main at (07:03:38.470)
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 (07:03:38.473)
 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 (07:03:38.473)
 1 INFO [NetworkRule]: 1 rules active. - (org.eclipse.californium.elements.rule.NetworkRule.java:124) isActive() in thread main at (07:03:38.473)
 1 FINE [DirectDatagramSocketImpl]: binding to port 0, address localhost/127.0.0.1 - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:397) bind() in thread main at (07:03:38.474)
 1 FINE [DirectDatagramSocketImpl]: assigned port 8,243 - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:155) bind() in thread main at (07:03:38.474)
 1 WARNING [Request]: update your code to supply an RFC 7252 compliant URI including a valid scheme - (org.eclipse.californium.core.coap.Request.java:133) setURI() in thread main at (07:03:38.475)
 1 WARNING [Request]: update your code to supply an RFC 7252 compliant URI including a valid scheme - (org.eclipse.californium.core.coap.Request.java:138) setURI() in thread main at (07:03:38.475)
296 FINE [DirectDatagramSocketImpl]: (E221,T296) 127.0.0.1:8,242 ==> :8,243 [CON-GET    MID=37413, Token=8f2bc9a3216866e9, OptionSet={"Uri-Host":"localhost", "Observe":0, "Uri-Port":8243, "Uri-Path":"resX"}, no payload] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (07:03:38.476)
296 FINE [DirectDatagramSocketImpl]: (E222,T296) 127.0.0.1:8,242 ==> :8,243 [CON-GET    MID=37414, Token=04389c, OptionSet={"Uri-Host":"localhost", "Observe":0, "Uri-Port":8243, "Uri-Path":"resY"}, no payload] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (07:03:38.476)
295 INFO [CoapResource]: Successfully established observe relation between localhost/127.0.0.1:8242#8f2bc9a3216866e9 and resource /resX - (org.eclipse.californium.core.CoapResource.java:688) addObserveRelation() in thread pool-23-thread-1 at (07:03:38.476)
298 INFO [CoapResource]: Successfully established observe relation between localhost/127.0.0.1:8242#04389c and resource /resY - (org.eclipse.californium.core.CoapResource.java:688) addObserveRelation() in thread pool-23-thread-2 at (07:03:38.477)
287 FINE [DirectDatagramSocketImpl]: (E223,T287) 127.0.0.1:8,243 ==> :8,242 [CON-2.05   MID=12802, Token=8f2bc9a3216866e9, OptionSet={"Observe":1}, ""resX says hi for the 1 ".. 29 bytes] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-0.0.0.0/0.0.0.0:0[0] at (07:03:38.477)
287 FINE [DirectDatagramSocketImpl]: (E224,T287) 127.0.0.1:8,243 ==> :8,242 [CON-2.05   MID=12803, Token=04389c, OptionSet={"Observe":1}, ""resY says hi for the 1 ".. 29 bytes] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-0.0.0.0/0.0.0.0:0[0] at (07:03:38.478)
296 FINE [DirectDatagramSocketImpl]: (E225,T296) 127.0.0.1:8,242 ==> :8,243 [ACK        MID=12802] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (07:03:38.478)

Observe relation established, resource changes
296 FINE [DirectDatagramSocketImpl]: (E226,T296) 127.0.0.1:8,242 ==> :8,243 [ACK        MID=12803] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (07:03:38.479)
Resource resX changed to "resX says hi for the 2 time"
287 FINE [DirectDatagramSocketImpl]: (E227,T287) 127.0.0.1:8,243 ==> :8,242 [CON-2.05   MID=12804, Token=8f2bc9a3216866e9, OptionSet={"Observe":2}, ""resX says hi for the 2 ".. 29 bytes] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-0.0.0.0/0.0.0.0:0[0] at (07:03:38.529)

Lose response 3 with MID 12804, payload = "resX says hi for the 2 time"
287 FINE [DirectDatagramSocketImpl]: (E228,T287) 127.0.0.1:8,243 ==> :8,242 [CON-2.05   MID=12804, Token=8f2bc9a3216866e9, OptionSet={"Observe":2}, ""resX says hi for the 2 ".. 29 bytes] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-0.0.0.0/0.0.0.0:0[0] at (07:03:38.730)

Lose response 4 with MID 12804, payload = "resX says hi for the 2 time"
287 FINE [DirectDatagramSocketImpl]: (E229,T287) 127.0.0.1:8,243 ==> :8,242 [CON-2.05   MID=12804, Token=8f2bc9a3216866e9, OptionSet={"Observe":2}, ""resX says hi for the 2 ".. 29 bytes] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-0.0.0.0/0.0.0.0:0[0] at (07:03:38.931)

Lose response 5 with MID 12804, payload = "resX says hi for the 2 time"
Resource resX changed to "resX says hi for the 3 time"
287 FINE [DirectDatagramSocketImpl]: (E230,T287) 127.0.0.1:8,243 ==> :8,242 [CON-2.05   MID=12804, Token=8f2bc9a3216866e9, OptionSet={"Observe":3}, ""resX says hi for the 3 ".. 29 bytes] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-0.0.0.0/0.0.0.0:0[0] at (07:03:39.132)

Lose response 6 with MID 12804, payload = "resX says hi for the 3 time"
287 FINE [DirectDatagramSocketImpl]: (E231,T287) 127.0.0.1:8,243 ==> :8,242 [CON-2.05   MID=12804, Token=8f2bc9a3216866e9, OptionSet={"Observe":3}, ""resX says hi for the 3 ".. 29 bytes] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-0.0.0.0/0.0.0.0:0[0] at (07:03:39.332)

Lose response 7 with MID 12804, payload = "resX says hi for the 3 time"
300 INFO [ObserveLayer$NotificationController]: Notification 8f2bc9a3216866e9 timed out. Cancel all relations with source localhost/127.0.0.1:8242 - (org.eclipse.californium.core.network.stack.ObserveLayer$NotificationController.java:225) onTimeout() in thread pool-23-thread-4 at (07:03:39.532)
 1 INFO [CoapServer]: Destroy server - (org.eclipse.californium.core.CoapServer.java:220) destroy() in thread main at (07:03:40.029)
 1 INFO [CoapEndpoint]: Destroying endpoint at address localhost/127.0.0.1:8243 - (org.eclipse.californium.core.network.CoapEndpoint.java:222) destroy() in thread main at (07:03:40.030)
 1 INFO [CoapEndpoint]: Stopping endpoint at address localhost/127.0.0.1:8243 - (org.eclipse.californium.core.network.CoapEndpoint.java:311) stop() in thread main at (07:03:40.030)
 1 FINE [DirectDatagramSocketImpl]: closing port 8,243, address localhost/127.0.0.1 - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:1232) close() in thread main at (07:03:40.030)
End ObserveTest
 1 INFO [NetworkRule]: 0 rules active. - (org.eclipse.californium.elements.rule.NetworkRule.java:80) closeConfig() in thread main at (07:03:40.032)
 1 INFO [CoapEndpoint]: Destroying endpoint at address 0.0.0.0/0.0.0.0:8242 - (org.eclipse.californium.core.network.CoapEndpoint.java:233) destroy() in thread main at (07:03:40.033)
 1 INFO [CoapEndpoint]: Stopping endpoint at address 0.0.0.0/0.0.0.0:8242 - (org.eclipse.californium.core.network.CoapEndpoint.java:311) stop() in thread main at (07:03:40.033)
 1 FINE [DirectDatagramSocketImpl]: closing port 8,242, address 0.0.0.0/0.0.0.0 - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:1232) close() in thread main at (07:03:40.033)
 1 INFO [NetworkRule]: 1 rules active. - (org.eclipse.californium.elements.rule.NetworkRule.java:80) applyConfig() in thread main at (07:03:40.034)
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.773 sec - in org.eclipse.californium.core.test.ObserveTest
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 (07:03:40.035)
 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 (07:03:40.036)
 1 INFO [NetworkRule]: 1 rules active. - (org.eclipse.californium.elements.rule.NetworkRule.java:124) isActive() in thread main at (07:03:40.036)
 1 FINE [DirectDatagramSocketImpl]: binding to port 0, address localhost/127.0.0.1 - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:397) bind() in thread main at (07:03:40.036)
 1 FINE [DirectDatagramSocketImpl]: assigned port 8,244 - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:155) bind() in thread main at (07:03:40.037)
 1 INFO [CoapEndpoint]: Starting endpoint at 0.0.0.0/0.0.0.0:0 - (org.eclipse.californium.core.network.CoapEndpoint.java:116) start() in thread main at (07:03:40.037)
 1 INFO [NetworkRule]: 1 rules active. - (org.eclipse.californium.elements.rule.NetworkRule.java:124) isActive() in thread main at (07:03:40.038)
 1 FINE [DirectDatagramSocketImpl]: binding to port 0, address 0.0.0.0/0.0.0.0 - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:397) bind() in thread main at (07:03:40.038)
 1 FINE [DirectDatagramSocketImpl]: assigned port 8,245 - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:155) bind() in thread main at (07:03:40.038)
 1 INFO [EndpointManager]: Created implicit default endpoint 0.0.0.0/0.0.0.0:8245 - (org.eclipse.californium.core.network.EndpointManager.java:99) createDefaultEndpoint() in thread main at (07:03:40.039)
client sent request
312 FINE [DirectDatagramSocketImpl]: (E232,T312) 127.0.0.1:8,245 ==> :8,244 [NON-POST   MID=33865, Token=4d43cc8a6d7e, OptionSet={}, "client says hi"] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (07:03:40.040)
server received request
316 FINE [DirectDatagramSocketImpl]: (E233,T316) 127.0.0.1:8,244 ==> :8,245 [NON-2.05   MID=36036, Token=4d43cc8a6d7e, OptionSet={}, "server responds hi"] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-0.0.0.0/0.0.0.0:0[0] at (07:03:40.542)
client received response
End SmallServerClientTest
 1 INFO [NetworkRule]: 0 rules active. - (org.eclipse.californium.elements.rule.NetworkRule.java:80) closeConfig() in thread main at (07:03:40.542)
 1 INFO [CoapEndpoint]: Destroying endpoint at address 0.0.0.0/0.0.0.0:8245 - (org.eclipse.californium.core.network.CoapEndpoint.java:233) destroy() in thread main at (07:03:40.543)
 1 INFO [CoapEndpoint]: Stopping endpoint at address 0.0.0.0/0.0.0.0:8245 - (org.eclipse.californium.core.network.CoapEndpoint.java:311) stop() in thread main at (07:03:40.543)
 1 FINE [DirectDatagramSocketImpl]: closing port 8,245, address 0.0.0.0/0.0.0.0 - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:1232) close() in thread main at (07:03:40.543)
 1 INFO [NetworkRule]: Test org.eclipse.californium.core.test.SmallServerClientTest did not close all DatagramSockets! - (org.eclipse.californium.elements.rule.NetworkRule.java:175) closeNetwork() in thread main at (07:03:40.544)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.509 sec - in org.eclipse.californium.core.test.SmallServerClientTest

Results :

Failed tests: 
  BlockwiseClientSideTest.testObserveWithBlockwiseResponse:432 Must not have option number 6 but has

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

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Californium (Cf) Parent ............................ SUCCESS [  1.484 s]
[INFO] element-connector .................................. SUCCESS [ 13.971 s]
[INFO] Californium (Cf) Demo Certificates ................. SUCCESS [  2.111 s]
[INFO] Scandium (Sc) Core ................................. SUCCESS [  9.441 s]
[INFO] Californium (Cf) Core .............................. FAILURE [ 24.833 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: 55.778 s
[INFO] Finished at: 2017-04-06T07:03:40-04:00
[INFO] Final Memory: 38M/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/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/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