Skip to main content

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

Hi list,

a first failure analysis for the failed 2.0.x-nightly #48:
 
Error Message

Client received no response

Stacktrace

java.lang.AssertionError: Client received no response
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertNotNull(Assert.java:712)
	at org.eclipse.californium.core.test.SmallServerClientTest.testNonconfirmable(SmallServerClientTest.java:86)

397 INFO [DirectDatagramSocketImpl]: (E385,T397) localhost/127.0.0.1:8,271 ==> localhost/127.0.0.1:8,270 [NON-POST   MID=   90, Token=e35e454468dd1d22, 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 (2017-03-29 02:08:36)
401 INFO [DirectDatagramSocketImpl]: (E386,T401) localhost/127.0.0.1:8,270 ==> localhost/127.0.0.1:8,271 [NON-2.05   MID=  972, Token=e35e454468dd1d22, 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 (2017-03-29 02:08:38)

The last log shows, that the response is read by the connectors receiver thread.
Therefore it seems to be NOT caused by a UDP message drop ...

Mit freundlichen Grüßen / Best regards

Achim Kraus

Bosch Software Innovations GmbH
Communications (INST/ECS4)
Stuttgarter Straße 130
71332 Waiblingen
GERMANY
www.bosch-si.de
www.blog.bosch-si.com 

Registered office: Berlin, Register court: Amtsgericht Charlottenburg, HRB 148411 B
Executives: Dr.-Ing. Rainer Kallenbach; Michael Hahn


-----Ursprüngliche Nachricht-----
Von: cf-dev-bounces@xxxxxxxxxxx [mailto:cf-dev-bounces@xxxxxxxxxxx] Im Auftrag von hudsonbuild@xxxxxxxxxxx
Gesendet: Mittwoch, 29. März 2017 08:09
An: cf-dev@xxxxxxxxxxx
Betreff: [cf-dev] [Hudson] Build failed in Hudson: 2.0.x-nightly #48

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

Changes:

[Achim Kraus] Introduce DirectDatagramSocketImpl for reliable unit tests.

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

[Achim Kraus] Add simple file server to demo-apps.

[Achim Kraus] Simon Bernard's unit test for issue #211.

------------------------------------------
[...truncated 3490 lines...]
429 INFO [DirectDatagramSocketImpl]: (E425,T429) localhost/127.0.0.1:8,275 ==> localhost/127.0.0.1:8,274 [CON-GET    MID=  376, Token=8144014101cc9986, OptionSet={"Uri-Host":"localhost", "Uri-Path":["A","AA","first","child"]}, no payload] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:39)
438 INFO [ServerMessageDeliverer]: Did not find resource [A, AA, first, child] requested by localhost/127.0.0.1:8,275 - (org.eclipse.californium.core.server.ServerMessageDeliverer.java:162) deliverRequest() in thread CoapServer#4 at (2017-03-29 02:08:39)
433 INFO [DirectDatagramSocketImpl]: (E426,T433) localhost/127.0.0.1:8,274 ==> localhost/127.0.0.1:8,275 [ACK-4.04   MID=  376, Token=8144014101cc9986, 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 (2017-03-29 02:08:39)
 1 INFO [CoapServer]: Destroying server - (org.eclipse.californium.core.CoapServer.java:249) destroy() in thread main at (2017-03-29 02:08:39)
 1 INFO [CoapEndpoint]: Destroying endpoint at address coap://localhost:8274 - (org.eclipse.californium.core.network.CoapEndpoint.java:253) destroy() in thread main at (2017-03-29 02:08:39)
 1 INFO [CoapEndpoint]: Stopping endpoint at address coap://localhost:8274 - (org.eclipse.californium.core.network.CoapEndpoint.java:466) stop() in thread main at (2017-03-29 02:08:39)
 1 INFO [DirectDatagramSocketImpl]: port 8,274, address localhost/127.0.0.1 - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:1232) close() in thread main at (2017-03-29 02:08:39)
 1 INFO [CoapEndpoint]: Destroying endpoint at address coap://localhost:0 - (org.eclipse.californium.core.network.CoapEndpoint.java:274) destroy() in thread main at (2017-03-29 02:08:39)
 1 INFO [CoapServer]: CoAP server has been destroyed - (org.eclipse.californium.core.CoapServer.java:70) destroy() in thread main at (2017-03-29 02:08:39)
End ResourceTreeTest
 1 INFO [NetworkRule]: 0 rules active. - (org.eclipse.californium.elements.rule.NetworkRule.java:77) closeConfig() in thread main at (2017-03-29 02:08:39)
 1 INFO [NetworkRule]: Test didn't close all DatagramSockets! - (org.eclipse.californium.elements.rule.NetworkRule.java:374) closeNetwork() in thread main at (2017-03-29 02:08:39)
 1 INFO [CoapEndpoint]: Destroying endpoint at address coap://0.0.0.0:8275 - (org.eclipse.californium.core.network.CoapEndpoint.java:254) destroy() in thread main at (2017-03-29 02:08:39)
 1 INFO [CoapEndpoint]: Stopping endpoint at address coap://0.0.0.0:8275 - (org.eclipse.californium.core.network.CoapEndpoint.java:466) stop() in thread main at (2017-03-29 02:08:39)
 1 INFO [DirectDatagramSocketImpl]: port 8,275, address 0.0.0.0/0.0.0.0 - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:1232) close() in thread main at (2017-03-29 02:08:39)
 1 WARNING [DirectDatagramSocketImpl]: close unknown port 8,275, address 0.0.0.0/0.0.0.0 - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:1232) close() in thread main at (2017-03-29 02:08:39)
 1 INFO [NetworkRule]: 1 rules active. - (org.eclipse.californium.elements.rule.NetworkRule.java:77) applyConfig() in thread main at (2017-03-29 02:08:39)
 1 CONFIG [ReliabilityLayer]: ReliabilityLayer uses ACK_TIMEOUT=100, ACK_RANDOM_FACTOR=1.5, and ACK_TIMEOUT_SCALE=2 - (org.eclipse.californium.core.network.stack.ReliabilityLayer.java:95) <init>() in thread main at (2017-03-29 02:08:39)
 1 CONFIG [ReliabilityLayer]: ReliabilityLayer uses ACK_TIMEOUT=100, ACK_RANDOM_FACTOR=1.5, and ACK_TIMEOUT_SCALE=2 - (org.eclipse.californium.core.network.stack.ReliabilityLayer.java:95) <init>() in thread main at (2017-03-29 02:08:39)
 1 INFO [CoapEndpoint]: Starting endpoint at coap://localhost:0 - (org.eclipse.californium.core.network.CoapEndpoint.java:362) start() in thread main at (2017-03-29 02:08:39)
 1 INFO [NetworkRule]: 1 rules active. - (org.eclipse.californium.elements.rule.NetworkRule.java:121) isActive() in thread main at (2017-03-29 02:08:39)
 1 INFO [DirectDatagramSocketImpl]: port 0, address localhost/127.0.0.1 - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:397) bind() in thread main at (2017-03-29 02:08:39)
 1 INFO [DirectDatagramSocketImpl]: assigned port 8,276 - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:120) bind() in thread main at (2017-03-29 02:08:39)
 1 INFO [CoapEndpoint]: Started endpoint at coap://localhost:8276 - (org.eclipse.californium.core.network.CoapEndpoint.java:362) start() in thread main at (2017-03-29 02:08:39)
 1 INFO [CoapServer]: Starting server - (org.eclipse.californium.core.CoapServer.java:201) start() in thread main at (2017-03-29 02:08:39)
 1 INFO [CoapEndpoint]: Starting endpoint at coap://localhost:0 - (org.eclipse.californium.core.network.CoapEndpoint.java:213) start() in thread main at (2017-03-29 02:08:39)
 1 INFO [NetworkRule]: 1 rules active. - (org.eclipse.californium.elements.rule.NetworkRule.java:121) isActive() in thread main at (2017-03-29 02:08:39)
 1 INFO [DirectDatagramSocketImpl]: port 0, address localhost/127.0.0.1 - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:397) bind() in thread main at (2017-03-29 02:08:39)
 1 INFO [DirectDatagramSocketImpl]: assigned port 8,277 - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:120) bind() in thread main at (2017-03-29 02:08:39)
 1 INFO [CoapEndpoint]: Started endpoint at coap://localhost:8277 - (org.eclipse.californium.core.network.CoapEndpoint.java:213) start() in thread main at (2017-03-29 02:08:39)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.californium.core.test.ResourceTreeTest
Running org.eclipse.californium.core.test.MemoryLeakingHashMapTest
448 INFO [DirectDatagramSocketImpl]: (E427,T448) localhost/127.0.0.1:8,276 ==> /127.0.0.1:8,277 [NON-POST   MID=  216, Token=fa6577375140d970, OptionSet={"Uri-Path":"piggy", "Content-Format":"text/plain", "Block1":"(szx=0/16, m=true, num=0)", "Size1":20}, "123456789.123456"] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:39)
450 INFO [MessageTracer]: localhost/127.0.0.1:8,276 ==> req NON-POST   MID=  216, Token=fa6577375140d970, OptionSet={"Uri-Path":"piggy", "Content-Format":"text/plain", "Block1":"(szx=0/16, m=true, num=0)", "Size1":20}, "123456789.123456" - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:807) receiveRequest() in thread CoapServer#1 at (2017-03-29 02:08:39)
450 INFO [MessageTracer]: localhost/127.0.0.1:8,276 <== res NON-2.31   MID=  351, Token=fa6577375140d970, OptionSet={"Block1":"(szx=0/16, m=true, num=0)"}, no payload - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:653) sendResponse() in thread CoapServer#1 at (2017-03-29 02:08:39)
443 INFO [DirectDatagramSocketImpl]: (E428,T443) localhost/127.0.0.1:8,277 ==> localhost/127.0.0.1:8,276 [NON-2.31   MID=  351, Token=fa6577375140d970, OptionSet={"Block1":"(szx=0/16, m=true, num=0)"}, no payload] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:39)
448 INFO [DirectDatagramSocketImpl]: (E429,T448) localhost/127.0.0.1:8,276 ==> /127.0.0.1:8,277 [NON-POST   MID=  217, Token=fa6577375140d970, OptionSet={"Uri-Path":"piggy", "Content-Format":"text/plain", "Block1":"(szx=0/16, m=false, num=1)"}, "789."] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:39)
451 INFO [MessageTracer]: localhost/127.0.0.1:8,276 ==> req NON-POST   MID=  217, Token=fa6577375140d970, OptionSet={"Uri-Path":"piggy", "Content-Format":"text/plain", "Block1":"(szx=0/16, m=false, num=1)"}, "789." - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:807) receiveRequest() in thread CoapServer#2 at (2017-03-29 02:08:39)
451 INFO [MessageTracer]: localhost/127.0.0.1:8,276 <== res NON-2.01   MID=  352, Token=fa6577375140d970, OptionSet={"Content-Format":"text/plain", "Block2":"(szx=0/16, m=true, num=0)", "Block1":"(szx=0/16, m=false, num=1)", "Size2":40}, "123456789.123456" - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:653) sendResponse() in thread CoapServer#2 at (2017-03-29 02:08:39)
443 INFO [DirectDatagramSocketImpl]: (E430,T443) localhost/127.0.0.1:8,277 ==> localhost/127.0.0.1:8,276 [NON-2.01   MID=  352, Token=fa6577375140d970, OptionSet={"Content-Format":"text/plain", "Block2":"(szx=0/16, m=true, num=0)", "Block1":"(szx=0/16, m=false, num=1)", "Size2":40}, "123456789.123456"] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:39)
448 INFO [DirectDatagramSocketImpl]: (E431,T448) localhost/127.0.0.1:8,276 ==> /127.0.0.1:8,277 [NON-POST   MID=  218, Token=fa6577375140d970, OptionSet={"Uri-Path":"piggy", "Content-Format":"text/plain", "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 (2017-03-29 02:08:39)
450 INFO [MessageTracer]: localhost/127.0.0.1:8,276 ==> req NON-POST   MID=  218, Token=fa6577375140d970, OptionSet={"Uri-Path":"piggy", "Content-Format":"text/plain", "Block2":"(szx=0/16, m=false, num=1)"}, no payload - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:807) receiveRequest() in thread CoapServer#1 at (2017-03-29 02:08:39)
450 INFO [MessageTracer]: localhost/127.0.0.1:8,276 <== res NON-2.01   MID=  353, Token=fa6577375140d970, OptionSet={"Content-Format":"text/plain", "Block2":"(szx=0/16, m=true, num=1)"}, "789.123456789.12" - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:653) sendResponse() in thread CoapServer#1 at (2017-03-29 02:08:39)
443 INFO [DirectDatagramSocketImpl]: (E432,T443) localhost/127.0.0.1:8,277 ==> localhost/127.0.0.1:8,276 [NON-2.01   MID=  353, Token=fa6577375140d970, 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-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:39)
448 INFO [DirectDatagramSocketImpl]: (E433,T448) localhost/127.0.0.1:8,276 ==> /127.0.0.1:8,277 [NON-POST   MID=  219, Token=fa6577375140d970, OptionSet={"Uri-Path":"piggy", "Content-Format":"text/plain", "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 (2017-03-29 02:08:39)
453 INFO [MessageTracer]: localhost/127.0.0.1:8,276 ==> req NON-POST   MID=  219, Token=fa6577375140d970, OptionSet={"Uri-Path":"piggy", "Content-Format":"text/plain", "Block2":"(szx=0/16, m=false, num=2)"}, no payload - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:807) receiveRequest() in thread CoapServer#4 at (2017-03-29 02:08:39)
453 INFO [MessageTracer]: localhost/127.0.0.1:8,276 <== res NON-2.01   MID=  354, Token=fa6577375140d970, OptionSet={"Content-Format":"text/plain", "Block2":"(szx=0/16, m=false, num=2)"}, "3456789." - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:653) sendResponse() in thread CoapServer#4 at (2017-03-29 02:08:39)
443 INFO [DirectDatagramSocketImpl]: (E434,T443) localhost/127.0.0.1:8,277 ==> localhost/127.0.0.1:8,276 [NON-2.01   MID=  354, Token=fa6577375140d970, OptionSet={"Content-Format":"text/plain", "Block2":"(szx=0/16, m=false, num=2)"}, "3456789."] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:39)
Wait until deduplicator should be empty (0.647 seconds)
Test observe relation with a reactive cancelation to coap://127.0.0.1:8277/piggy
448 INFO [DirectDatagramSocketImpl]: (E435,T448) localhost/127.0.0.1:8,276 ==> /127.0.0.1:8,277 [CON-GET    MID=  220, Token=46590dfebc72fc50, OptionSet={"Observe":0, "Uri-Path":"piggy"}, no payload] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:39)
455 INFO [MessageTracer]: localhost/127.0.0.1:8,276 ==> req CON-GET    MID=  220, Token=46590dfebc72fc50, OptionSet={"Observe":0, "Uri-Path":"piggy"}, no payload - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:807) receiveRequest() in thread CoapServer#6 at (2017-03-29 02:08:39)
455 INFO [CoapResource]: Successfully established observe relation between localhost/127.0.0.1:8276#46590dfebc72fc50 and resource /piggy - (org.eclipse.californium.core.CoapResource.java:301) addObserveRelation() in thread CoapServer#6 at (2017-03-29 02:08:39)
455 INFO [MessageTracer]: localhost/127.0.0.1:8,276 <== res ACK-2.05   MID=  220, Token=46590dfebc72fc50, OptionSet={"Observe":3, "Content-Format":"text/plain"}, "Hello observer" - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:653) sendResponse() in thread CoapServer#6 at (2017-03-29 02:08:39)
443 INFO [DirectDatagramSocketImpl]: (E436,T443) localhost/127.0.0.1:8,277 ==> localhost/127.0.0.1:8,276 [ACK-2.05   MID=  220, Token=46590dfebc72fc50, OptionSet={"Observe":3, "Content-Format":"text/plain"}, "Hello observer"] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:39)
446 INFO [MessageTracer]: localhost/127.0.0.1:8,276 <== res NON-2.05   MID=  355, Token=46590dfebc72fc50, OptionSet={"Observe":4, "Content-Format":"text/plain"}, "Hello observer" - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:653) sendResponse() in thread pool-1-thread-1 at (2017-03-29 02:08:40)
443 INFO [DirectDatagramSocketImpl]: (E437,T443) localhost/127.0.0.1:8,277 ==> localhost/127.0.0.1:8,276 [NON-2.05   MID=  355, Token=46590dfebc72fc50, OptionSet={"Observe":4, "Content-Format":"text/plain"}, "Hello observer"] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:40)
446 INFO [MessageTracer]: localhost/127.0.0.1:8,276 <== res NON-2.05   MID=  356, Token=46590dfebc72fc50, OptionSet={"Observe":5, "Content-Format":"text/plain"}, "Hello observer" - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:653) sendResponse() in thread pool-1-thread-1 at (2017-03-29 02:08:40)
443 INFO [DirectDatagramSocketImpl]: (E438,T443) localhost/127.0.0.1:8,277 ==> localhost/127.0.0.1:8,276 [NON-2.05   MID=  356, Token=46590dfebc72fc50, OptionSet={"Observe":5, "Content-Format":"text/plain"}, "Hello observer"] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:40)
Wait until deduplicator should be empty (0.647 seconds)
446 INFO [MessageTracer]: localhost/127.0.0.1:8,276 <== res NON-2.05   MID=  357, Token=46590dfebc72fc50, OptionSet={"Observe":6, "Content-Format":"text/plain"}, "Hello observer" - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:653) sendResponse() in thread pool-1-thread-1 at (2017-03-29 02:08:40)
443 INFO [DirectDatagramSocketImpl]: (E439,T443) localhost/127.0.0.1:8,277 ==> localhost/127.0.0.1:8,276 [NON-2.05   MID=  357, Token=46590dfebc72fc50, OptionSet={"Observe":6, "Content-Format":"text/plain"}, "Hello observer"] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:40)
448 INFO [DirectDatagramSocketImpl]: (E440,T448) localhost/127.0.0.1:8,276 ==> localhost/127.0.0.1:8,277 [RST        MID=  357] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:40)
452 INFO [MessageTracer]: localhost/127.0.0.1:8,276 ==> emp RST        MID=  357 - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:853) receiveEmptyMessage() in thread CoapServer#3 at (2017-03-29 02:08:40)
448 INFO [DirectDatagramSocketImpl]: (E441,T448) localhost/127.0.0.1:8,276 ==> /127.0.0.1:8,277 [CON-POST   MID=  221, Token=efbf718f2546e909, OptionSet={"Uri-Path":"piggy", "Content-Format":"text/plain", "Block1":"(szx=0/16, m=true, num=0)", "Size1":20}, "123456789.123456"] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:40)
450 INFO [MessageTracer]: localhost/127.0.0.1:8,276 ==> req CON-POST   MID=  221, Token=efbf718f2546e909, OptionSet={"Uri-Path":"piggy", "Content-Format":"text/plain", "Block1":"(szx=0/16, m=true, num=0)", "Size1":20}, "123456789.123456" - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:807) receiveRequest() in thread CoapServer#1 at (2017-03-29 02:08:40)
450 INFO [MessageTracer]: localhost/127.0.0.1:8,276 <== res ACK-2.31   MID=  221, Token=efbf718f2546e909, OptionSet={"Block1":"(szx=0/16, m=true, num=0)"}, no payload - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:653) sendResponse() in thread CoapServer#1 at (2017-03-29 02:08:40)
443 INFO [DirectDatagramSocketImpl]: (E442,T443) localhost/127.0.0.1:8,277 ==> localhost/127.0.0.1:8,276 [ACK-2.31   MID=  221, Token=efbf718f2546e909, OptionSet={"Block1":"(szx=0/16, m=true, num=0)"}, no payload] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:40)
448 INFO [DirectDatagramSocketImpl]: (E443,T448) localhost/127.0.0.1:8,276 ==> /127.0.0.1:8,277 [CON-POST   MID=  222, Token=efbf718f2546e909, OptionSet={"Uri-Path":"piggy", "Content-Format":"text/plain", "Block1":"(szx=0/16, m=false, num=1)"}, "789."] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:40)
457 INFO [MessageTracer]: localhost/127.0.0.1:8,276 ==> req CON-POST   MID=  222, Token=efbf718f2546e909, OptionSet={"Uri-Path":"piggy", "Content-Format":"text/plain", "Block1":"(szx=0/16, m=false, num=1)"}, "789." - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:807) receiveRequest() in thread CoapServer#8 at (2017-03-29 02:08:40)
457 INFO [MessageTracer]: localhost/127.0.0.1:8,276 <== res ACK-2.01   MID=  222, Token=efbf718f2546e909, OptionSet={"Content-Format":"text/plain", "Block2":"(szx=0/16, m=true, num=0)", "Block1":"(szx=0/16, m=false, num=1)", "Size2":40}, "123456789.123456" - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:653) sendResponse() in thread CoapServer#8 at (2017-03-29 02:08:40)
443 INFO [DirectDatagramSocketImpl]: (E444,T443) localhost/127.0.0.1:8,277 ==> localhost/127.0.0.1:8,276 [ACK-2.01   MID=  222, Token=efbf718f2546e909, OptionSet={"Content-Format":"text/plain", "Block2":"(szx=0/16, m=true, num=0)", "Block1":"(szx=0/16, m=false, num=1)", "Size2":40}, "123456789.123456"] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:40)
448 INFO [DirectDatagramSocketImpl]: (E445,T448) localhost/127.0.0.1:8,276 ==> /127.0.0.1:8,277 [CON-POST   MID=  223, Token=efbf718f2546e909, OptionSet={"Uri-Path":"piggy", "Content-Format":"text/plain", "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 (2017-03-29 02:08:40)
451 INFO [MessageTracer]: localhost/127.0.0.1:8,276 ==> req CON-POST   MID=  223, Token=efbf718f2546e909, OptionSet={"Uri-Path":"piggy", "Content-Format":"text/plain", "Block2":"(szx=0/16, m=false, num=1)"}, no payload - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:807) receiveRequest() in thread CoapServer#2 at (2017-03-29 02:08:40)
451 INFO [MessageTracer]: localhost/127.0.0.1:8,276 <== res ACK-2.01   MID=  223, Token=efbf718f2546e909, OptionSet={"Content-Format":"text/plain", "Block2":"(szx=0/16, m=true, num=1)"}, "789.123456789.12" - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:653) sendResponse() in thread CoapServer#2 at (2017-03-29 02:08:40)
443 INFO [DirectDatagramSocketImpl]: (E446,T443) localhost/127.0.0.1:8,277 ==> localhost/127.0.0.1:8,276 [ACK-2.01   MID=  223, Token=efbf718f2546e909, 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-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:40)
448 INFO [DirectDatagramSocketImpl]: (E447,T448) localhost/127.0.0.1:8,276 ==> /127.0.0.1:8,277 [CON-POST   MID=  224, Token=efbf718f2546e909, OptionSet={"Uri-Path":"piggy", "Content-Format":"text/plain", "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 (2017-03-29 02:08:40)
455 INFO [MessageTracer]: localhost/127.0.0.1:8,276 ==> req CON-POST   MID=  224, Token=efbf718f2546e909, OptionSet={"Uri-Path":"piggy", "Content-Format":"text/plain", "Block2":"(szx=0/16, m=false, num=2)"}, no payload - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:807) receiveRequest() in thread CoapServer#6 at (2017-03-29 02:08:40)
455 INFO [MessageTracer]: localhost/127.0.0.1:8,276 <== res ACK-2.01   MID=  224, Token=efbf718f2546e909, OptionSet={"Content-Format":"text/plain", "Block2":"(szx=0/16, m=false, num=2)"}, "3456789." - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:653) sendResponse() in thread CoapServer#6 at (2017-03-29 02:08:40)
443 INFO [DirectDatagramSocketImpl]: (E448,T443) localhost/127.0.0.1:8,277 ==> localhost/127.0.0.1:8,276 [ACK-2.01   MID=  224, Token=efbf718f2546e909, OptionSet={"Content-Format":"text/plain", "Block2":"(szx=0/16, m=false, num=2)"}, "3456789."] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:40)
Wait until deduplicator should be empty (0.647 seconds)
448 INFO [DirectDatagramSocketImpl]: (E449,T448) localhost/127.0.0.1:8,276 ==> /127.0.0.1:8,277 [CON-GET    MID=  225, Token=9e78c1b3f0f4055b, OptionSet={"Uri-Path":"separate"}, no payload] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:41)
461 INFO [MessageTracer]: localhost/127.0.0.1:8,276 ==> req CON-GET    MID=  225, Token=9e78c1b3f0f4055b, OptionSet={"Uri-Path":"separate"}, no payload - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:807) receiveRequest() in thread CoapServer#10 at (2017-03-29 02:08:41)
461 INFO [MessageTracer]: localhost/127.0.0.1:8,276 <== emp ACK        MID=  225 - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:678) sendEmptyMessage() in thread CoapServer#10 at (2017-03-29 02:08:41)
443 INFO [DirectDatagramSocketImpl]: (E450,T443) localhost/127.0.0.1:8,277 ==> localhost/127.0.0.1:8,276 [ACK        MID=  225] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:41)
461 INFO [MessageTracer]: localhost/127.0.0.1:8,276 <== res CON-2.05   MID=  358, Token=9e78c1b3f0f4055b, OptionSet={"Content-Format":"text/plain"}, "simple GET" - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:653) sendResponse() in thread CoapServer#10 at (2017-03-29 02:08:41)
443 INFO [DirectDatagramSocketImpl]: (E451,T443) localhost/127.0.0.1:8,277 ==> localhost/127.0.0.1:8,276 [CON-2.05   MID=  358, Token=9e78c1b3f0f4055b, OptionSet={"Content-Format":"text/plain"}, "simple GET"] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:41)
Wait until deduplicator should be empty (0.647 seconds)
448 INFO [DirectDatagramSocketImpl]: (E452,T448) localhost/127.0.0.1:8,276 ==> localhost/127.0.0.1:8,277 [ACK        MID=  358] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:41)
464 INFO [MessageTracer]: localhost/127.0.0.1:8,276 ==> emp ACK        MID=  358 - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:853) receiveEmptyMessage() in thread CoapServer#11 at (2017-03-29 02:08:41)
448 INFO [DirectDatagramSocketImpl]: (E453,T448) localhost/127.0.0.1:8,276 ==> /127.0.0.1:8,277 [NON-GET    MID=  226, Token=72cd93ef20f562a7, OptionSet={"Uri-Path":"piggy"}, no payload] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:42)
450 INFO [MessageTracer]: localhost/127.0.0.1:8,276 ==> req NON-GET    MID=  226, Token=72cd93ef20f562a7, OptionSet={"Uri-Path":"piggy"}, no payload - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:807) receiveRequest() in thread CoapServer#1 at (2017-03-29 02:08:42)
450 INFO [MessageTracer]: localhost/127.0.0.1:8,276 <== res NON-2.05   MID=  359, Token=72cd93ef20f562a7, OptionSet={"Content-Format":"text/plain"}, "simple NON GET" - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:653) sendResponse() in thread CoapServer#1 at (2017-03-29 02:08:42)
443 INFO [DirectDatagramSocketImpl]: (E454,T443) localhost/127.0.0.1:8,277 ==> localhost/127.0.0.1:8,276 [NON-2.05   MID=  359, Token=72cd93ef20f562a7, OptionSet={"Content-Format":"text/plain"}, "simple NON GET"] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:42)
Wait until deduplicator should be empty (0.647 seconds)
448 INFO [DirectDatagramSocketImpl]: (E455,T448) localhost/127.0.0.1:8,276 ==> /127.0.0.1:8,277 [CON-GET    MID=  227, Token=b9af5fe8ed41f2d9, OptionSet={"Observe":0, "Uri-Path":"piggy"}, no payload] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:42)
466 INFO [MessageTracer]: localhost/127.0.0.1:8,276 ==> req CON-GET    MID=  227, Token=b9af5fe8ed41f2d9, OptionSet={"Observe":0, "Uri-Path":"piggy"}, no payload - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:807) receiveRequest() in thread CoapServer#13 at (2017-03-29 02:08:42)
466 INFO [CoapResource]: Successfully established observe relation between localhost/127.0.0.1:8276#b9af5fe8ed41f2d9 and resource /piggy - (org.eclipse.californium.core.CoapResource.java:301) addObserveRelation() in thread CoapServer#13 at (2017-03-29 02:08:42)
466 INFO [MessageTracer]: localhost/127.0.0.1:8,276 <== res ACK-2.05   MID=  227, Token=b9af5fe8ed41f2d9, OptionSet={"Observe":18, "Content-Format":"text/plain", "Block2":"(szx=0/16, m=true, num=0)", "Size2":40}, "123456789.123456" - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:653) sendResponse() in thread CoapServer#13 at (2017-03-29 02:08:42)
443 INFO [DirectDatagramSocketImpl]: (E456,T443) localhost/127.0.0.1:8,277 ==> localhost/127.0.0.1:8,276 [ACK-2.05   MID=  227, Token=b9af5fe8ed41f2d9, OptionSet={"Observe":18, "Content-Format":"text/plain", "Block2":"(szx=0/16, m=true, num=0)", "Size2":40}, "123456789.123456"] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:42)
448 INFO [DirectDatagramSocketImpl]: (E457,T448) localhost/127.0.0.1:8,276 ==> /127.0.0.1:8,277 [CON-GET    MID=  228, Token=caf24481c7f56bc8, OptionSet={"Uri-Path":"piggy", "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 (2017-03-29 02:08:42)
468 INFO [MessageTracer]: localhost/127.0.0.1:8,276 ==> req CON-GET    MID=  228, Token=caf24481c7f56bc8, OptionSet={"Uri-Path":"piggy", "Block2":"(szx=0/16, m=false, num=1)"}, no payload - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:807) receiveRequest() in thread CoapServer#15 at (2017-03-29 02:08:42)
468 INFO [MessageTracer]: localhost/127.0.0.1:8,276 <== res ACK-2.05   MID=  228, Token=caf24481c7f56bc8, OptionSet={"Content-Format":"text/plain", "Block2":"(szx=0/16, m=true, num=1)"}, "789.123456789.12" - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:653) sendResponse() in thread CoapServer#15 at (2017-03-29 02:08:42)
443 INFO [DirectDatagramSocketImpl]: (E458,T443) localhost/127.0.0.1:8,277 ==> localhost/127.0.0.1:8,276 [ACK-2.05   MID=  228, Token=caf24481c7f56bc8, 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-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:42)
448 INFO [DirectDatagramSocketImpl]: (E459,T448) localhost/127.0.0.1:8,276 ==> /127.0.0.1:8,277 [CON-GET    MID=  229, Token=caf24481c7f56bc8, OptionSet={"Uri-Path":"piggy", "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 (2017-03-29 02:08:42)
460 INFO [MessageTracer]: localhost/127.0.0.1:8,276 ==> req CON-GET    MID=  229, Token=caf24481c7f56bc8, OptionSet={"Uri-Path":"piggy", "Block2":"(szx=0/16, m=false, num=2)"}, no payload - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:807) receiveRequest() in thread CoapServer#9 at (2017-03-29 02:08:42)
460 INFO [MessageTracer]: localhost/127.0.0.1:8,276 <== res ACK-2.05   MID=  229, Token=caf24481c7f56bc8, OptionSet={"Content-Format":"text/plain", "Block2":"(szx=0/16, m=false, num=2)"}, "3456789." - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:653) sendResponse() in thread CoapServer#9 at (2017-03-29 02:08:42)
443 INFO [DirectDatagramSocketImpl]: (E460,T443) localhost/127.0.0.1:8,277 ==> localhost/127.0.0.1:8,276 [ACK-2.05   MID=  229, Token=caf24481c7f56bc8, OptionSet={"Content-Format":"text/plain", "Block2":"(szx=0/16, m=false, num=2)"}, "3456789."] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:42)
446 INFO [MessageTracer]: localhost/127.0.0.1:8,276 <== res NON-2.05   MID=  360, Token=b9af5fe8ed41f2d9, OptionSet={"Observe":19, "Content-Format":"text/plain", "Block2":"(szx=0/16, m=true, num=0)", "Size2":40}, "123456789.123456" - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:653) sendResponse() in thread pool-1-thread-1 at (2017-03-29 02:08:43)
443 INFO [DirectDatagramSocketImpl]: (E461,T443) localhost/127.0.0.1:8,277 ==> localhost/127.0.0.1:8,276 [NON-2.05   MID=  360, Token=b9af5fe8ed41f2d9, OptionSet={"Observe":19, "Content-Format":"text/plain", "Block2":"(szx=0/16, m=true, num=0)", "Size2":40}, "123456789.123456"] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:43)
448 INFO [DirectDatagramSocketImpl]: (E462,T448) localhost/127.0.0.1:8,276 ==> localhost/127.0.0.1:8,277 [CON-GET    MID=  230, Token=2569b5eacd626690, OptionSet={"Uri-Path":"piggy", "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 (2017-03-29 02:08:43)
451 INFO [MessageTracer]: localhost/127.0.0.1:8,276 ==> req CON-GET    MID=  230, Token=2569b5eacd626690, OptionSet={"Uri-Path":"piggy", "Block2":"(szx=0/16, m=false, num=1)"}, no payload - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:807) receiveRequest() in thread CoapServer#2 at (2017-03-29 02:08:43)
451 INFO [MessageTracer]: localhost/127.0.0.1:8,276 <== res ACK-2.05   MID=  230, Token=2569b5eacd626690, OptionSet={"Content-Format":"text/plain", "Block2":"(szx=0/16, m=true, num=1)"}, "789.123456789.12" - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:653) sendResponse() in thread CoapServer#2 at (2017-03-29 02:08:43)
443 INFO [DirectDatagramSocketImpl]: (E463,T443) localhost/127.0.0.1:8,277 ==> localhost/127.0.0.1:8,276 [ACK-2.05   MID=  230, Token=2569b5eacd626690, 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-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:43)
448 INFO [DirectDatagramSocketImpl]: (E464,T448) localhost/127.0.0.1:8,276 ==> localhost/127.0.0.1:8,277 [CON-GET    MID=  231, Token=2569b5eacd626690, OptionSet={"Uri-Path":"piggy", "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 (2017-03-29 02:08:43)
470 INFO [MessageTracer]: localhost/127.0.0.1:8,276 ==> req CON-GET    MID=  231, Token=2569b5eacd626690, OptionSet={"Uri-Path":"piggy", "Block2":"(szx=0/16, m=false, num=2)"}, no payload - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:807) receiveRequest() in thread CoapServer#17 at (2017-03-29 02:08:43)
470 INFO [MessageTracer]: localhost/127.0.0.1:8,276 <== res ACK-2.05   MID=  231, Token=2569b5eacd626690, OptionSet={"Content-Format":"text/plain", "Block2":"(szx=0/16, m=false, num=2)"}, "3456789." - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:653) sendResponse() in thread CoapServer#17 at (2017-03-29 02:08:43)
443 INFO [DirectDatagramSocketImpl]: (E465,T443) localhost/127.0.0.1:8,277 ==> localhost/127.0.0.1:8,276 [ACK-2.05   MID=  231, Token=2569b5eacd626690, OptionSet={"Content-Format":"text/plain", "Block2":"(szx=0/16, m=false, num=2)"}, "3456789."] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:43)
446 INFO [MessageTracer]: localhost/127.0.0.1:8,276 <== res NON-2.05   MID=  361, Token=b9af5fe8ed41f2d9, OptionSet={"Observe":20, "Content-Format":"text/plain", "Block2":"(szx=0/16, m=true, num=0)", "Size2":40}, "123456789.123456" - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:653) sendResponse() in thread pool-1-thread-1 at (2017-03-29 02:08:43)
443 INFO [DirectDatagramSocketImpl]: (E466,T443) localhost/127.0.0.1:8,277 ==> localhost/127.0.0.1:8,276 [NON-2.05   MID=  361, Token=b9af5fe8ed41f2d9, OptionSet={"Observe":20, "Content-Format":"text/plain", "Block2":"(szx=0/16, m=true, num=0)", "Size2":40}, "123456789.123456"] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:43)
448 INFO [DirectDatagramSocketImpl]: (E467,T448) localhost/127.0.0.1:8,276 ==> localhost/127.0.0.1:8,277 [CON-GET    MID=  232, Token=44cecbd6921e4271, OptionSet={"Uri-Path":"piggy", "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 (2017-03-29 02:08:43)
452 INFO [MessageTracer]: localhost/127.0.0.1:8,276 ==> req CON-GET    MID=  232, Token=44cecbd6921e4271, OptionSet={"Uri-Path":"piggy", "Block2":"(szx=0/16, m=false, num=1)"}, no payload - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:807) receiveRequest() in thread CoapServer#3 at (2017-03-29 02:08:43)
452 INFO [MessageTracer]: localhost/127.0.0.1:8,276 <== res ACK-2.05   MID=  232, Token=44cecbd6921e4271, OptionSet={"Content-Format":"text/plain", "Block2":"(szx=0/16, m=true, num=1)"}, "789.123456789.12" - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:653) sendResponse() in thread CoapServer#3 at (2017-03-29 02:08:43)
443 INFO [DirectDatagramSocketImpl]: (E468,T443) localhost/127.0.0.1:8,277 ==> localhost/127.0.0.1:8,276 [ACK-2.05   MID=  232, Token=44cecbd6921e4271, 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-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:43)
448 INFO [DirectDatagramSocketImpl]: (E469,T448) localhost/127.0.0.1:8,276 ==> localhost/127.0.0.1:8,277 [CON-GET    MID=  233, Token=44cecbd6921e4271, OptionSet={"Uri-Path":"piggy", "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 (2017-03-29 02:08:43)
474 INFO [MessageTracer]: localhost/127.0.0.1:8,276 ==> req CON-GET    MID=  233, Token=44cecbd6921e4271, OptionSet={"Uri-Path":"piggy", "Block2":"(szx=0/16, m=false, num=2)"}, no payload - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:807) receiveRequest() in thread CoapServer#19 at (2017-03-29 02:08:43)
474 INFO [MessageTracer]: localhost/127.0.0.1:8,276 <== res ACK-2.05   MID=  233, Token=44cecbd6921e4271, OptionSet={"Content-Format":"text/plain", "Block2":"(szx=0/16, m=false, num=2)"}, "3456789." - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:653) sendResponse() in thread CoapServer#19 at (2017-03-29 02:08:43)
443 INFO [DirectDatagramSocketImpl]: (E470,T443) localhost/127.0.0.1:8,277 ==> localhost/127.0.0.1:8,276 [ACK-2.05   MID=  233, Token=44cecbd6921e4271, OptionSet={"Content-Format":"text/plain", "Block2":"(szx=0/16, m=false, num=2)"}, "3456789."] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:43)
448 INFO [DirectDatagramSocketImpl]: (E471,T448) localhost/127.0.0.1:8,276 ==> /127.0.0.1:8,277 [CON-GET    MID=  234, Token=b9af5fe8ed41f2d9, OptionSet={"Observe":1, "Uri-Path":"piggy"}, no payload] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:43)
464 INFO [MessageTracer]: localhost/127.0.0.1:8,276 ==> req CON-GET    MID=  234, Token=b9af5fe8ed41f2d9, OptionSet={"Observe":1, "Uri-Path":"piggy"}, no payload - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:807) receiveRequest() in thread CoapServer#11 at (2017-03-29 02:08:43)
464 INFO [MessageTracer]: localhost/127.0.0.1:8,276 <== res ACK-2.05   MID=  234, Token=b9af5fe8ed41f2d9, OptionSet={"Content-Format":"text/plain", "Block2":"(szx=0/16, m=true, num=0)", "Size2":40}, "123456789.123456" - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:653) sendResponse() in thread CoapServer#11 at (2017-03-29 02:08:43)
443 INFO [DirectDatagramSocketImpl]: (E472,T443) localhost/127.0.0.1:8,277 ==> localhost/127.0.0.1:8,276 [ACK-2.05   MID=  234, Token=b9af5fe8ed41f2d9, OptionSet={"Content-Format":"text/plain", "Block2":"(szx=0/16, m=true, num=0)", "Size2":40}, "123456789.123456"] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:43)
448 INFO [DirectDatagramSocketImpl]: (E473,T448) localhost/127.0.0.1:8,276 ==> /127.0.0.1:8,277 [CON-GET    MID=  235, Token=b9af5fe8ed41f2d9, OptionSet={"Uri-Path":"piggy", "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 (2017-03-29 02:08:43)
465 INFO [MessageTracer]: localhost/127.0.0.1:8,276 ==> req CON-GET    MID=  235, Token=b9af5fe8ed41f2d9, OptionSet={"Uri-Path":"piggy", "Block2":"(szx=0/16, m=false, num=1)"}, no payload - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:807) receiveRequest() in thread CoapServer#12 at (2017-03-29 02:08:43)
465 INFO [MessageTracer]: localhost/127.0.0.1:8,276 <== res ACK-2.05   MID=  235, Token=b9af5fe8ed41f2d9, OptionSet={"Content-Format":"text/plain", "Block2":"(szx=0/16, m=true, num=1)"}, "789.123456789.12" - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:653) sendResponse() in thread CoapServer#12 at (2017-03-29 02:08:43)
443 INFO [DirectDatagramSocketImpl]: (E474,T443) localhost/127.0.0.1:8,277 ==> localhost/127.0.0.1:8,276 [ACK-2.05   MID=  235, Token=b9af5fe8ed41f2d9, 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-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:43)
448 INFO [DirectDatagramSocketImpl]: (E475,T448) localhost/127.0.0.1:8,276 ==> /127.0.0.1:8,277 [CON-GET    MID=  236, Token=b9af5fe8ed41f2d9, OptionSet={"Uri-Path":"piggy", "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 (2017-03-29 02:08:43)
453 INFO [MessageTracer]: localhost/127.0.0.1:8,276 ==> req CON-GET    MID=  236, Token=b9af5fe8ed41f2d9, OptionSet={"Uri-Path":"piggy", "Block2":"(szx=0/16, m=false, num=2)"}, no payload - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:807) receiveRequest() in thread CoapServer#4 at (2017-03-29 02:08:43)
453 INFO [MessageTracer]: localhost/127.0.0.1:8,276 <== res ACK-2.05   MID=  236, Token=b9af5fe8ed41f2d9, OptionSet={"Content-Format":"text/plain", "Block2":"(szx=0/16, m=false, num=2)"}, "3456789." - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:653) sendResponse() in thread CoapServer#4 at (2017-03-29 02:08:43)
443 INFO [DirectDatagramSocketImpl]: (E476,T443) localhost/127.0.0.1:8,277 ==> localhost/127.0.0.1:8,276 [ACK-2.05   MID=  236, Token=b9af5fe8ed41f2d9, OptionSet={"Content-Format":"text/plain", "Block2":"(szx=0/16, m=false, num=2)"}, "3456789."] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:43)
Wait until deduplicator should be empty (0.647 seconds)
448 INFO [DirectDatagramSocketImpl]: (E477,T448) localhost/127.0.0.1:8,276 ==> /127.0.0.1:8,277 [CON-GET    MID=  237, Token=dbef95a08aba54b9, OptionSet={"Observe":0, "Uri-Path":"piggy"}, no payload] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:43)
450 INFO [MessageTracer]: localhost/127.0.0.1:8,276 ==> req CON-GET    MID=  237, Token=dbef95a08aba54b9, OptionSet={"Observe":0, "Uri-Path":"piggy"}, no payload - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:807) receiveRequest() in thread CoapServer#1 at (2017-03-29 02:08:43)
450 INFO [CoapResource]: Successfully established observe relation between localhost/127.0.0.1:8276#dbef95a08aba54b9 and resource /piggy - (org.eclipse.californium.core.CoapResource.java:301) addObserveRelation() in thread CoapServer#1 at (2017-03-29 02:08:43)
450 INFO [MessageTracer]: localhost/127.0.0.1:8,276 <== res ACK-2.05   MID=  237, Token=dbef95a08aba54b9, OptionSet={"Observe":23, "Content-Format":"text/plain"}, "Hello observer" - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:653) sendResponse() in thread CoapServer#1 at (2017-03-29 02:08:43)
443 INFO [DirectDatagramSocketImpl]: (E478,T443) localhost/127.0.0.1:8,277 ==> localhost/127.0.0.1:8,276 [ACK-2.05   MID=  237, Token=dbef95a08aba54b9, OptionSet={"Observe":23, "Content-Format":"text/plain"}, "Hello observer"] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:43)
446 INFO [MessageTracer]: localhost/127.0.0.1:8,276 <== res NON-2.05   MID=  362, Token=dbef95a08aba54b9, OptionSet={"Observe":24, "Content-Format":"text/plain"}, "Hello observer" - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:653) sendResponse() in thread pool-1-thread-1 at (2017-03-29 02:08:44)
443 INFO [DirectDatagramSocketImpl]: (E479,T443) localhost/127.0.0.1:8,277 ==> localhost/127.0.0.1:8,276 [NON-2.05   MID=  362, Token=dbef95a08aba54b9, OptionSet={"Observe":24, "Content-Format":"text/plain"}, "Hello observer"] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:44)
446 INFO [MessageTracer]: localhost/127.0.0.1:8,276 <== res NON-2.05   MID=  363, Token=dbef95a08aba54b9, OptionSet={"Observe":25, "Content-Format":"text/plain"}, "Hello observer" - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:653) sendResponse() in thread pool-1-thread-1 at (2017-03-29 02:08:44)
443 INFO [DirectDatagramSocketImpl]: (E480,T443) localhost/127.0.0.1:8,277 ==> localhost/127.0.0.1:8,276 [NON-2.05   MID=  363, Token=dbef95a08aba54b9, OptionSet={"Observe":25, "Content-Format":"text/plain"}, "Hello observer"] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:44)
448 INFO [DirectDatagramSocketImpl]: (E481,T448) localhost/127.0.0.1:8,276 ==> /127.0.0.1:8,277 [CON-GET    MID=  238, Token=dbef95a08aba54b9, OptionSet={"Observe":1, "Uri-Path":"piggy"}, no payload] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:44)
481 INFO [MessageTracer]: localhost/127.0.0.1:8,276 ==> req CON-GET    MID=  238, Token=dbef95a08aba54b9, OptionSet={"Observe":1, "Uri-Path":"piggy"}, no payload - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:807) receiveRequest() in thread CoapServer#22 at (2017-03-29 02:08:44)
481 INFO [MessageTracer]: localhost/127.0.0.1:8,276 <== res ACK-2.05   MID=  238, Token=dbef95a08aba54b9, OptionSet={"Content-Format":"text/plain"}, "Hello observer" - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:653) sendResponse() in thread CoapServer#22 at (2017-03-29 02:08:44)
443 INFO [DirectDatagramSocketImpl]: (E482,T443) localhost/127.0.0.1:8,277 ==> localhost/127.0.0.1:8,276 [ACK-2.05   MID=  238, Token=dbef95a08aba54b9, OptionSet={"Content-Format":"text/plain"}, "Hello observer"] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:44)
Wait until deduplicator should be empty (0.647 seconds)
448 INFO [DirectDatagramSocketImpl]: (E483,T448) localhost/127.0.0.1:8,276 ==> /127.0.0.1:8,277 [CON-GET    MID=  239, Token=e8090a5a92aad2de, OptionSet={"Uri-Path":"piggy"}, no payload] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:44)
466 INFO [MessageTracer]: localhost/127.0.0.1:8,276 ==> req CON-GET    MID=  239, Token=e8090a5a92aad2de, OptionSet={"Uri-Path":"piggy"}, no payload - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:807) receiveRequest() in thread CoapServer#13 at (2017-03-29 02:08:44)
466 INFO [MessageTracer]: localhost/127.0.0.1:8,276 <== res ACK-2.05   MID=  239, Token=e8090a5a92aad2de, OptionSet={"Content-Format":"text/plain"}, "simple GET" - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:653) sendResponse() in thread CoapServer#13 at (2017-03-29 02:08:44)
443 INFO [DirectDatagramSocketImpl]: (E484,T443) localhost/127.0.0.1:8,277 ==> localhost/127.0.0.1:8,276 [ACK-2.05   MID=  239, Token=e8090a5a92aad2de, OptionSet={"Content-Format":"text/plain"}, "simple GET"] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:44)
Wait until deduplicator should be empty (0.647 seconds)
448 INFO [DirectDatagramSocketImpl]: (E485,T448) localhost/127.0.0.1:8,276 ==> /127.0.0.1:8,277 [CON-POST   MID=  240, Token=40478a24c4509e2f, OptionSet={"Uri-Path":"separate", "Content-Format":"text/plain", "Block1":"(szx=0/16, m=true, num=0)", "Size1":20}, "123456789.123456"] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:45)
483 INFO [MessageTracer]: localhost/127.0.0.1:8,276 ==> req CON-POST   MID=  240, Token=40478a24c4509e2f, OptionSet={"Uri-Path":"separate", "Content-Format":"text/plain", "Block1":"(szx=0/16, m=true, num=0)", "Size1":20}, "123456789.123456" - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:807) receiveRequest() in thread CoapServer#24 at (2017-03-29 02:08:45)
483 INFO [MessageTracer]: localhost/127.0.0.1:8,276 <== res ACK-2.31   MID=  240, Token=40478a24c4509e2f, OptionSet={"Block1":"(szx=0/16, m=true, num=0)"}, no payload - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:653) sendResponse() in thread CoapServer#24 at (2017-03-29 02:08:45)
443 INFO [DirectDatagramSocketImpl]: (E486,T443) localhost/127.0.0.1:8,277 ==> localhost/127.0.0.1:8,276 [ACK-2.31   MID=  240, Token=40478a24c4509e2f, OptionSet={"Block1":"(szx=0/16, m=true, num=0)"}, no payload] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:45)
448 INFO [DirectDatagramSocketImpl]: (E487,T448) localhost/127.0.0.1:8,276 ==> /127.0.0.1:8,277 [CON-POST   MID=  241, Token=40478a24c4509e2f, OptionSet={"Uri-Path":"separate", "Content-Format":"text/plain", "Block1":"(szx=0/16, m=false, num=1)"}, "789."] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:45)
469 INFO [MessageTracer]: localhost/127.0.0.1:8,276 ==> req CON-POST   MID=  241, Token=40478a24c4509e2f, OptionSet={"Uri-Path":"separate", "Content-Format":"text/plain", "Block1":"(szx=0/16, m=false, num=1)"}, "789." - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:807) receiveRequest() in thread CoapServer#16 at (2017-03-29 02:08:45)
469 INFO [MessageTracer]: localhost/127.0.0.1:8,276 <== emp ACK        MID=  241 - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:678) sendEmptyMessage() in thread CoapServer#16 at (2017-03-29 02:08:45)
443 INFO [DirectDatagramSocketImpl]: (E488,T443) localhost/127.0.0.1:8,277 ==> localhost/127.0.0.1:8,276 [ACK        MID=  241] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:45)
469 INFO [MessageTracer]: localhost/127.0.0.1:8,276 <== res ACK-2.01   MID=  241, Token=40478a24c4509e2f, OptionSet={"Content-Format":"text/plain", "Block2":"(szx=0/16, m=true, num=0)", "Block1":"(szx=0/16, m=false, num=1)", "Size2":40}, "123456789.123456" - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:653) sendResponse() in thread CoapServer#16 at (2017-03-29 02:08:45)
443 INFO [DirectDatagramSocketImpl]: (E489,T443) localhost/127.0.0.1:8,277 ==> localhost/127.0.0.1:8,276 [ACK-2.01   MID=  241, Token=40478a24c4509e2f, OptionSet={"Content-Format":"text/plain", "Block2":"(szx=0/16, m=true, num=0)", "Block1":"(szx=0/16, m=false, num=1)", "Size2":40}, "123456789.123456"] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:45)
448 INFO [DirectDatagramSocketImpl]: (E490,T448) localhost/127.0.0.1:8,276 ==> /127.0.0.1:8,277 [CON-POST   MID=  242, Token=40478a24c4509e2f, OptionSet={"Uri-Path":"separate", "Content-Format":"text/plain", "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 (2017-03-29 02:08:45)
456 INFO [MessageTracer]: localhost/127.0.0.1:8,276 ==> req CON-POST   MID=  242, Token=40478a24c4509e2f, OptionSet={"Uri-Path":"separate", "Content-Format":"text/plain", "Block2":"(szx=0/16, m=false, num=1)"}, no payload - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:807) receiveRequest() in thread CoapServer#7 at (2017-03-29 02:08:45)
456 INFO [MessageTracer]: localhost/127.0.0.1:8,276 <== res ACK-2.01   MID=  242, Token=40478a24c4509e2f, OptionSet={"Content-Format":"text/plain", "Block2":"(szx=0/16, m=true, num=1)"}, "789.123456789.12" - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:653) sendResponse() in thread CoapServer#7 at (2017-03-29 02:08:45)
443 INFO [DirectDatagramSocketImpl]: (E491,T443) localhost/127.0.0.1:8,277 ==> localhost/127.0.0.1:8,276 [ACK-2.01   MID=  242, Token=40478a24c4509e2f, 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-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:45)
448 INFO [DirectDatagramSocketImpl]: (E492,T448) localhost/127.0.0.1:8,276 ==> /127.0.0.1:8,277 [CON-POST   MID=  243, Token=40478a24c4509e2f, OptionSet={"Uri-Path":"separate", "Content-Format":"text/plain", "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 (2017-03-29 02:08:45)
455 INFO [MessageTracer]: localhost/127.0.0.1:8,276 ==> req CON-POST   MID=  243, Token=40478a24c4509e2f, OptionSet={"Uri-Path":"separate", "Content-Format":"text/plain", "Block2":"(szx=0/16, m=false, num=2)"}, no payload - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:807) receiveRequest() in thread CoapServer#6 at (2017-03-29 02:08:45)
455 INFO [MessageTracer]: localhost/127.0.0.1:8,276 <== res ACK-2.01   MID=  243, Token=40478a24c4509e2f, OptionSet={"Content-Format":"text/plain", "Block2":"(szx=0/16, m=false, num=2)"}, "3456789." - (org.eclipse.californium.core.network.interceptors.MessageTracer.java:653) sendResponse() in thread CoapServer#6 at (2017-03-29 02:08:45)
443 INFO [DirectDatagramSocketImpl]: (E493,T443) localhost/127.0.0.1:8,277 ==> localhost/127.0.0.1:8,276 [ACK-2.01   MID=  243, Token=40478a24c4509e2f, OptionSet={"Content-Format":"text/plain", "Block2":"(szx=0/16, m=false, num=2)"}, "3456789."] - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:817) receive() in thread UDP-Receiver-localhost/127.0.0.1:0[0] at (2017-03-29 02:08:45)
Wait until deduplicator should be empty (0.647 seconds)
 1 INFO [CoapEndpoint]: Stopping endpoint at address coap://localhost:8276 - (org.eclipse.californium.core.network.CoapEndpoint.java:118) stop() in thread main at (2017-03-29 02:08:46)
 1 INFO [DirectDatagramSocketImpl]: port 8,276, address localhost/127.0.0.1 - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:1232) close() in thread main at (2017-03-29 02:08:46)
 1 INFO [CoapServer]: Destroying server - (org.eclipse.californium.core.CoapServer.java:249) destroy() in thread main at (2017-03-29 02:08:46)
 1 INFO [CoapEndpoint]: Destroying endpoint at address coap://localhost:8277 - (org.eclipse.californium.core.network.CoapEndpoint.java:253) destroy() in thread main at (2017-03-29 02:08:46)
 1 INFO [CoapEndpoint]: Stopping endpoint at address coap://localhost:8277 - (org.eclipse.californium.core.network.CoapEndpoint.java:466) stop() in thread main at (2017-03-29 02:08:46)
 1 INFO [DirectDatagramSocketImpl]: port 8,277, address localhost/127.0.0.1 - (org.eclipse.californium.elements.util.DirectDatagramSocketImpl.java:1232) close() in thread main at (2017-03-29 02:08:46)
 1 INFO [CoapEndpoint]: Destroying endpoint at address coap://localhost:0 - (org.eclipse.californium.core.network.CoapEndpoint.java:274) destroy() in thread main at (2017-03-29 02:08:47)
 1 INFO [CoapServer]: CoAP server has been destroyed - (org.eclipse.californium.core.CoapServer.java:119) destroy() in thread main at (2017-03-29 02:08:47)
 1 INFO [NetworkRule]: 0 rules active. - (org.eclipse.californium.elements.rule.NetworkRule.java:77) closeConfig() in thread main at (2017-03-29 02:08:47)
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.973 sec - in org.eclipse.californium.core.test.MemoryLeakingHashMapTest

Results :

Failed tests: 
  SmallServerClientTest.testNonconfirmable:86 Client received no response

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

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Californium (Cf) Parent ............................ SUCCESS [  3.907 s]
[INFO] Californium (Cf) Demo Certificates ................. SUCCESS [  2.876 s]
[INFO] element-connector .................................. SUCCESS [01:33 min]
[INFO] Scandium (Sc) Core ................................. SUCCESS [ 21.665 s]
[INFO] Californium (Cf) Core .............................. FAILURE [ 34.692 s]
[INFO] Californium (Cf) Proxy ............................. SKIPPED
[INFO] Californium (Cf) OSGi Bundle ....................... SKIPPED
[INFO] Californium (Cf) Demo Applications ................. SKIPPED
[INFO] Sc-DTLS-Example-Server ............................. SKIPPED
[INFO] Sc-DTLS-Example-Client ............................. SKIPPED
[INFO] Cf-PlugtestClient .................................. SKIPPED
[INFO] Cf-PlugtestChecker ................................. SKIPPED
[INFO] Cf-PlugtestServer .................................. SKIPPED
[INFO] Cf-HelloWorldClient ................................ SKIPPED
[INFO] Cf-HelloWorldServer ................................ SKIPPED
[INFO] Cf-SimpleFileServer ................................ 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: 02:57 min
[INFO] Finished at: 2017-03-29T02:08:47-04:00
[INFO] Final Memory: 44M/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/2.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/2.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/
_______________________________________________
cf-dev mailing list
cf-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cf-dev


Back to the top